Search

Find a vulnerability

Search criteria Use this form to refine search results.
Full-text search supports keyword queries with ranking and filtering.
You can combine vendor, product, and sources to narrow results.
Enable “Apply ordering” to sort by date instead of relevance.

    6 vulnerabilities by centos

    CVE-2021-20315 (GCVE-0-2021-20315)

    Vulnerability from cvelistv5 – Published: 2022-02-18 00:00 – Updated: 2024-08-03 17:37
    VLAI
    Summary
    A locking protection bypass flaw was found in some versions of gnome-shell as shipped within CentOS Stream 8, when the "Application menu" or "Window list" GNOME extensions are enabled. This flaw allows a physical attacker who has access to a locked system to kill existing applications and start new ones as the locked user, even if the session is still locked.
    Severity
    No CVSS data available.
    CWE
    Assigner
    References
    Impacted products
    Vendor Product Version
    n/a gnome-shell Affected: gnome-shell 3.32.2-40.el8
    Show details on NVD website

    {
      "containers": {
        "adp": [
          {
            "providerMetadata": {
              "dateUpdated": "2024-08-03T17:37:23.718Z",
              "orgId": "af854a3a-2127-422b-91ae-364da2661108",
              "shortName": "CVE"
            },
            "references": [
              {
                "tags": [
                  "x_transferred"
                ],
                "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2006285"
              }
            ],
            "title": "CVE Program Container"
          }
        ],
        "cna": {
          "affected": [
            {
              "product": "gnome-shell",
              "vendor": "n/a",
              "versions": [
                {
                  "status": "affected",
                  "version": "gnome-shell 3.32.2-40.el8"
                }
              ]
            }
          ],
          "descriptions": [
            {
              "lang": "en",
              "value": "A locking protection bypass flaw was found in some versions of gnome-shell as shipped within CentOS Stream 8, when the \"Application menu\" or \"Window list\" GNOME extensions are enabled. This flaw allows a physical attacker who has access to a locked system to kill existing applications and start new ones as the locked user, even if the session is still locked."
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "cweId": "CWE-667",
                  "description": "CWE-667",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2022-10-07T00:00:00.000Z",
            "orgId": "53f830b8-0a3f-465b-8143-3b8a9948e749",
            "shortName": "redhat"
          },
          "references": [
            {
              "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2006285"
            }
          ]
        }
      },
      "cveMetadata": {
        "assignerOrgId": "53f830b8-0a3f-465b-8143-3b8a9948e749",
        "assignerShortName": "redhat",
        "cveId": "CVE-2021-20315",
        "datePublished": "2022-02-18T00:00:00.000Z",
        "dateReserved": "2020-12-17T00:00:00.000Z",
        "dateUpdated": "2024-08-03T17:37:23.718Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.1"
    }

    CVE-2020-5291 (GCVE-0-2020-5291)

    Vulnerability from cvelistv5 – Published: 2020-03-31 18:00 – Updated: 2024-08-04 08:22
    VLAI
    Title
    Privilege escalation in setuid mode via user namespaces in Bubblewrap
    Summary
    Bubblewrap (bwrap) before version 0.4.1, if installed in setuid mode and the kernel supports unprivileged user namespaces, then the `bwrap --userns2` option can be used to make the setuid process keep running as root while being traceable. This can in turn be used to gain root permissions. Note that this only affects the combination of bubblewrap in setuid mode (which is typically used when unprivileged user namespaces are not supported) and the support of unprivileged user namespaces. Known to be affected are: * Debian testing/unstable, if unprivileged user namespaces enabled (not default) * Debian buster-backports, if unprivileged user namespaces enabled (not default) * Arch if using `linux-hardened`, if unprivileged user namespaces enabled (not default) * Centos 7 flatpak COPR, if unprivileged user namespaces enabled (not default) This has been fixed in the 0.4.1 release, and all affected users should update.
    CWE
    • CWE-648 - Incorrect Use of Privileged APIs
    Assigner
    References
    Impacted products
    Vendor Product Version
    containers bubblewrap Affected: < 0.4.1
    Create a notification for this product.
    Show details on NVD website

    {
      "containers": {
        "adp": [
          {
            "providerMetadata": {
              "dateUpdated": "2024-08-04T08:22:09.099Z",
              "orgId": "af854a3a-2127-422b-91ae-364da2661108",
              "shortName": "CVE"
            },
            "references": [
              {
                "tags": [
                  "x_refsource_CONFIRM",
                  "x_transferred"
                ],
                "url": "https://github.com/containers/bubblewrap/security/advisories/GHSA-j2qp-rvxj-43vj"
              },
              {
                "tags": [
                  "x_refsource_MISC",
                  "x_transferred"
                ],
                "url": "https://github.com/containers/bubblewrap/commit/1f7e2ad948c051054b683461885a0215f1806240"
              }
            ],
            "title": "CVE Program Container"
          }
        ],
        "cna": {
          "affected": [
            {
              "product": "bubblewrap",
              "vendor": "containers",
              "versions": [
                {
                  "status": "affected",
                  "version": "\u003c 0.4.1"
                }
              ]
            }
          ],
          "descriptions": [
            {
              "lang": "en",
              "value": "Bubblewrap (bwrap) before version 0.4.1, if installed in setuid mode and the kernel supports unprivileged user namespaces, then the `bwrap --userns2` option can be used to make the setuid process keep running as root while being traceable. This can in turn be used to gain root permissions. Note that this only affects the combination of bubblewrap in setuid mode (which is typically used when unprivileged user namespaces are not supported) and the support of unprivileged user namespaces. Known to be affected are: * Debian testing/unstable, if unprivileged user namespaces enabled (not default) * Debian buster-backports, if unprivileged user namespaces enabled (not default) * Arch if using `linux-hardened`, if unprivileged user namespaces enabled (not default) * Centos 7 flatpak COPR, if unprivileged user namespaces enabled (not default) This has been fixed in the 0.4.1 release, and all affected users should update."
            }
          ],
          "metrics": [
            {
              "cvssV3_1": {
                "attackComplexity": "HIGH",
                "attackVector": "LOCAL",
                "availabilityImpact": "NONE",
                "baseScore": 7.2,
                "baseSeverity": "HIGH",
                "confidentialityImpact": "HIGH",
                "integrityImpact": "HIGH",
                "privilegesRequired": "LOW",
                "scope": "CHANGED",
                "userInteraction": "REQUIRED",
                "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:C/C:H/I:H/A:N",
                "version": "3.1"
              }
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "cweId": "CWE-648",
                  "description": "CWE-648: Incorrect Use of Privileged APIs",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2020-03-31T18:00:18.000Z",
            "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
            "shortName": "GitHub_M"
          },
          "references": [
            {
              "tags": [
                "x_refsource_CONFIRM"
              ],
              "url": "https://github.com/containers/bubblewrap/security/advisories/GHSA-j2qp-rvxj-43vj"
            },
            {
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/containers/bubblewrap/commit/1f7e2ad948c051054b683461885a0215f1806240"
            }
          ],
          "source": {
            "advisory": "GHSA-j2qp-rvxj-43vj",
            "discovery": "UNKNOWN"
          },
          "title": "Privilege escalation in setuid mode via user namespaces in Bubblewrap",
          "x_legacyV4Record": {
            "CVE_data_meta": {
              "ASSIGNER": "security-advisories@github.com",
              "ID": "CVE-2020-5291",
              "STATE": "PUBLIC",
              "TITLE": "Privilege escalation in setuid mode via user namespaces in Bubblewrap"
            },
            "affects": {
              "vendor": {
                "vendor_data": [
                  {
                    "product": {
                      "product_data": [
                        {
                          "product_name": "bubblewrap",
                          "version": {
                            "version_data": [
                              {
                                "version_value": "\u003c 0.4.1"
                              }
                            ]
                          }
                        }
                      ]
                    },
                    "vendor_name": "containers"
                  }
                ]
              }
            },
            "data_format": "MITRE",
            "data_type": "CVE",
            "data_version": "4.0",
            "description": {
              "description_data": [
                {
                  "lang": "eng",
                  "value": "Bubblewrap (bwrap) before version 0.4.1, if installed in setuid mode and the kernel supports unprivileged user namespaces, then the `bwrap --userns2` option can be used to make the setuid process keep running as root while being traceable. This can in turn be used to gain root permissions. Note that this only affects the combination of bubblewrap in setuid mode (which is typically used when unprivileged user namespaces are not supported) and the support of unprivileged user namespaces. Known to be affected are: * Debian testing/unstable, if unprivileged user namespaces enabled (not default) * Debian buster-backports, if unprivileged user namespaces enabled (not default) * Arch if using `linux-hardened`, if unprivileged user namespaces enabled (not default) * Centos 7 flatpak COPR, if unprivileged user namespaces enabled (not default) This has been fixed in the 0.4.1 release, and all affected users should update."
                }
              ]
            },
            "impact": {
              "cvss": {
                "attackComplexity": "HIGH",
                "attackVector": "LOCAL",
                "availabilityImpact": "NONE",
                "baseScore": 7.2,
                "baseSeverity": "HIGH",
                "confidentialityImpact": "HIGH",
                "integrityImpact": "HIGH",
                "privilegesRequired": "LOW",
                "scope": "CHANGED",
                "userInteraction": "REQUIRED",
                "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:C/C:H/I:H/A:N",
                "version": "3.1"
              }
            },
            "problemtype": {
              "problemtype_data": [
                {
                  "description": [
                    {
                      "lang": "eng",
                      "value": "CWE-648: Incorrect Use of Privileged APIs"
                    }
                  ]
                }
              ]
            },
            "references": {
              "reference_data": [
                {
                  "name": "https://github.com/containers/bubblewrap/security/advisories/GHSA-j2qp-rvxj-43vj",
                  "refsource": "CONFIRM",
                  "url": "https://github.com/containers/bubblewrap/security/advisories/GHSA-j2qp-rvxj-43vj"
                },
                {
                  "name": "https://github.com/containers/bubblewrap/commit/1f7e2ad948c051054b683461885a0215f1806240",
                  "refsource": "MISC",
                  "url": "https://github.com/containers/bubblewrap/commit/1f7e2ad948c051054b683461885a0215f1806240"
                }
              ]
            },
            "source": {
              "advisory": "GHSA-j2qp-rvxj-43vj",
              "discovery": "UNKNOWN"
            }
          }
        }
      },
      "cveMetadata": {
        "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
        "assignerShortName": "GitHub_M",
        "cveId": "CVE-2020-5291",
        "datePublished": "2020-03-31T18:00:18.000Z",
        "dateReserved": "2020-01-02T00:00:00.000Z",
        "dateUpdated": "2024-08-04T08:22:09.099Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.1"
    }

    CVE-2017-1000253 (GCVE-0-2017-1000253)

    Vulnerability from cvelistv5 – Published: 2017-10-04 01:00 – Updated: 2025-10-21 23:55
    VLAI CISA KEV
    Summary
    Linux distributions that have not patched their long-term kernels with https://git.kernel.org/linus/a87938b2e246b81b4fb713edb371a9fa3c5c3c86 (committed on April 14, 2015). This kernel vulnerability was fixed in April 2015 by commit a87938b2e246b81b4fb713edb371a9fa3c5c3c86 (backported to Linux 3.10.77 in May 2015), but it was not recognized as a security threat. With CONFIG_ARCH_BINFMT_ELF_RANDOMIZE_PIE enabled, and a normal top-down address allocation strategy, load_elf_binary() will attempt to map a PIE binary into an address range immediately below mm->mmap_base. Unfortunately, load_elf_ binary() does not take account of the need to allocate sufficient space for the entire binary which means that, while the first PT_LOAD segment is mapped below mm->mmap_base, the subsequent PT_LOAD segment(s) end up being mapped above mm->mmap_base into the are that is supposed to be the "gap" between the stack and the binary.
    SSVC
    Exploitation: active Automatable: no Technical Impact: total
    CISA Coordinator (v2.0.3)
    CWE
    • n/a
    • CWE-119 - Improper Restriction of Operations within the Bounds of a Memory Buffer
    Assigner
    References
    URL Tags
    https://access.redhat.com/errata/RHSA-2017:2798 vendor-advisoryx_refsource_REDHAT
    https://access.redhat.com/errata/RHSA-2017:2795 vendor-advisoryx_refsource_REDHAT
    http://www.securitytracker.com/id/1039434 vdb-entryx_refsource_SECTRACK
    https://access.redhat.com/errata/RHSA-2017:2801 vendor-advisoryx_refsource_REDHAT
    https://access.redhat.com/errata/RHSA-2017:2796 vendor-advisoryx_refsource_REDHAT
    http://www.securityfocus.com/bid/101010 vdb-entryx_refsource_BID
    https://access.redhat.com/errata/RHSA-2017:2799 vendor-advisoryx_refsource_REDHAT
    https://access.redhat.com/errata/RHSA-2017:2794 vendor-advisoryx_refsource_REDHAT
    https://access.redhat.com/errata/RHSA-2017:2793 vendor-advisoryx_refsource_REDHAT
    https://access.redhat.com/errata/RHSA-2017:2797 vendor-advisoryx_refsource_REDHAT
    https://access.redhat.com/errata/RHSA-2017:2802 vendor-advisoryx_refsource_REDHAT
    https://www.qualys.com/2017/09/26/cve-2017-100025… x_refsource_MISC
    https://access.redhat.com/errata/RHSA-2017:2800 vendor-advisoryx_refsource_REDHAT
    https://www.cisa.gov/known-exploited-vulnerabilit… government-resource
    Impacted products
    Vendor Product Version
    centos centos Affected: 6.0
        cpe:2.3:o:centos:centos:6.0:*:*:*:*:*:*:*
    Create a notification for this product.
    centos centos Affected: 6.1
        cpe:2.3:o:centos:centos:6.1:*:*:*:*:*:*:*
    Create a notification for this product.
    centos centos Affected: 6.2
        cpe:2.3:o:centos:centos:6.2:*:*:*:*:*:*:*
    Create a notification for this product.
    centos centos Affected: 6.3
        cpe:2.3:o:centos:centos:6.3:*:*:*:*:*:*:*
    Create a notification for this product.
    centos centos Affected: 6.4
        cpe:2.3:o:centos:centos:6.4:*:*:*:*:*:*:*
    Create a notification for this product.
    centos centos Affected: 6.5
        cpe:2.3:o:centos:centos:6.5:*:*:*:*:*:*:*
    Create a notification for this product.
    centos centos Affected: 6.6
        cpe:2.3:o:centos:centos:6.6:*:*:*:*:*:*:*
    Create a notification for this product.
    centos centos Affected: 6.7
        cpe:2.3:o:centos:centos:6.7:*:*:*:*:*:*:*
    Create a notification for this product.
    centos centos Affected: 6.8
        cpe:2.3:o:centos:centos:6.8:*:*:*:*:*:*:*
    Create a notification for this product.
    centos centos Affected: 6.9
        cpe:2.3:o:centos:centos:6.9:*:*:*:*:*:*:*
    Create a notification for this product.
    centos centos Affected: 7.1406
        cpe:2.3:o:centos:centos:7.1406:*:*:*:*:*:*:*
    Create a notification for this product.
    centos centos Affected: 7.1503
        cpe:2.3:o:centos:centos:7.1503:*:*:*:*:*:*:*
    Create a notification for this product.
    centos centos Affected: 7.1511
        cpe:2.3:o:centos:centos:7.1511:*:*:*:*:*:*:*
    Create a notification for this product.
    centos centos Affected: 7.1611
        cpe:2.3:o:centos:centos:7.1611:*:*:*:*:*:*:*
    Create a notification for this product.
    redhat enterprise_linux Affected: 6.0
    Affected: 6.1
    Affected: 6.2
    Affected: 6.3
    Affected: 6.4
    Affected: 6.5
    Affected: 6.6
    Affected: 6.7
    Affected: 6.8
    Affected: 6.9
    Affected: 7.0
    Affected: 7.1
    Affected: 7.2
    Affected: 7.3
        cpe:2.3:o:redhat:enterprise_linux:6.0:*:*:*:*:*:*:*
        cpe:2.3:o:redhat:enterprise_linux:6.1:*:*:*:*:*:*:*
        cpe:2.3:o:redhat:enterprise_linux:6.2:*:*:*:*:*:*:*
        cpe:2.3:o:redhat:enterprise_linux:6.3:*:*:*:*:*:*:*
        cpe:2.3:o:redhat:enterprise_linux:6.4:*:*:*:*:*:*:*
        cpe:2.3:o:redhat:enterprise_linux:6.5:*:*:*:*:*:*:*
        cpe:2.3:o:redhat:enterprise_linux:6.6:*:*:*:*:*:*:*
        cpe:2.3:o:redhat:enterprise_linux:6.7:*:*:*:*:*:*:*
        cpe:2.3:o:redhat:enterprise_linux:6.8:*:*:*:*:*:*:*
        cpe:2.3:o:redhat:enterprise_linux:6.9:*:*:*:*:*:*:*
        cpe:2.3:o:redhat:enterprise_linux:7.0:*:*:*:*:*:*:*
        cpe:2.3:o:redhat:enterprise_linux:7.1:*:*:*:*:*:*:*
        cpe:2.3:o:redhat:enterprise_linux:7.2:*:*:*:*:*:*:*
        cpe:2.3:o:redhat:enterprise_linux:7.3:*:*:*:*:*:*:*
    Create a notification for this product.
    linux linux_kernel Affected: 2.6.25 , < 3.2.70 (custom)
    Affected: 3.3 , < 3.4.109 (custom)
    Affected: 3.5 , < 3.10.77 (custom)
    Affected: 3.11 , < 3.12.43 (custom)
    Affected: 3.13 , < 3.14.41 (custom)
    Affected: 3.15 , < 3.16.35 (custom)
    Affected: 3.17 , < 3.18.14 (custom)
    Affected: 3.19 , < 3.19.7 (custom)
    Affected: 1.0 , < 4.0.2 (custom)
        cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
    Create a notification for this product.
    Date Public
    2017-10-03 00:00
    Show details on NVD website

    {
      "containers": {
        "adp": [
          {
            "providerMetadata": {
              "dateUpdated": "2024-08-05T22:00:39.693Z",
              "orgId": "af854a3a-2127-422b-91ae-364da2661108",
              "shortName": "CVE"
            },
            "references": [
              {
                "name": "RHSA-2017:2798",
                "tags": [
                  "vendor-advisory",
                  "x_refsource_REDHAT",
                  "x_transferred"
                ],
                "url": "https://access.redhat.com/errata/RHSA-2017:2798"
              },
              {
                "name": "RHSA-2017:2795",
                "tags": [
                  "vendor-advisory",
                  "x_refsource_REDHAT",
                  "x_transferred"
                ],
                "url": "https://access.redhat.com/errata/RHSA-2017:2795"
              },
              {
                "name": "1039434",
                "tags": [
                  "vdb-entry",
                  "x_refsource_SECTRACK",
                  "x_transferred"
                ],
                "url": "http://www.securitytracker.com/id/1039434"
              },
              {
                "name": "RHSA-2017:2801",
                "tags": [
                  "vendor-advisory",
                  "x_refsource_REDHAT",
                  "x_transferred"
                ],
                "url": "https://access.redhat.com/errata/RHSA-2017:2801"
              },
              {
                "name": "RHSA-2017:2796",
                "tags": [
                  "vendor-advisory",
                  "x_refsource_REDHAT",
                  "x_transferred"
                ],
                "url": "https://access.redhat.com/errata/RHSA-2017:2796"
              },
              {
                "name": "101010",
                "tags": [
                  "vdb-entry",
                  "x_refsource_BID",
                  "x_transferred"
                ],
                "url": "http://www.securityfocus.com/bid/101010"
              },
              {
                "name": "RHSA-2017:2799",
                "tags": [
                  "vendor-advisory",
                  "x_refsource_REDHAT",
                  "x_transferred"
                ],
                "url": "https://access.redhat.com/errata/RHSA-2017:2799"
              },
              {
                "name": "RHSA-2017:2794",
                "tags": [
                  "vendor-advisory",
                  "x_refsource_REDHAT",
                  "x_transferred"
                ],
                "url": "https://access.redhat.com/errata/RHSA-2017:2794"
              },
              {
                "name": "RHSA-2017:2793",
                "tags": [
                  "vendor-advisory",
                  "x_refsource_REDHAT",
                  "x_transferred"
                ],
                "url": "https://access.redhat.com/errata/RHSA-2017:2793"
              },
              {
                "name": "RHSA-2017:2797",
                "tags": [
                  "vendor-advisory",
                  "x_refsource_REDHAT",
                  "x_transferred"
                ],
                "url": "https://access.redhat.com/errata/RHSA-2017:2797"
              },
              {
                "name": "RHSA-2017:2802",
                "tags": [
                  "vendor-advisory",
                  "x_refsource_REDHAT",
                  "x_transferred"
                ],
                "url": "https://access.redhat.com/errata/RHSA-2017:2802"
              },
              {
                "tags": [
                  "x_refsource_MISC",
                  "x_transferred"
                ],
                "url": "https://www.qualys.com/2017/09/26/cve-2017-1000253/cve-2017-1000253.txt"
              },
              {
                "name": "RHSA-2017:2800",
                "tags": [
                  "vendor-advisory",
                  "x_refsource_REDHAT",
                  "x_transferred"
                ],
                "url": "https://access.redhat.com/errata/RHSA-2017:2800"
              }
            ],
            "title": "CVE Program Container"
          },
          {
            "affected": [
              {
                "cpes": [
                  "cpe:2.3:o:centos:centos:6.0:*:*:*:*:*:*:*"
                ],
                "defaultStatus": "unknown",
                "product": "centos",
                "vendor": "centos",
                "versions": [
                  {
                    "status": "affected",
                    "version": "6.0"
                  }
                ]
              },
              {
                "cpes": [
                  "cpe:2.3:o:centos:centos:6.1:*:*:*:*:*:*:*"
                ],
                "defaultStatus": "unknown",
                "product": "centos",
                "vendor": "centos",
                "versions": [
                  {
                    "status": "affected",
                    "version": "6.1"
                  }
                ]
              },
              {
                "cpes": [
                  "cpe:2.3:o:centos:centos:6.2:*:*:*:*:*:*:*"
                ],
                "defaultStatus": "unknown",
                "product": "centos",
                "vendor": "centos",
                "versions": [
                  {
                    "status": "affected",
                    "version": "6.2"
                  }
                ]
              },
              {
                "cpes": [
                  "cpe:2.3:o:centos:centos:6.3:*:*:*:*:*:*:*"
                ],
                "defaultStatus": "unknown",
                "product": "centos",
                "vendor": "centos",
                "versions": [
                  {
                    "status": "affected",
                    "version": "6.3"
                  }
                ]
              },
              {
                "cpes": [
                  "cpe:2.3:o:centos:centos:6.4:*:*:*:*:*:*:*"
                ],
                "defaultStatus": "unknown",
                "product": "centos",
                "vendor": "centos",
                "versions": [
                  {
                    "status": "affected",
                    "version": "6.4"
                  }
                ]
              },
              {
                "cpes": [
                  "cpe:2.3:o:centos:centos:6.5:*:*:*:*:*:*:*"
                ],
                "defaultStatus": "unknown",
                "product": "centos",
                "vendor": "centos",
                "versions": [
                  {
                    "status": "affected",
                    "version": "6.5"
                  }
                ]
              },
              {
                "cpes": [
                  "cpe:2.3:o:centos:centos:6.6:*:*:*:*:*:*:*"
                ],
                "defaultStatus": "unknown",
                "product": "centos",
                "vendor": "centos",
                "versions": [
                  {
                    "status": "affected",
                    "version": "6.6"
                  }
                ]
              },
              {
                "cpes": [
                  "cpe:2.3:o:centos:centos:6.7:*:*:*:*:*:*:*"
                ],
                "defaultStatus": "unknown",
                "product": "centos",
                "vendor": "centos",
                "versions": [
                  {
                    "status": "affected",
                    "version": "6.7"
                  }
                ]
              },
              {
                "cpes": [
                  "cpe:2.3:o:centos:centos:6.8:*:*:*:*:*:*:*"
                ],
                "defaultStatus": "unknown",
                "product": "centos",
                "vendor": "centos",
                "versions": [
                  {
                    "status": "affected",
                    "version": "6.8"
                  }
                ]
              },
              {
                "cpes": [
                  "cpe:2.3:o:centos:centos:6.9:*:*:*:*:*:*:*"
                ],
                "defaultStatus": "unknown",
                "product": "centos",
                "vendor": "centos",
                "versions": [
                  {
                    "status": "affected",
                    "version": "6.9"
                  }
                ]
              },
              {
                "cpes": [
                  "cpe:2.3:o:centos:centos:7.1406:*:*:*:*:*:*:*"
                ],
                "defaultStatus": "unknown",
                "product": "centos",
                "vendor": "centos",
                "versions": [
                  {
                    "status": "affected",
                    "version": "7.1406"
                  }
                ]
              },
              {
                "cpes": [
                  "cpe:2.3:o:centos:centos:7.1503:*:*:*:*:*:*:*"
                ],
                "defaultStatus": "unknown",
                "product": "centos",
                "vendor": "centos",
                "versions": [
                  {
                    "status": "affected",
                    "version": "7.1503"
                  }
                ]
              },
              {
                "cpes": [
                  "cpe:2.3:o:centos:centos:7.1511:*:*:*:*:*:*:*"
                ],
                "defaultStatus": "unknown",
                "product": "centos",
                "vendor": "centos",
                "versions": [
                  {
                    "status": "affected",
                    "version": "7.1511"
                  }
                ]
              },
              {
                "cpes": [
                  "cpe:2.3:o:centos:centos:7.1611:*:*:*:*:*:*:*"
                ],
                "defaultStatus": "unknown",
                "product": "centos",
                "vendor": "centos",
                "versions": [
                  {
                    "status": "affected",
                    "version": "7.1611"
                  }
                ]
              },
              {
                "cpes": [
                  "cpe:2.3:o:redhat:enterprise_linux:6.0:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:6.1:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:6.2:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:6.3:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:6.4:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:6.5:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:6.6:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:6.7:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:6.8:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:6.9:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:7.0:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:7.1:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:7.2:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:7.3:*:*:*:*:*:*:*"
                ],
                "defaultStatus": "unknown",
                "product": "enterprise_linux",
                "vendor": "redhat",
                "versions": [
                  {
                    "status": "affected",
                    "version": "6.0"
                  },
                  {
                    "status": "affected",
                    "version": "6.1"
                  },
                  {
                    "status": "affected",
                    "version": "6.2"
                  },
                  {
                    "status": "affected",
                    "version": "6.3"
                  },
                  {
                    "status": "affected",
                    "version": "6.4"
                  },
                  {
                    "status": "affected",
                    "version": "6.5"
                  },
                  {
                    "status": "affected",
                    "version": "6.6"
                  },
                  {
                    "status": "affected",
                    "version": "6.7"
                  },
                  {
                    "status": "affected",
                    "version": "6.8"
                  },
                  {
                    "status": "affected",
                    "version": "6.9"
                  },
                  {
                    "status": "affected",
                    "version": "7.0"
                  },
                  {
                    "status": "affected",
                    "version": "7.1"
                  },
                  {
                    "status": "affected",
                    "version": "7.2"
                  },
                  {
                    "status": "affected",
                    "version": "7.3"
                  }
                ]
              },
              {
                "cpes": [
                  "cpe:2.3:o:redhat:enterprise_linux:6.0:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:6.1:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:6.2:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:6.3:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:6.4:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:6.5:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:6.6:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:6.7:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:6.8:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:6.9:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:7.0:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:7.1:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:7.2:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:7.3:*:*:*:*:*:*:*"
                ],
                "defaultStatus": "unknown",
                "product": "enterprise_linux",
                "vendor": "redhat",
                "versions": [
                  {
                    "status": "affected",
                    "version": "6.0"
                  },
                  {
                    "status": "affected",
                    "version": "6.1"
                  },
                  {
                    "status": "affected",
                    "version": "6.2"
                  },
                  {
                    "status": "affected",
                    "version": "6.3"
                  },
                  {
                    "status": "affected",
                    "version": "6.4"
                  },
                  {
                    "status": "affected",
                    "version": "6.5"
                  },
                  {
                    "status": "affected",
                    "version": "6.6"
                  },
                  {
                    "status": "affected",
                    "version": "6.7"
                  },
                  {
                    "status": "affected",
                    "version": "6.8"
                  },
                  {
                    "status": "affected",
                    "version": "6.9"
                  },
                  {
                    "status": "affected",
                    "version": "7.0"
                  },
                  {
                    "status": "affected",
                    "version": "7.1"
                  },
                  {
                    "status": "affected",
                    "version": "7.2"
                  },
                  {
                    "status": "affected",
                    "version": "7.3"
                  }
                ]
              },
              {
                "cpes": [
                  "cpe:2.3:o:redhat:enterprise_linux:6.0:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:6.1:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:6.2:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:6.3:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:6.4:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:6.5:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:6.6:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:6.7:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:6.8:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:6.9:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:7.0:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:7.1:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:7.2:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:7.3:*:*:*:*:*:*:*"
                ],
                "defaultStatus": "unknown",
                "product": "enterprise_linux",
                "vendor": "redhat",
                "versions": [
                  {
                    "status": "affected",
                    "version": "6.0"
                  },
                  {
                    "status": "affected",
                    "version": "6.1"
                  },
                  {
                    "status": "affected",
                    "version": "6.2"
                  },
                  {
                    "status": "affected",
                    "version": "6.3"
                  },
                  {
                    "status": "affected",
                    "version": "6.4"
                  },
                  {
                    "status": "affected",
                    "version": "6.5"
                  },
                  {
                    "status": "affected",
                    "version": "6.6"
                  },
                  {
                    "status": "affected",
                    "version": "6.7"
                  },
                  {
                    "status": "affected",
                    "version": "6.8"
                  },
                  {
                    "status": "affected",
                    "version": "6.9"
                  },
                  {
                    "status": "affected",
                    "version": "7.0"
                  },
                  {
                    "status": "affected",
                    "version": "7.1"
                  },
                  {
                    "status": "affected",
                    "version": "7.2"
                  },
                  {
                    "status": "affected",
                    "version": "7.3"
                  }
                ]
              },
              {
                "cpes": [
                  "cpe:2.3:o:redhat:enterprise_linux:6.0:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:6.1:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:6.2:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:6.3:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:6.4:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:6.5:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:6.6:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:6.7:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:6.8:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:6.9:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:7.0:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:7.1:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:7.2:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:7.3:*:*:*:*:*:*:*"
                ],
                "defaultStatus": "unknown",
                "product": "enterprise_linux",
                "vendor": "redhat",
                "versions": [
                  {
                    "status": "affected",
                    "version": "6.0"
                  },
                  {
                    "status": "affected",
                    "version": "6.1"
                  },
                  {
                    "status": "affected",
                    "version": "6.2"
                  },
                  {
                    "status": "affected",
                    "version": "6.3"
                  },
                  {
                    "status": "affected",
                    "version": "6.4"
                  },
                  {
                    "status": "affected",
                    "version": "6.5"
                  },
                  {
                    "status": "affected",
                    "version": "6.6"
                  },
                  {
                    "status": "affected",
                    "version": "6.7"
                  },
                  {
                    "status": "affected",
                    "version": "6.8"
                  },
                  {
                    "status": "affected",
                    "version": "6.9"
                  },
                  {
                    "status": "affected",
                    "version": "7.0"
                  },
                  {
                    "status": "affected",
                    "version": "7.1"
                  },
                  {
                    "status": "affected",
                    "version": "7.2"
                  },
                  {
                    "status": "affected",
                    "version": "7.3"
                  }
                ]
              },
              {
                "cpes": [
                  "cpe:2.3:o:redhat:enterprise_linux:6.0:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:6.1:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:6.2:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:6.3:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:6.4:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:6.5:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:6.6:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:6.7:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:6.8:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:6.9:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:7.0:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:7.1:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:7.2:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:7.3:*:*:*:*:*:*:*"
                ],
                "defaultStatus": "unknown",
                "product": "enterprise_linux",
                "vendor": "redhat",
                "versions": [
                  {
                    "status": "affected",
                    "version": "6.0"
                  },
                  {
                    "status": "affected",
                    "version": "6.1"
                  },
                  {
                    "status": "affected",
                    "version": "6.2"
                  },
                  {
                    "status": "affected",
                    "version": "6.3"
                  },
                  {
                    "status": "affected",
                    "version": "6.4"
                  },
                  {
                    "status": "affected",
                    "version": "6.5"
                  },
                  {
                    "status": "affected",
                    "version": "6.6"
                  },
                  {
                    "status": "affected",
                    "version": "6.7"
                  },
                  {
                    "status": "affected",
                    "version": "6.8"
                  },
                  {
                    "status": "affected",
                    "version": "6.9"
                  },
                  {
                    "status": "affected",
                    "version": "7.0"
                  },
                  {
                    "status": "affected",
                    "version": "7.1"
                  },
                  {
                    "status": "affected",
                    "version": "7.2"
                  },
                  {
                    "status": "affected",
                    "version": "7.3"
                  }
                ]
              },
              {
                "cpes": [
                  "cpe:2.3:o:redhat:enterprise_linux:6.0:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:6.1:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:6.2:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:6.3:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:6.4:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:6.5:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:6.6:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:6.7:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:6.8:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:6.9:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:7.0:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:7.1:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:7.2:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:7.3:*:*:*:*:*:*:*"
                ],
                "defaultStatus": "unknown",
                "product": "enterprise_linux",
                "vendor": "redhat",
                "versions": [
                  {
                    "status": "affected",
                    "version": "6.0"
                  },
                  {
                    "status": "affected",
                    "version": "6.1"
                  },
                  {
                    "status": "affected",
                    "version": "6.2"
                  },
                  {
                    "status": "affected",
                    "version": "6.3"
                  },
                  {
                    "status": "affected",
                    "version": "6.4"
                  },
                  {
                    "status": "affected",
                    "version": "6.5"
                  },
                  {
                    "status": "affected",
                    "version": "6.6"
                  },
                  {
                    "status": "affected",
                    "version": "6.7"
                  },
                  {
                    "status": "affected",
                    "version": "6.8"
                  },
                  {
                    "status": "affected",
                    "version": "6.9"
                  },
                  {
                    "status": "affected",
                    "version": "7.0"
                  },
                  {
                    "status": "affected",
                    "version": "7.1"
                  },
                  {
                    "status": "affected",
                    "version": "7.2"
                  },
                  {
                    "status": "affected",
                    "version": "7.3"
                  }
                ]
              },
              {
                "cpes": [
                  "cpe:2.3:o:redhat:enterprise_linux:6.0:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:6.1:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:6.2:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:6.3:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:6.4:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:6.5:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:6.6:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:6.7:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:6.8:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:6.9:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:7.0:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:7.1:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:7.2:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:7.3:*:*:*:*:*:*:*"
                ],
                "defaultStatus": "unknown",
                "product": "enterprise_linux",
                "vendor": "redhat",
                "versions": [
                  {
                    "status": "affected",
                    "version": "6.0"
                  },
                  {
                    "status": "affected",
                    "version": "6.1"
                  },
                  {
                    "status": "affected",
                    "version": "6.2"
                  },
                  {
                    "status": "affected",
                    "version": "6.3"
                  },
                  {
                    "status": "affected",
                    "version": "6.4"
                  },
                  {
                    "status": "affected",
                    "version": "6.5"
                  },
                  {
                    "status": "affected",
                    "version": "6.6"
                  },
                  {
                    "status": "affected",
                    "version": "6.7"
                  },
                  {
                    "status": "affected",
                    "version": "6.8"
                  },
                  {
                    "status": "affected",
                    "version": "6.9"
                  },
                  {
                    "status": "affected",
                    "version": "7.0"
                  },
                  {
                    "status": "affected",
                    "version": "7.1"
                  },
                  {
                    "status": "affected",
                    "version": "7.2"
                  },
                  {
                    "status": "affected",
                    "version": "7.3"
                  }
                ]
              },
              {
                "cpes": [
                  "cpe:2.3:o:redhat:enterprise_linux:6.0:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:6.1:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:6.2:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:6.3:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:6.4:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:6.5:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:6.6:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:6.7:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:6.8:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:6.9:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:7.0:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:7.1:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:7.2:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:7.3:*:*:*:*:*:*:*"
                ],
                "defaultStatus": "unknown",
                "product": "enterprise_linux",
                "vendor": "redhat",
                "versions": [
                  {
                    "status": "affected",
                    "version": "6.0"
                  },
                  {
                    "status": "affected",
                    "version": "6.1"
                  },
                  {
                    "status": "affected",
                    "version": "6.2"
                  },
                  {
                    "status": "affected",
                    "version": "6.3"
                  },
                  {
                    "status": "affected",
                    "version": "6.4"
                  },
                  {
                    "status": "affected",
                    "version": "6.5"
                  },
                  {
                    "status": "affected",
                    "version": "6.6"
                  },
                  {
                    "status": "affected",
                    "version": "6.7"
                  },
                  {
                    "status": "affected",
                    "version": "6.8"
                  },
                  {
                    "status": "affected",
                    "version": "6.9"
                  },
                  {
                    "status": "affected",
                    "version": "7.0"
                  },
                  {
                    "status": "affected",
                    "version": "7.1"
                  },
                  {
                    "status": "affected",
                    "version": "7.2"
                  },
                  {
                    "status": "affected",
                    "version": "7.3"
                  }
                ]
              },
              {
                "cpes": [
                  "cpe:2.3:o:redhat:enterprise_linux:6.0:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:6.1:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:6.2:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:6.3:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:6.4:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:6.5:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:6.6:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:6.7:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:6.8:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:6.9:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:7.0:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:7.1:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:7.2:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:7.3:*:*:*:*:*:*:*"
                ],
                "defaultStatus": "unknown",
                "product": "enterprise_linux",
                "vendor": "redhat",
                "versions": [
                  {
                    "status": "affected",
                    "version": "6.0"
                  },
                  {
                    "status": "affected",
                    "version": "6.1"
                  },
                  {
                    "status": "affected",
                    "version": "6.2"
                  },
                  {
                    "status": "affected",
                    "version": "6.3"
                  },
                  {
                    "status": "affected",
                    "version": "6.4"
                  },
                  {
                    "status": "affected",
                    "version": "6.5"
                  },
                  {
                    "status": "affected",
                    "version": "6.6"
                  },
                  {
                    "status": "affected",
                    "version": "6.7"
                  },
                  {
                    "status": "affected",
                    "version": "6.8"
                  },
                  {
                    "status": "affected",
                    "version": "6.9"
                  },
                  {
                    "status": "affected",
                    "version": "7.0"
                  },
                  {
                    "status": "affected",
                    "version": "7.1"
                  },
                  {
                    "status": "affected",
                    "version": "7.2"
                  },
                  {
                    "status": "affected",
                    "version": "7.3"
                  }
                ]
              },
              {
                "cpes": [
                  "cpe:2.3:o:redhat:enterprise_linux:6.0:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:6.1:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:6.2:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:6.3:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:6.4:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:6.5:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:6.6:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:6.7:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:6.8:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:6.9:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:7.0:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:7.1:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:7.2:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:7.3:*:*:*:*:*:*:*"
                ],
                "defaultStatus": "unknown",
                "product": "enterprise_linux",
                "vendor": "redhat",
                "versions": [
                  {
                    "status": "affected",
                    "version": "6.0"
                  },
                  {
                    "status": "affected",
                    "version": "6.1"
                  },
                  {
                    "status": "affected",
                    "version": "6.2"
                  },
                  {
                    "status": "affected",
                    "version": "6.3"
                  },
                  {
                    "status": "affected",
                    "version": "6.4"
                  },
                  {
                    "status": "affected",
                    "version": "6.5"
                  },
                  {
                    "status": "affected",
                    "version": "6.6"
                  },
                  {
                    "status": "affected",
                    "version": "6.7"
                  },
                  {
                    "status": "affected",
                    "version": "6.8"
                  },
                  {
                    "status": "affected",
                    "version": "6.9"
                  },
                  {
                    "status": "affected",
                    "version": "7.0"
                  },
                  {
                    "status": "affected",
                    "version": "7.1"
                  },
                  {
                    "status": "affected",
                    "version": "7.2"
                  },
                  {
                    "status": "affected",
                    "version": "7.3"
                  }
                ]
              },
              {
                "cpes": [
                  "cpe:2.3:o:redhat:enterprise_linux:6.0:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:6.1:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:6.2:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:6.3:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:6.4:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:6.5:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:6.6:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:6.7:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:6.8:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:6.9:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:7.0:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:7.1:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:7.2:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:7.3:*:*:*:*:*:*:*"
                ],
                "defaultStatus": "unknown",
                "product": "enterprise_linux",
                "vendor": "redhat",
                "versions": [
                  {
                    "status": "affected",
                    "version": "6.0"
                  },
                  {
                    "status": "affected",
                    "version": "6.1"
                  },
                  {
                    "status": "affected",
                    "version": "6.2"
                  },
                  {
                    "status": "affected",
                    "version": "6.3"
                  },
                  {
                    "status": "affected",
                    "version": "6.4"
                  },
                  {
                    "status": "affected",
                    "version": "6.5"
                  },
                  {
                    "status": "affected",
                    "version": "6.6"
                  },
                  {
                    "status": "affected",
                    "version": "6.7"
                  },
                  {
                    "status": "affected",
                    "version": "6.8"
                  },
                  {
                    "status": "affected",
                    "version": "6.9"
                  },
                  {
                    "status": "affected",
                    "version": "7.0"
                  },
                  {
                    "status": "affected",
                    "version": "7.1"
                  },
                  {
                    "status": "affected",
                    "version": "7.2"
                  },
                  {
                    "status": "affected",
                    "version": "7.3"
                  }
                ]
              },
              {
                "cpes": [
                  "cpe:2.3:o:redhat:enterprise_linux:6.0:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:6.1:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:6.2:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:6.3:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:6.4:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:6.5:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:6.6:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:6.7:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:6.8:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:6.9:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:7.0:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:7.1:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:7.2:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:7.3:*:*:*:*:*:*:*"
                ],
                "defaultStatus": "unknown",
                "product": "enterprise_linux",
                "vendor": "redhat",
                "versions": [
                  {
                    "status": "affected",
                    "version": "6.0"
                  },
                  {
                    "status": "affected",
                    "version": "6.1"
                  },
                  {
                    "status": "affected",
                    "version": "6.2"
                  },
                  {
                    "status": "affected",
                    "version": "6.3"
                  },
                  {
                    "status": "affected",
                    "version": "6.4"
                  },
                  {
                    "status": "affected",
                    "version": "6.5"
                  },
                  {
                    "status": "affected",
                    "version": "6.6"
                  },
                  {
                    "status": "affected",
                    "version": "6.7"
                  },
                  {
                    "status": "affected",
                    "version": "6.8"
                  },
                  {
                    "status": "affected",
                    "version": "6.9"
                  },
                  {
                    "status": "affected",
                    "version": "7.0"
                  },
                  {
                    "status": "affected",
                    "version": "7.1"
                  },
                  {
                    "status": "affected",
                    "version": "7.2"
                  },
                  {
                    "status": "affected",
                    "version": "7.3"
                  }
                ]
              },
              {
                "cpes": [
                  "cpe:2.3:o:redhat:enterprise_linux:6.0:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:6.1:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:6.2:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:6.3:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:6.4:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:6.5:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:6.6:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:6.7:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:6.8:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:6.9:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:7.0:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:7.1:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:7.2:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:7.3:*:*:*:*:*:*:*"
                ],
                "defaultStatus": "unknown",
                "product": "enterprise_linux",
                "vendor": "redhat",
                "versions": [
                  {
                    "status": "affected",
                    "version": "6.0"
                  },
                  {
                    "status": "affected",
                    "version": "6.1"
                  },
                  {
                    "status": "affected",
                    "version": "6.2"
                  },
                  {
                    "status": "affected",
                    "version": "6.3"
                  },
                  {
                    "status": "affected",
                    "version": "6.4"
                  },
                  {
                    "status": "affected",
                    "version": "6.5"
                  },
                  {
                    "status": "affected",
                    "version": "6.6"
                  },
                  {
                    "status": "affected",
                    "version": "6.7"
                  },
                  {
                    "status": "affected",
                    "version": "6.8"
                  },
                  {
                    "status": "affected",
                    "version": "6.9"
                  },
                  {
                    "status": "affected",
                    "version": "7.0"
                  },
                  {
                    "status": "affected",
                    "version": "7.1"
                  },
                  {
                    "status": "affected",
                    "version": "7.2"
                  },
                  {
                    "status": "affected",
                    "version": "7.3"
                  }
                ]
              },
              {
                "cpes": [
                  "cpe:2.3:o:redhat:enterprise_linux:6.0:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:6.1:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:6.2:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:6.3:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:6.4:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:6.5:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:6.6:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:6.7:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:6.8:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:6.9:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:7.0:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:7.1:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:7.2:*:*:*:*:*:*:*",
                  "cpe:2.3:o:redhat:enterprise_linux:7.3:*:*:*:*:*:*:*"
                ],
                "defaultStatus": "unknown",
                "product": "enterprise_linux",
                "vendor": "redhat",
                "versions": [
                  {
                    "status": "affected",
                    "version": "6.0"
                  },
                  {
                    "status": "affected",
                    "version": "6.1"
                  },
                  {
                    "status": "affected",
                    "version": "6.2"
                  },
                  {
                    "status": "affected",
                    "version": "6.3"
                  },
                  {
                    "status": "affected",
                    "version": "6.4"
                  },
                  {
                    "status": "affected",
                    "version": "6.5"
                  },
                  {
                    "status": "affected",
                    "version": "6.6"
                  },
                  {
                    "status": "affected",
                    "version": "6.7"
                  },
                  {
                    "status": "affected",
                    "version": "6.8"
                  },
                  {
                    "status": "affected",
                    "version": "6.9"
                  },
                  {
                    "status": "affected",
                    "version": "7.0"
                  },
                  {
                    "status": "affected",
                    "version": "7.1"
                  },
                  {
                    "status": "affected",
                    "version": "7.2"
                  },
                  {
                    "status": "affected",
                    "version": "7.3"
                  }
                ]
              },
              {
                "cpes": [
                  "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*"
                ],
                "defaultStatus": "unknown",
                "product": "linux_kernel",
                "vendor": "linux",
                "versions": [
                  {
                    "lessThan": "3.2.70",
                    "status": "affected",
                    "version": "2.6.25",
                    "versionType": "custom"
                  },
                  {
                    "lessThan": "3.4.109",
                    "status": "affected",
                    "version": "3.3",
                    "versionType": "custom"
                  },
                  {
                    "lessThan": "3.10.77",
                    "status": "affected",
                    "version": "3.5",
                    "versionType": "custom"
                  },
                  {
                    "lessThan": "3.12.43",
                    "status": "affected",
                    "version": "3.11",
                    "versionType": "custom"
                  },
                  {
                    "lessThan": "3.14.41",
                    "status": "affected",
                    "version": "3.13",
                    "versionType": "custom"
                  },
                  {
                    "lessThan": "3.16.35",
                    "status": "affected",
                    "version": "3.15",
                    "versionType": "custom"
                  },
                  {
                    "lessThan": "3.18.14",
                    "status": "affected",
                    "version": "3.17",
                    "versionType": "custom"
                  },
                  {
                    "lessThan": "3.19.7",
                    "status": "affected",
                    "version": "3.19",
                    "versionType": "custom"
                  },
                  {
                    "lessThan": "4.0.2",
                    "status": "affected",
                    "version": "1.0",
                    "versionType": "custom"
                  }
                ]
              },
              {
                "cpes": [
                  "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*"
                ],
                "defaultStatus": "unknown",
                "product": "linux_kernel",
                "vendor": "linux",
                "versions": [
                  {
                    "lessThan": "3.2.70",
                    "status": "affected",
                    "version": "2.6.25",
                    "versionType": "custom"
                  },
                  {
                    "lessThan": "3.4.109",
                    "status": "affected",
                    "version": "3.3",
                    "versionType": "custom"
                  },
                  {
                    "lessThan": "3.10.77",
                    "status": "affected",
                    "version": "3.5",
                    "versionType": "custom"
                  },
                  {
                    "lessThan": "3.12.43",
                    "status": "affected",
                    "version": "3.11",
                    "versionType": "custom"
                  },
                  {
                    "lessThan": "3.14.41",
                    "status": "affected",
                    "version": "3.13",
                    "versionType": "custom"
                  },
                  {
                    "lessThan": "3.16.35",
                    "status": "affected",
                    "version": "3.15",
                    "versionType": "custom"
                  },
                  {
                    "lessThan": "3.18.14",
                    "status": "affected",
                    "version": "3.17",
                    "versionType": "custom"
                  },
                  {
                    "lessThan": "3.19.7",
                    "status": "affected",
                    "version": "3.19",
                    "versionType": "custom"
                  },
                  {
                    "lessThan": "4.0.2",
                    "status": "affected",
                    "version": "1.0",
                    "versionType": "custom"
                  }
                ]
              },
              {
                "cpes": [
                  "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*"
                ],
                "defaultStatus": "unknown",
                "product": "linux_kernel",
                "vendor": "linux",
                "versions": [
                  {
                    "lessThan": "3.2.70",
                    "status": "affected",
                    "version": "2.6.25",
                    "versionType": "custom"
                  },
                  {
                    "lessThan": "3.4.109",
                    "status": "affected",
                    "version": "3.3",
                    "versionType": "custom"
                  },
                  {
                    "lessThan": "3.10.77",
                    "status": "affected",
                    "version": "3.5",
                    "versionType": "custom"
                  },
                  {
                    "lessThan": "3.12.43",
                    "status": "affected",
                    "version": "3.11",
                    "versionType": "custom"
                  },
                  {
                    "lessThan": "3.14.41",
                    "status": "affected",
                    "version": "3.13",
                    "versionType": "custom"
                  },
                  {
                    "lessThan": "3.16.35",
                    "status": "affected",
                    "version": "3.15",
                    "versionType": "custom"
                  },
                  {
                    "lessThan": "3.18.14",
                    "status": "affected",
                    "version": "3.17",
                    "versionType": "custom"
                  },
                  {
                    "lessThan": "3.19.7",
                    "status": "affected",
                    "version": "3.19",
                    "versionType": "custom"
                  },
                  {
                    "lessThan": "4.0.2",
                    "status": "affected",
                    "version": "1.0",
                    "versionType": "custom"
                  }
                ]
              },
              {
                "cpes": [
                  "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*"
                ],
                "defaultStatus": "unknown",
                "product": "linux_kernel",
                "vendor": "linux",
                "versions": [
                  {
                    "lessThan": "3.2.70",
                    "status": "affected",
                    "version": "2.6.25",
                    "versionType": "custom"
                  },
                  {
                    "lessThan": "3.4.109",
                    "status": "affected",
                    "version": "3.3",
                    "versionType": "custom"
                  },
                  {
                    "lessThan": "3.10.77",
                    "status": "affected",
                    "version": "3.5",
                    "versionType": "custom"
                  },
                  {
                    "lessThan": "3.12.43",
                    "status": "affected",
                    "version": "3.11",
                    "versionType": "custom"
                  },
                  {
                    "lessThan": "3.14.41",
                    "status": "affected",
                    "version": "3.13",
                    "versionType": "custom"
                  },
                  {
                    "lessThan": "3.16.35",
                    "status": "affected",
                    "version": "3.15",
                    "versionType": "custom"
                  },
                  {
                    "lessThan": "3.18.14",
                    "status": "affected",
                    "version": "3.17",
                    "versionType": "custom"
                  },
                  {
                    "lessThan": "3.19.7",
                    "status": "affected",
                    "version": "3.19",
                    "versionType": "custom"
                  },
                  {
                    "lessThan": "4.0.2",
                    "status": "affected",
                    "version": "1.0",
                    "versionType": "custom"
                  }
                ]
              },
              {
                "cpes": [
                  "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*"
                ],
                "defaultStatus": "unknown",
                "product": "linux_kernel",
                "vendor": "linux",
                "versions": [
                  {
                    "lessThan": "3.2.70",
                    "status": "affected",
                    "version": "2.6.25",
                    "versionType": "custom"
                  },
                  {
                    "lessThan": "3.4.109",
                    "status": "affected",
                    "version": "3.3",
                    "versionType": "custom"
                  },
                  {
                    "lessThan": "3.10.77",
                    "status": "affected",
                    "version": "3.5",
                    "versionType": "custom"
                  },
                  {
                    "lessThan": "3.12.43",
                    "status": "affected",
                    "version": "3.11",
                    "versionType": "custom"
                  },
                  {
                    "lessThan": "3.14.41",
                    "status": "affected",
                    "version": "3.13",
                    "versionType": "custom"
                  },
                  {
                    "lessThan": "3.16.35",
                    "status": "affected",
                    "version": "3.15",
                    "versionType": "custom"
                  },
                  {
                    "lessThan": "3.18.14",
                    "status": "affected",
                    "version": "3.17",
                    "versionType": "custom"
                  },
                  {
                    "lessThan": "3.19.7",
                    "status": "affected",
                    "version": "3.19",
                    "versionType": "custom"
                  },
                  {
                    "lessThan": "4.0.2",
                    "status": "affected",
                    "version": "1.0",
                    "versionType": "custom"
                  }
                ]
              },
              {
                "cpes": [
                  "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*"
                ],
                "defaultStatus": "unknown",
                "product": "linux_kernel",
                "vendor": "linux",
                "versions": [
                  {
                    "lessThan": "3.2.70",
                    "status": "affected",
                    "version": "2.6.25",
                    "versionType": "custom"
                  },
                  {
                    "lessThan": "3.4.109",
                    "status": "affected",
                    "version": "3.3",
                    "versionType": "custom"
                  },
                  {
                    "lessThan": "3.10.77",
                    "status": "affected",
                    "version": "3.5",
                    "versionType": "custom"
                  },
                  {
                    "lessThan": "3.12.43",
                    "status": "affected",
                    "version": "3.11",
                    "versionType": "custom"
                  },
                  {
                    "lessThan": "3.14.41",
                    "status": "affected",
                    "version": "3.13",
                    "versionType": "custom"
                  },
                  {
                    "lessThan": "3.16.35",
                    "status": "affected",
                    "version": "3.15",
                    "versionType": "custom"
                  },
                  {
                    "lessThan": "3.18.14",
                    "status": "affected",
                    "version": "3.17",
                    "versionType": "custom"
                  },
                  {
                    "lessThan": "3.19.7",
                    "status": "affected",
                    "version": "3.19",
                    "versionType": "custom"
                  },
                  {
                    "lessThan": "4.0.2",
                    "status": "affected",
                    "version": "1.0",
                    "versionType": "custom"
                  }
                ]
              },
              {
                "cpes": [
                  "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*"
                ],
                "defaultStatus": "unknown",
                "product": "linux_kernel",
                "vendor": "linux",
                "versions": [
                  {
                    "lessThan": "3.2.70",
                    "status": "affected",
                    "version": "2.6.25",
                    "versionType": "custom"
                  },
                  {
                    "lessThan": "3.4.109",
                    "status": "affected",
                    "version": "3.3",
                    "versionType": "custom"
                  },
                  {
                    "lessThan": "3.10.77",
                    "status": "affected",
                    "version": "3.5",
                    "versionType": "custom"
                  },
                  {
                    "lessThan": "3.12.43",
                    "status": "affected",
                    "version": "3.11",
                    "versionType": "custom"
                  },
                  {
                    "lessThan": "3.14.41",
                    "status": "affected",
                    "version": "3.13",
                    "versionType": "custom"
                  },
                  {
                    "lessThan": "3.16.35",
                    "status": "affected",
                    "version": "3.15",
                    "versionType": "custom"
                  },
                  {
                    "lessThan": "3.18.14",
                    "status": "affected",
                    "version": "3.17",
                    "versionType": "custom"
                  },
                  {
                    "lessThan": "3.19.7",
                    "status": "affected",
                    "version": "3.19",
                    "versionType": "custom"
                  },
                  {
                    "lessThan": "4.0.2",
                    "status": "affected",
                    "version": "1.0",
                    "versionType": "custom"
                  }
                ]
              },
              {
                "cpes": [
                  "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*"
                ],
                "defaultStatus": "unknown",
                "product": "linux_kernel",
                "vendor": "linux",
                "versions": [
                  {
                    "lessThan": "3.2.70",
                    "status": "affected",
                    "version": "2.6.25",
                    "versionType": "custom"
                  },
                  {
                    "lessThan": "3.4.109",
                    "status": "affected",
                    "version": "3.3",
                    "versionType": "custom"
                  },
                  {
                    "lessThan": "3.10.77",
                    "status": "affected",
                    "version": "3.5",
                    "versionType": "custom"
                  },
                  {
                    "lessThan": "3.12.43",
                    "status": "affected",
                    "version": "3.11",
                    "versionType": "custom"
                  },
                  {
                    "lessThan": "3.14.41",
                    "status": "affected",
                    "version": "3.13",
                    "versionType": "custom"
                  },
                  {
                    "lessThan": "3.16.35",
                    "status": "affected",
                    "version": "3.15",
                    "versionType": "custom"
                  },
                  {
                    "lessThan": "3.18.14",
                    "status": "affected",
                    "version": "3.17",
                    "versionType": "custom"
                  },
                  {
                    "lessThan": "3.19.7",
                    "status": "affected",
                    "version": "3.19",
                    "versionType": "custom"
                  },
                  {
                    "lessThan": "4.0.2",
                    "status": "affected",
                    "version": "1.0",
                    "versionType": "custom"
                  }
                ]
              },
              {
                "cpes": [
                  "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*"
                ],
                "defaultStatus": "unknown",
                "product": "linux_kernel",
                "vendor": "linux",
                "versions": [
                  {
                    "lessThan": "3.2.70",
                    "status": "affected",
                    "version": "2.6.25",
                    "versionType": "custom"
                  },
                  {
                    "lessThan": "3.4.109",
                    "status": "affected",
                    "version": "3.3",
                    "versionType": "custom"
                  },
                  {
                    "lessThan": "3.10.77",
                    "status": "affected",
                    "version": "3.5",
                    "versionType": "custom"
                  },
                  {
                    "lessThan": "3.12.43",
                    "status": "affected",
                    "version": "3.11",
                    "versionType": "custom"
                  },
                  {
                    "lessThan": "3.14.41",
                    "status": "affected",
                    "version": "3.13",
                    "versionType": "custom"
                  },
                  {
                    "lessThan": "3.16.35",
                    "status": "affected",
                    "version": "3.15",
                    "versionType": "custom"
                  },
                  {
                    "lessThan": "3.18.14",
                    "status": "affected",
                    "version": "3.17",
                    "versionType": "custom"
                  },
                  {
                    "lessThan": "3.19.7",
                    "status": "affected",
                    "version": "3.19",
                    "versionType": "custom"
                  },
                  {
                    "lessThan": "4.0.2",
                    "status": "affected",
                    "version": "1.0",
                    "versionType": "custom"
                  }
                ]
              }
            ],
            "metrics": [
              {
                "cvssV3_1": {
                  "attackComplexity": "LOW",
                  "attackVector": "LOCAL",
                  "availabilityImpact": "HIGH",
                  "baseScore": 7.8,
                  "baseSeverity": "HIGH",
                  "confidentialityImpact": "HIGH",
                  "integrityImpact": "HIGH",
                  "privilegesRequired": "LOW",
                  "scope": "UNCHANGED",
                  "userInteraction": "NONE",
                  "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
                  "version": "3.1"
                }
              },
              {
                "other": {
                  "content": {
                    "id": "CVE-2017-1000253",
                    "options": [
                      {
                        "Exploitation": "active"
                      },
                      {
                        "Automatable": "no"
                      },
                      {
                        "Technical Impact": "total"
                      }
                    ],
                    "role": "CISA Coordinator",
                    "timestamp": "2024-09-10T03:55:15.715774Z",
                    "version": "2.0.3"
                  },
                  "type": "ssvc"
                }
              },
              {
                "other": {
                  "content": {
                    "dateAdded": "2024-09-09",
                    "reference": "https://www.cisa.gov/known-exploited-vulnerabilities-catalog?field_cve=CVE-2017-1000253"
                  },
                  "type": "kev"
                }
              }
            ],
            "problemTypes": [
              {
                "descriptions": [
                  {
                    "cweId": "CWE-119",
                    "description": "CWE-119 Improper Restriction of Operations within the Bounds of a Memory Buffer",
                    "lang": "en",
                    "type": "CWE"
                  }
                ]
              }
            ],
            "providerMetadata": {
              "dateUpdated": "2025-10-21T23:55:32.192Z",
              "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "shortName": "CISA-ADP"
            },
            "references": [
              {
                "tags": [
                  "government-resource"
                ],
                "url": "https://www.cisa.gov/known-exploited-vulnerabilities-catalog?field_cve=CVE-2017-1000253"
              }
            ],
            "timeline": [
              {
                "lang": "en",
                "time": "2024-09-09T00:00:00.000Z",
                "value": "CVE-2017-1000253 added to CISA KEV"
              }
            ],
            "title": "CISA ADP Vulnrichment"
          }
        ],
        "cna": {
          "affected": [
            {
              "product": "n/a",
              "vendor": "n/a",
              "versions": [
                {
                  "status": "affected",
                  "version": "n/a"
                }
              ]
            }
          ],
          "dateAssigned": "2017-09-25T00:00:00.000Z",
          "datePublic": "2017-10-03T00:00:00.000Z",
          "descriptions": [
            {
              "lang": "en",
              "value": "Linux distributions that have not patched their long-term kernels with https://git.kernel.org/linus/a87938b2e246b81b4fb713edb371a9fa3c5c3c86 (committed on April 14, 2015). This kernel vulnerability was fixed in April 2015 by commit a87938b2e246b81b4fb713edb371a9fa3c5c3c86 (backported to Linux 3.10.77 in May 2015), but it was not recognized as a security threat. With CONFIG_ARCH_BINFMT_ELF_RANDOMIZE_PIE enabled, and a normal top-down address allocation strategy, load_elf_binary() will attempt to map a PIE binary into an address range immediately below mm-\u003emmap_base. Unfortunately, load_elf_ binary() does not take account of the need to allocate sufficient space for the entire binary which means that, while the first PT_LOAD segment is mapped below mm-\u003emmap_base, the subsequent PT_LOAD segment(s) end up being mapped above mm-\u003emmap_base into the are that is supposed to be the \"gap\" between the stack and the binary."
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "description": "n/a",
                  "lang": "en",
                  "type": "text"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2017-12-08T10:57:01.000Z",
            "orgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
            "shortName": "mitre"
          },
          "references": [
            {
              "name": "RHSA-2017:2798",
              "tags": [
                "vendor-advisory",
                "x_refsource_REDHAT"
              ],
              "url": "https://access.redhat.com/errata/RHSA-2017:2798"
            },
            {
              "name": "RHSA-2017:2795",
              "tags": [
                "vendor-advisory",
                "x_refsource_REDHAT"
              ],
              "url": "https://access.redhat.com/errata/RHSA-2017:2795"
            },
            {
              "name": "1039434",
              "tags": [
                "vdb-entry",
                "x_refsource_SECTRACK"
              ],
              "url": "http://www.securitytracker.com/id/1039434"
            },
            {
              "name": "RHSA-2017:2801",
              "tags": [
                "vendor-advisory",
                "x_refsource_REDHAT"
              ],
              "url": "https://access.redhat.com/errata/RHSA-2017:2801"
            },
            {
              "name": "RHSA-2017:2796",
              "tags": [
                "vendor-advisory",
                "x_refsource_REDHAT"
              ],
              "url": "https://access.redhat.com/errata/RHSA-2017:2796"
            },
            {
              "name": "101010",
              "tags": [
                "vdb-entry",
                "x_refsource_BID"
              ],
              "url": "http://www.securityfocus.com/bid/101010"
            },
            {
              "name": "RHSA-2017:2799",
              "tags": [
                "vendor-advisory",
                "x_refsource_REDHAT"
              ],
              "url": "https://access.redhat.com/errata/RHSA-2017:2799"
            },
            {
              "name": "RHSA-2017:2794",
              "tags": [
                "vendor-advisory",
                "x_refsource_REDHAT"
              ],
              "url": "https://access.redhat.com/errata/RHSA-2017:2794"
            },
            {
              "name": "RHSA-2017:2793",
              "tags": [
                "vendor-advisory",
                "x_refsource_REDHAT"
              ],
              "url": "https://access.redhat.com/errata/RHSA-2017:2793"
            },
            {
              "name": "RHSA-2017:2797",
              "tags": [
                "vendor-advisory",
                "x_refsource_REDHAT"
              ],
              "url": "https://access.redhat.com/errata/RHSA-2017:2797"
            },
            {
              "name": "RHSA-2017:2802",
              "tags": [
                "vendor-advisory",
                "x_refsource_REDHAT"
              ],
              "url": "https://access.redhat.com/errata/RHSA-2017:2802"
            },
            {
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://www.qualys.com/2017/09/26/cve-2017-1000253/cve-2017-1000253.txt"
            },
            {
              "name": "RHSA-2017:2800",
              "tags": [
                "vendor-advisory",
                "x_refsource_REDHAT"
              ],
              "url": "https://access.redhat.com/errata/RHSA-2017:2800"
            }
          ],
          "x_legacyV4Record": {
            "CVE_data_meta": {
              "ASSIGNER": "cve@mitre.org",
              "DATE_ASSIGNED": "2017-09-25",
              "ID": "CVE-2017-1000253",
              "REQUESTER": "qsa@qualys.com",
              "STATE": "PUBLIC"
            },
            "affects": {
              "vendor": {
                "vendor_data": [
                  {
                    "product": {
                      "product_data": [
                        {
                          "product_name": "n/a",
                          "version": {
                            "version_data": [
                              {
                                "version_value": "n/a"
                              }
                            ]
                          }
                        }
                      ]
                    },
                    "vendor_name": "n/a"
                  }
                ]
              }
            },
            "data_format": "MITRE",
            "data_type": "CVE",
            "data_version": "4.0",
            "description": {
              "description_data": [
                {
                  "lang": "eng",
                  "value": "Linux distributions that have not patched their long-term kernels with https://git.kernel.org/linus/a87938b2e246b81b4fb713edb371a9fa3c5c3c86 (committed on April 14, 2015). This kernel vulnerability was fixed in April 2015 by commit a87938b2e246b81b4fb713edb371a9fa3c5c3c86 (backported to Linux 3.10.77 in May 2015), but it was not recognized as a security threat. With CONFIG_ARCH_BINFMT_ELF_RANDOMIZE_PIE enabled, and a normal top-down address allocation strategy, load_elf_binary() will attempt to map a PIE binary into an address range immediately below mm-\u003emmap_base. Unfortunately, load_elf_ binary() does not take account of the need to allocate sufficient space for the entire binary which means that, while the first PT_LOAD segment is mapped below mm-\u003emmap_base, the subsequent PT_LOAD segment(s) end up being mapped above mm-\u003emmap_base into the are that is supposed to be the \"gap\" between the stack and the binary."
                }
              ]
            },
            "problemtype": {
              "problemtype_data": [
                {
                  "description": [
                    {
                      "lang": "eng",
                      "value": "n/a"
                    }
                  ]
                }
              ]
            },
            "references": {
              "reference_data": [
                {
                  "name": "RHSA-2017:2798",
                  "refsource": "REDHAT",
                  "url": "https://access.redhat.com/errata/RHSA-2017:2798"
                },
                {
                  "name": "RHSA-2017:2795",
                  "refsource": "REDHAT",
                  "url": "https://access.redhat.com/errata/RHSA-2017:2795"
                },
                {
                  "name": "1039434",
                  "refsource": "SECTRACK",
                  "url": "http://www.securitytracker.com/id/1039434"
                },
                {
                  "name": "RHSA-2017:2801",
                  "refsource": "REDHAT",
                  "url": "https://access.redhat.com/errata/RHSA-2017:2801"
                },
                {
                  "name": "RHSA-2017:2796",
                  "refsource": "REDHAT",
                  "url": "https://access.redhat.com/errata/RHSA-2017:2796"
                },
                {
                  "name": "101010",
                  "refsource": "BID",
                  "url": "http://www.securityfocus.com/bid/101010"
                },
                {
                  "name": "RHSA-2017:2799",
                  "refsource": "REDHAT",
                  "url": "https://access.redhat.com/errata/RHSA-2017:2799"
                },
                {
                  "name": "RHSA-2017:2794",
                  "refsource": "REDHAT",
                  "url": "https://access.redhat.com/errata/RHSA-2017:2794"
                },
                {
                  "name": "RHSA-2017:2793",
                  "refsource": "REDHAT",
                  "url": "https://access.redhat.com/errata/RHSA-2017:2793"
                },
                {
                  "name": "RHSA-2017:2797",
                  "refsource": "REDHAT",
                  "url": "https://access.redhat.com/errata/RHSA-2017:2797"
                },
                {
                  "name": "RHSA-2017:2802",
                  "refsource": "REDHAT",
                  "url": "https://access.redhat.com/errata/RHSA-2017:2802"
                },
                {
                  "name": "https://www.qualys.com/2017/09/26/cve-2017-1000253/cve-2017-1000253.txt",
                  "refsource": "MISC",
                  "url": "https://www.qualys.com/2017/09/26/cve-2017-1000253/cve-2017-1000253.txt"
                },
                {
                  "name": "RHSA-2017:2800",
                  "refsource": "REDHAT",
                  "url": "https://access.redhat.com/errata/RHSA-2017:2800"
                }
              ]
            }
          }
        }
      },
      "cveMetadata": {
        "assignerOrgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
        "assignerShortName": "mitre",
        "cveId": "CVE-2017-1000253",
        "datePublished": "2017-10-04T01:00:00.000Z",
        "dateReserved": "2017-10-03T00:00:00.000Z",
        "dateUpdated": "2025-10-21T23:55:32.192Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.1"
    }

    CVE-2011-4144 (GCVE-0-2011-4144)

    Vulnerability from cvelistv5 – Published: 2012-02-02 02:00 – Updated: 2024-09-17 02:36
    VLAI
    Summary
    Unspecified vulnerability in EMC Documentum Content Server 6.0, 6.5 before SP2 P02, 6.5 SP3 before SP3 P02, and 6.6 before P02 allows local users to obtain "highest super user privileges" by leveraging system administrator privileges.
    Severity
    No CVSS data available.
    CWE
    • n/a
    Assigner
    References
    URL Tags
    http://archives.neohapsis.com/archives/bugtraq/20… mailing-listx_refsource_BUGTRAQ
    Show details on NVD website

    {
      "containers": {
        "adp": [
          {
            "providerMetadata": {
              "dateUpdated": "2024-08-07T00:01:51.153Z",
              "orgId": "af854a3a-2127-422b-91ae-364da2661108",
              "shortName": "CVE"
            },
            "references": [
              {
                "name": "20120201 ESA-2012-009: EMC Documentum Content Server privilege elevation vulnerability",
                "tags": [
                  "mailing-list",
                  "x_refsource_BUGTRAQ",
                  "x_transferred"
                ],
                "url": "http://archives.neohapsis.com/archives/bugtraq/2012-02/0005.html"
              }
            ],
            "title": "CVE Program Container"
          }
        ],
        "cna": {
          "affected": [
            {
              "product": "n/a",
              "vendor": "n/a",
              "versions": [
                {
                  "status": "affected",
                  "version": "n/a"
                }
              ]
            }
          ],
          "descriptions": [
            {
              "lang": "en",
              "value": "Unspecified vulnerability in EMC Documentum Content Server 6.0, 6.5 before SP2 P02, 6.5 SP3 before SP3 P02, and 6.6 before P02 allows local users to obtain \"highest super user privileges\" by leveraging system administrator privileges."
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "description": "n/a",
                  "lang": "en",
                  "type": "text"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2012-02-02T02:00:00.000Z",
            "orgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
            "shortName": "mitre"
          },
          "references": [
            {
              "name": "20120201 ESA-2012-009: EMC Documentum Content Server privilege elevation vulnerability",
              "tags": [
                "mailing-list",
                "x_refsource_BUGTRAQ"
              ],
              "url": "http://archives.neohapsis.com/archives/bugtraq/2012-02/0005.html"
            }
          ],
          "x_legacyV4Record": {
            "CVE_data_meta": {
              "ASSIGNER": "cve@mitre.org",
              "ID": "CVE-2011-4144",
              "STATE": "PUBLIC"
            },
            "affects": {
              "vendor": {
                "vendor_data": [
                  {
                    "product": {
                      "product_data": [
                        {
                          "product_name": "n/a",
                          "version": {
                            "version_data": [
                              {
                                "version_value": "n/a"
                              }
                            ]
                          }
                        }
                      ]
                    },
                    "vendor_name": "n/a"
                  }
                ]
              }
            },
            "data_format": "MITRE",
            "data_type": "CVE",
            "data_version": "4.0",
            "description": {
              "description_data": [
                {
                  "lang": "eng",
                  "value": "Unspecified vulnerability in EMC Documentum Content Server 6.0, 6.5 before SP2 P02, 6.5 SP3 before SP3 P02, and 6.6 before P02 allows local users to obtain \"highest super user privileges\" by leveraging system administrator privileges."
                }
              ]
            },
            "problemtype": {
              "problemtype_data": [
                {
                  "description": [
                    {
                      "lang": "eng",
                      "value": "n/a"
                    }
                  ]
                }
              ]
            },
            "references": {
              "reference_data": [
                {
                  "name": "20120201 ESA-2012-009: EMC Documentum Content Server privilege elevation vulnerability",
                  "refsource": "BUGTRAQ",
                  "url": "http://archives.neohapsis.com/archives/bugtraq/2012-02/0005.html"
                }
              ]
            }
          }
        }
      },
      "cveMetadata": {
        "assignerOrgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
        "assignerShortName": "mitre",
        "cveId": "CVE-2011-4144",
        "datePublished": "2012-02-02T02:00:00.000Z",
        "dateReserved": "2011-10-19T00:00:00.000Z",
        "dateUpdated": "2024-09-17T02:36:39.355Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.1"
    }

    CVE-2009-3564 (GCVE-0-2009-3564)

    Vulnerability from cvelistv5 – Published: 2009-10-06 17:22 – Updated: 2024-08-07 06:31
    VLAI
    Summary
    puppetmasterd in puppet 0.24.6 does not reset supplementary groups when it switches to a different user, which might allow local users to access restricted files.
    Severity
    No CVSS data available.
    CWE
    • n/a
    Assigner
    References
    Date Public
    2009-09-11 00:00
    Show details on NVD website

    {
      "containers": {
        "adp": [
          {
            "providerMetadata": {
              "dateUpdated": "2024-08-07T06:31:10.575Z",
              "orgId": "af854a3a-2127-422b-91ae-364da2661108",
              "shortName": "CVE"
            },
            "references": [
              {
                "tags": [
                  "x_refsource_CONFIRM",
                  "x_transferred"
                ],
                "url": "https://puppet.com/security/cve/cve-2009-3564"
              },
              {
                "tags": [
                  "x_refsource_MISC",
                  "x_transferred"
                ],
                "url": "http://projects.reductivelabs.com/issues/1806"
              },
              {
                "tags": [
                  "x_refsource_CONFIRM",
                  "x_transferred"
                ],
                "url": "https://bugzilla.redhat.com/show_bug.cgi?id=475201"
              }
            ],
            "title": "CVE Program Container"
          }
        ],
        "cna": {
          "affected": [
            {
              "product": "n/a",
              "vendor": "n/a",
              "versions": [
                {
                  "status": "affected",
                  "version": "n/a"
                }
              ]
            }
          ],
          "datePublic": "2009-09-11T00:00:00.000Z",
          "descriptions": [
            {
              "lang": "en",
              "value": "puppetmasterd in puppet 0.24.6 does not reset supplementary groups when it switches to a different user, which might allow local users to access restricted files."
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "description": "n/a",
                  "lang": "en",
                  "type": "text"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2017-12-08T10:57:01.000Z",
            "orgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
            "shortName": "mitre"
          },
          "references": [
            {
              "tags": [
                "x_refsource_CONFIRM"
              ],
              "url": "https://puppet.com/security/cve/cve-2009-3564"
            },
            {
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "http://projects.reductivelabs.com/issues/1806"
            },
            {
              "tags": [
                "x_refsource_CONFIRM"
              ],
              "url": "https://bugzilla.redhat.com/show_bug.cgi?id=475201"
            }
          ],
          "x_legacyV4Record": {
            "CVE_data_meta": {
              "ASSIGNER": "cve@mitre.org",
              "ID": "CVE-2009-3564",
              "STATE": "PUBLIC"
            },
            "affects": {
              "vendor": {
                "vendor_data": [
                  {
                    "product": {
                      "product_data": [
                        {
                          "product_name": "n/a",
                          "version": {
                            "version_data": [
                              {
                                "version_value": "n/a"
                              }
                            ]
                          }
                        }
                      ]
                    },
                    "vendor_name": "n/a"
                  }
                ]
              }
            },
            "data_format": "MITRE",
            "data_type": "CVE",
            "data_version": "4.0",
            "description": {
              "description_data": [
                {
                  "lang": "eng",
                  "value": "puppetmasterd in puppet 0.24.6 does not reset supplementary groups when it switches to a different user, which might allow local users to access restricted files."
                }
              ]
            },
            "problemtype": {
              "problemtype_data": [
                {
                  "description": [
                    {
                      "lang": "eng",
                      "value": "n/a"
                    }
                  ]
                }
              ]
            },
            "references": {
              "reference_data": [
                {
                  "name": "https://puppet.com/security/cve/cve-2009-3564",
                  "refsource": "CONFIRM",
                  "url": "https://puppet.com/security/cve/cve-2009-3564"
                },
                {
                  "name": "http://projects.reductivelabs.com/issues/1806",
                  "refsource": "MISC",
                  "url": "http://projects.reductivelabs.com/issues/1806"
                },
                {
                  "name": "https://bugzilla.redhat.com/show_bug.cgi?id=475201",
                  "refsource": "CONFIRM",
                  "url": "https://bugzilla.redhat.com/show_bug.cgi?id=475201"
                }
              ]
            }
          }
        }
      },
      "cveMetadata": {
        "assignerOrgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
        "assignerShortName": "mitre",
        "cveId": "CVE-2009-3564",
        "datePublished": "2009-10-06T17:22:00.000Z",
        "dateReserved": "2009-10-05T00:00:00.000Z",
        "dateUpdated": "2024-08-07T06:31:10.575Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.1"
    }

    CVE-2007-6283 (GCVE-0-2007-6283)

    Vulnerability from cvelistv5 – Published: 2007-12-18 01:00 – Updated: 2024-08-07 16:02
    VLAI
    Summary
    Red Hat Enterprise Linux 5 and Fedora install the Bind /etc/rndc.key file with world-readable permissions, which allows local users to perform unauthorized named commands, such as causing a denial of service by stopping named.
    Severity
    No CVSS data available.
    CWE
    • n/a
    Assigner
    References
    URL Tags
    https://www.redhat.com/archives/fedora-package-an… vendor-advisoryx_refsource_FEDORA
    http://www.redhat.com/support/errata/RHSA-2008-03… vendor-advisoryx_refsource_REDHAT
    https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2… x_refsource_CONFIRM
    http://secunia.com/advisories/28180 third-party-advisoryx_refsource_SECUNIA
    https://oval.cisecurity.org/repository/search/def… vdb-entrysignaturex_refsource_OVAL
    http://secunia.com/advisories/30313 third-party-advisoryx_refsource_SECUNIA
    https://www.redhat.com/archives/fedora-package-an… vendor-advisoryx_refsource_FEDORA
    Date Public
    2007-12-11 00:00
    Show details on NVD website

    {
      "containers": {
        "adp": [
          {
            "providerMetadata": {
              "dateUpdated": "2024-08-07T16:02:36.182Z",
              "orgId": "af854a3a-2127-422b-91ae-364da2661108",
              "shortName": "CVE"
            },
            "references": [
              {
                "name": "FEDORA-2007-4658",
                "tags": [
                  "vendor-advisory",
                  "x_refsource_FEDORA",
                  "x_transferred"
                ],
                "url": "https://www.redhat.com/archives/fedora-package-announce/2007-December/msg00671.html"
              },
              {
                "name": "RHSA-2008:0300",
                "tags": [
                  "vendor-advisory",
                  "x_refsource_REDHAT",
                  "x_transferred"
                ],
                "url": "http://www.redhat.com/support/errata/RHSA-2008-0300.html"
              },
              {
                "tags": [
                  "x_refsource_CONFIRM",
                  "x_transferred"
                ],
                "url": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2007-6283"
              },
              {
                "name": "28180",
                "tags": [
                  "third-party-advisory",
                  "x_refsource_SECUNIA",
                  "x_transferred"
                ],
                "url": "http://secunia.com/advisories/28180"
              },
              {
                "name": "oval:org.mitre.oval:def:9977",
                "tags": [
                  "vdb-entry",
                  "signature",
                  "x_refsource_OVAL",
                  "x_transferred"
                ],
                "url": "https://oval.cisecurity.org/repository/search/definition/oval%3Aorg.mitre.oval%3Adef%3A9977"
              },
              {
                "name": "30313",
                "tags": [
                  "third-party-advisory",
                  "x_refsource_SECUNIA",
                  "x_transferred"
                ],
                "url": "http://secunia.com/advisories/30313"
              },
              {
                "name": "FEDORA-2007-4655",
                "tags": [
                  "vendor-advisory",
                  "x_refsource_FEDORA",
                  "x_transferred"
                ],
                "url": "https://www.redhat.com/archives/fedora-package-announce/2007-December/msg00587.html"
              }
            ],
            "title": "CVE Program Container"
          }
        ],
        "cna": {
          "affected": [
            {
              "product": "n/a",
              "vendor": "n/a",
              "versions": [
                {
                  "status": "affected",
                  "version": "n/a"
                }
              ]
            }
          ],
          "datePublic": "2007-12-11T00:00:00.000Z",
          "descriptions": [
            {
              "lang": "en",
              "value": "Red Hat Enterprise Linux 5 and Fedora install the Bind /etc/rndc.key file with world-readable permissions, which allows local users to perform unauthorized named commands, such as causing a denial of service by stopping named."
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "description": "n/a",
                  "lang": "en",
                  "type": "text"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2017-09-28T12:57:01.000Z",
            "orgId": "53f830b8-0a3f-465b-8143-3b8a9948e749",
            "shortName": "redhat"
          },
          "references": [
            {
              "name": "FEDORA-2007-4658",
              "tags": [
                "vendor-advisory",
                "x_refsource_FEDORA"
              ],
              "url": "https://www.redhat.com/archives/fedora-package-announce/2007-December/msg00671.html"
            },
            {
              "name": "RHSA-2008:0300",
              "tags": [
                "vendor-advisory",
                "x_refsource_REDHAT"
              ],
              "url": "http://www.redhat.com/support/errata/RHSA-2008-0300.html"
            },
            {
              "tags": [
                "x_refsource_CONFIRM"
              ],
              "url": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2007-6283"
            },
            {
              "name": "28180",
              "tags": [
                "third-party-advisory",
                "x_refsource_SECUNIA"
              ],
              "url": "http://secunia.com/advisories/28180"
            },
            {
              "name": "oval:org.mitre.oval:def:9977",
              "tags": [
                "vdb-entry",
                "signature",
                "x_refsource_OVAL"
              ],
              "url": "https://oval.cisecurity.org/repository/search/definition/oval%3Aorg.mitre.oval%3Adef%3A9977"
            },
            {
              "name": "30313",
              "tags": [
                "third-party-advisory",
                "x_refsource_SECUNIA"
              ],
              "url": "http://secunia.com/advisories/30313"
            },
            {
              "name": "FEDORA-2007-4655",
              "tags": [
                "vendor-advisory",
                "x_refsource_FEDORA"
              ],
              "url": "https://www.redhat.com/archives/fedora-package-announce/2007-December/msg00587.html"
            }
          ],
          "x_legacyV4Record": {
            "CVE_data_meta": {
              "ASSIGNER": "secalert@redhat.com",
              "ID": "CVE-2007-6283",
              "STATE": "PUBLIC"
            },
            "affects": {
              "vendor": {
                "vendor_data": [
                  {
                    "product": {
                      "product_data": [
                        {
                          "product_name": "n/a",
                          "version": {
                            "version_data": [
                              {
                                "version_value": "n/a"
                              }
                            ]
                          }
                        }
                      ]
                    },
                    "vendor_name": "n/a"
                  }
                ]
              }
            },
            "data_format": "MITRE",
            "data_type": "CVE",
            "data_version": "4.0",
            "description": {
              "description_data": [
                {
                  "lang": "eng",
                  "value": "Red Hat Enterprise Linux 5 and Fedora install the Bind /etc/rndc.key file with world-readable permissions, which allows local users to perform unauthorized named commands, such as causing a denial of service by stopping named."
                }
              ]
            },
            "problemtype": {
              "problemtype_data": [
                {
                  "description": [
                    {
                      "lang": "eng",
                      "value": "n/a"
                    }
                  ]
                }
              ]
            },
            "references": {
              "reference_data": [
                {
                  "name": "FEDORA-2007-4658",
                  "refsource": "FEDORA",
                  "url": "https://www.redhat.com/archives/fedora-package-announce/2007-December/msg00671.html"
                },
                {
                  "name": "RHSA-2008:0300",
                  "refsource": "REDHAT",
                  "url": "http://www.redhat.com/support/errata/RHSA-2008-0300.html"
                },
                {
                  "name": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2007-6283",
                  "refsource": "CONFIRM",
                  "url": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2007-6283"
                },
                {
                  "name": "28180",
                  "refsource": "SECUNIA",
                  "url": "http://secunia.com/advisories/28180"
                },
                {
                  "name": "oval:org.mitre.oval:def:9977",
                  "refsource": "OVAL",
                  "url": "https://oval.cisecurity.org/repository/search/definition/oval%3Aorg.mitre.oval%3Adef%3A9977"
                },
                {
                  "name": "30313",
                  "refsource": "SECUNIA",
                  "url": "http://secunia.com/advisories/30313"
                },
                {
                  "name": "FEDORA-2007-4655",
                  "refsource": "FEDORA",
                  "url": "https://www.redhat.com/archives/fedora-package-announce/2007-December/msg00587.html"
                }
              ]
            }
          }
        }
      },
      "cveMetadata": {
        "assignerOrgId": "53f830b8-0a3f-465b-8143-3b8a9948e749",
        "assignerShortName": "redhat",
        "cveId": "CVE-2007-6283",
        "datePublished": "2007-12-18T01:00:00.000Z",
        "dateReserved": "2007-12-10T00:00:00.000Z",
        "dateUpdated": "2024-08-07T16:02:36.182Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.1"
    }