Linux Kernel, Improper Resource Handling, CVE-2024-50178 (Low)

2024-11-28

Vulnerability :

This CVE details a recently fixed vulnerability in the Linux kernel related to the cpufreq driver for Loongson 3 processors. The issue stemmed from using `smp_processor_id()` instead of `raw_smp_processor_id()` in the `do_service_request()` function. This could potentially lead to errors when the driver is enabled.

Vulnerability Details:

Platform: Linux Kernel
Version: Not specified (potential impact on all versions with Loongson 3 CPU support)
Vulnerability: Improper Resource Handling (use of incorrect function)
Severity: Low
Date: November 27, 2024 (NVD Last Modified)

What Undercode Says:

This vulnerability appears to be a low-severity coding issue addressed in recent kernel updates. Users of Linux with Loongson 3 processors should ensure they are running the latest kernel version to benefit from the fix.

References:

Reported By: Nvd.nist.gov
Undercode AI: https://ai.undercodetesting.com

Image Source:

OpenAI: https://openai.com
Undercode AI DI v2: https://ai.undercode.helpFeatured Image

Scroll to Top