AI Security AI安全 1d ago Updated 1d ago 更新于 1天前 46

Attackers Exploit Critical Switchvox Flaw to Deploy Reverse Shells Without Credentials 攻击者利用关键Switchvox漏洞部署无需凭据的反向Shell

CVE-2026-9586 is a critical (CVSS 9.3) unauthenticated SQL injection vulnerability in Sangoma Switchvox SMB Edition 8.3 that enables remote code execution as the PostgreSQL superuser without any credentials The flaw exists in the /pa endpoint, which processes XML content and directly concatenates the user-controlled PhoneIP value into PostgreSQL queries without sanitization or parameterization Threat actors began actively exploiting the vulnerability in the wild starting August 30, 2026, deployi CVE-2026-9586是Sangoma Switchvox SMB Edition 8.3中的严重未认证SQL注入漏洞(CVSS 9.3),允许攻击者无需凭据远程执行任意代码 漏洞位于/pa端点,直接拼接用户控制的PhoneIP值到PostgreSQL查询中,未进行任何 sanitization 或参数化处理 攻击者已成功利用该漏洞部署反向shell、提取数据库内容、伪造认证材料,野外利用尝试从2026年8月30日开始 约4000个Switchvox实例暴露在互联网上,主要位于美国,补丁已于2026年7月14日发布(版本8.4.0.2)

72
Hot 热度
65
Quality 质量
55
Impact 影响力

Analysis 深度分析

TL;DR

  • CVE-2026-9586 is a critical (CVSS 9.3) unauthenticated SQL injection vulnerability in Sangoma Switchvox SMB Edition 8.3 that enables remote code execution as the PostgreSQL superuser without any credentials
  • The flaw exists in the /pa endpoint, which processes XML content and directly concatenates the user-controlled PhoneIP value into PostgreSQL queries without sanitization or parameterization
  • Threat actors began actively exploiting the vulnerability in the wild starting August 30, 2026, deploying reverse shells and exfiltrating cookie signing keys to forge authentication material
  • Approximately 4,000 internet-exposed Switchvox instances exist, primarily in the U.S., and are likely already targeted or will be targeted by attackers
  • Sangoma released a patch in Switchvox 8.4.0.2 on July 14, 2026, but many organizations have yet to apply it

Why It Matters

This vulnerability represents a severe threat to enterprise VoIP infrastructure, as unauthenticated attackers can achieve full system compromise with a single crafted request—no credentials required. The active exploitation in the wild, combined with the large attack surface of 4,000 exposed instances, makes this an urgent priority for security teams managing Switchvox deployments.

Technical Details

  • Vulnerability: CVE-2026-9586, CVSS score 9.3, affecting Sangoma Switchvox SMB Edition 8.3 (build 104997)
  • Root Cause: The /pa endpoint processes XML content beginning with <PolycomIPPhone> and directly concatenates the user-controlled PhoneIP value into PostgreSQL queries without any sanitization or parameterized query practices
  • Impact Chain: Attackers can execute arbitrary SQL statements, extract database contents, modify user records, escalate privileges to web administrators, exfiltrate the cookie signing key, and achieve remote code execution via reverse shells
  • Exploitation Evidence: Attackers from IP 176.65.148.184 (flagged on VirusTotal for port scanning, brute-force, and exploitation) deploy reverse shells and run Base64-encoded commands to enumerate processes; SQL injection payloads are visible in /var/log/switchvox/db-quirks.log on devices with SSH access enabled
  • Discovery & Patch: Independently discovered by Horizon3.ai (April 2026) and Security Risk Advisors Labs (May 2026); patched in Switchvox 8.4.0.2 released July 14, 2026

Industry Insight

  • Organizations running Switchvox SMB Edition 8.3 must immediately patch to version 8.4.0.2 or later; unpatched instances exposed to the internet are highly likely to have already been compromised
  • Security teams should audit logs for the identified IOCs (attacker IP 176.65.148.184, SQL injection payloads in db-quirks.log) and rotate cookie signing keys on any potentially affected systems
  • This case underscores the critical importance of parameterized queries and input sanitization in web applications, particularly for internet-facing services handling sensitive authentication data

TL;DR

  • CVE-2026-9586是Sangoma Switchvox SMB Edition 8.3中的严重未认证SQL注入漏洞(CVSS 9.3),允许攻击者无需凭据远程执行任意代码
  • 漏洞位于/pa端点,直接拼接用户控制的PhoneIP值到PostgreSQL查询中,未进行任何 sanitization 或参数化处理
  • 攻击者已成功利用该漏洞部署反向shell、提取数据库内容、伪造认证材料,野外利用尝试从2026年8月30日开始
  • 约4000个Switchvox实例暴露在互联网上,主要位于美国,补丁已于2026年7月14日发布(版本8.4.0.2)

为什么值得看

该漏洞允许未认证攻击者直接执行任意SQL语句并远程代码执行,暴露了企业VoIP系统的严重安全风险。约4000个实例暴露在互联网上且已被积极利用,提醒企业必须及时更新关键基础设施组件。

技术解析

  • 漏洞机制:/pa端点处理以开头的XML内容时,直接将用户控制的PhoneIP值拼接到PostgreSQL查询中,未进行任何 sanitization 或参数化处理
  • 攻击影响:攻击者可通过单个构造的请求执行任意SQL语句,包括数据库操作和远程代码执行,甚至能提取cookie签名密钥并伪造任意用户的认证材料
  • 利用方式:攻击者已成功在目标机器上执行任意代码并建立反向shell,利用Base64编码命令枚举运行中的进程
  • 取证线索:在启用SSH访问的设备上,可在/var/log/switchvox/db-quirks.log中观察到SQL注入载荷的证据;攻击者IP地址176.65.148.184已在VirusTotal上被标记为进行端口扫描、暴力破解和漏洞利用活动

行业启示

  • 企业VoIP系统暴露在互联网上存在严重风险,应立即检查并更新Switchvox实例,确保已应用2026年7月14日发布的补丁
  • 未认证远程代码执行漏洞的野外利用表明,关键基础设施的安全更新必须及时跟进,不能依赖默认配置
  • 攻击者利用Base64编码命令和反向shell进行持久化访问,企业应加强日志监控和入侵检测能力

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。

Security 安全