Vulnerability Description
justhtml before 1.15.0 contains multiple security issues in URL sanitization helpers (clean_url_value/clean_url_in_js_string), HTML serialization, Markdown passthrough (html_passthrough=True), and several custom sanitization-policy edge cases. Depending on configuration, an attacker can bypass sanitization to inject active HTML and JavaScript — for example via encoded javascript: URLs, backslash-based relative URLs resolved as remote hosts, markup-breaking programmatic element/attribute names or HTML comments, raw </textarea> reintroduction through Markdown passthrough, or preserved <style>/<meta http-equiv=refresh>/<base href> tags in custom policies. Most custom-policy issues do not affect the default sanitize=True configuration; they primarily affect helper APIs, programmatic DOM construction, html_passthrough=True, and custom policies/transform pipelines.
CVSS Score
CRITICAL
Related Weaknesses (CWE)
References
- https://github.com/EmilStenstrom/justhtml/security/advisories/GHSA-c9vm-hv86-f23
- https://www.vulncheck.com/advisories/justhtml-before-multiple-security-issues
FAQ
What is CVE-2026-5388?
CVE-2026-5388 is a vulnerability with a CVSS score of 9.8 (CRITICAL). justhtml before 1.15.0 contains multiple security issues in URL sanitization helpers (clean_url_value/clean_url_in_js_string), HTML serialization, Markdown passthrough (html_passthrough=True), and sev...
How severe is CVE-2026-5388?
CVE-2026-5388 has been rated CRITICAL with a CVSS base score of 9.8/10. This is considered a critical vulnerability requiring immediate attention.
Is there a patch for CVE-2026-5388?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.