Out-of-bounds Write Affecting bluez package, versions <5.50-1.2~deb10u3
Threat Intelligence
Do your applications use this vulnerable package?
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applications- Snyk ID SNYK-DEBIAN10-BLUEZ-1926134
- published 25 Nov 2021
- disclosed 29 Nov 2021
Introduced: 25 Nov 2021
CVE-2019-8922 Open this link in a new tabHow to fix?
Upgrade Debian:10 bluez to version 5.50-1.2~deb10u3 or higher.
NVD Description
Note: Versions mentioned in the description apply only to the upstream bluez package and not the bluez package as distributed by Debian.
See How to fix? for Debian:10 relevant fixed versions and status.
A heap-based buffer overflow was discovered in bluetoothd in BlueZ through 5.48. There isn't any check on whether there is enough space in the destination buffer. The function simply appends all data passed to it. The values of all attributes that are requested are appended to the output buffer. There are no size checks whatsoever, resulting in a simple heap overflow if one can craft a request where the response is large enough to overflow the preallocated buffer. This issue exists in service_attr_req gets called by process_request (in sdpd-request.c), which also allocates the response buffer.