Lucene search

K
cvelistLinuxCVELIST:CVE-2022-48896
HistoryAug 21, 2024 - 6:10 a.m.

CVE-2022-48896 ixgbe: fix pci device refcount leak

2024-08-2106:10:28
Linux
www.cve.org
3
linux kernel
vulnerability resolved
ixgbe
pci device
refcount
leak
pci_dev_put

EPSS

0

Percentile

5.1%

In the Linux kernel, the following vulnerability has been resolved:

ixgbe: fix pci device refcount leak

As the comment of pci_get_domain_bus_and_slot() says, it
returns a PCI device with refcount incremented, when finish
using it, the caller must decrement the reference count by
calling pci_dev_put().

In ixgbe_get_first_secondary_devfn() and ixgbe_x550em_a_has_mii(),
pci_dev_put() is called to avoid leak.

CNA Affected

[
  {
    "product": "Linux",
    "vendor": "Linux",
    "defaultStatus": "unaffected",
    "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
    "programFiles": [
      "drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c"
    ],
    "versions": [
      {
        "version": "8fa10ef01260",
        "lessThan": "53cefa802f07",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "8fa10ef01260",
        "lessThan": "112df4cd2b09",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "8fa10ef01260",
        "lessThan": "4c93422a54cd",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "8fa10ef01260",
        "lessThan": "c49996c6aa03",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "8fa10ef01260",
        "lessThan": "b93fb4405fcb",
        "status": "affected",
        "versionType": "git"
      }
    ]
  },
  {
    "product": "Linux",
    "vendor": "Linux",
    "defaultStatus": "affected",
    "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
    "programFiles": [
      "drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c"
    ],
    "versions": [
      {
        "version": "5.0",
        "status": "affected"
      },
      {
        "version": "0",
        "lessThan": "5.0",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "5.4.229",
        "lessThanOrEqual": "5.4.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "5.10.164",
        "lessThanOrEqual": "5.10.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "5.15.89",
        "lessThanOrEqual": "5.15.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.1.7",
        "lessThanOrEqual": "6.1.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.2",
        "lessThanOrEqual": "*",
        "status": "unaffected",
        "versionType": "original_commit_for_fix"
      }
    ]
  }
]

EPSS

0

Percentile

5.1%