Cyber Resilience

CVE-2026-0582

MediumPublic PoC

Published: 05 January 2026

Published
05 January 2026
Modified
22 January 2026
KEV Added
Patch
CVSS Score v4 5.3 CVSS:4.0/AV:N/AC:L/AT:N/PR:L/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.0027 18.7th percentile
Risk Priority 35 floored blend · peak EPSS

Summary

CVE-2026-0582 is a medium-severity Injection (CWE-74) vulnerability in Angeljudesuarez Society Management System. Its CVSS base score is 5.3 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 18.7th 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-0582 is a SQL injection vulnerability (CWE-74, CWE-89) in the itsourcecode Society Management System version 1.0. It affects an unknown part of the file /admin/edit_activity_query.php, where manipulation of the Title argument enables the injection. The vulnerability has a CVSS v3.1 base score of 6.3 (AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L) and was published on 2026-01-05.

A remote attacker with low privileges can exploit this vulnerability with low attack complexity and no user interaction required. Successful exploitation allows limited impacts to confidentiality, integrity, and availability, such as unauthorized data access, modification, or disruption within the application's scope. The exploit is publicly available and might be used.

Advisories and additional details are documented in references including https://github.com/xiaotsai/tttt/issues/2 (likely containing the exploit), https://itsourcecode.com/, and VulDB entries at https://vuldb.com/?ctiid.339474, https://vuldb.com/?id.339474, and https://vuldb.com/?submit.731207. No specific patch or mitigation guidance is provided in the CVE description.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

A vulnerability was identified in itsourcecode Society Management System 1.0. This affects an unknown part of the file /admin/edit_activity_query.php. The manipulation of the argument Title leads to sql injection. The attack may be initiated remotely. The exploit is publicly available…

more

and might 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 a publicly accessible web application (/admin/edit_activity_query.php) directly matches the vector for exploiting public-facing apps.

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-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-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 untrusted input such as the Title argument before it reaches the SQL query in edit_activity_query.php.

prevent

Mandates timely remediation of known flaws such as the publicly disclosed SQL injection in the Society Management System.

prevent

Restricts the low-privilege accounts that can reach /admin/edit_activity_query.php, limiting the scope of successful injection.

References