CVE-2026-0582
Published: 05 January 2026
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
- 🇪🇺 ENISA EUVD: EUVD-2026-0900
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
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.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly requires validation and sanitization of untrusted input such as the Title argument before it reaches the SQL query in edit_activity_query.php.
Mandates timely remediation of known flaws such as the publicly disclosed SQL injection in the Society Management System.
Restricts the low-privilege accounts that can reach /admin/edit_activity_query.php, limiting the scope of successful injection.