Red Hat Enterprise Linux 8 · Example Payload

Red Hat Enterprise Linux 8 Get Cve Example

EnterpriseLinuxOperating SystemRed HatRHEL

Red Hat Enterprise Linux 8 Get Cve Example is an example object payload from Red Hat Enterprise Linux 8, 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/labs/securitydataapi/cve/CVE-2024-1234.json"
  },
  "response": {
    "status": 200,
    "body": {
      "CVE": "CVE-2024-1234",
      "severity": "Important",
      "public_date": "2024-02-15T00:00:00Z",
      "bugzilla": "https://bugzilla.redhat.com/show_bug.cgi?id=2264456",
      "bugzilla_description": "kernel: use-after-free vulnerability in socket subsystem",
      "cvss_score": 7.8,
      "cvss3_score": 7.8,
      "cwe": "CWE-416",
      "details": [
        "A use-after-free vulnerability was found in the Linux kernel socket subsystem."
      ],
      "acknowledgement": "Red Hat would like to thank the Linux Kernel upstream for reporting this issue.",
      "affected_release": [
        {
          "product_name": "Red Hat Enterprise Linux 8",
          "release_date": "2024-03-12T00:00:00Z",
          "advisory": "RHSA-2024:1234",
          "package": "kernel-4.18.0-513.24.1.el8_9",
          "cpe": "cpe:/o:redhat:enterprise_linux:8::baseos"
        }
      ]
    }
  }
}