The vulnerability stems from a fundamental design flaw in the operating system's device driver permissions. Specifically, the /dev/audio device, which handles audio input and output, is configured with permissions that allow any local user to read from it. This means any user account, regardless of their privileges, can access the audio stream. The root cause is a lack of access control on the device, failing to restrict read access to authorized users only. This design flaw allows for unauthorized access to sensitive audio data, enabling eavesdropping and potential data exfiltration.