LiveActive security incident?Get immediate response
CVE Record

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.

MediumCVSS 5.4Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

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.
Prepared
Confidence
medium
Sources
3

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.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2025-57145 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Medium
CVSS
5.4 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

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.

1CVSS vectors
3Timeline events
1ADP providers
2Source links

SSVC decision data

CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: pocAutomatable: noTechnical Impact: partial

CVSS vector scores

1 official score

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.

ScoreVersionSeverityVectorExploitImpactSource
5.4CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N2.32.7CISA-ADP

Vulnerability scoring details

Base CVSS 3.1 score

5.4Medium
CVSS 3.1 vector shape for CVE-2025-57145Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. CVE publishedCVE Program

    The CVE record was published.

  3. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CISA-ADPCISA ADP Vulnrichment
cvssV3_1other:ssvc
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
n/an/an/aListed
Weakness

CWE details

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.