Skip to main content

Stack-based Buffer Overflow

CVE-2023-44431

Severity High
Score 8/10

Summary

A stack-based buffer overflow vulnerability exists in BlueZ's handling of the Audio/Video Remote Control Profile (AVRCP), allowing network-adjacent attackers to execute arbitrary code via Bluetooth. Exploitation requires user interaction, such as connecting to a malicious Bluetooth device. The vulnerability occurs due to insufficient validation of user-supplied data length before copying it into a fixed-length stack-based buffer. An attacker can exploit this flaw to execute code with root privileges.

  • LOW
  • ADJACENT_NETWORK
  • HIGH
  • UNCHANGED
  • REQUIRED
  • NONE
  • HIGH
  • HIGH

CWE-121 - Stack-based Buffer Overflow

A stack-based buffer overflow condition is a condition where the buffer being overwritten is allocated on the stack (i.e., is a local variable or, rarely, a parameter to a function).

Advisory Timeline

  • Published