CVE-2026-59710 PUBLISHED

showdown - Stored XSS via Unescaped Table Header ID Attribute Injection

Assigner: VulnCheck
Reserved: 06.07.2026 Published: 06.07.2026 Updated: 07.07.2026

showdown contains a stored cross-site scripting vulnerability in the parseHeaders function of src/subParsers/makehtml/tables.js that fails to properly escape table header ID attributes. Attackers can inject arbitrary HTML and script-executing SVG elements through double-quote characters in markdown table headers, achieving stored XSS when untrusted markdown is rendered with the default github flavor configuration.

Metrics

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

Product Status

Vendor showdown
Product showdown
Versions Default: unaffected
  • affected from 0 to 2.1.0 (incl.)

Credits

  • Scott Moore - VulnCheck reporter

References

Problem Types

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