Passing in a non-string 'html' argument can lead to unsanitized output
- Severity:
- Medium
Description
A type-confusion vulnerability can cause striptags
to concatenate unsanitized strings when an array-like object is passed in as the html
parameter. This can be abused by an attacker who can control the shape of their input, e.g. if query parameters are passed directly into the function.
Recommendation
Update the striptags
package to the latest compatible version. Followings are version details:
- Affected version(s): < 3.2.0
- Patched version(s): 3.2.0
References
- GHSA-qxg5-2qff-p49r
- www.npmjs.com
- CVE-2021-32696
- CWE-241
- CWE-79
- CWE-843
- CAPEC-310
- OWASP 2021-A3
- OWASP 2021-A6
Related Issues
- HackMD MCP Server has Server-Side Request Forgery (SSRF) vulnerability - CVE-2025-59155
- tarteaucitron.js allows UI manipulation via unrestricted CSS injection - CVE-2025-31138
- Potential DoS when using ContextLines integration (GHSA-r5w7-f542-q2j4) - Vulnerability
- Predictable results in nanoid generation when given non-integer values - CVE-2024-55565
- Tags:
- npm
- striptags
Anything's wrong? Let us know Last updated on February 01, 2023