CVE-2022-49787 (GCVE-0-2022-49787)

Vulnerability from cvelistv5 – Published: 2025-05-01 14:09 – Updated: 2025-05-04 08:45
VLAI?
Title
mmc: sdhci-pci: Fix possible memory leak caused by missing pci_dev_put()
Summary
In the Linux kernel, the following vulnerability has been resolved: mmc: sdhci-pci: Fix possible memory leak caused by missing pci_dev_put() pci_get_device() will increase the reference count for the returned pci_dev. We need to use pci_dev_put() to decrease the reference count before amd_probe() returns. There is no problem for the 'smbus_dev == NULL' branch because pci_dev_put() can also handle the NULL input parameter case.
Severity ?
No CVSS data available.
Assigner
Impacted products
Vendor Product Version
Linux Linux Affected: 659c9bc114a810b3a3c1e50585cc57f1312a6d60 , < 7570e5b5419ffd34b6dc45a88c51e113a9a187e3 (git)
Affected: 659c9bc114a810b3a3c1e50585cc57f1312a6d60 , < 5dbd6378dbf96787d6dbcca44156c511ae085ea3 (git)
Affected: 659c9bc114a810b3a3c1e50585cc57f1312a6d60 , < 27f712cd47d65e14cd52cc32a23d42aeef583d5d (git)
Affected: 659c9bc114a810b3a3c1e50585cc57f1312a6d60 , < 4423866d31a06a810db22062ed13389416a66b22 (git)
Affected: 659c9bc114a810b3a3c1e50585cc57f1312a6d60 , < a99a547658e5d451f01ed307426286716b6f01bf (git)
Affected: 659c9bc114a810b3a3c1e50585cc57f1312a6d60 , < 35bca18092685b488003509fef7055aa2d4f2ebc (git)
Affected: 659c9bc114a810b3a3c1e50585cc57f1312a6d60 , < 222cfa0118aa68687ace74aab8fdf77ce8fbd7e6 (git)
Create a notification for this product.
    Linux Linux Affected: 4.4
Unaffected: 0 , < 4.4 (semver)
Unaffected: 4.14.300 , ≤ 4.14.* (semver)
Unaffected: 4.19.267 , ≤ 4.19.* (semver)
Unaffected: 5.4.225 , ≤ 5.4.* (semver)
Unaffected: 5.10.156 , ≤ 5.10.* (semver)
Unaffected: 5.15.80 , ≤ 5.15.* (semver)
Unaffected: 6.0.10 , ≤ 6.0.* (semver)
Unaffected: 6.1 , ≤ * (original_commit_for_fix)
Create a notification for this product.
Show details on NVD website

{
  "containers": {
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "drivers/mmc/host/sdhci-pci-core.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "7570e5b5419ffd34b6dc45a88c51e113a9a187e3",
              "status": "affected",
              "version": "659c9bc114a810b3a3c1e50585cc57f1312a6d60",
              "versionType": "git"
            },
            {
              "lessThan": "5dbd6378dbf96787d6dbcca44156c511ae085ea3",
              "status": "affected",
              "version": "659c9bc114a810b3a3c1e50585cc57f1312a6d60",
              "versionType": "git"
            },
            {
              "lessThan": "27f712cd47d65e14cd52cc32a23d42aeef583d5d",
              "status": "affected",
              "version": "659c9bc114a810b3a3c1e50585cc57f1312a6d60",
              "versionType": "git"
            },
            {
              "lessThan": "4423866d31a06a810db22062ed13389416a66b22",
              "status": "affected",
              "version": "659c9bc114a810b3a3c1e50585cc57f1312a6d60",
              "versionType": "git"
            },
            {
              "lessThan": "a99a547658e5d451f01ed307426286716b6f01bf",
              "status": "affected",
              "version": "659c9bc114a810b3a3c1e50585cc57f1312a6d60",
              "versionType": "git"
            },
            {
              "lessThan": "35bca18092685b488003509fef7055aa2d4f2ebc",
              "status": "affected",
              "version": "659c9bc114a810b3a3c1e50585cc57f1312a6d60",
              "versionType": "git"
            },
            {
              "lessThan": "222cfa0118aa68687ace74aab8fdf77ce8fbd7e6",
              "status": "affected",
              "version": "659c9bc114a810b3a3c1e50585cc57f1312a6d60",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "drivers/mmc/host/sdhci-pci-core.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "4.4"
            },
            {
              "lessThan": "4.4",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "4.14.*",
              "status": "unaffected",
              "version": "4.14.300",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "4.19.*",
              "status": "unaffected",
              "version": "4.19.267",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.4.*",
              "status": "unaffected",
              "version": "5.4.225",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.10.*",
              "status": "unaffected",
              "version": "5.10.156",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.15.*",
              "status": "unaffected",
              "version": "5.15.80",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.0.*",
              "status": "unaffected",
              "version": "6.0.10",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "*",
              "status": "unaffected",
              "version": "6.1",
              "versionType": "original_commit_for_fix"
            }
          ]
        }
      ],
      "cpeApplicability": [
        {
          "nodes": [
            {
              "cpeMatch": [
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "4.14.300",
                  "versionStartIncluding": "4.4",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "4.19.267",
                  "versionStartIncluding": "4.4",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.4.225",
                  "versionStartIncluding": "4.4",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.10.156",
                  "versionStartIncluding": "4.4",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.15.80",
                  "versionStartIncluding": "4.4",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.0.10",
                  "versionStartIncluding": "4.4",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.1",
                  "versionStartIncluding": "4.4",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nmmc: sdhci-pci: Fix possible memory leak caused by missing pci_dev_put()\n\npci_get_device() will increase the reference count for the returned\npci_dev. We need to use pci_dev_put() to decrease the reference count\nbefore amd_probe() returns. There is no problem for the \u0027smbus_dev ==\nNULL\u0027 branch because pci_dev_put() can also handle the NULL input\nparameter case."
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2025-05-04T08:45:21.859Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/7570e5b5419ffd34b6dc45a88c51e113a9a187e3"
        },
        {
          "url": "https://git.kernel.org/stable/c/5dbd6378dbf96787d6dbcca44156c511ae085ea3"
        },
        {
          "url": "https://git.kernel.org/stable/c/27f712cd47d65e14cd52cc32a23d42aeef583d5d"
        },
        {
          "url": "https://git.kernel.org/stable/c/4423866d31a06a810db22062ed13389416a66b22"
        },
        {
          "url": "https://git.kernel.org/stable/c/a99a547658e5d451f01ed307426286716b6f01bf"
        },
        {
          "url": "https://git.kernel.org/stable/c/35bca18092685b488003509fef7055aa2d4f2ebc"
        },
        {
          "url": "https://git.kernel.org/stable/c/222cfa0118aa68687ace74aab8fdf77ce8fbd7e6"
        }
      ],
      "title": "mmc: sdhci-pci: Fix possible memory leak caused by missing pci_dev_put()",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2022-49787",
    "datePublished": "2025-05-01T14:09:19.731Z",
    "dateReserved": "2025-05-01T14:05:17.223Z",
    "dateUpdated": "2025-05-04T08:45:21.859Z",
    "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…