Insufficient Verification of Data Authenticity Affecting bluez package, versions <5.54-1


0.0
medium

Snyk CVSS

    Attack Complexity Low
    Confidentiality High

    Threat Intelligence

    EPSS 0.09% (40th percentile)
Expand this section
NVD
6.5 medium
Expand this section
SUSE
7.5 high
Expand this section
Red Hat
6.5 medium

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-DEBIAN11-BLUEZ-1926135
  • published 25 Nov 2021
  • disclosed 29 Nov 2021

How to fix?

Upgrade Debian:11 bluez to version 5.54-1 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:11 relevant fixed versions and status.

An issue was discovered in bluetoothd in BlueZ through 5.48. The vulnerability lies in the handling of a SVC_ATTR_REQ by the SDP implementation. By crafting a malicious CSTATE, it is possible to trick the server into returning more bytes than the buffer actually holds, resulting in leaking arbitrary heap data. The root cause can be found in the function service_attr_req of sdpd-request.c. The server does not check whether the CSTATE data is the same in consecutive requests, and instead simply trusts that it is the same.