Cyber Posture

CVE-2026-3486

MediumPublic PoC

Published: 03 March 2026

Published
03 March 2026
Modified
04 March 2026
KEV Added
Patch
CVSS Score 4.7 CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:L/I:L/A:L
EPSS Score 0.0001 1.8th percentile
Risk Priority 9 60% EPSS · 20% KEV · 20% CVSS

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

What attackers do: exploitation maps to Exploit Public-Facing Application (T1190) and 2 other techniques.
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.

addresses: CWE-89

Penetration testing uses SQL injection payloads against database interfaces, identifying and supporting fixes for SQL injection weaknesses.

addresses: CWE-74

Developer assessments and testing (including injection-focused techniques) identify improper neutralization of special elements, and the verifiable flaw remediation corrects them pre-deployment.

addresses: CWE-89

Validates query inputs to prevent SQL syntax or command manipulation.

addresses: CWE-74

Identifies indicators of injection attacks (command, SQL, LDAP, etc.) via anomaly and attack monitoring.

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.
T1213.006 Databases Collection
Adversaries may leverage databases to mine valuable information.
T1565.001 Stored Data Manipulation Impact
Adversaries may insert, delete, or manipulate data at rest in order to influence external outcomes or hide activity, thus threatening the integrity of the data.
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.

Confidence: MEDIUM · MITRE ATT&CK Enterprise v18.1

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)

Affected Products

angeljudesuarez
college management system
1.0

CVEs Like This One

CVE-2026-3487Same product: Angeljudesuarez College Management System
CVE-2026-3149Same product: Angeljudesuarez College Management System
CVE-2026-3151Same product: Angeljudesuarez College Management System
CVE-2026-3767Same product: Angeljudesuarez College Management System
CVE-2026-3152Same product: Angeljudesuarez College Management System
CVE-2026-3150Same product: Angeljudesuarez College Management System
CVE-2025-0872Same vendor: Angeljudesuarez
CVE-2025-0946Same vendor: Angeljudesuarez
CVE-2025-0949Same vendor: Angeljudesuarez
CVE-2025-0873Same vendor: Angeljudesuarez

References