RHEL CVE

A Common Vulnerabilities and Exposures record from the Red Hat Security Data API

AutomationComplianceEnterpriseLinuxOperating SystemRed HatRHELSecuritySubscription ManagementVulnerability Management

Properties

Name Type Description
name string CVE identifier
threat_severity string Red Hat severity rating
public_date string Date the CVE was made public
bugzilla object Associated Bugzilla ticket
cvss object CVSS v2 scoring information
cvss3 object CVSS v3 scoring information
cwe string CWE identifier
details array Detailed description of the vulnerability
statement string Red Hat impact statement
affected_release array Fixed package releases
package_state array Packages without an available fix
View JSON Schema on GitHub

JSON Schema

rhel-cve-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://github.com/api-evangelist/rhel/blob/main/json-schema/rhel-cve-schema.json",
  "title": "RHEL CVE",
  "description": "A Common Vulnerabilities and Exposures record from the Red Hat Security Data API",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "CVE identifier",
      "pattern": "^CVE-\\d{4}-\\d{4,}$",
      "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",
      "description": "Date the CVE was made public"
    },
    "bugzilla": {
      "type": "object",
      "description": "Associated Bugzilla ticket",
      "properties": {
        "description": {
          "type": "string"
        },
        "id": {
          "type": "string"
        },
        "url": {
          "type": "string",
          "format": "uri"
        }
      }
    },
    "cvss": {
      "type": "object",
      "description": "CVSS v2 scoring information",
      "properties": {
        "cvss_base_score": {
          "type": "string"
        },
        "cvss_scoring_vector": {
          "type": "string"
        },
        "status": {
          "type": "string"
        }
      }
    },
    "cvss3": {
      "type": "object",
      "description": "CVSS v3 scoring information",
      "properties": {
        "cvss3_base_score": {
          "type": "string"
        },
        "cvss3_scoring_vector": {
          "type": "string"
        },
        "status": {
          "type": "string"
        }
      }
    },
    "cwe": {
      "type": "string",
      "description": "CWE identifier",
      "example": "CWE-77"
    },
    "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 without an 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"
          }
        }
      }
    }
  },
  "required": ["name", "threat_severity"]
}

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-cve"
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.