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-48953

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

Overview

CVE-2022-48953 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:

rtc: cmos: Fix event handler registration ordering issue

Because acpi_install_fixed_event_handler() enables the event

automatically on success, it is incorrect to call it before the

handler routine passed to it is ready to handle events.

Unfortunately, the rtc-cmos driver does exactly the incorrect thing

by calling cmos_wake_setup(), which passes rtc_handler() to

acpi_install_fixed_event_handler(), before cmos_do_probe(), because

rtc_handler() uses dev_get_drvdata() to get to the cmos object

pointer and the driver data pointer is only populated in

cmos_do_probe().

This leads to a NULL pointer dereference in rtc_handler() on boot

if the RTC fixed event happens to be active at the init time.

To address this issue, change the initialization ordering of the

driver so that cmos_wake_setup() is always called after a successful

cmos_do_probe() call.

While at it, change cmos_pnp_probe() to call cmos_do_probe() after

the

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 >= 2.6.28, < 5.10.163 Affected

Frequently Asked Questions

What is CVE-2022-48953?

CVE-2022-48953 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-48953?

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-48953?

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-48953?

CyberStrike's AI-powered security agents can automatically detect CVE-2022-48953 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.