← Back to CVE List

CVE-2021-47332

Published: 2024-05-21T15:15Z
Last Modified: 2024-12-24T16:15Z
Source: MITRE CVE List
License: MITRE-CVE-TOS
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. > MITRE Terms of Use apply – see LICENSE‑MITRE.txt