Description
PHP EI-Tube Script 3 contains an SQL injection vulnerability that allows unauthenticated attackers to execute arbitrary SQL queries by injecting malicious code through the search parameter. Attackers can send GET requests to the search endpoint with crafted SQL payloads in the query parameter to extract sensitive database information including usernames, passwords, and version details.
Published: 2026-06-04
Score: 8.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

PHP EI‑Tube Script 3 is vulnerable to an unauthenticated SQL injection through its search endpoint. An attacker can craft special GET requests that inject malicious SQL into the search query, causing the application to execute the attacker’s code against the database. This allows the extraction of sensitive data such as usernames, passwords, and database version information, compromising the confidentiality of user credentials and potentially enabling further attacks if the database credentials are exposed.

Affected Systems

The vulnerability affects the EI‑Tube script 3 application distributed by eitube. No specific product version numbers are listed in the CNA data, so any installation of EI‑Tube Script 3 is potentially susceptible.

Risk and Exploitability

The CVSS score of 8.8 indicates high severity, and the EPSS score is not available. The vulnerability is not listed in the CISA KEV catalog. Because the attack vector relies on an unauthenticated GET request to a public endpoint, exploitation is straightforward for an attacker who can reach the search URL. The lack of function or administrative authentication means any visitor to the site could perform the injection.

Generated by OpenCVE AI on June 4, 2026 at 14:38 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update EI‑Tube Script 3 to the latest version when a vendor patch becomes available.
  • If a patch is not available, disable or move the search feature behind authentication or remove it entirely from the live site.
  • Configure a web application firewall or application logic to validate and sanitize the search parameter, blocking obvious SQL injection patterns before the request reaches the database.

Generated by OpenCVE AI on June 4, 2026 at 14:38 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 05 Jun 2026 10:45:00 +0000

Type Values Removed Values Added
First Time appeared Eitube
Eitube ei-tube
Vendors & Products Eitube
Eitube ei-tube

Thu, 04 Jun 2026 14:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Thu, 04 Jun 2026 13:30:00 +0000

Type Values Removed Values Added
Description PHP EI-Tube Script 3 contains an SQL injection vulnerability that allows unauthenticated attackers to execute arbitrary SQL queries by injecting malicious code through the search parameter. Attackers can send GET requests to the search endpoint with crafted SQL payloads in the query parameter to extract sensitive database information including usernames, passwords, and version details.
Title PHP EI-Tube Script 3 SQL Injection via search parameter
Weaknesses CWE-89
References
Metrics cvssV3_1

{'score': 8.2, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:N'}

cvssV4_0

{'score': 8.8, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:L/VA:N/SC:N/SI:N/SA:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-06-04T13:55:28.155Z

Reserved: 2026-06-04T10:56:03.807Z

Link: CVE-2019-25732

cve-icon Vulnrichment

Updated: 2026-06-04T13:55:24.767Z

cve-icon NVD

Status : Deferred

Published: 2026-06-04T14:16:31.160

Modified: 2026-06-04T15:00:40.757

Link: CVE-2019-25732

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-06-05T10:07:53Z

Weaknesses
  • CWE-89

    Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')