Show HN: SecUtils – A fast filterable CVE viewer, now with CVSS and CWE support
2 SecOpsEngineer 2 7/11/2025, 2:14:34 PM secutils.com ↗
I’ve been working on a simple tool for browsing CVEs that prioritizes speed and filtering flexibility. SecUtils is designed for security researchers, devs, and anyone who wants to slice vulnerability data without wrestling with bulky, non-responsive UIs or APIs.
Currently supports:
Filtering by CWE, CVSS score, and publication date
Searchable view per CVE, with fast indexing behavior
Simple UX with minimal fluff (no JavaScript frameworks)
Very early stages. So far I'm using it to monitor vulnerabilities for a few key products, but I’d love to hear how others approach this kind of workflow. If any part of it proves useful, that’s a win.
Next up, I'm exploring features like custom views tailored to specific products and lightweight alerting for new high-severity CVEs—still thinking through how those might work best without bloating the experience.
You can try it here: https://secutils.com/vm
Comments (2)
smithz16 · 14h ago
Its definitely bare-bones, but I can see a use for it. It's similar to CVE Details though, so you'll have to find a way to differentiate. Improve the filtering a bit more and this could be promising...
SecOpsEngineer · 14h ago
Thanks for the feedback! I'll have to database work on the backend but will definitely be improving the filter set.