CVE-2026-2116
Published: 08 February 2026
Summary
CVE-2026-2116 is a medium-severity Injection (CWE-74) vulnerability in Angeljudesuarez Society Management System. 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 29.8th 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 AC-3 (Access Enforcement).
Deeper analysis
CVE-2026-2116 is a SQL injection vulnerability (CWE-74, CWE-89) in itsourcecode Society Management System 1.0, published on 2026-02-08. The issue resides in an unknown function within the file /admin/edit_expenses.php, where manipulation of the expenses_id argument enables SQL injection.
The vulnerability is remotely exploitable over the network with low attack complexity, requiring no privileges or user interaction (CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L), resulting in a base score of 7.3. Unauthenticated attackers can launch the attack to achieve limited impacts on confidentiality, integrity, and availability.
Advisories and details are documented in references such as VulDB entries (ctiid.344691, id.344691, submit.746798), a GitHub issue at zpf7029/oblong/issues/1, and the vendor site at itsourcecode.com. The exploit has been publicly disclosed and may be used.
OWASP Top 10 for Web (2025)
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2026-6753
Vulnerability details
A vulnerability has been found in itsourcecode Society Management System 1.0. Impacted is an unknown function of the file /admin/edit_expenses.php. Such manipulation of the argument expenses_id leads to sql injection. It is possible to launch the attack remotely. The exploit…
more
has been disclosed to the public and may be used.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Direct remote SQL injection in unauthenticated public-facing web application endpoint enables initial access via exploitation of the vulnerable web app.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly requires validation and sanitization of untrusted inputs such as the expenses_id parameter to block SQL injection payloads.
Enforces access-control checks before allowing any operation on /admin/edit_expenses.php, mitigating the unauthenticated remote exploitation path.
Requires prompt remediation of the known SQL-injection flaw in edit_expenses.php once the public exploit is identified.