CVE-2026-67196 PUBLISHED

Perspective 5.0.0 XSS via Debug Plugin innerHTML Interpolation

Assigner: VulnCheck
Reserved: 28.07.2026 Published: 04.08.2026 Updated: 04.08.2026

Perspective 5.0.0 contains a cross-site scripting vulnerability in the built-in Debug plugin that allows attackers to inject arbitrary HTML and JavaScript by writing table cell values containing unescaped HTML markup, which are interpolated directly into innerHTML during CSV serialization rendering. Attackers can craft table rows with payloads such as unquoted attribute injections containing event handler attributes that bypass RFC 4180 quoting, since angle brackets and event handler attributes are never escaped before assignment, causing malicious scripts to execute in the embedding page's origin.

Metrics

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

Product Status

Vendor perspective-dev
Product perspective
Versions Default: affected
  • affected from 0 to 5.0.0 (incl.)

Credits

  • Christ Bowel Bouchuen finder

References

Problem Types

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