CVE-2023-53118 (GCVE-0-2023-53118)

Vulnerability from cvelistv5 – Published: 2025-05-02 15:55 – Updated: 2025-05-04 12:50
VLAI?
Title
scsi: core: Fix a procfs host directory removal regression
Summary
In the Linux kernel, the following vulnerability has been resolved: scsi: core: Fix a procfs host directory removal regression scsi_proc_hostdir_rm() decreases a reference counter and hence must only be called once per host that is removed. This change does not require a scsi_add_host_with_dma() change since scsi_add_host_with_dma() will return 0 (success) if scsi_proc_host_add() is called.
Severity ?
No CVSS data available.
Assigner
Impacted products
Vendor Product Version
Linux Linux Affected: 891a3cba425cf483d96facca55aebd6ff1da4338 , < 88c3d3bb6469cea929ac68fd326bdcbefcdfdd83 (git)
Affected: 6b223e32d66ca9db1f252f433514783d8b22a8e1 , < 68c665bb185037e7eb66fb792c61da9d7151e99c (git)
Affected: e471e928de97b00f297ad1015cc14f9459765713 , < 2a764d55e938743efa7c2cba7305633bcf227f09 (git)
Affected: 17e98a5ede81b7696bec421f7afa2dfe467f5e6b , < 7e0ae8667fcdd99d1756922e1140cac75f5fa279 (git)
Affected: 1ec363599f8346d5a8d08c71a0d9860d6c420ec0 , < 73f030d4ef6d1ad17f824a0a2eb637ef7a9c7d51 (git)
Affected: fc663711b94468f4e1427ebe289c9f05669699c9 , < be03df3d4bfe7e8866d4aa43d62e648ffe884f5f (git)
Affected: 13daafe1e209b03e9bda16ff2bd2b2da145a139b (git)
Create a notification for this product.
    Linux Linux Affected: 5.4.237 , < 5.4.238 (semver)
Affected: 5.10.175 , < 5.10.176 (semver)
Affected: 5.15.103 , < 5.15.104 (semver)
Affected: 6.1.20 , < 6.1.21 (semver)
Affected: 6.2.7 , < 6.2.8 (semver)
Create a notification for this product.
Show details on NVD website

{
  "containers": {
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "drivers/scsi/hosts.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "88c3d3bb6469cea929ac68fd326bdcbefcdfdd83",
              "status": "affected",
              "version": "891a3cba425cf483d96facca55aebd6ff1da4338",
              "versionType": "git"
            },
            {
              "lessThan": "68c665bb185037e7eb66fb792c61da9d7151e99c",
              "status": "affected",
              "version": "6b223e32d66ca9db1f252f433514783d8b22a8e1",
              "versionType": "git"
            },
            {
              "lessThan": "2a764d55e938743efa7c2cba7305633bcf227f09",
              "status": "affected",
              "version": "e471e928de97b00f297ad1015cc14f9459765713",
              "versionType": "git"
            },
            {
              "lessThan": "7e0ae8667fcdd99d1756922e1140cac75f5fa279",
              "status": "affected",
              "version": "17e98a5ede81b7696bec421f7afa2dfe467f5e6b",
              "versionType": "git"
            },
            {
              "lessThan": "73f030d4ef6d1ad17f824a0a2eb637ef7a9c7d51",
              "status": "affected",
              "version": "1ec363599f8346d5a8d08c71a0d9860d6c420ec0",
              "versionType": "git"
            },
            {
              "lessThan": "be03df3d4bfe7e8866d4aa43d62e648ffe884f5f",
              "status": "affected",
              "version": "fc663711b94468f4e1427ebe289c9f05669699c9",
              "versionType": "git"
            },
            {
              "status": "affected",
              "version": "13daafe1e209b03e9bda16ff2bd2b2da145a139b",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "drivers/scsi/hosts.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "5.4.238",
              "status": "affected",
              "version": "5.4.237",
              "versionType": "semver"
            },
            {
              "lessThan": "5.10.176",
              "status": "affected",
              "version": "5.10.175",
              "versionType": "semver"
            },
            {
              "lessThan": "5.15.104",
              "status": "affected",
              "version": "5.15.103",
              "versionType": "semver"
            },
            {
              "lessThan": "6.1.21",
              "status": "affected",
              "version": "6.1.20",
              "versionType": "semver"
            },
            {
              "lessThan": "6.2.8",
              "status": "affected",
              "version": "6.2.7",
              "versionType": "semver"
            }
          ]
        }
      ],
      "cpeApplicability": [
        {
          "nodes": [
            {
              "cpeMatch": [
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.4.238",
                  "versionStartIncluding": "5.4.237",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.10.176",
                  "versionStartIncluding": "5.10.175",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.15.104",
                  "versionStartIncluding": "5.15.103",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.1.21",
                  "versionStartIncluding": "6.1.20",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.2.8",
                  "versionStartIncluding": "6.2.7",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionStartIncluding": "4.19.278",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nscsi: core: Fix a procfs host directory removal regression\n\nscsi_proc_hostdir_rm() decreases a reference counter and hence must only be\ncalled once per host that is removed. This change does not require a\nscsi_add_host_with_dma() change since scsi_add_host_with_dma() will return\n0 (success) if scsi_proc_host_add() is called."
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2025-05-04T12:50:27.394Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/88c3d3bb6469cea929ac68fd326bdcbefcdfdd83"
        },
        {
          "url": "https://git.kernel.org/stable/c/68c665bb185037e7eb66fb792c61da9d7151e99c"
        },
        {
          "url": "https://git.kernel.org/stable/c/2a764d55e938743efa7c2cba7305633bcf227f09"
        },
        {
          "url": "https://git.kernel.org/stable/c/7e0ae8667fcdd99d1756922e1140cac75f5fa279"
        },
        {
          "url": "https://git.kernel.org/stable/c/73f030d4ef6d1ad17f824a0a2eb637ef7a9c7d51"
        },
        {
          "url": "https://git.kernel.org/stable/c/be03df3d4bfe7e8866d4aa43d62e648ffe884f5f"
        }
      ],
      "title": "scsi: core: Fix a procfs host directory removal regression",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2023-53118",
    "datePublished": "2025-05-02T15:55:56.177Z",
    "dateReserved": "2025-05-02T15:51:43.555Z",
    "dateUpdated": "2025-05-04T12:50:27.394Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.1"
}


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 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…