First published: Thu Mar 27 2025(Updated: )
In the Linux kernel, the following vulnerability has been resolved: bnxt: Do not read past the end of test names Test names were being concatenated based on a offset beyond the end of the first name, which tripped the buffer overflow detection logic: detected buffer overflow in strnlen [...] Call Trace: bnxt_ethtool_init.cold+0x18/0x18 Refactor struct hwrm_selftest_qlist_output to use an actual array, and adjust the concatenation to use snprintf() rather than a series of strncat() calls.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2023-53010 has been classified with medium severity due to the risk of a buffer overflow.
To fix CVE-2023-53010, ensure you update your Linux kernel to the latest version where the vulnerability has been patched.
CVE-2023-53010 affects various versions of the Linux kernel that utilize the affected bnxt driver.
Exploitation of CVE-2023-53010 could potentially allow an attacker to cause memory corruption leading to denial of service or arbitrary code execution.
Yes, CVE-2023-53010 has been resolved in the Linux kernel with the release of a security update.