CVE-2026-1119
Published: 18 January 2026
Summary
CVE-2026-1119 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 30.5th 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-1119 is a SQL injection vulnerability (CWE-74, CWE-89) in itsourcecode Society Management System 1.0. The issue affects an unknown function in the file /admin/delete_activity.php, where manipulation of the activity_id argument triggers the injection. The vulnerability carries 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) and was published on 2026-01-18T12:15:48.270.
The vulnerability enables remote exploitation without authentication, user interaction, or high complexity. Attackers can manipulate the activity_id parameter to inject SQL payloads, potentially achieving limited impacts on confidentiality, integrity, and availability, such as unauthorized data access, modification, or disruption.
Advisories and details are documented on VulDB (ctiid.341711, id.341711, submit.734290) and a GitHub issue at https://github.com/AriazzzZ/CVE/issues/1. An exploit has been published and may be used, with the vendor site at https://itsourcecode.com/. No specific patches or mitigations are detailed in the available information.
OWASP Top 10 for Web (2025)
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2026-3178
Vulnerability details
A flaw has been found in itsourcecode Society Management System 1.0. The affected element is an unknown function of the file /admin/delete_activity.php. Executing a manipulation of the argument activity_id can lead to sql injection. It is possible to launch the…
more
attack remotely. The exploit has been published and may be used.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Direct remote SQL injection in a web application parameter enables unauthenticated exploitation of a public-facing app for data access/modification.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly requires validation and sanitization of the activity_id input parameter before it is used in SQL statements, blocking the injection vector in delete_activity.php.
Enforces access-control checks on the /admin/ path so that unauthenticated remote requests to delete_activity.php are rejected before any SQL processing occurs.
Enables monitoring and anomaly detection on database query patterns or unexpected activity_id values that would indicate an active SQL-injection attempt against the vulnerable endpoint.