CVE-2025-71165: Typesetter CMS Reflected XSS via Status.php
Typesetter CMS versions up to and including 5.1 contain a reflected cross-site scripting (XSS) vulnerability in the administrative interface within the Tools Status functionality. The path parameter is reflected into the HTML response without proper output encoding in include/admin/Tools/Status.php. An authenticated attacker can supply crafted input containing HTML or JavaScript, resulting in arbitrary script execution in the context of an authenticated user's browser session.
Security readout for executives and security teams
Plain-English summary
Typesetter CMS up to 5.1 can reflect attacker-controlled input in an admin status page, allowing script execution in an authenticated user’s browser. This is not remote system takeover, but it can affect administrator trust, session integrity, and admin-interface actions if abused.
Executive priority
Treat as a scheduled remediation item, not an emergency, unless Typesetter admin access is broadly exposed or shared among many users. Prioritize patch guidance review and admin-interface access reduction.
Technical view
CVE-2025-71165 is a reflected XSS in include/admin/Tools/Status.php. The path parameter is returned in HTML without proper output encoding. The CVSS v4.0 score is 4.8, with low attack complexity, low privileges required, and user interaction required.
Likely exposure
Exposure is most likely for organizations running Typesetter CMS up to and including 5.1 where the administrative interface is reachable by authenticated users. Public sources do not establish broader product impact beyond Typesetter CMS.
Exploitation context
The source bundle does not show CISA KEV listing or active exploitation evidence. Exploitation requires authenticated access and user interaction, limiting scale, but successful abuse could run script in another authenticated user’s browser context.
Researcher notes
Evidence supports reflected XSS in the administrative Tools Status functionality. Patch status is not named in the provided bundle, so remediation should stay tied to vendor or advisory updates rather than assumed fixed releases.
Mitigation direction
Check Typesetter and VulnCheck guidance for fixed versions or vendor remediation.
Restrict administrative interface access to trusted networks and users.
Apply output encoding for reflected HTML values if maintaining a custom fork.
Review administrative accounts and remove unnecessary low-privilege access.
Monitor vendor issue 709 for remediation details.
Validation and detection
Inventory Typesetter CMS deployments and confirm versions are at or below 5.1.
Confirm whether include/admin/Tools/Status.php is present in deployed code.
Review whether the path parameter is output-encoded before HTML rendering.
Verify administrative routes are not publicly reachable without authentication.
Check vendor issue and advisory for any later patch information.
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.