Skip to main content

PHP CVE-2026-6165

| EUVD-2026-21876 MEDIUM
SQL Injection (CWE-89)
2026-04-13 VulDB GHSA-g4gg-273v-hrq5
5.5
CVSS 4.0 · NVD
Share

Severity by source

NVD PRIMARY
5.5 MEDIUM
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X

Primary rating from NVD · only source for this CVE.

CVSS VectorNVD

CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
X

Lifecycle Timeline

8
CVSS changed
Apr 29, 2026 - 01:11 NVD
6.9 (MEDIUM) 5.5 (MEDIUM)
PoC Detected
Apr 29, 2026 - 01:00 vuln.today
Public exploit code
Analysis Generated
Apr 13, 2026 - 06:29 vuln.today
Severity Changed
Apr 13, 2026 - 06:22 NVD
HIGH MEDIUM
CVSS changed
Apr 13, 2026 - 06:22 NVD
7.3 (HIGH) 6.9 (MEDIUM)
EUVD ID Assigned
Apr 13, 2026 - 06:15 euvd
EUVD-2026-21876
Analysis Generated
Apr 13, 2026 - 06:15 vuln.today
CVE Published
Apr 13, 2026 - 05:45 nvd
MEDIUM 5.5

DescriptionCVE.org

A weakness has been identified in code-projects Vehicle Showroom Management System 1.0. This vulnerability affects unknown code of the file /util/Login_check.php. Executing a manipulation of the argument ID can lead to sql injection. The attack can be launched remotely. The exploit has been made available to the public and could be used for attacks.

AnalysisAI

SQL injection in code-projects Vehicle Showroom Management System 1.0 allows remote unauthenticated attackers to manipulate the ID parameter in /util/Login_check.php, leading to unauthorized data access or modification. The vulnerability has been publicly disclosed with exploit code available, increasing real-world exploitation risk despite its low-to-moderate CVSS score of 6.9.

Unlock full vulnerability intelligence

  • Risk assessment & exploitation conditions
  • Attack chain visualization
  • Remediation with exact patch versions
  • Threat intelligence from 22 sources
  • Personal watchlist & email alerts

Free forever · No credit card required

Attack ChainAIDerived

Hypothetical attack flow derived from CVE metadata

Access
Send HTTP request with SQL injection payload
Delivery
Bypass input validation in Login_check.php
Exploit
Execute arbitrary SQL command
Execution
Extract or modify database records
Impact
Gain unauthorized access or exfiltrate credentials

Vulnerability AssessmentAI

Risk Assessment While the CVSS v4.0 score of 6.9 reflects low confidentiality, integrity, and availability impact at the system level (VC:L/VI:L/VA:L with Scope=No Change), the real-world risk is elevated by several factors: (1) unauthenticated remote network access (AV:N, PR:N), (2) low attack complexity (AC:L), (3) publicly available exploit code (E:P tag and POC=YES), and (4) the nature of SQL injection, which frequently allows attackers to extract sensitive data, escalate privileges, or execute arbitrary commands depending on database permissions. … Full risk analysis with EPSS, KEV, and SSVC signal comparison available after sign-in.
Exploit Scenario An unauthenticated remote attacker crafts an HTTP request to the login interface with a malicious SQL injection payload in the ID parameter, such as ID=1' OR '1'='1' or a UNION-based injection to extract user credentials from the database. Since the application does not validate or sanitize the input before executing the SQL query, the injected SQL is executed against the backend database, allowing the attacker to bypass authentication, retrieve sensitive records, or modify database contents. …
Remediation Immediate action: Disable or restrict network access to the /util/Login_check.php file until a vendor patch is released. … Detailed patch versions, workarounds, and compensating controls in full report.

Threat intelligence, references, and detailed analysis are available after sign-in.

Share

CVE-2026-6165 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy