CVE-2025-71164 PUBLISHED

Typesetter CMS Reflected XSS via Editing.php

Assigner: VulnCheck
Reserved: 14.01.2026 Published: 14.01.2026 Updated: 05.03.2026

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.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:A/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N
CVSS Score: 4.8

Product Status

Vendor Typesetter
Product Typesetter
Versions Default: unknown
  • affected from 0 to 5.1 (incl.)

Credits

  • Snow1nd finder
  • Beatriz Fresno Naumova finder

References

Problem Types

  • CWE-79 Improper Neutralization of Input During Web Page Generation (XSS or 'Cross-site Scripting') CWE