Cyber Security News

Plantronics Hub Vulnerability Let Attackers Escalate Privileges

A critical security vulnerability in Plantronics Hub software enables attackers to escalate privileges through an unquoted search path weakness.

Affecting versions 3.24.5 through 3.25.2, this vulnerability becomes particularly dangerous when installed alongside OpenScape Fusion for MS Office, which is often configured as a startup application on corporate systems.

OpenScape Fusion startup process (Source – 8Com)

The flaw exploits Windows’ handling of unquoted paths containing spaces.

When OpenScape attempts to launch Plantronics Hub using the path C:\Program Files (x86)\Plantronics\Spokes3G SDK\PLTHub.exe stored in the registry, Windows first tries to execute C:\Program.exe before attempting the full path.

Search process (Source – 8Com)

This behavior creates a perfect attack vector if users have write permissions to the C:\ directory.

8Com researchers identified that attackers can exploit this behavior by placing malicious files in the C:\ directory, which would then execute with elevated privileges when an administrator runs OpenScape.

This vulnerability is classified as CWE-428: Unquoted Search Path or Element, a known weakness where applications fail to properly quote paths containing spaces.

The attack requires three components in the C:\ directory: Program.exe (entry point), aka.exe (UAC bypass), and ape.exe.lnk (payload).

Event with the executed path in ProcessMonitor (Source – 8Com)

The exploitation occurs when OpenScape launches at startup and attempts to start the Plantronics Hub, triggering the execution chain that results in privilege escalation.

Infection Mechanism Details

The technical implementation relies on the LocalServer32 registry key that contains the unquoted path to PLTHub.exe.

When executed, Program.exe calls aka.exe with specific parameters to bypass User Account Control restrictions and execute the payload with administrative privileges.

For demonstration purposes, 8Com researchers used a simple PowerShell command as the payload:-

powershell.exe -c "whoami /all > C:\poc.txt"

This command, when executed with administrative privileges, writes the current user’s elevated permissions to a text file, confirming successful privilege escalation.

The process begins when an administrator logs in, automatically triggering OpenScape Fusion which attempts to launch Plantronics Hub through the vulnerable path.

No patch is available as Plantronics Hub is no longer officially supported by HP.

Security professionals should mitigate this risk by either quoting the registry path or restricting write permissions to C:\, ensuring only administrators can modify the root directory.

HP has updated their End of Commercial Sale Notice to inform customers about this vulnerability.

Are You from SOC/DFIR Team? - Try Free Malware Research with ANY.RUN - Start Now

Tushar Subhra Dutta

Tushar is a senior cybersecurity and breach reporter. He specializes in covering cybersecurity news, trends, and emerging threats, data breaches, and malware attacks. With years of experience, he brings clarity and depth to complex security topics.

Recent Posts

Hackers Target AI Infrastructure With RCE, Prompt Injection and API Key Theft

Hackers are actively probing AI systems, turning exposed gateways and agent tools into routes for…

3 hours ago

Hackers Make Phishing Pages Change Their Code Every Time Someone Opens Them

Hackers are making some phishing pages harder to track by changing the code delivered to…

3 hours ago

Iran-Linked Hackers Reportedly Knock UK Power Plant Offline for Four Days

A cyber incident reportedly forced a British power plant to halt operations for about four…

4 hours ago

Russian Hackers Use New HOOKEDGE Malware to Spy on European Defense and Diplomatic Targets

Russian hackers have used a new backdoor called HOOKEDGE to target defense manufacturers, government bodies,…

5 hours ago

Ransomware Gang Claims AI Can Analyze 700GB of Stolen Data Every Hour

TITAN ransomware is pairing file encryption with an ambitious claim: artificial intelligence that can sort…

5 hours ago

Hackers Compromise Hundreds of WordPress Sites to Deploy Amatera Stealer via ClickFix

A fake student resume is being used to place a remote-access tool on researchers’ Windows…

6 hours ago