Cyber Resilience

CVE-2026-5368

MediumPublic PoC

Published: 02 April 2026

Published
02 April 2026
Modified
15 April 2026
KEV Added
Patch
CVSS Score v4 6.9 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
EPSS Score 0.0033 25.0th percentile
Risk Priority 35 floored blend · peak EPSS

Summary

CVE-2026-5368 is a medium-severity Injection (CWE-74) vulnerability in Projectworlds Car Rental Project. Its CVSS base score is 6.9 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 25.0th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).

Deeper analysis

CVE-2026-5368 is a SQL injection vulnerability (CWE-74, CWE-89) in the projectworlds Car Rental Project version 1.0. The issue affects an unknown function within the /login.php file of the Parameter Handler component, where manipulation of the "uname" argument enables injection. The vulnerability was published on 2026-04-02 and carries a CVSS v3.1 base score of 7.3 (AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L), rated as High severity.

Remote attackers can exploit this vulnerability over the network with low complexity and no required privileges or user interaction. Successful exploitation allows limited impacts on confidentiality, integrity, and availability, potentially enabling unauthorized data access, modification, or disruption via SQL injection. The exploit has been publicly disclosed and is available for utilization.

Advisories referenced in VulDB entries (vuldb.com/vuln/354746 and related pages) and a GitHub issue (github.com/eqiya17/collection-of-vulnerabilities/issues/5) document the vulnerability details and public exploit, but no specific patches or mitigation steps are outlined in the available information. Security practitioners should review these sources for updates and consider input validation or upgrading the affected application.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

A vulnerability was determined in projectworlds Car Rental Project 1.0. The affected element is an unknown function of the file /login.php of the component Parameter Handler. This manipulation of the argument uname causes sql injection. Remote exploitation of the attack…

more

is possible. The exploit has been publicly disclosed and may be utilized.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
Why these techniques?

SQL injection in public-facing web app (/login.php) directly enables T1190 Exploit Public-Facing Application for initial access and data manipulation.

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2026-3406Same vendor: Projectworlds
CVE-2026-3759Same vendor: Projectworlds
CVE-2026-3757Same vendor: Projectworlds
CVE-2026-2136Same vendor: Projectworlds
CVE-2026-3758Same vendor: Projectworlds
CVE-2025-1962Same vendor: Projectworlds
CVE-2025-2067Same vendor: Projectworlds
CVE-2024-57328Same vendor: Projectworlds
CVE-2025-2659Same vendor: Projectworlds
CVE-2025-1965Same vendor: Projectworlds

Affected Assets

projectworlds
car rental project
1.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly prevents SQL injection by validating the 'uname' parameter in /login.php against organization-defined criteria to ensure only valid inputs are processed.

prevent

Requires timely identification, reporting, and correction of the specific SQL injection flaw in the Parameter Handler component of the Car Rental Project.

prevent

Enforces restrictions on information inputs like the 'uname' argument at web application boundaries to limit injection payload types, sizes, and formats.

References