Cyber Resilience

CVE-2026-2116

MediumPublic PoC

Published: 08 February 2026

Published
08 February 2026
Modified
10 February 2026
KEV Added
Patch
CVSS Score v4 6.9 CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
EPSS Score 0.0038 29.8th percentile
Risk Priority 35 floored blend · peak EPSS

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

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

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
Why these techniques?

Direct remote SQL injection in unauthenticated public-facing web application endpoint enables initial access via exploitation of the vulnerable web app.

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2026-1118Same product: Angeljudesuarez Society Management System
CVE-2026-2117Same product: Angeljudesuarez Society Management System
CVE-2026-1593Same product: Angeljudesuarez Society Management System
CVE-2026-1594Same product: Angeljudesuarez Society Management System
CVE-2026-1119Same product: Angeljudesuarez Society Management System
CVE-2026-2115Same product: Angeljudesuarez Society Management System
CVE-2026-2114Same product: Angeljudesuarez Society Management System
CVE-2026-1595Same product: Angeljudesuarez Society Management System
CVE-2026-0582Same product: Angeljudesuarez Society Management System
CVE-2026-3410Same product: Angeljudesuarez Society Management System

Affected Assets

angeljudesuarez
society management system
1.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires validation and sanitization of untrusted inputs such as the expenses_id parameter to block SQL injection payloads.

prevent

Enforces access-control checks before allowing any operation on /admin/edit_expenses.php, mitigating the unauthenticated remote exploitation path.

respondrecover

Requires prompt remediation of the known SQL-injection flaw in edit_expenses.php once the public exploit is identified.

References