Lucene search

K
cvelistLinuxCVELIST:CVE-2024-44936
HistoryAug 26, 2024 - 10:11 a.m.

CVE-2024-44936 power: supply: rt5033: Bring back i2c_set_clientdata

2024-08-2610:11:29
Linux
www.cve.org
4
linux kernel
power supply
rt5033
i2c_set_clientdata
vulnerability
fix
devm
kernel oops

EPSS

0

Percentile

9.5%

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

power: supply: rt5033: Bring back i2c_set_clientdata

Commit 3a93da231c12 (“power: supply: rt5033: Use devm_power_supply_register() helper”)
reworked the driver to use devm. While at it, the i2c_set_clientdata
was dropped along with the remove callback. Unfortunately other parts
of the driver also rely on i2c clientdata so this causes kernel oops.

Bring the call back to fix the driver.

CNA Affected

[
  {
    "product": "Linux",
    "vendor": "Linux",
    "defaultStatus": "unaffected",
    "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
    "programFiles": [
      "drivers/power/supply/rt5033_battery.c"
    ],
    "versions": [
      {
        "version": "3a93da231c12",
        "lessThan": "3c5d0871b0af",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "3a93da231c12",
        "lessThan": "d3911f1639e6",
        "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/power/supply/rt5033_battery.c"
    ],
    "versions": [
      {
        "version": "6.9",
        "status": "affected"
      },
      {
        "version": "0",
        "lessThan": "6.9",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.10.5",
        "lessThanOrEqual": "6.10.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.11",
        "lessThanOrEqual": "*",
        "status": "unaffected",
        "versionType": "original_commit_for_fix"
      }
    ]
  }
]

EPSS

0

Percentile

9.5%