CVE-2022-50233
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
09/08/2025
Last modified:
11/08/2025
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
Bluetooth: eir: Fix using strlen with hdev->{dev_name,short_name}<br />
<br />
Both dev_name and short_name are not guaranteed to be NULL terminated so<br />
this instead use strnlen and then attempt to determine if the resulting<br />
string needs to be truncated or not.