CVE-2022-50322

MEDIUM EPSS 4.0%
Published Sep 15, 20259mo ago · Modified Jun 17, 20262w ago
5.5 CVSS 3.1
Medium
Find Similar
Published Sep 15, 2025 9mo ago
Last Modified Jun 17, 2026 2w ago

Description

In the Linux kernel, the following vulnerability has been resolved: rtc: msc313: Fix function prototype mismatch in msc313_rtc_probe() With clang's kernel control flow integrity (kCFI, CONFIG_CFI_CLANG), indirect call targets are validated against the expected function pointer prototype to make sure the call target is valid to help mitigate ROP attacks. If they are not identical, there is a failure at run time, which manifests as either a kernel panic or thread getting killed. msc313_rtc_probe() was passing clk_disable_unprepare() directly, which did not have matching prototypes for devm_add_action_or_reset()'s callback argument. Refactor to use devm_clk_get_enabled() instead. This was found as a result of Clang's new -Wcast-function-type-strict flag, which is more sensitive than the simpler -Wcast-function-type, which only checks for type width mismatches.

CVSS Details

Base Score
5.5
Exploitability
1.8
Impact
3.6
Vector string
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Attack Vector Local
Attack Complexity Low
Privileges Required Low
User Interaction None
Scope Unchanged
Confidentiality None
Integrity None
Availability High

Threat Intelligence

EPSS Exploit Probability
4.0% percentile
Exploit & Patch Status
No Known Exploit
Patch Available

Affected Products 2

VendorProductVersionRange
linuxlinux_kernel*≥5.16  –  <6.0.17
linuxlinux_kernel*≥6.1  –  <6.1.3

References 3

  • git.kernel.org https://git.kernel.org/stable/c/21b8a1dd56a163825e5749b303858fb902ebf198
    Patch
  • git.kernel.org https://git.kernel.org/stable/c/5affaaf3334c9274131dae889ed79ea0553d61b4
    Patch
  • git.kernel.org https://git.kernel.org/stable/c/ba50fee6b41bcbafaeed3c51f90d37d1480ff9a0
    Patch

Remediation

  • git.kernel.org https://git.kernel.org/stable/c/21b8a1dd56a163825e5749b303858fb902ebf198
    Patch
  • git.kernel.org https://git.kernel.org/stable/c/5affaaf3334c9274131dae889ed79ea0553d61b4
    Patch
  • git.kernel.org https://git.kernel.org/stable/c/ba50fee6b41bcbafaeed3c51f90d37d1480ff9a0
    Patch