CVE-2026-2116
Published: 08 February 2026
Summary
CVE-2026-2116 is a high-severity Injection (CWE-74) vulnerability in Angeljudesuarez Society Management System. Its CVSS base score is 7.3 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 2.0th 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?
Direct remote SQL injection in unauthenticated public-facing web application endpoint enables initial access via exploitation of the vulnerable web app.
NVD Description
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.
Deeper analysisAI
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.
Details
- CWE(s)