CVEDetail

Full CVE detail record

AutomationComplianceEnterpriseLinuxOperating SystemRed HatRHELSecuritySubscription ManagementVulnerability Management

Properties

Name Type Description
name string CVE identifier
threat_severity string Red Hat severity rating
public_date string
bugzilla object
cvss object
cvss3 object
cwe string
details array Detailed description of the vulnerability
statement string Red Hat impact statement
affected_release array Fixed package releases
package_state array Packages with no available fix
View JSON Schema on GitHub

JSON Schema

rhel-cvedetail-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CVEDetail",
  "title": "CVEDetail",
  "type": "object",
  "description": "Full CVE detail record",
  "properties": {
    "name": {
      "type": "string",
      "description": "CVE identifier",
      "example": "CVE-2021-23358"
    },
    "threat_severity": {
      "type": "string",
      "description": "Red Hat severity rating",
      "enum": [
        "Low",
        "Moderate",
        "Important",
        "Critical"
      ]
    },
    "public_date": {
      "type": "string",
      "format": "date-time"
    },
    "bugzilla": {
      "type": "object",
      "properties": {
        "description": {
          "type": "string"
        },
        "id": {
          "type": "string"
        },
        "url": {
          "type": "string",
          "format": "uri"
        }
      }
    },
    "cvss": {
      "type": "object",
      "properties": {
        "cvss_base_score": {
          "type": "string"
        },
        "cvss_scoring_vector": {
          "type": "string"
        },
        "status": {
          "type": "string"
        }
      }
    },
    "cvss3": {
      "type": "object",
      "properties": {
        "cvss3_base_score": {
          "type": "string"
        },
        "cvss3_scoring_vector": {
          "type": "string"
        },
        "status": {
          "type": "string"
        }
      }
    },
    "cwe": {
      "type": "string"
    },
    "details": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Detailed description of the vulnerability"
    },
    "statement": {
      "type": "string",
      "description": "Red Hat impact statement"
    },
    "affected_release": {
      "type": "array",
      "description": "Fixed package releases",
      "items": {
        "type": "object",
        "properties": {
          "product_name": {
            "type": "string"
          },
          "release_date": {
            "type": "string",
            "format": "date-time"
          },
          "advisory": {
            "type": "string"
          },
          "cpe": {
            "type": "string"
          },
          "package": {
            "type": "string"
          }
        }
      }
    },
    "package_state": {
      "type": "array",
      "description": "Packages with no available fix",
      "items": {
        "type": "object",
        "properties": {
          "product_name": {
            "type": "string"
          },
          "fix_state": {
            "type": "string",
            "enum": [
              "Affected",
              "Will not fix",
              "Fix deferred",
              "Not affected",
              "Out of support scope"
            ]
          },
          "package_name": {
            "type": "string"
          },
          "cpe": {
            "type": "string"
          }
        }
      }
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/rhel-cvedetail"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.