In the Linux kernel, the following vulnerability has been resolved:
moxart: fix potential use-after-free on remove path
It was reported that the mmc host structure could be accessed after it
was freed in moxart_remove(), so fix this by saving the base register of
the device and using it instead of the pointer dereference.
CVE-2022-48626 - High Severity Vulnerability
Vulnerable Library - linuxlinux-4.6
The Linux Kernel
Library home page: https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/?wsslib=linux
Found in HEAD commit: 63ac601c421ad3f087ec68a99300cc5058d1cc54
Found in base branch: master
Vulnerable Source Files (2)
/drivers/mmc/host/moxart-mmc.c /drivers/mmc/host/moxart-mmc.c
Vulnerability Details
In the Linux kernel, the following vulnerability has been resolved: moxart: fix potential use-after-free on remove path It was reported that the mmc host structure could be accessed after it was freed in moxart_remove(), so fix this by saving the base register of the device and using it instead of the pointer dereference.
Publish Date: 2024-02-26
URL: CVE-2022-48626
CVSS 3 Score Details (7.8)
Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: Low - Privileges Required: Low - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High
For more information on CVSS3 Scores, click here.Suggested Fix
Type: Upgrade version
Origin: https://www.linuxkernelcves.com/cves/CVE-2022-48626
Release Date: 2024-02-26
Fix Resolution: v4.9.301,v4.14.266,v4.19.229,v5.4.179,v5.10.100,v,5.15.23,v5.16.9
Step up your Open Source Security Game with Mend here