CVE-2025-57145: A cross-site scripting (XSS) vulnerability exists in the search-autootaxi.php endpoint of the ATSMS web app...
A cross-site scripting (XSS) vulnerability exists in the search-autootaxi.php endpoint of the ATSMS web application. The application fails to properly sanitize user input submitted through a form field, allowing an attacker to inject arbitrary JavaScript code. The malicious payload is stored in the backend and executed when a user or administrator accesses the affected report page. This allows attackers to exfiltrate session cookies, hijack user sessions, and perform unauthorized actions in the context of the victims browser.
Security readout for executives and security teams
Plain-English summary
CVE-2025-57145 is a stored cross-site scripting issue in an ATSMS web application search/report flow. A low-privileged attacker could submit malicious content that later runs in another user's browser, including an administrator's. The business risk is session theft or unauthorized actions, but the available sources do not identify a vendor, supported versions, or an official fix.
Executive priority
Treat this as a moderate-priority web application fix. It is not presented as actively exploited, but stored XSS can affect administrators and compromise sessions. Prioritize systems exposed to untrusted authenticated users or shared administrative workflows.
Technical view
The source describes CWE-79 in search-autootaxi.php. User input submitted through a form field is stored backend-side and executed when an affected report page is viewed. CVSS v3.1 is 5.4 with network access, low complexity, low privileges required, user interaction required, changed scope, and limited confidentiality and integrity impact.
Likely exposure
Exposure is likely limited to organizations running the referenced ATSMS web application with the search-autootaxi.php endpoint and affected report page reachable by authenticated users. The source bundle lists vendor, product, versions, and CPEs as n/a, so asset identification requires local application inventory review.
Exploitation context
The CVE is not listed as CISA KEV in the source bundle, and no cited source claims active exploitation. Exploitation requires an attacker with low privileges to store malicious input and a victim to later view the affected report page.
Researcher notes
Evidence is thin beyond the CVE description and the GitHub reference. The affected software identity and versions are not normalized, and no official patch is cited in the source bundle. Validation should focus on confirming local exposure and obtaining authoritative maintainer guidance.
Mitigation direction
Check vendor or project guidance for an official fix before deploying assumptions.
Restrict access to the affected endpoint and report page until remediation is confirmed.
Sanitize stored form input and output-encode values rendered in reports.
Review session cookie protections, including HttpOnly, Secure, and SameSite attributes.
Invalidate potentially exposed sessions after confirming remediation.
Validation and detection
Inventory ATSMS deployments and confirm whether search-autootaxi.php exists.
Review report rendering code for stored user input without output encoding.
Test only in authorized staging with harmless markers, not executable payloads.
Check access logs for suspicious submissions to the affected form field.
Confirm remediation by verifying stored input renders as inert text.
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.
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.
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.