Red Hat Enterprise Linux · Example Payload

Rhel List Cves Example

AutomationComplianceEnterpriseLinuxOperating SystemRed HatRHELSecuritySubscription ManagementVulnerability Management

Rhel List Cves Example is an example object payload from Red Hat Enterprise Linux, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "method": "GET",
    "url": "https://access.redhat.com/hydra/rest/securitydata/cve.json?severity=Critical&after=2026-01-01&per_page=10&page=1",
    "headers": {}
  },
  "response": {
    "status": 200,
    "body": [
      {
        "CVE": "CVE-2026-12345",
        "severity": "Critical",
        "public_date": "2026-04-15T00:00:00Z",
        "advisories": ["RHSA-2026:1234"],
        "bugzilla": "https://bugzilla.redhat.com/show_bug.cgi?id=2265001",
        "bugzilla_description": "Critical remote code execution vulnerability in kernel",
        "cvss_score": 9.8,
        "cvss3_score": 9.8,
        "cwe": "CWE-119",
        "affected_packages": ["kernel"],
        "resource_url": "https://access.redhat.com/security/cve/CVE-2026-12345"
      }
    ]
  }
}