usn-6497-1
Vulnerability from osv_ubuntu
Published
2023-11-21 15:17
Modified
2026-06-03 10:45
Summary
linux-oem-6.1 vulnerabilities
Details

Maxim Levitsky discovered that the KVM nested virtualization (SVM) implementation for AMD processors in the Linux kernel did not properly handle x2AVIC MSRs. An attacker in a guest VM could use this to cause a denial of service (host kernel crash). (CVE-2023-5090)

Alon Zahavi discovered that the NVMe-oF/TCP subsystem in the Linux kernel did not properly handle queue initialization failures in certain situations, leading to a use-after-free vulnerability. A remote attacker could use this to cause a denial of service (system crash) or possibly execute arbitrary code. (CVE-2023-5178)

Budimir Markovic discovered that the perf subsystem in the Linux kernel did not properly handle event groups, leading to an out-of-bounds write vulnerability. A local attacker could use this to cause a denial of service (system crash) or possibly execute arbitrary code. (CVE-2023-5717)


{
  "affected": [
    {
      "database_specific": {
        "cves_map": {
          "cves": [
            {
              "id": "CVE-2023-5090",
              "severity": [
                {
                  "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
                  "type": "CVSS_V3"
                },
                {
                  "score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:C/C:N/I:N/A:H",
                  "type": "CVSS_V3"
                },
                {
                  "score": "high",
                  "type": "Ubuntu"
                }
              ]
            },
            {
              "id": "CVE-2023-5178",
              "severity": [
                {
                  "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
                  "type": "CVSS_V3"
                },
                {
                  "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
                  "type": "CVSS_V3"
                },
                {
                  "score": "medium",
                  "type": "Ubuntu"
                }
              ]
            },
            {
              "id": "CVE-2023-5717",
              "severity": [
                {
                  "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
                  "type": "CVSS_V3"
                },
                {
                  "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
                  "type": "CVSS_V3"
                },
                {
                  "score": "medium",
                  "type": "Ubuntu"
                }
              ]
            }
          ],
          "ecosystem": "Ubuntu:22.04:LTS"
        }
      },
      "ecosystem_specific": {
        "availability": "No subscription required",
        "binaries": [
          {
            "binary_name": "linux-buildinfo-6.1.0-1026-oem",
            "binary_version": "6.1.0-1026.26"
          },
          {
            "binary_name": "linux-headers-6.1.0-1026-oem",
            "binary_version": "6.1.0-1026.26"
          },
          {
            "binary_name": "linux-image-unsigned-6.1.0-1026-oem",
            "binary_version": "6.1.0-1026.26"
          },
          {
            "binary_name": "linux-modules-6.1.0-1026-oem",
            "binary_version": "6.1.0-1026.26"
          },
          {
            "binary_name": "linux-modules-ipu6-6.1.0-1026-oem",
            "binary_version": "6.1.0-1026.26"
          },
          {
            "binary_name": "linux-modules-ivsc-6.1.0-1026-oem",
            "binary_version": "6.1.0-1026.26"
          },
          {
            "binary_name": "linux-modules-iwlwifi-6.1.0-1026-oem",
            "binary_version": "6.1.0-1026.26"
          },
          {
            "binary_name": "linux-oem-6.1-headers-6.1.0-1026",
            "binary_version": "6.1.0-1026.26"
          },
          {
            "binary_name": "linux-oem-6.1-tools-6.1.0-1026",
            "binary_version": "6.1.0-1026.26"
          },
          {
            "binary_name": "linux-oem-6.1-tools-host",
            "binary_version": "6.1.0-1026.26"
          },
          {
            "binary_name": "linux-tools-6.1.0-1026-oem",
            "binary_version": "6.1.0-1026.26"
          }
        ]
      },
      "package": {
        "ecosystem": "Ubuntu:22.04:LTS",
        "name": "linux-oem-6.1",
        "purl": "pkg:deb/ubuntu/linux-oem-6.1@6.1.0-1026.26?arch=source\u0026distro=jammy"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "0"
            },
            {
              "fixed": "6.1.0-1026.26"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ],
      "versions": [
        "6.1.0-1004.4",
        "6.1.0-1006.6",
        "6.1.0-1007.7",
        "6.1.0-1008.8",
        "6.1.0-1009.9",
        "6.1.0-1010.10",
        "6.1.0-1012.12",
        "6.1.0-1013.13",
        "6.1.0-1014.14",
        "6.1.0-1015.15",
        "6.1.0-1016.16",
        "6.1.0-1017.17",
        "6.1.0-1019.19",
        "6.1.0-1020.20",
        "6.1.0-1021.21",
        "6.1.0-1022.22",
        "6.1.0-1023.23",
        "6.1.0-1024.24",
        "6.1.0-1025.25"
      ]
    }
  ],
  "aliases": [],
  "details": "Maxim Levitsky discovered that the KVM nested virtualization (SVM)\nimplementation for AMD processors in the Linux kernel did not properly\nhandle x2AVIC MSRs. An attacker in a guest VM could use this to cause a\ndenial of service (host kernel crash). (CVE-2023-5090)\n\nAlon Zahavi discovered that the NVMe-oF/TCP subsystem in the Linux kernel\ndid not properly handle queue initialization failures in certain\nsituations, leading to a use-after-free vulnerability. A remote attacker\ncould use this to cause a denial of service (system crash) or possibly\nexecute arbitrary code. (CVE-2023-5178)\n\nBudimir Markovic discovered that the perf subsystem in the Linux kernel\ndid not properly handle event groups, leading to an out-of-bounds write\nvulnerability. A local attacker could use this to cause a denial of\nservice (system crash) or possibly execute arbitrary code. (CVE-2023-5717)\n\n",
  "id": "USN-6497-1",
  "modified": "2026-06-03T10:45:36Z",
  "published": "2023-11-21T15:17:23Z",
  "references": [
    {
      "type": "ADVISORY",
      "url": "https://ubuntu.com/security/notices/USN-6497-1"
    },
    {
      "type": "REPORT",
      "url": "https://ubuntu.com/security/CVE-2023-5090"
    },
    {
      "type": "REPORT",
      "url": "https://ubuntu.com/security/CVE-2023-5178"
    },
    {
      "type": "REPORT",
      "url": "https://ubuntu.com/security/CVE-2023-5717"
    }
  ],
  "related": [],
  "schema_version": "1.7.0",
  "summary": "linux-oem-6.1 vulnerabilities",
  "upstream": [
    "UBUNTU-CVE-2023-5090",
    "UBUNTU-CVE-2023-5178",
    "UBUNTU-CVE-2023-5717"
  ]
}



Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.

Sightings

Author Source Type Date Other

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or observed by the user.
  • Confirmed: The vulnerability has been validated from an analyst's perspective.
  • Published Proof of Concept: A public proof of concept is available for this vulnerability.
  • Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
  • Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
  • Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
  • Not confirmed: The user expressed doubt about the validity of the vulnerability.
  • Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.

Loading…

Detection rules are retrieved from Rulezet.

Loading…

Loading…