Skip to content

Commit

Permalink
Merge pull request #128 from AikidoSec/dompurify
Browse files Browse the repository at this point in the history
new vulnerability in dompurify
  • Loading branch information
willem-delbare authored Jan 30, 2025
2 parents e11f0d5 + c7d888d commit ab69be5
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions vulnerabilities/AIKIDO-2025-10062.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"package_name": "dompurify",
"patch_versions": [
"3.2.4"
],
"vulnerable_ranges": [
[
"1.0.0",
"3.2.3"
]
],
"cwe": [
"CWE-79"
],
"tldr": "Affected versions of this package are vulnerable to Cross-site Scripting (XSS) in the `DOMPurify.sanitize` function.",
"doest_this_affect_me": "You are affected if you are using a version that falls within the vulnerable range.",
"how_to_fix": "Upgrade the `dompurify` library to a patch version.",
"reporter": "",
"vulnerable_to": "Cross-site Scripting (XSS)",
"related_cve_id": "",
"language": "JS",
"severity_class": "LOW",
"aikido_score": 16,
"changelog": "https://github.com/cure53/DOMPurify/releases/tag/3.2.4",
"last_modified": "2025-01-30",
"published": "2025-01-30"
}

0 comments on commit ab69be5

Please sign in to comment.