CVE-2026-15493: Akpali9 Attendance-Management-System absent.php cross site scripting
A vulnerability was detected in Akpali9 Attendance-Management-System up to 70b91fe38f4195b701a45f0edcd4f42d5f64aeee. This issue affects some unknown processing of the file absent.php. Performing a manipulation of the argument export_date results in cross site scripting. It is possible to initiate the attack remotely. This product is using a rolling release to provide continious delivery. Therefore, no version details for affected nor updated releases are available. The vendor was contacted early about this disclosure but did not respond in any way.
Security readout for executives and security teams
Plain-English summary
CVE-2026-15493 is a cross-site scripting issue in Akpali9 Attendance-Management-System. A crafted export_date value in absent.php can cause unwanted script execution in a user’s browser. The published severity is medium, and there is no cited evidence of active exploitation. No fixed release is identified because the project uses rolling releases.
Executive priority
Treat as a moderate-priority web application issue. It is not currently supported by public active-exploitation evidence, but it affects user trust and could enable browser-side abuse. Prioritize if the system is internet-facing or used by administrators.
Technical view
The issue affects unknown processing in absent.php through the export_date argument. VulDB reports remote attackability, low attack complexity, low privileges required, and user interaction required. CVSS v4.0 is 5.1. Assigned weaknesses include CWE-79 and CWE-94. Affected versioning is tied to commit 70b91fe38f4195b701a45f0edcd4f42d5f64aeee, with no formal fixed version listed.
Likely exposure
Organizations running Akpali9 Attendance-Management-System, especially deployments based on the cited commit or a nearby rolling release, may be exposed. Exposure depends on whether absent.php is reachable and whether users with low privileges can influence export_date values viewed by others.
Exploitation context
Sources say the attack can be initiated remotely, requires low privileges, and requires user interaction. CVSS indicates limited integrity impact and no confidentiality or availability impact. The source bundle does not include KEV listing or other evidence of active exploitation.
Researcher notes
Evidence is limited to VulDB/CVE reporting. The vendor reportedly did not respond, and no affected or fixed release numbers are available due to rolling release delivery. Validate against the cited commit and live code rather than relying on package version labels.
Mitigation direction
Check Akpali9 project guidance for an updated commit or maintainer response.
Restrict access to attendance management functions to trusted authenticated users.
Validate and encode export_date before rendering it in absent.php.
Add temporary web filtering for suspicious export_date input if feasible.
Review session and account protections to reduce impact of browser-side attacks.
Validation and detection
Inventory Akpali9 Attendance-Management-System deployments and identify current commit state.
Confirm whether absent.php is reachable in production.
Review code paths that render export_date into HTML responses.
Use safe non-executing test strings in a controlled environment.
Check web logs for unusual export_date values or repeated probing.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
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
5Source 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 Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-79 · source CWE mapping
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
Improper Control of Generation of Code ('Code Injection')
Improper Control of Generation of Code ('Code Injection') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.