Cyber Resilience

CVE-2026-1119

MediumPublic PoC

Published: 18 January 2026

Published
18 January 2026
Modified
04 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.0039 30.5th percentile
Risk Priority 35 floored blend · peak EPSS

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

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

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 a web application parameter enables unauthenticated exploitation of a public-facing app for data access/modification.

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-2117Same product: Angeljudesuarez Society Management System
CVE-2026-1593Same product: Angeljudesuarez Society Management System
CVE-2026-1594Same 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 before it is used in SQL statements, blocking the injection vector in delete_activity.php.

prevent

Enforces access-control checks on the /admin/ path so that unauthenticated remote requests to delete_activity.php are rejected before any SQL processing occurs.

detect

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.

References