Supported Products
The API covers 356 CVE-backed infrastructure products. This page documents 77 featured products with deployment context, version format notes, and notable CVE history. View all API slugs.
Pass the exact slug as the product parameter. Product names are normalized to lowercase with spaces replaced by underscores, so Apache Log4j and log4j resolve to the same record.
cassandraDistributed wide-column store from the ASF. CVE history includes serious issues in optional features (e.g. UDF execution). Keyword uses the full phrase "Apache Cassandra" to limit noise.
High-throughput writes, time series at scale, multi-region clusters
couchdbDocument database with replication. Includes critical historical RCEs (e.g. CVE-2022-24706, KEV). Tracked as apache:couchdb.
Offline-first apps, sync-heavy workloads
apache_derbyApache's embedded Java relational database (JDBC). NVD tracks it as apache:derby with a modest but usable CVE history for server-side SQL and network exposure scenarios.
Embedded databases, Java tooling, test fixtures
couchbaseDistributed document database with search and analytics. Tracked as couchbase:couchbase_server in NVD with substantive CVE ranges.
Mobile sync backends, session stores, personalization
elasticsearchElastic's search and analytics engine. Standard semver in NVD under elastic:elasticsearch.
Search, log aggregation, observability stacks
mariadbCommunity fork of MySQL. Single NVD namespace mariadb:mariadb with strong CVE coverage and semver-style versions.
MySQL-compatible deployments, managed databases
mssqlEnterprise RDBMS from Microsoft. NVD commonly uses dotted build numbers (e.g. 15.0.x) rather than marketing years.
Enterprise apps, .NET stacks, Azure SQL siblings
mongodbDocument-oriented database. MongoDB is a CNA; NVD entries often include explicit CPE ranges.
Application data, analytics, AI/ML pipelines
mysqlOracle's open-source RDBMS. NVD merges pre- and post-acquisition vendor namespaces (mysql:mysql and oracle:mysql) for complete historical coverage.
LAMP/LEMP stacks, SaaS backends, managed MySQL
oracle_dbOracle's flagship RDBMS. NVD uses numeric release trains (e.g. 19.x, 21.x), not marketing labels like 19c.
ERP, finance, large packaged applications
postgresqlThe PostgreSQL open-source relational database. Coverage includes server-side vulnerabilities and privilege bypass issues in the query engine.
Application databases, analytics workloads
redisIn-memory data structure store. CVE records are merged across two NVD vendor namespaces reflecting the 2021 vendor name change from redislabs to redis.
Caching layers, session stores, message queues
sqliteEmbedded SQL engine. CVE history is thinner than client-server databases but includes real memory-safety issues; tracked as sqlite:sqlite.
Mobile apps, browsers, embedded devices, desktop software
apache_httpdThe Apache HTTP Server Project's web server, tracked as apache:http_server in NVD. Coverage includes module-specific vulnerabilities such as mod_proxy and mod_cgi.
Web servers, shared hosting infrastructure
caddyGo-based HTTP server with automatic HTTPS. Tracked as caddyserver:caddy in NVD. Newer project; added after passing eligibility checks.
Developer environments, reverse proxies, AI deployment endpoints
haproxyHigh-availability load balancer and TCP/HTTP proxy. HAProxy is its own CNA and self-publishes CVEs, producing high-quality NVD records. CVE history concentrates in HTTP header parsing and request smuggling.
Load balancers, API gateways, high-availability frontends
nginxHTTP server and reverse proxy. CVE coverage spans pre- and post-F5 acquisition records, merged across two NVD vendor namespaces.
Web servers, load balancers, API gateways
squidCaching proxy for HTTP, HTTPS, and FTP. Tracked as squid-cache:squid in NVD with an extensive CVE history in HTTP request parsing and authentication handling.
Forward proxies, content caching, network security layers
traefikCloud-native reverse proxy and ingress controller for Kubernetes and container environments. Tracked as traefik:traefik in NVD.
Kubernetes ingress, microservice routing, AI model serving endpoints
varnishHTTP accelerator for content-heavy dynamic websites. NVD uses two CPE namespaces (varnish-cache:varnish and varnish_cache_project:varnish_cache); both are queried and merged.
CDN edge caching, high-traffic web frontends
apache_activemqApache's JMS message broker. Single namespace apache:activemq in NVD. CVE-2023-46604 (CVSS 10.0, CISA KEV) is an actively exploited RCE via OpenWire protocol deserialization.
Enterprise messaging, event-driven architectures, Spring ecosystems
apache_kafkaDistributed event streaming platform maintained by the Apache Software Foundation (CNA). CVE history includes SASL JAAS injection and authorization bypass vulnerabilities.
Data pipelines, AI/ML streaming, event sourcing
apache_pulsarCloud-native messaging and streaming platform from the ASF. CVE history includes authentication bypass in the WebSocket Proxy and broker authorization issues.
AI data pipelines, multi-tenant streaming, Kafka alternatives
mosquittoEclipse Foundation MQTT broker, the dominant open-source implementation. Tracked as eclipse:mosquitto in NVD.
IoT infrastructure, edge AI deployments, MQTT messaging
rabbitmqAMQP message broker developed by Pivotal Software, acquired by VMware in 2019. NVD maintains records under both pivotal_software:rabbitmq and vmware:rabbitmq; both are queried and merged.
Task queuing, event-driven architectures, microservice messaging
zeromqHigh-performance asynchronous messaging library (libzmq). Tracked as zeromq:libzmq in NVD. A direct dependency of Jupyter kernels, relevant to AI and data science environments.
Jupyter kernels, AI tooling, distributed messaging
argo_cdGitOps continuous delivery for Kubernetes. Tracked as argoproj:argo_cd in NVD with strong semver-style CPE ranges.
Kubernetes GitOps, progressive delivery, platform engineering
containerdCNCF container runtime used as the default runtime in Kubernetes. NVD tracks it as linuxfoundation:containerd (no active docker:containerd CPE dictionary entries as of 2026-04-25).
Kubernetes nodes, container hosts, Docker Engine stack
docker_engineDocker's container engine, tracked as docker:docker in NVD. Low-level container escape CVEs are tracked separately under runc (linuxfoundation:runc).
Developer workstations, CI/CD agents, container hosts
helmKubernetes package manager. Tracked as helm:helm in NVD with substantive chart and CLI CVE history.
Kubernetes packaging, CI/CD, platform engineering
kube_apiserverKubernetes control plane API. Shares kubernetes:kubernetes CPE with other components; keyword kube-apiserver scopes NVD results.
Kubernetes control plane, managed Kubernetes (EKS, GKE, AKS)
kubeletKubernetes node agent. Shares kubernetes:kubernetes CPE with kube-apiserver; keyword kubelet scopes NVD results.
Kubernetes worker nodes, node pools
runcOCI reference container runtime. NVD uses linuxfoundation:runc (not opencontainers:runc). Used by Docker Engine and containerd for container execution.
Container hosts, Kubernetes nodes, low-level runtime
envoyCloud-native L4/L7 proxy used as the data plane in Istio, AWS App Mesh, and many ingress controllers. Tracked as envoyproxy:envoy in NVD with deep HTTP/2 and gRPC CVE history. Istio bundles Envoy but Istio-specific CVEs are tracked separately.
Service mesh data plane, ingress gateways, API gateways, AI inference frontends
istioPlatform-independent service mesh for traffic management, policy, and telemetry on Kubernetes. Tracked as istio:istio in NVD. Some CVEs mention Envoy in advisory text; keyword Istio scopes ingestion to the control plane product.
Kubernetes service mesh, mTLS, ingress gateways, multi-cluster platforms
ciliumeBPF-based networking, observability, and security for Kubernetes (CNCF). Tracked as cilium:cilium in NVD with policy enforcement and dataplane CVE history.
Kubernetes CNI, cluster networking, network policy, zero-trust segmentation
calicoCloud-native networking and network policy CNI (Tigera/Project Calico). Tracked as projectcalico:calico in NVD. Common alternative to Cilium on Kubernetes clusters.
Kubernetes CNI, network policy, BGP peering, on-prem and cloud clusters
consulService mesh, service discovery, and health checking from HashiCorp. Tracked as hashicorp:consul in NVD with Connect sidecar and ACL CVE history. Pairs with HashiCorp Vault coverage.
Service discovery, Connect mesh, multi-cloud service catalog, Vault-adjacent stacks
grafanaMetrics, logs, and traces visualization platform. Tracked as grafana:grafana in NVD with deep CVE history spanning authentication bypass, SSRF, path traversal, and plugin vulnerabilities.
Dashboards, SRE tooling, full-stack observability, incident response
kibanaElastic stack visualization layer for Elasticsearch data. Tracked as elastic:kibana in NVD with path traversal, SSRF, and stored XSS CVE history. Pairs with Elasticsearch and Logstash coverage.
Elastic stack dashboards, log analytics, security operations centers
logstashElastic stack log ingestion and routing pipeline. Tracked as elastic:logstash in NVD. Often deployed with broad network access and credentials to multiple data sources.
Log pipelines, Elastic stack ingestion, SIEM data routing
zabbixEnterprise monitoring platform with deep NVD CVE history. CVE-2022-23134 (CVSS 9.8, CISA KEV) is an authentication bypass in the setup wizard. Zabbix agents run on every monitored host.
Enterprise monitoring, agent-based infrastructure, government and regulated environments
fluentdLog collection and forwarding daemon, widely used as the default log aggregator in Kubernetes. Tracked as fluentd:fluentd in NVD with HTTP parsing and plugin CVE history.
Kubernetes log aggregation, CNCF observability stacks, multi-source log routing
oracle_enterprise_manager_grid_controlOracle's centralized infrastructure and database monitoring platform. Tracked as oracle:enterprise_manager_grid_control in NVD with CVE history spanning authenticated remote code execution and privilege escalation in management console components.
Oracle database fleet management, enterprise infrastructure monitoring, Oracle application lifecycle
apache_axisJava SOAP and JAX-WS web services framework from the Apache Software Foundation, tracked as apache:axis in NVD. The 1.x line is end-of-life with no patch for CVE-2023-40743 (CVSS 9.8), which enables unauthenticated remote class loading via the lookup endpoint.
Legacy SOAP integrations, enterprise Java middleware, JAX-WS web service deployments
tomcatThe Apache Software Foundation servlet container for Java web applications. Tracked as apache:tomcat in NVD.
Java application servers, Spring Boot embedded servers, PaaS runtimes
jettyJava HTTP server and servlet container maintained by the Eclipse Foundation. Historical CVEs use the legacy mortbay:jetty namespace; current CVEs use eclipse:jetty. Both are queried and merged on CVE ID.
Java application servers, embedded in Solr and Eclipse IDE
log4jJava logging library from the Apache Software Foundation. Covers both the 1.x and 2.x release families, each tracked under separate NVD CPE namespaces.
JVM applications, enterprise middleware, Elasticsearch
microsoft_exchangeMicrosoft's on-premises mail server. Version strings using CU notation (Exchange 2019 CU14) are normalized before range comparison.
Enterprise email infrastructure, hybrid Office 365 deployments
opensshOpenBSD's SSH implementation. The portable suffix on version strings (9.2p1, 9.3p2) is stripped before comparison against NVD version ranges.
Remote administration, server fleets, network devices
vmware_esxiVMware's bare-metal hypervisor, tracked as an OS-class CPE (cpe:2.3:o). Version strings using Update notation (7.0 U3) are normalized before comparison.
Virtualization hosts, private cloud infrastructure
hashicorp_vaultSecrets management and encryption as a service. NVD tracks it as hashicorp:vault with substantive semver-style CPE ranges.
Credential storage, PKI, Kubernetes sidecars, zero-trust service identity
isc_bindThe Internet Systems Consortium authoritative and recursive DNS server. Tracked as isc:bind in NVD with one of the largest CVE histories in the coverage set, concentrated in denial-of-service, cache poisoning, and response processing vulnerabilities.
Authoritative DNS servers, recursive resolvers, corporate DNS infrastructure
gnutlsGNU TLS/SSL library implementing SSL 3.0, TLS 1.0-1.3, and DTLS for the GNU/Linux ecosystem. Tracked as gnu:gnutls in NVD with CVE history focused on memory corruption in handshake processing and timing side-channel issues in key exchange.
TLS-enabled applications, Linux distributions, embedded systems, certificate validation
jenkinsAutomated CI/CD server (Jenkins Project CNA). Canonical NVD namespace is jenkins:jenkins. CVE-2024-23897 (CVSS 9.8, CISA KEV) is a CLI parser arbitrary file read chain.
Self-hosted build farms, plugin ecosystems, release automation
gitlabDevOps platform with Git, CI/CD, and registry in one application. Core product CVEs use gitlab:gitlab in NVD (Community and Enterprise). CVE-2023-7028 (CVSS 10.0, CISA KEV) is an account takeover via email verification bypass.
Git hosting, pipelines, container registry, compliance scanning
giteaLightweight self-hosted Git service. Tracked as gitea:gitea in NVD with solid historical CVE coverage for auth and repository edge cases.
Self-hosted Git mirrors, small teams, air-gapped development
tektonKubernetes-native CI/CD execution (CNCF). NVD uses linuxfoundation:tekton_pipelines. CVE volume is smaller than Jenkins or GitLab but passes eligibility after live test_nvd.py.
Cloud-native builds, CRD-based pipelines, GitOps supply chains
denoSecure TypeScript/JavaScript runtime with V8. NVD tracks deno:deno with substantive semver-style ranges and modern HTTP-related CVE coverage.
Edge workers, tooling CLIs, serverless backends, developer environments
hermesMeta's JavaScript engine used by React Native. Tracked as facebook:hermes in NVD with a focused bytecode and runtime CVE history.
React Native bundles, Hermes bytecode pipelines, embedded JS execution
nodejsThe Node.js runtime (V8 + libuv). Canonical NVD CPE is nodejs:node.js with large historical CVE volume and semver-style ranges.
API servers, build tooling, NPM ecosystem, AI agent backends
vm2Node.js sandbox for untrusted code. CVE-2022-36067 (CVSS 10.0) and CVE-2023-32314 (CVSS 9.8) are critical sandbox escapes. Tracked as vm2_project:vm2.
User plugins, SaaS sandboxing, eval-like workflows, CVE news cycle
keycloakRed Hat's open-source IAM platform providing SSO, OAuth2/OIDC, and user federation. Tracked as redhat:keycloak in NVD with a strong CVE history including auth bypass and redirect-URI traversal chains.
Enterprise SSO, Kubernetes service accounts, OAuth2 broker, developer portals
openldapWidely deployed open-source LDAP implementation backing enterprise directory services. NVD namespace is openldap:openldap with a focused history of memory corruption and denial-of-service issues.
AD replacement, user directory, auth backends, enterprise identity
freeipaRed Hat's integrated identity management combining LDAP, Kerberos, DNS, and certificate management in one solution. Tracked as freeipa:freeipa in NVD.
Enterprise Linux identity, RHEL/CentOS environments, Kerberos SSO
linux_pamPluggable Authentication Modules for Linux — the authentication layer for login, sudo, and SSH on virtually every Linux system. Tracked as linux-pam:linux-pam in NVD.
Login daemons, sudo, PAM-aware services, authentication policy enforcement
sambaThe open-source implementation of Windows file sharing and Active Directory services. CVE-2017-7494 (EternalRed, CVSS 9.8, CISA KEV) and CVE-2021-44142 (heap OOB, CVSS 9.9) are canonical references. Deep NVD history.
Windows interop, AD replacement, file servers, SMB infrastructure
mit_kerberosMIT's reference implementation of the Kerberos 5 authentication protocol. The foundational library for Kerberos-based SSO across Linux, macOS, and enterprise environments. Tracked as mit:kerberos_5 in NVD.
Enterprise SSO, GSSAPI, Kerberos realm infrastructure, FreeIPA backends
pythonThe CPython interpreter. NVD publishes under both python:python and python:cpython — ingestion uses the canonical python:python namespace. Deep CVE history across the 3.x line and the EOL 2.x tail.
AI/ML pipelines, API servers, scripting, data engineering, agent backends
rubyThe MRI (CRuby) interpreter. Tracked as ruby-lang:ruby in NVD with a solid CVE history in HTTP client handling, URI parsing (ReDoS), and string processing.
Rails applications, gem tooling, DevOps scripting, web backends
phpThe PHP interpreter. One of the deepest CVE histories of any product in the coverage set. CVE-2024-4577 (CVSS 9.8, CISA KEV) — CGI argument injection on Windows — is a canonical exploited-in-the-wild reference.
Web backends, WordPress/Laravel/Symfony applications, shared hosting
goThe Go compiler and standard library. CVE history formalised since 2022 via the Go security team. CVE-2023-39325 (HTTP/2 rapid reset) is a high-profile reference. Eligibility confirmed via test_nvd.py before shipping.
Cloud-native services, CLI tooling, Kubernetes controllers, agent backends
openjdkOpenJDK tracked under oracle:openjdk in NVD. The Oracle namespace covers both Oracle JDK and OpenJDK core CVEs. Sentinel rate is monitored for Oracle-JDK-specific bleed-through.
JVM workloads, Spring Boot services, enterprise Java, Android toolchains
rustThe Rust compiler and standard library. Tracked as rust-lang:rust in NVD. CVE history is smaller than other runtimes but growing as the language matures into safety-critical infrastructure.
Systems programming, Wasm runtimes, CLI tools, security-critical infrastructure
perlThe Perl 5 interpreter. One of the deepest legacy CVE histories of any runtime in the coverage set. Widely deployed in ops tooling, sysadmin scripts, and enterprise backends. Tracked as perl:perl in NVD.
Legacy web backends, ops scripting, bioinformatics, sysadmin tooling
erlangThe Erlang/OTP runtime. CVE-2025-32433 (unauthenticated RCE via SSH, CVSS 10.0) is a high-profile 2025 addition. Natural pairing with RabbitMQ coverage. Tracked as erlang:erlang/otp in NVD.
RabbitMQ clusters, distributed systems, telecom infrastructure, Phoenix/Elixir backends
All 356 CVE product slugs
Every slug below resolves on GET /v1/check. Detailed docs pages exist for a subset above. Pass any slug as the product parameter.
Show all 356 product names
- Acrobat
adobe_acrobat - Acrobat Reader
adobe_acrobat_reader - Acrobat Reader Dc
adobe_acrobat_reader_dc - Adobe Air
adobe_adobe_air - Adobe Air Sdk
adobe_adobe_air_sdk - Air
adobe_air - Air Sdk
adobe_air_sdk - Coldfusion
adobe_coldfusion - Commerce
adobe_commerce - Experience Manager Forms
adobe_experience_manager_forms - Flash Player
adobe_flash_player - Apache ActiveMQ
apache_activemq - Airflow
apache_airflow - Apisix
apache_apisix - Archiva
apache_archiva - Axis
apache_axis - Apache Derby
apache_derby - Flink
apache_flink - Apache HTTP Server
apache_httpd - Ignite
apache_ignite - Apache Kafka
apache_kafka - Kylin
apache_kylin - Ofbiz
apache_ofbiz - Apache Pulsar
apache_pulsar - Shiro
apache_shiro - Solr
apache_solr - Spark
apache_spark - Struts
apache_struts - Superset
apache_superset - Icloud
apple_icloud - Itunes
apple_itunes - Safari
apple_safari - Xcode
apple_xcode - Argo CD
argo_cd - Cloudvision Portal
arista_cloudvision_portal - 5Th Gen Gpu Architecture Kernel Driver
arm_5th_gen_gpu_architecture_kernel_driver - Bifrost Gpu Kernel Driver
arm_bifrost_gpu_kernel_driver - Valhall Gpu Kernel Driver
arm_valhall_gpu_kernel_driver - Ghostscript
artifex_ghostscript - Clearpass Policy Manager
arubanetworks_clearpass_policy_manager - Bitbucket
atlassian_bitbucket - Confluence Data Center
atlassian_confluence_data_center - Confluence Server
atlassian_confluence_server - Crowd
atlassian_crowd - Jira Data Center
atlassian_jira_data_center - Jira Server
atlassian_jira_server - Privileged Remote Access
beyondtrust_privileged_remote_access - Remote Support
beyondtrust_remote_support - Cacti
cacti - Caddy
caddy - Calico
calico - Apache Cassandra
cassandra - Cilium
cilium - Anyconnect Secure Mobility Client
cisco_anyconnect_secure_mobility_client - Catalyst Sd-Wan Manager
cisco_catalyst_sd_wan_manager - Digital Media Manager
cisco_digital_media_manager - Firepower Threat Defense
cisco_firepower_threat_defense - Identity Services Engine
cisco_identity_services_engine - Network Services Orchestrator
cisco_network_services_orchestrator - Prime Data Center Network Manager
cisco_prime_data_center_network_manager - Sd-Wan
cisco_sd_wan - Secure Access Control System
cisco_secure_access_control_system - Secure Firewall Management Center
cisco_secure_firewall_management_center - Unified Communications Manager
cisco_unified_communications_manager - Netscaler Gateway
citrix_netscaler_gateway - Netscaler Sd-Wan
citrix_netscaler_sd_wan - Session Recording
citrix_session_recording - Commvault
commvault - HashiCorp Consul
consul - containerd
containerd - Couchbase Server
couchbase - Couchbase Server
couchbase_couchbase_server - Apache CouchDB
couchdb - Cpanel
cpanel - Craft Cms
craftcms_craft_cms - Crushftp
crushftp - Recoverpoint For Virtual Machines
dell_recoverpoint_for_virtual_machines - Dopsoft
deltaww_dopsoft - Deno
deno - Dotnetnuke
dnnsoftware_dotnetnuke - Docker
docker - Docker Engine
docker_engine - Dotcms
dotcms - Drupal
drupal - Elasticsearch
elasticsearch - Goahead
embedthis_goahead - Envoy Proxy
envoy - Erlang/OTP
erlang - Exim
exim - Eyesofnetwork
eyesofnetwork - Fluentd
fluentd - Access Management
forgerock_access_management - Fortiadc
fortinet_fortiadc - Fortianalyzer
fortinet_fortianalyzer - Forticlientems
fortinet_forticlientems - Fortimail
fortinet_fortimail - Fortimanager
fortinet_fortimanager - Fortiproxy
fortinet_fortiproxy - Fortiswitchmanager
fortinet_fortiswitchmanager - Fortiweb
fortinet_fortiweb - FreeIPA
freeipa - Freetype
freetype - Geoserver
geoserver - Gitea
gitea - GitLab
gitlab - Bash
gnu_bash - Glibc
gnu_glibc - GnuTLS
gnu_gnutls - Go
go - Gogs
gogs - Chrome
google_chrome - Grafana
grafana - HAProxy
haproxy - HashiCorp Vault
hashicorp_vault - Helm
helm - Hermes
hermes - Vantara Pentaho Business Analytics Server
hitachi_vantara_pentaho_business_analytics_server - Matrix Operating Environment
hp_matrix_operating_environment - Openview Network Node Manager
hp_openview_network_node_manager - Procurve Manager
hp_procurve_manager - System Management Homepage
hp_system_management_homepage - Aspera Faspex
ibm_aspera_faspex - Data Risk Manager
ibm_data_risk_manager - Infosphere Biginsights
ibm_infosphere_biginsights - Planning Analytics
ibm_planning_analytics - Sterling B2B Integrator
ibm_sterling_b2b_integrator - WebSphere MQ
ibm_websphere_mq - Openfire
igniterealtime_openfire - Imagemagick
imagemagick - Web Studio
indusoft_web_studio - Bind
isc_bind - Istio
istio - Connect Secure
ivanti_connect_secure - Endpoint Manager
ivanti_endpoint_manager - Endpoint Manager Mobile
ivanti_endpoint_manager_mobile - Policy Secure
ivanti_policy_secure - Jenkins
jenkins - Script Security
jenkins_script_security - Teamcity
jetbrains_teamcity - Jetty
jetty - Virtual System Administrator
kaseya_virtual_system_administrator - Xperience
kentico_xperience - Keycloak
keycloak - Kibana
kibana - Kubernetes API Server
kube_apiserver - Kubernetes kubelet
kubelet - Langflow
langflow - Liferay Portal
liferay_liferay_portal - Linux-PAM
linux_pam - LiteLLM
litellm - Apache Log4j
log4j - Logstash
logstash - MariaDB
mariadb - Epolicy Orchestrator
mcafee_epolicy_orchestrator - Total Protection
mcafee_total_protection - Metabase
metabase - Access Manager
microfocus_access_manager - .Net
microsoft_.net - .Net Core
microsoft_.net_core - .Net Framework
microsoft_.net_framework - Commerce Server
microsoft_commerce_server - Directx
microsoft_directx - Excel
microsoft_excel - Microsoft Exchange Server
microsoft_exchange - Exchange Server
microsoft_exchange_server - Internet Explorer
microsoft_internet_explorer - Internet Information Services
microsoft_internet_information_services - Jscript
microsoft_jscript - Lync
microsoft_lync - Malware Protection Engine
microsoft_malware_protection_engine - Office
microsoft_office - Office Powerpoint
microsoft_office_powerpoint - Office Sharepoint Server
microsoft_office_sharepoint_server - Office Web Apps
microsoft_office_web_apps - Office Web Apps Server
microsoft_office_web_apps_server - Office Web Components
microsoft_office_web_components - Outlook
microsoft_outlook - Powerpoint
microsoft_powerpoint - Publisher
microsoft_publisher - Sharepoint Enterprise Server
microsoft_sharepoint_enterprise_server - Sharepoint Foundation
microsoft_sharepoint_foundation - Sharepoint Server
microsoft_sharepoint_server - Silverlight
microsoft_silverlight - System Center Operations Manager
microsoft_system_center_operations_manager - Visio
microsoft_visio - Xml Core Services
microsoft_xml_core_services - MIT Kerberos
mit_kerberos - Micollab
mitel_micollab - Mivoice Connect
mitel_mivoice_connect - MongoDB
mongodb - Mosquitto
mosquitto - Lanscope Endpoint Manager
motex_lanscope_endpoint_manager - Firefox
mozilla_firefox - Thunderbird
mozilla_thunderbird - Thunderbird Esr
mozilla_thunderbird_esr - Microsoft SQL Server
mssql - MySQL
mysql - Nagios
nagios - Nagios Xi
nagios_nagios_xi - Active Iq Unified Manager
netapp_active_iq_unified_manager - Oncommand Unified Manager
netapp_oncommand_unified_manager - Oncommand Unified Manager Core Package
netapp_oncommand_unified_manager_core_package - Ontap Select Deploy Administration Utility
netapp_ontap_select_deploy_administration_utility - Service Processor
netapp_service_processor - NGINX
nginx - Node.js
nodejs - Proself
northgrid_proself - October
octobercms_october - OpenJDK
openjdk - OpenLDAP
openldap - Openslp
openslp - OpenSSH
openssh - Openssl
openssl - Application Express
oracle_application_express - Business Intelligence
oracle_business_intelligence - Coherence
oracle_coherence - Commerce Guided Search
oracle_commerce_guided_search - Configurator
oracle_configurator - Oracle Database
oracle_db - E-Business Suite
oracle_e_business_suite - Enterprise Manager Grid Control
oracle_enterprise_manager_grid_control - Fusion Middleware
oracle_fusion_middleware - Graalvm
oracle_graalvm - Hospitality Opera 5
oracle_hospitality_opera_5 - Http Server
oracle_http_server - Identity Manager
oracle_identity_manager - Jdk
oracle_jdk - Jre
oracle_jre - Jrockit
oracle_jrockit - Peoplesoft Enterprise Peopletools
oracle_peoplesoft_enterprise_peopletools - Primavera Unifier
oracle_primavera_unifier - Weblogic Server
oracle_weblogic_server - Zfs Storage Appliance Kit
oracle_zfs_storage_appliance_kit - Prtg Network Monitor
paessler_prtg_network_monitor - Expedition
paloaltonetworks_expedition - Papercut Mf
papercut_papercut_mf - Papercut Ng
papercut_papercut_ng - Perl
perl - Intellispace Portal
philips_intellispace_portal - PHP
php - Phpmyadmin
phpmyadmin - Playsms
playsms - PostgreSQL
postgresql - Loadmaster
progress_loadmaster - Moveit Transfer
progress_moveit_transfer - Sitefinity
progress_sitefinity - Whatsup Gold
progress_whatsup_gold - Projectsend
projectsend - Flexplm
ptc_flexplm - Pulse Connect Secure
pulsesecure_pulse_connect_secure - Pulse Policy Secure
pulsesecure_pulse_policy_secure - Python
python - Qlik Sense
qlik_qlik_sense - Photo Station
qnap_photo_station - Kace System Management Appliance
quest_kace_system_management_appliance - Kace Systems Management Appliance
quest_kace_systems_management_appliance - RabbitMQ
rabbitmq - Unrar
rarlab_unrar - Winrar
rarlab_winrar - Rconfig
rconfig - Cloudforms
redhat_cloudforms - Icedtea6
redhat_icedtea6 - Jboss Enterprise Application Platform
redhat_jboss_enterprise_application_platform - Openshift Container Platform
redhat_openshift_container_platform - Richfaces
redhat_richfaces - Satellite
redhat_satellite - Subscription Asset Manager
redhat_subscription_asset_manager - Redis
redis - Factorytalk Services Platform
rockwellautomation_factorytalk_services_platform - Webmail
roundcube_webmail - Ruby
ruby - Rails
rubyonrails_rails - runc
runc - Rust
rust - Salt
saltstack_salt - Samba
samba - Magicinfo 9 Server
samsung_magicinfo_9_server - Freepbx
sangoma_freepbx - Commerce Cloud
sap_commerce_cloud - Content Server
sap_content_server - Netweaver
sap_netweaver - Netweaver Application Server Java
sap_netweaver_application_server_java - Solution Manager
sap_solution_manager - Scadabr
scadabr - Sl1
sciencelogic_sl1 - Servicenow
servicenow - Sinec Ins
siemens_sinec_ins - Experience Manager
sitecore_experience_manager - Experience Platform
sitecore_experience_platform - Smartermail
smartertools_smartermail - Orion Platform
solarwinds_orion_platform - Serv-U
solarwinds_serv_u - Web Help Desk
solarwinds_web_help_desk - Nexus Repository Manager
sonatype_nexus_repository_manager - Web Appliance
sophos_web_appliance - SQLite
sqlite - Squid
squid - Sugarcrm
sugarcrm - Jre
sun_jre - Studio Onsite
suse_studio_onsite - Zimbra Collaboration Suite
synacor_zimbra_collaboration_suite - Sysaid
sysaid - Systeminformation
systeminformation - Teamviewer
teamviewer - Tekton Pipelines
tekton - Fuel Cms
thedaylightstudio_fuel_cms - Thinkphp
thinkphp - Jasperreports Library
tibco_jasperreports_library - Jasperreports Server
tibco_jasperreports_server - Apache Tomcat
tomcat - Tor
torproject_tor - Traefik
traefik - Apex Central
trendmicro_apex_central - Apex One
trendmicro_apex_one - Officescan
trendmicro_officescan - Worry-Free Business Security
trendmicro_worry_free_business_security - Vtscada
trihedral_vtscada - Varnish Cache
varnish - Vbulletin
vbulletin - Next.Js
vercel_next.js - Backup Exec
veritas_backup_exec - Vite
vitejs_vite - vm2
vm2 - Aria Operations
vmware_aria_operations - VMware ESXi
vmware_esxi - Fusion
vmware_fusion - Identity Manager
vmware_identity_manager - Spring Cloud Config
vmware_spring_cloud_config - Spring Cloud Function
vmware_spring_cloud_function - Spring Framework
vmware_spring_framework - Vcenter Server
vmware_vcenter_server - Vrealize Automation
vmware_vrealize_automation - Vrealize Operations Manager
vmware_vrealize_operations_manager - Workspace One Access
vmware_workspace_one_access - Wazuh
wazuh - Webkitgtk
webkitgtk - Webmin
webmin - Libwebp
webmproject_libwebp - Wing Ftp Server
wftpserver_wing_ftp_server - Whatsapp
whatsapp - Whatsapp Business
whatsapp_whatsapp_business - Xpdf
xpdfreader_xpdf - Xstream
xstream - Xwiki
xwiki - Yii
yiiframework_yii - Zabbix
zabbix - ZeroMQ
zeromq - Collaboration
zimbra_collaboration - Zk Framework
zkoss_zk_framework - Biotime
zkteco_biotime - Manageengine Access Manager Plus
zohocorp_manageengine_access_manager_plus - Manageengine Adaudit Plus
zohocorp_manageengine_adaudit_plus - Manageengine Adselfservice Plus
zohocorp_manageengine_adselfservice_plus - Manageengine Desktop Central
zohocorp_manageengine_desktop_central - Manageengine Servicedesk Plus
zohocorp_manageengine_servicedesk_plus - Manageengine Servicedesk Plus Msp
zohocorp_manageengine_servicedesk_plus_msp
Supply chain monitoring: In addition to 356 CVE-covered infrastructure products, Attestd monitors 27,459 PyPI and 237,601 npm packages for malicious publishes and OSV advisories. See the full list and details.
How products are selected
Not every software product produces reliable output from a CPE-based synthesis pipeline. A product must meet all three criteria before it is added:
Sentinel rate below 50%
A sentinel range is an NVD record that names a product as affected but omits version data. High sentinel rates mean the pipeline cannot determine which versions are affected, producing unreliable results. Products with ecosystem-level CVE noise (CMSes, plugin platforms) typically fail this criterion.
At least 10 CVEs with valid version ranges
Products with fewer than 10 usable records produce output that may reflect NVD coverage gaps rather than actual security posture. Thin datasets do not provide enough signal for accurate risk classification.
Complete CPE namespace coverage
When a vendor is acquired or renames itself, NVD may maintain two separate CPE namespaces for the same product. Both must be queried and merged to avoid silently missing historical CVEs. nginx, log4j, Redis, and MySQL each required this treatment.
Request a product
Coverage expands based on demand. Email [email protected] with the product name and your use case. Products with structural NVD data quality problems (high sentinel rates, inconsistent CPE namespaces) cannot be added until those issues are resolved upstream.