CVE-2021-47511
MediumIn the Linux kernel, the following vulnerability has been resolved: ALSA: pcm: oss: Fix negative period/buffer sizes The period size calculation in OSS layer may receive a negative value as an error, but the code there assumes only the positive values and handle them with size_t. Due to that, a too big value may be passed to the lower layers. This patch changes the code to handle with ssize_t and adds the proper error checks appropriately.
CVSS 3.1 score
5.5
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
References
The following references provide additional information about CVE-2021-47511 including vendor advisories, patch commits, exploit details, and third-party analysis. Links are sourced from the NIST NVD database.
-
PatchKernel patch commithttps://git.kernel.org/stable/c/00a860678098fcd9fa8db2b5fb9d2ddf4776d4cc
-
PatchKernel patch commithttps://git.kernel.org/stable/c/02b2b691b77cd7b951fa7b6c9d44d4e472cdc823
-
PatchKernel patch commithttps://git.kernel.org/stable/c/502e1146873d870f87da3b8f93d6bf2de5f38d0c
Frequently asked questions
-
What is CVE-2021-47511?
CVE-2021-47511 is a Medium severity Linux kernel vulnerability with a CVSS score of 5.5 out of 10 . CVE-2021-47511 has not been confirmed as actively exploited and is not listed in the CISA KEV catalog.
-
What is the CVSS score for CVE-2021-47511?
CVE-2021-47511 has a CVSS score of 5.5 out of 10, rated Medium severity (CVSS 3.1). The vector string is
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H. -
Is there a patch available for CVE-2021-47511?
No patch is currently available for CVE-2021-47511. Monitor the NIST NVD and your Linux distribution's security advisories for updates.
-
Is CVE-2021-47511 actively exploited?
No — CVE-2021-47511 has not been confirmed as actively exploited. It is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog.