CVE-2026-1119
Published: 18 January 2026
Summary
CVE-2026-1119 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 3.4th 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 a web application parameter enables unauthenticated exploitation of a public-facing app for data access/modification.
NVD Description
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.
Deeper analysisAI
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.
Details
- CWE(s)