CVE-2026-2117
Published: 08 February 2026
Summary
CVE-2026-2117 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 11.1th 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 unauthenticated web endpoint (/admin/edit_activity.php) directly enables remote exploitation of a public-facing application without credentials or user interaction.
NVD Description
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.
Deeper analysisAI
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.
Details
- CWE(s)