CVE-2026-26702
SQL Injection in Personnel Property Equipment System v1.0 Admin Module
Publication date: 2026-03-02
Last updated on: 2026-03-03
Assigner: MITRE
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| jon-remus-sevellejo | personnel_property_equipment_system | 1.0 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-89 | The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
The vulnerability in sourcecodester Personnel Property Equipment System v1.0 is an SQL Injection found in the file /ppes/admin/myitem_reuse.php.
SQL Injection is a security flaw that allows an attacker to interfere with the queries that an application makes to its database. This can enable unauthorized access to or manipulation of the database.
How can this vulnerability impact me? :
This SQL Injection vulnerability can allow attackers to execute arbitrary SQL commands on the database used by the Personnel Property Equipment System.
- Attackers may retrieve, modify, or delete sensitive data stored in the database.
- It could lead to unauthorized access to user information or system data.
- The integrity and confidentiality of the system's data could be compromised.
How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:
I don't know
How can this vulnerability be detected on my network or system? Can you suggest some commands?
The vulnerability is an SQL Injection in the /ppes/admin/myitem_reuse.php file of the sourcecodester Personnel Property Equipment System v1.0. Detection typically involves testing this endpoint for SQL injection flaws.
Specific commands or detection methods are not detailed in the provided resources.
What immediate steps should I take to mitigate this vulnerability?
Immediate mitigation steps are not explicitly described in the provided resources.
General best practices for SQL Injection vulnerabilities include validating and sanitizing user inputs, using prepared statements with parameterized queries, and applying security patches or updates if available.