projectdiscovery / nuclei-templates

Community curated list of templates for the nuclei engine to find security vulnerabilities.
https://github.com/projectdiscovery/nuclei
MIT License
8.91k stars 2.56k forks source link

Increase Coverage of Trending CVEs #7551

Open princechaddha opened 1 year ago

princechaddha commented 1 year ago

In this issue, we aim to expand the coverage of Trending CVEs in the nuclei-templates repository. These include CVEs that are currently being actively exploited or have been exploited in the past gaining significant attention in the security community.

By contributing to this effort, you will play a vital role in enhancing the overall effectiveness of vulnerability scanning and strengthening the security posture of the entire community.

We highly appreciate your involvement and eagerly look forward to your valuable contributions! To contribute, please refer to our Contribution Guide and explore the Nuclei Templates Documentation for further guidance.

If you require any assistance with writing templates or have questions about contributing, feel free to join our Discord server. Our community members will be more than happy to help you.

Trending CVEs

geeknik commented 1 year ago

Will supplemental background data, like the trending locations and causes, be provided so we can adopt it as groundwork for continued exploration into the flaw(s)?

princechaddha commented 1 year ago

@geeknik We've compiled this information from various sources, including cvetrends and Twitter. However, due to recent modifications in the Twitter API, this is no longer feasible.

geeknik commented 1 year ago

I have something written which could be used for CVE enrichment but as-is only shows the most X recent CVE. I could probably modify it to sort by trending instead, using various sources. If you’re open to it.