Lucene search

K
vulnrichmentLinuxVULNRICHMENT:CVE-2021-47332
HistoryMay 21, 2024 - 2:35 p.m.

CVE-2021-47332 ALSA: usx2y: Don't call free_pages_exact() with NULL address

2024-05-2114:35:43
Linux
github.com
1
linux kernel
alsa
vulnerability

AI Score

6.9

Confidence

Low

SSVC

Exploitation

none

Automatable

no

Technical Impact

partial

In the Linux kernel, the following vulnerability has been resolved:

ALSA: usx2y: Don’t call free_pages_exact() with NULL address

Unlike some other functions, we can’t pass NULL pointer to
free_pages_exact(). Add a proper NULL check for avoiding possible
Oops.

AI Score

6.9

Confidence

Low

SSVC

Exploitation

none

Automatable

no

Technical Impact

partial