Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2022-48975

5.5 · MEDIUM
Published Oct 21, 2024 linux CWE-401 EPSS 0.24% (16th pctl)

Overview

CVE-2022-48975 is a medium-severity vulnerability affecting linux linux_kernel. It was published on October 21, 2024 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

Technical Description

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

gpiolib: fix memory leak in gpiochip_setup_dev()

Here is a backtrace report about memory leak detected in

gpiochip_setup_dev():

unreferenced object 0xffff88810b406400 (size 512):

comm "python3", pid 1682, jiffies 4295346908 (age 24.090s)

backtrace:

kmalloc_trace

device_add device_private_init at drivers/base/core.c:3361

(inlined by) device_add at drivers/base/core.c:3411

cdev_device_add

gpiolib_cdev_register

gpiochip_setup_dev

gpiochip_add_data_with_key

gcdev_register() & gcdev_unregister() would call device_add() &

device_del() (no matter CONFIG_GPIO_CDEV is enabled or not) to

register/unregister device.

However, if device_add() succeeds, some resource (like

struct device_private allocated by device_private_init())

is not released by device_del().

Therefore, after device_add() succeeds by gcdev_register(), it

needs to call put_device() to release resource in the error handle

path.

Remediation

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Affected Products

Vendor Product Versions Status
linux linux_kernel >= 4.6, < 5.15.83 Affected

Frequently Asked Questions

What is CVE-2022-48975?

CVE-2022-48975 is a medium-severity vulnerability affecting linux linux_kernel. It was published on October 21, 2024 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

How severe is CVE-2022-48975?

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

How do I fix or remediate CVE-2022-48975?

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2022-48975?

CyberStrike's AI-powered security agents can automatically detect CVE-2022-48975 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.