GCVE Workshop - 22 September 2026 (14:00-18:00), Luxembourg Before The Vulnopticon Conference - Registration
usn-6462-2
Vulnerability from osv_ubuntu
Published
2023-11-10 10:16
Modified
2026-06-03 10:45
Summary
linux-iot vulnerabilities
Details

Seth Jenkins discovered that the Linux kernel did not properly perform address randomization for a per-cpu memory management structure. A local attacker could use this to expose sensitive information (kernel memory) or in conjunction with another kernel vulnerability. (CVE-2023-0597)

Yu Hao and Weiteng Chen discovered that the Bluetooth HCI UART driver in the Linux kernel contained a race condition, leading to a null pointer dereference vulnerability. A local attacker could use this to cause a denial of service (system crash). (CVE-2023-31083)

Lin Ma discovered that the Netlink Transformation (XFRM) subsystem in the Linux kernel contained a null pointer dereference vulnerability in some situations. A local privileged attacker could use this to cause a denial of service (system crash). (CVE-2023-3772)

It was discovered that the Siano USB MDTV receiver device driver in the Linux kernel did not properly handle device initialization failures in certain situations, leading to a use-after-free vulnerability. A physically proximate attacker could use this cause a denial of service (system crash). (CVE-2023-4132)


{
  "affected": [
    {
      "database_specific": {
        "cves_map": {
          "cves": [
            {
              "id": "CVE-2023-0597",
              "severity": [
                {
                  "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N",
                  "type": "CVSS_V3"
                },
                {
                  "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N",
                  "type": "CVSS_V3"
                },
                {
                  "score": "medium",
                  "type": "Ubuntu"
                }
              ]
            },
            {
              "id": "CVE-2023-3772",
              "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:U/C:N/I:N/A:H",
                  "type": "CVSS_V3"
                },
                {
                  "score": "medium",
                  "type": "Ubuntu"
                }
              ]
            },
            {
              "id": "CVE-2023-4132",
              "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:L/UI:N/S:U/C:N/I:N/A:H",
                  "type": "CVSS_V3"
                },
                {
                  "score": "low",
                  "type": "Ubuntu"
                }
              ]
            },
            {
              "id": "CVE-2023-31083",
              "severity": [
                {
                  "score": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H",
                  "type": "CVSS_V3"
                },
                {
                  "score": "low",
                  "type": "Ubuntu"
                }
              ]
            }
          ],
          "ecosystem": "Ubuntu:20.04:LTS"
        }
      },
      "ecosystem_specific": {
        "availability": "No subscription required",
        "binaries": [
          {
            "binary_name": "linux-buildinfo-5.4.0-1025-iot",
            "binary_version": "5.4.0-1025.26"
          },
          {
            "binary_name": "linux-headers-5.4.0-1025-iot",
            "binary_version": "5.4.0-1025.26"
          },
          {
            "binary_name": "linux-image-5.4.0-1025-iot",
            "binary_version": "5.4.0-1025.26"
          },
          {
            "binary_name": "linux-image-unsigned-5.4.0-1025-iot",
            "binary_version": "5.4.0-1025.26"
          },
          {
            "binary_name": "linux-iot-headers-5.4.0-1025",
            "binary_version": "5.4.0-1025.26"
          },
          {
            "binary_name": "linux-iot-tools-5.4.0-1025",
            "binary_version": "5.4.0-1025.26"
          },
          {
            "binary_name": "linux-iot-tools-common",
            "binary_version": "5.4.0-1025.26"
          },
          {
            "binary_name": "linux-modules-5.4.0-1025-iot",
            "binary_version": "5.4.0-1025.26"
          },
          {
            "binary_name": "linux-tools-5.4.0-1025-iot",
            "binary_version": "5.4.0-1025.26"
          }
        ]
      },
      "package": {
        "ecosystem": "Ubuntu:20.04:LTS",
        "name": "linux-iot",
        "purl": "pkg:deb/ubuntu/linux-iot@5.4.0-1025.26?arch=source\u0026distro=focal"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "0"
            },
            {
              "fixed": "5.4.0-1025.26"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ],
      "versions": [
        "5.4.0-1001.3",
        "5.4.0-1004.6",
        "5.4.0-1005.7",
        "5.4.0-1006.8",
        "5.4.0-1009.11",
        "5.4.0-1010.12",
        "5.4.0-1011.13",
        "5.4.0-1012.14",
        "5.4.0-1013.15",
        "5.4.0-1014.16",
        "5.4.0-1017.18",
        "5.4.0-1018.19",
        "5.4.0-1019.20",
        "5.4.0-1021.22",
        "5.4.0-1022.23",
        "5.4.0-1023.24",
        "5.4.0-1024.25"
      ]
    }
  ],
  "aliases": [],
  "details": "\nSeth Jenkins discovered that the Linux kernel did not properly perform\naddress randomization for a per-cpu memory management structure. A local\nattacker could use this to expose sensitive information (kernel memory) or\nin conjunction with another kernel vulnerability. (CVE-2023-0597)\n\nYu Hao and Weiteng Chen discovered that the Bluetooth HCI UART driver in\nthe Linux kernel contained a race condition, leading to a null pointer\ndereference vulnerability. A local attacker could use this to cause a\ndenial of service (system crash). (CVE-2023-31083)\n\nLin Ma discovered that the Netlink Transformation (XFRM) subsystem in the\nLinux kernel contained a null pointer dereference vulnerability in some\nsituations. A local privileged attacker could use this to cause a denial of\nservice (system crash). (CVE-2023-3772)\n\nIt was discovered that the Siano USB MDTV receiver device driver in the\nLinux kernel did not properly handle device initialization failures in\ncertain situations, leading to a use-after-free vulnerability. A physically\nproximate attacker could use this cause a denial of service (system crash).\n(CVE-2023-4132)\n",
  "id": "USN-6462-2",
  "modified": "2026-06-03T10:45:36Z",
  "published": "2023-11-10T10:16:47Z",
  "references": [
    {
      "type": "ADVISORY",
      "url": "https://ubuntu.com/security/notices/USN-6462-2"
    },
    {
      "type": "REPORT",
      "url": "https://ubuntu.com/security/CVE-2023-0597"
    },
    {
      "type": "REPORT",
      "url": "https://ubuntu.com/security/CVE-2023-3772"
    },
    {
      "type": "REPORT",
      "url": "https://ubuntu.com/security/CVE-2023-4132"
    },
    {
      "type": "REPORT",
      "url": "https://ubuntu.com/security/CVE-2023-31083"
    }
  ],
  "related": [],
  "schema_version": "1.7.0",
  "summary": "linux-iot vulnerabilities",
  "upstream": [
    "UBUNTU-CVE-2023-0597",
    "UBUNTU-CVE-2023-3772",
    "UBUNTU-CVE-2023-4132",
    "UBUNTU-CVE-2023-31083"
  ]
}



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…

Related by attack behaviour

Vulnerabilities whose description is nearest to this one in the vector space of the CIRCL/vulnerability-attack-technique-biencoder model. This is a similarity search over the bi-encoder space (plain cosine), not a classification, and it has no measured accuracy.


Loading…