CVE-2026-9448: code-projects Employee Management System applyleave.php cross site scripting
A vulnerability was determined in code-projects Employee Management System 1.0. This affects an unknown function of the file /applyleave.php. Executing a manipulation of the argument ID can lead to cross site scripting. The attack may be performed from remote. The exploit has been publicly disclosed and may be utilized.
CVE-2026-9448 is a reflected cross-site scripting issue in code-projects Employee Management System 1.0. A remote attacker could manipulate the ID parameter on /applyleave.php and, if a user interacts with the crafted content, cause unauthorized script execution in that user’s browser context.
Executive priority
Treat this as a moderate web application risk. It is not reported as actively exploited, but public exploit disclosure raises urgency for exposed systems. Prioritize remediation for internet-facing or employee-facing deployments where session integrity, user trust, or administrative workflows matter.
Technical view
The source bundle describes an unknown function in /applyleave.php where the ID argument is not safely handled, leading to CWE-79 cross-site scripting. CVSS 4.0 is 5.3, with network attack vector, low complexity, no privileges required, and user interaction required. Integrity impact is listed as low.
Likely exposure
Exposure is limited to organizations running code-projects Employee Management System 1.0 with /applyleave.php reachable to users or the internet. The bundle does not identify other affected versions, forks, hosted services, or downstream packages.
Exploitation context
The vulnerability has a publicly disclosed exploit reference and VulDB says it may be utilized. The bundle does not include CISA KEV listing or other evidence of active exploitation in the wild.
Researcher notes
The evidence supports reflected XSS in /applyleave.php via ID. CWE-94 is listed in the bundle, but the technical description only substantiates XSS, not general code injection. No patch, fixed version, or vendor mitigation is provided in the supplied sources.
Mitigation direction
Check code-projects and VulDB guidance for any vendor patch or advisory updates.
Restrict access to the Employee Management System if it is not intended for public use.
Validate and encode the ID parameter before rendering it in HTML responses.
Add server-side output encoding and input validation for similar page parameters.
Use web application filtering as a temporary control if immediate code changes are unavailable.
Validation and detection
Inventory deployments and confirm whether Employee Management System 1.0 is in use.
Check whether /applyleave.php is reachable from untrusted networks or user segments.
Review handling of the ID parameter for unsafe reflection into HTML output.
Perform authorized, non-destructive XSS testing without using public exploit weaponization.
Review access logs for unusual requests targeting /applyleave.php and the ID parameter.
Based on public source material and reviewed before publication.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · medium confidence lookup
CWE-79: User-session and phishing behavior lookup
Client-side and session-facing weaknesses should be reviewed alongside initial-access and user-execution behaviors. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
Code execution and unsafe deserialization weaknesses often justify reviewing execution behavior and process telemetry. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve
time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
4CVSS vectors
6Timeline events
0ADP providers
6Source links
CVSS vector scores
4 official scores
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present,
the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open conservative ATT&CK lookup hints, not official CWE-to-ATT&CK mappings. Source links are consolidated once in the official source material section above.