CVE-2026-5160 PUBLISHED

Assigner: snyk
Reserved: 30.03.2026 Published: 15.04.2026 Updated: 15.04.2026

Versions of the package github.com/yuin/goldmark/renderer/html before 1.7.17 are vulnerable to Cross-site Scripting (XSS) due to improper ordering of URL validation and normalization. The renderer validates link destinations using a prefix-based check (IsDangerousURL) before resolving HTML entities. This allows an attacker to bypass protocol filtering by encoding dangerous schemes using HTML5 named character references. For example, a payload such as javascript:alert(1) is not recognized as dangerous during validation, leading to arbitrary script execution in the context of applications that render the URL.

Metrics

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

Product Status

Vendor n/a
Product github.com/yuin/goldmark/renderer/html
Versions
  • affected from 0 to 1.7.17 (excl.)

Credits

  • Catalin Iovita (Snyk Security Research)

References

Problem Types

  • Cross-site Scripting (XSS)