CVE-2026-7199
Published: 28 April 2026
Summary
CVE-2026-7199 is a medium-severity Injection (CWE-74) vulnerability in Sourcecodester (inferred from references). Its CVSS base score is 5.5 (Medium).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 13.5th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.
The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).
Deeper analysis
CVE-2026-7199 is a SQL injection vulnerability in SourceCodester Pharmacy Sales and Inventory System 1.0. The flaw affects an unknown functionality within the file /ajax.php?action=delete_product, where manipulation of the ID argument enables SQL injection. Published on 2026-04-28, it is associated with CWEs-74 and CWE-89.
The vulnerability is exploitable remotely by unauthenticated attackers requiring low attack complexity and no user interaction, per its CVSS v3.1 base score of 7.3 (AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L). Exploitation can result in limited impacts to confidentiality, integrity, and availability.
Advisories on VulDB (https://vuldb.com/vuln/359800, https://vuldb.com/vuln/359800/cti, https://vuldb.com/submit/801109) document the issue and related threat intelligence, while a public exploit is available via a GitHub issue (https://github.com/3436567162/vlun/issues/2). The vendor site is at https://www.sourcecodester.com/.
The exploit is public and may be used in attacks.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2026-25954
Vulnerability details
A vulnerability was detected in SourceCodester Pharmacy Sales and Inventory System 1.0. Affected by this vulnerability is an unknown functionality of the file /ajax.php?action=delete_product. Performing a manipulation of the argument ID results in sql injection. It is possible to initiate…
more
the attack remotely. The exploit is now public and may be used.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Remote unauthenticated SQL injection in a web application directly enables exploitation of public-facing applications.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly prevents SQL injection attacks by validating and sanitizing the manipulable ID argument in the /ajax.php?action=delete_product endpoint.
Requires identification, reporting, and correction of the specific SQL injection flaw in the Pharmacy Sales and Inventory System application.
Facilitates detection of SQL injection vulnerabilities like CVE-2026-7199 through vulnerability monitoring and scanning of web applications.