CVE-2026-26702
Published: 02 March 2026
Summary
CVE-2026-26702 is a critical-severity SQL Injection (CWE-89) vulnerability in Jon-Remus-Sevellejo Personnel Property Equipment System. Its CVSS base score is 9.8 (Critical).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 4.6th 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 RA-5 (Vulnerability Monitoring and Scanning) and SI-10 (Information Input Validation).
Threat & Defense at a Glance
Threat & Defense Details
Mitigating Controls (NIST 800-53 r5)AI
Requires validation of user inputs to /ppes/admin/myitem_reuse.php, directly preventing SQL injection payloads from being executed in database queries.
Mandates identification, reporting, and correction of the specific SQL injection flaw, enabling patching or code fixes to eliminate the vulnerability.
Vulnerability scanning detects the SQL injection vulnerability in myitem_reuse.php through automated tools, facilitating timely remediation.
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
SQL injection in unauthenticated public-facing web app component directly enables T1190 for initial access and arbitrary DB manipulation.
NVD Description
sourcecodester Personnel Property Equipment System v1.0 is vulnerable to SQL Injection in /ppes/admin/myitem_reuse.php.
Deeper analysisAI
CVE-2026-26702 is a SQL injection vulnerability (CWE-89) in the sourcecodester Personnel Property Equipment System version 1.0, specifically affecting the /ppes/admin/myitem_reuse.php component. Published on 2026-03-02, the flaw carries a CVSS v3.1 base score of 9.8 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H), marking it as critical due to its potential for severe impact.
Unauthenticated remote attackers can exploit this vulnerability over the network with low complexity and no user interaction required. Successful exploitation allows high-impact compromise of confidentiality, integrity, and availability, enabling arbitrary SQL query execution to extract, modify, or delete database contents.
The primary reference is a bug report at https://github.com/Thirtypenny77/bug_report/blob/main/sourcecodester/personel-property-equipment-system/SQL-3.md, which provides details on the issue; practitioners should review it for any vendor-specific mitigation guidance or patches, as none are detailed in the CVE metadata.
Details
- CWE(s)