Home

Awesome

Weekly updated list of missing CVEs in nuclei templates official repository

<br>

Note This repository is 100% automated so there can be errors, but in general is pretty accurate. Go to section "How it works" to understand how data is collected.

Stats 📊

CVEs analyzed: 110516

CVEs missing: 30706

Dropdown by vuln type:

TypeCountData
XSS13700xss.txt
RCE4818rce.txt
SQL Injection7919sqli.txt
Local File Inclusion200lfi.txt
Server Side Request Forgery244ssrf.txt
Prototype Pollution226proto-pollution.txt
Request Smuggling80req-smuggling.txt
Open Redirect304open-redirect.txt
XML External Entity370xxe.txt
Path Traversal2795path-traversal.txt
Server Side Template Injection50ssti.txt

Dropdown by year:

YearCountData
199911999.txt
200022000.txt
200192001.txt
2002252002.txt
2003302003.txt
20041022004.txt
20053482005.txt
200610342006.txt
200710292007.txt
200819412008.txt
20097542009.txt
20106542010.txt
20112472011.txt
20124692012.txt
20133882013.txt
20148102014.txt
20158162015.txt
20165422016.txt
201713472017.txt
201819652018.txt
201915762019.txt
202023222020.txt
202126362021.txt
202232842022.txt
202329142023.txt
202454612024.txt

Why 🤔

How it works 🖥️

Automated Logic:

for each cve in trickest/cve:
    if this cve not present in nuclei-templates:
        if it contains one of the words we are looking for:
            if it is a CVE suitable for nuclei:
                print it

Contributing 🛠

Just open an issue / pull request.

Thanks 💝

License 📝

This repository is under MIT License.
edoardottt.com to contact me.