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 6.3 (Medium).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 15.0th 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?
SQL injection in a publicly accessible web application (/admin/edit_activity_query.php) directly matches the vector for exploiting public-facing apps.
NVD Description
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.
Deeper analysisAI
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.
Details
- CWE(s)