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

5.5 · MEDIUM
Published Feb 26, 2025 linux CWE-667 EPSS 0.20% (10th pctl)

Overview

CVE-2022-49272 is a medium-severity vulnerability affecting linux linux_kernel. It was published on February 26, 2025 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:

ALSA: pcm: Fix potential AB/BA lock with buffer_mutex and mmap_lock

syzbot caught a potential deadlock between the PCM

runtime->buffer_mutex and the mm->mmap_lock. It was brought by the

recent fix to cover the racy read/write and other ioctls, and in that

commit, I overlooked a (hopefully only) corner case that may take the

revert lock, namely, the OSS mmap. The OSS mmap operation

exceptionally allows to re-configure the parameters inside the OSS

mmap syscall, where mm->mmap_mutex is already held. Meanwhile, the

copy_from/to_user calls at read/write operations also take the

mm->mmap_lock internally, hence it may lead to a AB/BA deadlock.

A similar problem was already seen in the past and we fixed it with a

refcount (in commit b248371628aa). The former fix covered only the

call paths with OSS read/write and OSS ioctls, while we need to cover

the concurrent access via both ALSA and OSS APIs now.

This patch addres

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

Frequently Asked Questions

What is CVE-2022-49272?

CVE-2022-49272 is a medium-severity vulnerability affecting linux linux_kernel. It was published on February 26, 2025 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

How severe is CVE-2022-49272?

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

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

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