Lucene search

K
cvelistLinuxCVELIST:CVE-2024-35975
HistoryMay 20, 2024 - 9:42 a.m.

CVE-2024-35975 octeontx2-pf: Fix transmit scheduler resource leak

2024-05-2009:42:01
Linux
www.cve.org
4
vulnerability resolved
linux kernel
octeontx2-pf
transmit scheduler
resource leak
netdev driver
round robin scheduling
bug fix

AI Score

6.5

Confidence

Low

EPSS

0

Percentile

15.5%

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

octeontx2-pf: Fix transmit scheduler resource leak

Inorder to support shaping and scheduling, Upon class creation
Netdev driver allocates trasmit schedulers.

The previous patch which added support for Round robin scheduling has
a bug due to which driver is not freeing transmit schedulers post
class deletion.

This patch fixes the same.

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/marvell/octeontx2/nic/qos.c"
    ],
    "versions": [
      {
        "version": "47a9656f168a",
        "lessThan": "7af5582ea672",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "47a9656f168a",
        "lessThan": "b34fe77a1b18",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "47a9656f168a",
        "lessThan": "bccb798e07f8",
        "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/marvell/octeontx2/nic/qos.c"
    ],
    "versions": [
      {
        "version": "6.6",
        "status": "affected"
      },
      {
        "version": "0",
        "lessThan": "6.6",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.6.28",
        "lessThanOrEqual": "6.6.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.8.7",
        "lessThanOrEqual": "6.8.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.9",
        "lessThanOrEqual": "*",
        "status": "unaffected",
        "versionType": "original_commit_for_fix"
      }
    ]
  }
]

AI Score

6.5

Confidence

Low

EPSS

0

Percentile

15.5%