9.3 CVSS Switchvox Flaw Actively Exploited for Reverse Shells
Sangoma Switchvox CVE-2026-9586, a 9.3 CVSS unauthenticated SQL injection flaw, has moved from patch advisory to active incident. Horizon3 honeypots caught reverse-shell attempts and process data exfiltration, and CISA KEV now tracks the bug. Security teams must patch to 8.4.0.2 or assume compromise on exposed VoIP systems.
Beat this week
Last 7 days · Vulnerabilities
Impact not comparable yet. Counts are stories in our record, not a market forecast.
Open the change reportCoverage balance Negative coverage leads. Negative coverage exceeds positive coverage by 25 percentage points.
This story sits in Vulnerabilities — the counts compare this beat's last 7 days with the previous 7 in our verified record, not a market forecast.
Figures are computed live from our source-verified story record (as of ) The volume change compares this window with the prior 7 days in the same record. — see our methodology for how impact and sentiment are derived.
Cybersecurity briefing
Key takeaways
- Sangoma Switchvox CVE-2026-9586, a 9.3 CVSS unauthenticated SQL injection flaw, has moved from patch advisory to active incident.
- Horizon3 honeypots caught reverse-shell attempts and process data exfiltration, and CISA KEV now tracks the bug.
- Security teams must patch to 8.4.0.2 or assume compromise on exposed VoIP systems.
- SecurityWeek
- BleepingComputer
In this briefing
Mentioned
Key Intelligence
Key Facts
- 1CVE-2026-9586 is a critical unauthenticated SQL injection flaw in Sangoma Switchvox with a CVSS score of 9.3.
- 2Horizon3 discovered and reported 12 Switchvox flaws to Sangoma on April 10, 2026; patches arrived in version 8.4.0.2 released July 14, 2026.
- 3The flaw resides in the /pa HTTP endpoint where the PhoneIP XML field is concatenated into PostgreSQL queries, enabling arbitrary SQL and OS command execution via a single crafted request.
- 4On August 30, 2026, Horizon3 honeypots observed active exploitation from IP 176.65.148.184 with reverse-shell attempts and base64 exfiltration of running process data.
- 5CISA added CVE-2026-9586 to its Known Exploited Vulnerabilities catalog on September 2, 2026, alongside six other flaws including SonicWall SMA1000 zero-days and LiteLLM.
- 6Horizon3 warns that most internet-exposed Switchvox instances have likely been targeted or will be soon.
Unauthenticated SQL injection in Switchvox /pa endpoint enabling remote code execution
Analysis
For security operations teams, CVE-2026-9586 is not a theoretical SQL injection: it is an unauthenticated remote code execution path in an internet-facing VoIP appliance that is already being used to drop reverse shells. The exploit chain starts in the /pa endpoint, where an XML PhoneIP value is concatenated into PostgreSQL, and ends with OS command execution. If your organization runs Switchvox, this shifts from 'patch this quarter' to 'hunt now and patch immediately.'
The cybersecurity community is tracking active exploitation of CVE-2026-9586, a critical unauthenticated SQL injection vulnerability in Sangoma's Switchvox enterprise VoIP management platform. Horizon3 publicly warned on September 1, 2026, that threat actors were already exploiting the flaw in the wild, and CISA added it to the Known Exploited Vulnerabilities catalog the following day. The flaw carries a CVSS score of 9.3. It allows a remote unauthenticated attacker to send a single crafted XML request to the /pa HTTP endpoint, where the PhoneIP field is concatenated directly into an unparameterized PostgreSQL query. That string-building error gives the attacker arbitrary SQL execution and, ultimately, operating-system command execution.
Horizon3 publicly warned on September 1, 2026, that threat actors were already exploiting the flaw in the wild, and CISA added it to the Known Exploited Vulnerabilities catalog the following day.
The vulnerability is one of 12 flaws Horizon3 discovered and reported to Sangoma on April 10, 2026. Sangoma fixed all 12 in Switchvox version 8.4.0.2, released July 14, 2026. Despite the patch being available for roughly six weeks before exploitation was observed, internet-facing Switchvox deployments remained exposed. On August 30, Horizon3's honeypots recorded active exploitation from a single source IP, 176.65.148.184, in rapid succession across multiple systems. The attacker attempted to establish a reverse shell, executed an initial payload, then collected information about the top running processes on the compromised Switchvox system. That process data was exfiltrated to a remote server in base64-encoded form. Horizon3 assesses that most internet-exposed Switchvox instances 'will be or have already been targeted.'
The exploit mechanics demonstrate why SQL injection still matters. The /pa endpoint processes XML key-value pairs for phone-system notification events, such as incoming or outgoing call notifications. The PhoneIP value is extracted and concatenated into a SQL query without sanitization or parameterization. NIST's advisory states that an unauthenticated remote attacker can execute arbitrary SQL statements against the backend PostgreSQL database, including database operations and remote code execution. Enterprise VoIP systems are frequently reachable from the public internet for remote offices and softphone clients, so the attack surface is substantial and easily enumerated by scanning services.
CISA's KEV update on September 2 was not limited to CVE-2026-9586. The agency added six other issues, including the JFrog Artifactory bug, two SonicWall SMA1000 zero-days recently flagged as exploited, CVE-2026-48710 in Starlette exploited since May, CVE-2026-49869 in Kestra flagged by Microsoft last week, and CVE-2026-59822 in LiteLLM observed in Wiz honeypots. For federal agencies, KEV inclusion triggers remediation obligations under CISA's binding operational directive; for private sector defenders, KEV is a practical signal that a vulnerability is being used by real adversaries, not just proof-of-concept researchers.
What to Watch
The operational impact of a compromised VoIP management platform goes beyond a single server. An attacker with reverse-shell access to Switchvox could modify call routing, intercept or record voice traffic, commit toll fraud, extract voicemail and directory data, and pivot into the wider network. The observed process enumeration suggests the attacker was performing reconnaissance for privilege escalation, persistence, or defense evasion. Organizations that operated internet-exposed Switchvox devices without the patch should treat them as potentially compromised. They should review logs for requests to /pa, unusual PostgreSQL queries, and unexpected outbound base64 traffic, and correlate against the known IP 176.65.148.184 and Horizon3's published indicators.
The likely next phase is commoditization. Once exploit code circulates, initial-access brokers and ransomware affiliates may incorporate it into mass scanning and opportunistic intrusion tooling, similar to past exploitation of exposed VoIP and gateway appliances. The timeline between the July 14 patch and August 30 exploitation shows that attackers had enough time to build a reliable exploit; with active exploitation now public, the rate of scanning and compromise attempts should increase. Sangoma customers should immediately upgrade to Switchvox 8.4.0.2 if they have not already done so, restrict internet exposure where possible, and apply network segmentation and egress filtering. The remaining 11 vulnerabilities from the Horizon3 report have not yet been seen exploited, but the active campaign against CVE-2026-9586 raises the probability that attackers will chain or target them once primary patch gaps close.
Timeline
Timeline
Horizon3 reports 12 Switchvox flaws to Sangoma
Researchers disclose CVE-2026-9586 and 11 other vulnerabilities to the vendor.
Sangoma ships Switchvox 8.4.0.2
Vendor releases patches for all 12 reported vulnerabilities.
Honeypots record active exploitation
Horizon3 observes reverse-shell attempts from IP 176.65.148.184 and base64 exfiltration of process data.
Horizon3 issues public warning
Security firm confirms CVE-2026-9586 exploitation in the wild and shares IoCs.
CISA adds flaw to KEV catalog
Agency catalogs CVE-2026-9586 with six other actively exploited vulnerabilities.
Source cluster
Primary reporting
- BleepingComputerHackers exploit Sangoma Switchvox flaw to deploy reverse shells
Cite This Page
"9.3 CVSS Switchvox Flaw Actively Exploited for Reverse Shells." Cyber Intelligence Brief, September 4, 2026. https://getcyberbrief.com/story/cve-2026-9586-sangoma-switchvox-active-exploit-reverse-shell
How we covered this story
Every story in our cybersecurity coverage is assembled from multiple primary sources, cross-referenced for factual consistency, and scored along three independent dimensions: sentiment, operational impact, and source-cluster confidence. Single-source rumors and unverifiable claims do not pass our editorial gate. When a story shows "Verified by N sources" with N≥2, the development is independently corroborated; when N=1, we mark it explicitly so readers can weigh the signal accordingly.
Impact scoring uses a 1-10 scale weighted toward regulatory, financial, and operational consequence rather than coverage volume. A topic that runs in every outlet but moves no real decisions ranks lower than a niche regulatory filing that reshapes how operators in the cybersecurity space have to behave. Read our full methodology for the scoring rubric, our glossary for term definitions, and our trends index for the longitudinal view across the beat.
Sources are only linked to a story once they clear our classification pipeline at a minimum 35 percent relevance threshold. According to that methodology, reviewed July 2026, this follows multi-source corroboration standards recommended by journalism research bodies such as the Reuters Institute for the Study of Journalism.
See something wrong in this story — a wrong fact, a broken source link, a misattributed entity? Report a data issue.
| Signal on this page | What it tells you |
|---|---|
| Verified by N sources | Independent corroboration count. N≥2 is our confidence floor; N=1 is marked explicitly. |
| Impact score (1-10) | Regulatory + financial + operational weight. 8+ signals an experienced-operator action item. |
| Sentiment | Five-tier classification trained on labeled cybersecurity-specific corpora. |
| Timeline | Where applicable, the related-events sequence that contextualizes today's development. |