Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2026-22610 — Scans Angular projects for XSS vulnerabilities in SVG elements and unsafe bindings, generating a vulnerability report with line numbers and recommendations. | Kitploit
Tools/GitHubGitHub/ashizzz/cve-2026-22610
Static AnalysisVulnerability ScannersCode AnalysisWeb SecurityDevSecOps
GitHubashizzz/cve-2026-22610

CVE-2026-22610

Scans Angular projects for XSS vulnerabilities in SVG elements and unsafe bindings, generating a vulnerability report with line numbers and recommendations.

View Repository
168 months agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

Angular SVG Vulnerability Scanner (CVE-2026-22610)

Purpose:

Scan Angular projects for potential XSS vulnerabilities in SVG

Usage

Run the script from the project root:

Scan current folder

root@kitploit:~
node scan-angular-svg-vuln-final.js

Scan a specific folder

root@kitploit:~
node scan-angular-svg-vuln-final.js /project1/src

Output:

Lists vulnerable files with line numbers and type

Saves vulnerability-report.json in the root folder

Recommendations

Review flagged files if any

Upgrade Angular to the latest patched version

Integrate the script in CI/CD for continuous security checks

References:

https://www.herodevs.com/vulnerability-directory/cve-2026-22610?nes-for-angular https://github.com/angular/angular/security/advisories/GHSA-jrmj-c5cx-3cw6

Download Tool