NONE · 0

CVE-2023-53840

In the Linux kernel, the following vulnerability has been resolved: usb: early: xhci-dbc: Fix a potential out-of-bound memory access If xdbc_bulk_write() fails, the values in 'buf' can be anything. ...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: usb: early: xhci-dbc: Fix a potential out-of-bound memory access If xdbc_bulk_write() fails, the values in 'buf' can be anything. So the string is not guaranteed to be NULL terminated when xdbc_trace() is called. Reserve an extra byte, which will be zeroed automatically because 'buf' is a static variable, in order to avoid troubles, should it happen.

References

FAQ

What is CVE-2023-53840?

CVE-2023-53840 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: usb: early: xhci-dbc: Fix a potential out-of-bound memory access If xdbc_bulk_write() fails, the values in 'buf' can be anything. ...

How severe is CVE-2023-53840?

CVSS scoring is not yet available for CVE-2023-53840. Check NVD for updates.

Is there a patch for CVE-2023-53840?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.