Cyber Resilience

CVE-2026-2117

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.0032 24.0th percentile
Risk Priority 35 floored blend · peak EPSS

Summary

CVE-2026-2117 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 24.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.

The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and AC-6 (Least Privilege).

Deeper analysis

CVE-2026-2117 is a SQL injection vulnerability (CWE-74, CWE-89) in itsourcecode Society Management System 1.0, affecting an unknown function in the file /admin/edit_activity.php. Manipulation of the activity_id argument triggers the injection, with the issue published on 2026-02-08T00:16:02.850 and assigned a CVSS v3.1 base score of 7.3 (AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L).

The vulnerability enables remote exploitation without authentication or user interaction, requiring low attack complexity. Attackers can achieve limited impacts on confidentiality, integrity, and availability. An exploit has been made public and could be used.

Advisories and further details are available at referenced sources including https://github.com/ZooNJarway/CVE/issues/4, https://vuldb.com/?ctiid.344692, https://vuldb.com/?id.344692, https://vuldb.com/?submit.746884, and https://itsourcecode.com/. No specific patch or mitigation guidance is detailed in the primary vulnerability description.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

A vulnerability was found in itsourcecode Society Management System 1.0. The affected element is an unknown function of the file /admin/edit_activity.php. Performing a manipulation of the argument activity_id results in sql injection. The attack can be initiated remotely. The exploit…

more

has been made public and could 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?

SQL injection in unauthenticated web endpoint (/admin/edit_activity.php) directly enables remote exploitation of a public-facing application without credentials or user interaction.

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

CVEs Like This One

CVE-2026-2116Same product: Angeljudesuarez Society Management System
CVE-2026-1118Same 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 the activity_id input parameter to block SQL injection payloads before they reach the database.

prevent

Limits the privileges of the database account used by edit_activity.php so that a successful injection yields only minimal confidentiality/integrity/availability impact.

detect

Enables monitoring and alerting on anomalous SQL statements or error patterns originating from the /admin/edit_activity.php endpoint.

References