CVE-2026-3791
Published: 09 March 2026
Summary
CVE-2026-3791 is a medium-severity Injection (CWE-74) vulnerability in Ahsanriaz26Gmailcom Sales And Inventory System. Its CVSS base score is 6.3 (Medium).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 9.5th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.
Threat & Defense at a Glance
Threat & Defense Details
Likely Mitigating ControlsAI
Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.
Penetration testing uses SQL injection payloads against database interfaces, identifying and supporting fixes for SQL injection weaknesses.
Developer assessments and testing (including injection-focused techniques) identify improper neutralization of special elements, and the verifiable flaw remediation corrects them pre-deployment.
Validates query inputs to prevent SQL syntax or command manipulation.
Identifies indicators of injection attacks (command, SQL, LDAP, etc.) via anomaly and attack monitoring.
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
SQL injection in remotely accessible web app (dashboard.php) directly enables exploitation of public-facing applications for unauthorized data access/modification.
NVD Description
A vulnerability has been found in SourceCodester Sales and Inventory System 1.0. Affected by this issue is some unknown functionality of the file dashboard.php of the component Search. The manipulation of the argument searchtxt leads to sql injection. The attack…
more
is possible to be carried out remotely. The exploit has been disclosed to the public and may be used.
Deeper analysisAI
CVE-2026-3791 is a SQL injection vulnerability affecting SourceCodester Sales and Inventory System 1.0. The issue impacts an unknown functionality in the file dashboard.php within the Search component, where manipulation of the 'searchtxt' argument enables SQL injection. This remote vulnerability, associated with CWE-74 and CWE-89, was published on 2026-03-09 and carries a CVSS v3.1 base score of 6.3 (AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L).
The vulnerability can be exploited remotely by attackers with low privileges (PR:L), requiring low attack complexity and no user interaction. Successful exploitation allows limited impacts to confidentiality, integrity, and availability, potentially enabling unauthorized data access, modification, or disruption via injected SQL payloads.
VulDB advisories (ctiid.349758, id.349758, submit.768046) document the issue, and a proof-of-concept exploit is publicly available on GitHub at https://github.com/meifukun/Web-Security-PoCs/blob/main/Inventory-System/SQLi-Dashboard-searchtxt.md. The vendor site https://www.sourcecodester.com/ hosts the affected software; practitioners should monitor for patches, implement input sanitization on the 'searchtxt' parameter, or restrict access to dashboard.php.
The exploit disclosure increases the risk of real-world attacks against unpatched instances.
Details
- CWE(s)