CVE-2023-53010

Source
https://nvd.nist.gov/vuln/detail/CVE-2023-53010
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2023-53010.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2023-53010
Downstream
Related
Published
2025-03-27T17:15:50Z
Modified
2025-08-09T19:01:26Z
Summary
[none]
Details

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: bnxtethtoolinit.cold+0x18/0x18

Refactor struct hwrmselftestqlist_output to use an actual array, and adjust the concatenation to use snprintf() rather than a series of strncat() calls.

References

Affected packages