Introducing Advanced Search
We’re excited to introduce Advanced Search, a powerful new feature designed to help you pinpoint CVEs with greater precision and flexibility.
Whether you’re tracking vulnerabilities for specific products, vendors, or filtering based on CVSS scores, Advanced Search provides the tools you need to streamline your vulnerability management process.
Why Advanced Search Matters
In cybersecurity, finding the right information quickly is crucial. With thousands of CVEs published every year, filtering through the noise can be challenging.
The Advanced Search feature in OpenCVE allows users to:
- Narrow down search results by targeting specific fields such as vendors, products, and CVSS scores.
- Combine multiple conditions using logical operators like AND and OR for refined results.
- Improve efficiency by saving time and effort when investigating vulnerabilities relevant to your organization.
How It Works
Getting started with Advanced Search is easy. Simply activate the feature by clicking the switch icon:

Once enabled, you can search for CVEs in various ways:
- Keyword Search:
python
- CVE ID Search:
CVE-2025-23214
- Field-Specific Search:
vendor:microsoft
You can combine different fields to create complex queries. Use AND
and OR
operators to refine your searches, and parentheses for grouping conditions:
vendor:microsoft AND cvss31>=9
vendor:microsoft AND (cvss31>=9 OR cvss40>=9)
vendor:linux AND product:android AND userTag:tocheck
Start using Advanced Search on OpenCVE.io and take your CVE tracking to the next level!
