CVE-2025-71164: Typesetter CMS Reflected XSS via Editing.php
Typesetter CMS versions up to and including 5.1 contain a reflected cross-site scripting (XSS) vulnerability in the Editing component. The images parameter (submitted as images[] in a POST request) is reflected into an HTML href attribute without proper context-aware output encoding in include/tool/Editing.php. An authenticated attacker with editing privileges can supply a JavaScript pseudo-protocol (e.g., javascript:) to trigger arbitrary JavaScript execution in the context of the victim's browser session.
Security readout for executives and security teams
Plain-English summary
Typesetter CMS has a reflected XSS flaw in its editing workflow. A logged-in user with editing privileges could cause JavaScript to run in another user’s browser if that user interacts with the crafted request. The public sources do not show known active exploitation.
Executive priority
Treat as a moderate-priority CMS risk. It is not unauthenticated remote code execution, but it can affect administrator or editor sessions and should be remediated during the next security maintenance window.
Technical view
The issue is CWE-79 in include/tool/Editing.php. The images parameter, submitted as images[], is reflected into an HTML href attribute without context-aware output encoding. CVSS v4.0 is 4.8, with low attack complexity, required low privileges, and victim interaction required.
Likely exposure
Exposure is most relevant to organizations running Typesetter CMS up to and including 5.1, especially where multiple users have editing privileges. Public source data does not clearly establish package CPEs or all affected version boundaries.
Exploitation context
The attacker must authenticate and have editing privileges, and a victim must interact with the crafted content or request. The source bundle marks CISA KEV as false, and no provided source states active exploitation.
Researcher notes
Evidence points to reflected XSS through href attribute injection in the Editing component. The provided record includes CVSS v4.0 and CWE-79, but does not provide proof of exploitation, a named patch version, or complete CPE mapping.
Mitigation direction
Check Typesetter project guidance and issue 706 for an official fix or release status.
Limit editing privileges to trusted users until remediation is confirmed.
Review editor accounts and remove unnecessary CMS editing access.
If maintaining a fork, apply context-aware encoding for href attributes.
Validate or reject unsafe URL schemes in image link handling.
Validation and detection
Inventory Typesetter CMS deployments and confirm running versions.
Check whether deployments are version 5.1 or earlier.
Review who has authenticated editing privileges.
Inspect Editing.php handling of images[] href output in a safe environment.
Confirm whether vendor or advisory guidance has been applied.
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.