In the Linux kernel, the following vulnerability has been resolved:
Bluetooth: eir: Fix using strlen with hdev->{dev_name,short_name}
Both dev_name and short_name are not guaranteed to be NULL terminated so
this instead use strnlen and then attempt to determine if the resulting
string needs to be truncated or not.
CVSS
No CVSS.
References
Configurations
No configuration.
History
09 Aug 2025, 15:15
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2025-08-09 15:15
Updated : 2025-08-09 15:15
NVD link : CVE-2022-50233
Mitre link : CVE-2022-50233
JSON object : View
Products Affected
No product.
CWE
No CWE.