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

7.8 · HIGH
Published May 3, 2024 linux CWE-129 EPSS 0.24% (15th pctl)

Overview

CVE-2022-48702 is a high-severity vulnerability affecting linux linux_kernel. It was published on May 3, 2024 and has a CVSS 3.1 base score of 7.8 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. 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: emu10k1: Fix out of bounds access in snd_emu10k1_pcm_channel_alloc()

The voice allocator sometimes begins allocating from near the end of the

array and then wraps around, however snd_emu10k1_pcm_channel_alloc()

accesses the newly allocated voices as if it never wrapped around.

This results in out of bounds access if the first voice has a high enough

index so that first_voice + requested_voice_count > NUM_G (64).

The more voices are requested, the more likely it is for this to occur.

This was initially discovered using PipeWire, however it can be reproduced

by calling aplay multiple times with 16 channels:

aplay -r 48000 -D plughw:CARD=Live,DEV=3 -c 16 /dev/zero

UBSAN: array-index-out-of-bounds in sound/pci/emu10k1/emupcm.c:127:40

index 65 is out of range for type 'snd_emu10k1_voice [64]'

CPU: 1 PID: 31977 Comm: aplay Tainted: G W IOE 6.0.0-rc2-emu10k1+ #7

Hardware name: ASUSTEK COMPUTER INC P5W D

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 >= 0, < 4.9.328 Affected

Frequently Asked Questions

What is CVE-2022-48702?

CVE-2022-48702 is a high-severity vulnerability affecting linux linux_kernel. It was published on May 3, 2024 and has a CVSS 3.1 base score of 7.8 (HIGH).

How severe is CVE-2022-48702?

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. 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-48702?

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

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