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

CVEs missing: 29306

Dropdown by vuln type:

TypeCountData
XSS12959xss.txt
RCE4609rce.txt
SQL Injection7622sqli.txt
Local File Inclusion170lfi.txt
Server Side Request Forgery235ssrf.txt
Prototype Pollution223proto-pollution.txt
Request Smuggling77req-smuggling.txt
Open Redirect295open-redirect.txt
XML External Entity353xxe.txt
Path Traversal2715path-traversal.txt
Server Side Template Injection48ssti.txt

Dropdown by year:

YearCountData
199911999.txt
200022000.txt
200182001.txt
2002232002.txt
2003292003.txt
2004982004.txt
20053362005.txt
200610132006.txt
200710242007.txt
200819362008.txt
20097512009.txt
20106492010.txt
20112412011.txt
20124542012.txt
20133822013.txt
20147962014.txt
20158132015.txt
20165412016.txt
201713382017.txt
201819442018.txt
201915292019.txt
202022382020.txt
202125662021.txt
202231822022.txt
202329342023.txt
202444782024.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.
edoardoottavianelli.it to contact me.