CVE-2026-1595
Published: 29 January 2026
Summary
CVE-2026-1595 is a high-severity Injection (CWE-74) vulnerability in Angeljudesuarez Society Management System. Its CVSS base score is 7.3 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 13.8th 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?
Direct remote SQL injection in a public-facing web application component (/admin/edit_student_query.php) enables unauthenticated exploitation over the network, mapping exactly to T1190.
NVD Description
A vulnerability was detected in itsourcecode Society Management System 1.0. This affects an unknown part of the file /admin/edit_student_query.php. The manipulation of the argument student_id results in sql injection. The attack can be executed remotely. The exploit is now public…
more
and may be used.
Deeper analysisAI
CVE-2026-1595 is a SQL injection vulnerability (CWE-74, CWE-89) in itsourcecode Society Management System 1.0, affecting an unknown part of the file /admin/edit_student_query.php. The flaw is triggered by manipulation of the student_id argument, enabling remote exploitation.
The vulnerability has 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), meaning unauthenticated remote attackers require low complexity and no user interaction to exploit it over the network. Successful attacks can result in limited impacts to confidentiality, integrity, and availability, such as unauthorized data access, modification, or disruption.
Advisories documented on VulDB (ctiid.343357, id.343357, submit.740692) and a GitHub issue (yyzq-wsx/for_cve/issues/1) confirm the remote SQL injection, with the exploit now public and available for use. The vendor site (itsourcecode.com) is referenced but provides no specific mitigation details in the available information.
Details
- CWE(s)