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: 109467

CVEs missing: 30387

Dropdown by vuln type:

TypeCountData
XSS13575xss.txt
RCE4782rce.txt
SQL Injection7797sqli.txt
Local File Inclusion200lfi.txt
Server Side Request Forgery238ssrf.txt
Prototype Pollution224proto-pollution.txt
Request Smuggling78req-smuggling.txt
Open Redirect303open-redirect.txt
XML External Entity365xxe.txt
Path Traversal2775path-traversal.txt
Server Side Template Injection50ssti.txt

Dropdown by year:

YearCountData
199911999.txt
200022000.txt
200192001.txt
2002252002.txt
2003292003.txt
20041012004.txt
20053452005.txt
200610172006.txt
200710262007.txt
200819382008.txt
20097532009.txt
20106502010.txt
20112432011.txt
20124572012.txt
20133852013.txt
20148012014.txt
20158142015.txt
20165442016.txt
201713442017.txt
201819482018.txt
201915452019.txt
202022482020.txt
202125822021.txt
202232002022.txt
202329152023.txt
202454652024.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.