Cyber Resilience

CVE-2026-1593

MediumPublic PoC

Published: 29 January 2026

Published
29 January 2026
Modified
02 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.0047 36.9th percentile
Risk Priority 35 floored blend · peak EPSS

Summary

CVE-2026-1593 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 36.9th 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-1593 is a SQL injection vulnerability (CWE-74, CWE-89) in itsourcecode Society Management System 1.0, published on 2026-01-29. The flaw affects an unknown functionality within the file /admin/edit_expenses_query.php, where manipulation of the 'detail' argument enables SQL 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), indicating high severity with network accessibility, low attack complexity, and no privileges or user interaction required. Unauthenticated remote attackers can exploit it to achieve low impacts on confidentiality, integrity, and availability through SQL injection.

Advisories referenced in VulDB entries (https://vuldb.com/?ctiid.343355, https://vuldb.com/?id.343355, https://vuldb.com/?submit.740689) and a GitHub issue (https://github.com/yyzq-wsx/for_cve/issues/3) detail the issue, with the vendor site at https://itsourcecode.com/. No specific patch or mitigation steps are outlined in the provided details.

An exploit for this vulnerability has been made publicly available, raising the potential for real-world attacks against exposed instances.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

A weakness has been identified in itsourcecode Society Management System 1.0. Affected by this vulnerability is an unknown functionality of the file /admin/edit_expenses_query.php. Executing a manipulation of the argument detail can lead to sql injection. The attack may be launched…

more

remotely. The exploit has been made available to the public and could be used for attacks.

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 unauthenticated remote SQL injection in a public-facing web application component enables initial access via exploitation of exposed web 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-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-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 untrusted inputs such as the 'detail' argument in edit_expenses_query.php, preventing SQL injection.

prevent

Limits the privileges of the database account used by the application, reducing the impact of any successful SQL injection on confidentiality, integrity, and availability.

detect

Enables monitoring and analysis of application inputs and database queries to identify anomalous patterns indicative of SQL injection attempts against the exposed endpoint.

References