CVE-2026-3486
Published: 03 March 2026
Summary
CVE-2026-3486 is a medium-severity Injection (CWE-74) vulnerability in Angeljudesuarez College Management System. Its CVSS base score is 4.7 (Medium).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 1.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?
SQL injection in publicly accessible web app (/admin/student-fee.php) directly maps to exploitation of public-facing application (T1190). Arbitrary SQL queries enable collection from the backend database (T1213.006) and stored data manipulation (T1565.001). PR:H requirement and limited impact reduce certainty for additional techniques.
NVD Description
A vulnerability has been found in itsourcecode College Management System 1.0. This vulnerability affects unknown code of the file /admin/student-fee.php. Such manipulation of the argument roll_no leads to sql injection. It is possible to launch the attack remotely. The exploit…
more
has been disclosed to the public and may be used.
Deeper analysisAI
CVE-2026-3486 is a SQL injection vulnerability in the itsourcecode College Management System 1.0, affecting unknown code within the /admin/student-fee.php file. The issue arises from improper handling of the roll_no argument, allowing manipulation that leads to SQL injection. The vulnerability is remotely exploitable and was published on 2026-03-03 with a CVSS v3.1 base score of 4.7 (AV:N/AC:L/PR:H/UI:N/S:U/C:L/I:L/A:L), mapped to CWE-74 (Improper Neutralization of Special Elements used in an SQL Command) and CWE-89 (SQL Injection).
Attackers require high privileges (PR:H) to exploit this vulnerability over the network with low complexity and no user interaction. Successful exploitation enables limited impacts on confidentiality, integrity, and availability, such as partial data exposure, modification, or disruption through injected SQL queries via the roll_no parameter.
Advisories referenced in VulDB entries (ctiid.348561, id.348561, submit.765094) and a GitHub issue (ltranquility/cve_submit/issues/7) document the vulnerability, with the developer site at itsourcecode.com listed. The exploit has been publicly disclosed and may be used, but no specific patches or mitigation steps are detailed in the provided information.
The public disclosure of the exploit increases the risk of targeted attacks against deployments of this system.
Details
- CWE(s)