CVE-2023-53719 (GCVE-0-2023-53719)
Vulnerability from cvelistv5
Published
2025-10-22 13:23
Modified
2025-10-22 13:23
Severity ?
Summary
In the Linux kernel, the following vulnerability has been resolved: serial: arc_uart: fix of_iomap leak in `arc_serial_probe` Smatch reports: drivers/tty/serial/arc_uart.c:631 arc_serial_probe() warn: 'port->membase' from of_iomap() not released on lines: 631. In arc_serial_probe(), if uart_add_one_port() fails, port->membase is not released, which would cause a resource leak. To fix this, I replace of_iomap with devm_platform_ioremap_resource.
Impacted products
Vendor Product Version
Linux Linux Version: 8dbe1d5e09a7faec8d22cadcc1011acab8fa6e2a
Version: 8dbe1d5e09a7faec8d22cadcc1011acab8fa6e2a
Version: 8dbe1d5e09a7faec8d22cadcc1011acab8fa6e2a
Version: 8dbe1d5e09a7faec8d22cadcc1011acab8fa6e2a
Version: 8dbe1d5e09a7faec8d22cadcc1011acab8fa6e2a
Version: 8dbe1d5e09a7faec8d22cadcc1011acab8fa6e2a
Version: 8dbe1d5e09a7faec8d22cadcc1011acab8fa6e2a
Create a notification for this product.
Show details on NVD website


{
  "containers": {
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "drivers/tty/serial/arc_uart.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "3f00df24a5021a6f02c1830a290acd4bceb22a2d",
              "status": "affected",
              "version": "8dbe1d5e09a7faec8d22cadcc1011acab8fa6e2a",
              "versionType": "git"
            },
            {
              "lessThan": "7525aa211758cc023a371e010d16ceaae1057807",
              "status": "affected",
              "version": "8dbe1d5e09a7faec8d22cadcc1011acab8fa6e2a",
              "versionType": "git"
            },
            {
              "lessThan": "153017561d2804cfae87cc9aa377aa84dd906ae1",
              "status": "affected",
              "version": "8dbe1d5e09a7faec8d22cadcc1011acab8fa6e2a",
              "versionType": "git"
            },
            {
              "lessThan": "f76a18e53a66c0ef2938276110717b3805720cd9",
              "status": "affected",
              "version": "8dbe1d5e09a7faec8d22cadcc1011acab8fa6e2a",
              "versionType": "git"
            },
            {
              "lessThan": "081790eee6b47389a0d895262086d64c6a38d6e5",
              "status": "affected",
              "version": "8dbe1d5e09a7faec8d22cadcc1011acab8fa6e2a",
              "versionType": "git"
            },
            {
              "lessThan": "40a462313ba4f337a2b419e7fb4a670f3dd95e14",
              "status": "affected",
              "version": "8dbe1d5e09a7faec8d22cadcc1011acab8fa6e2a",
              "versionType": "git"
            },
            {
              "lessThan": "8ab5fc55d7f65d58a3c3aeadf11bdf60267cd2bd",
              "status": "affected",
              "version": "8dbe1d5e09a7faec8d22cadcc1011acab8fa6e2a",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "drivers/tty/serial/arc_uart.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "3.17"
            },
            {
              "lessThan": "3.17",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "4.19.*",
              "status": "unaffected",
              "version": "4.19.284",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.4.*",
              "status": "unaffected",
              "version": "5.4.244",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.10.*",
              "status": "unaffected",
              "version": "5.10.181",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.15.*",
              "status": "unaffected",
              "version": "5.15.113",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.1.*",
              "status": "unaffected",
              "version": "6.1.30",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.3.*",
              "status": "unaffected",
              "version": "6.3.4",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "*",
              "status": "unaffected",
              "version": "6.4",
              "versionType": "original_commit_for_fix"
            }
          ]
        }
      ],
      "cpeApplicability": [
        {
          "nodes": [
            {
              "cpeMatch": [
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "4.19.284",
                  "versionStartIncluding": "3.17",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.4.244",
                  "versionStartIncluding": "3.17",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.10.181",
                  "versionStartIncluding": "3.17",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.15.113",
                  "versionStartIncluding": "3.17",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.1.30",
                  "versionStartIncluding": "3.17",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.3.4",
                  "versionStartIncluding": "3.17",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.4",
                  "versionStartIncluding": "3.17",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nserial: arc_uart: fix of_iomap leak in `arc_serial_probe`\n\nSmatch reports:\n\ndrivers/tty/serial/arc_uart.c:631 arc_serial_probe() warn:\n\u0027port-\u003emembase\u0027 from of_iomap() not released on lines: 631.\n\nIn arc_serial_probe(), if uart_add_one_port() fails,\nport-\u003emembase is not released, which would cause a resource leak.\n\nTo fix this, I replace of_iomap with devm_platform_ioremap_resource."
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2025-10-22T13:23:51.441Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/3f00df24a5021a6f02c1830a290acd4bceb22a2d"
        },
        {
          "url": "https://git.kernel.org/stable/c/7525aa211758cc023a371e010d16ceaae1057807"
        },
        {
          "url": "https://git.kernel.org/stable/c/153017561d2804cfae87cc9aa377aa84dd906ae1"
        },
        {
          "url": "https://git.kernel.org/stable/c/f76a18e53a66c0ef2938276110717b3805720cd9"
        },
        {
          "url": "https://git.kernel.org/stable/c/081790eee6b47389a0d895262086d64c6a38d6e5"
        },
        {
          "url": "https://git.kernel.org/stable/c/40a462313ba4f337a2b419e7fb4a670f3dd95e14"
        },
        {
          "url": "https://git.kernel.org/stable/c/8ab5fc55d7f65d58a3c3aeadf11bdf60267cd2bd"
        }
      ],
      "title": "serial: arc_uart: fix of_iomap leak in `arc_serial_probe`",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2023-53719",
    "datePublished": "2025-10-22T13:23:51.441Z",
    "dateReserved": "2025-10-22T13:21:37.347Z",
    "dateUpdated": "2025-10-22T13:23:51.441Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.1",
  "vulnerability-lookup:meta": {
    "nvd": "{\"cve\":{\"id\":\"CVE-2023-53719\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2025-10-22T14:15:46.590\",\"lastModified\":\"2025-10-22T21:12:48.953\",\"vulnStatus\":\"Awaiting Analysis\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\nserial: arc_uart: fix of_iomap leak in `arc_serial_probe`\\n\\nSmatch reports:\\n\\ndrivers/tty/serial/arc_uart.c:631 arc_serial_probe() warn:\\n\u0027port-\u003emembase\u0027 from of_iomap() not released on lines: 631.\\n\\nIn arc_serial_probe(), if uart_add_one_port() fails,\\nport-\u003emembase is not released, which would cause a resource leak.\\n\\nTo fix this, I replace of_iomap with devm_platform_ioremap_resource.\"}],\"metrics\":{},\"references\":[{\"url\":\"https://git.kernel.org/stable/c/081790eee6b47389a0d895262086d64c6a38d6e5\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/153017561d2804cfae87cc9aa377aa84dd906ae1\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/3f00df24a5021a6f02c1830a290acd4bceb22a2d\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/40a462313ba4f337a2b419e7fb4a670f3dd95e14\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/7525aa211758cc023a371e010d16ceaae1057807\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/8ab5fc55d7f65d58a3c3aeadf11bdf60267cd2bd\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/f76a18e53a66c0ef2938276110717b3805720cd9\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"}]}}"
  }
}


Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Sightings

Author Source Type Date

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
  • Confirmed: The vulnerability is confirmed from an analyst perspective.
  • Published Proof of Concept: A public proof of concept is available for this vulnerability.
  • Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
  • Patched: This vulnerability was successfully patched by the user reporting the sighting.
  • Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
  • Not confirmed: The user expresses doubt about the veracity of the vulnerability.
  • Not patched: This vulnerability was not successfully patched by the user reporting the sighting.


Loading…

Loading…