@bbob/html is vulnerable to Cross-Site Scripting (XSS)
73
High Risk
@bbob/html renders BBCode to HTML and builds element attributes through attrsToString, which relies on escapeAttrValue to neutralize dangerous URL schemes such as javascript: on the default render path. The scheme guard only matches a contiguous scheme token, so a control character placed inside the scheme keyword breaks the match while browsers still resolve the URL. User-controlled BBCode such as a [url] value containing java script: reaches an href unescaped and runs script when the link is followed. The fix strips ASCII tab, newline, and carriage-return characters before the URL-scheme guard runs.
You are affected if you are using a version that falls within the vulnerable range and you render user-controlled BBCode to HTML.
@bbob/html is vulnerable to Cross-Site Scripting (XSS) in versions 2.5.8 - 4.3.1.
Upgrade the @bbob/html library to the patch version.
Connect your repositories to instantly see whether vulnerable or malicious packages exist in your codebase.
Free. No credit card required.

I consent to receiving marketing communications based on Aikido’s Privacy Policy.
SOC 2Compliant
ISO 27001Compliant