First published: Tue May 21 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: tty: vcc: Add check for kstrdup() in vcc_probe() Add check for the return value of kstrdup() and return the error, if it fails in order to avoid NULL pointer dereference.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | <4.14.331 | |
Linux Kernel | >=4.15<4.19.300 | |
Linux Kernel | >=4.20<5.4.262 | |
Linux Kernel | >=5.5<5.10.202 | |
Linux Kernel | >=5.11<5.15.140 | |
Linux Kernel | >=5.16<6.1.64 | |
Linux Kernel | >=6.2<6.5.13 | |
Linux Kernel | >=6.6<6.6.3 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2023-52789 has a medium severity rating due to its potential for a NULL pointer dereference.
To fix CVE-2023-52789, update to a patched version of the Linux kernel that addresses the kstrdup() return value check.
CVE-2023-52789 affects Linux kernel versions up to and including 6.6.3, from versions 4.14 through 6.6.
There is no specific workaround for CVE-2023-52789; upgrading the kernel is the recommended solution.
If CVE-2023-52789 is not mitigated, it could lead to system instability or crashes due to NULL pointer dereferences.