CVE-2026-9586: Unauthenticated SQL Injection Leading to Remote Code Execution in Switchvox SMB
An unauthenticated SQL injection vulnerability exists in Sangoma Switchvox SMB Edition 8.3 (104997). The /pa endpoint processes XML content beginning with <PolycomIPPhone> and directly concatenates the user-controlled PhoneIP value into PostgreSQL queries without sanitization or parameterization. An unauthenticated remote attacker can execute arbitrary SQL statements against the backend PostgreSQL database using a single crafted request, including database operations and remote code execution.
Security readout for executives and security teams
Plain-English summary
Switchvox SMB Edition 8.3 build 104997 contains a critical flaw allowing an unauthenticated attacker to manipulate its database through a remotely accessible service endpoint. Successful exploitation could expose or alter sensitive data, disrupt phone services, and potentially execute code on the system.
Executive priority
Treat as an immediate remediation priority, especially for internet-reachable systems. The combination of unauthenticated access, low attack complexity, database compromise, and potential code execution creates material confidentiality, integrity, and availability risk.
Technical view
The /pa endpoint accepts specially structured XML and directly concatenates the attacker-controlled PhoneIP value into PostgreSQL queries. This CWE-89 SQL injection requires no credentials or user interaction and may permit arbitrary SQL, database compromise, and remote code execution. The supplied CVSS 4.0 score is 9.3.
Likely exposure
Confirmed exposure is limited by the supplied evidence to Switchvox SMB Edition 8.3 build 104997. Risk is greatest where the vulnerable /pa endpoint is reachable from untrusted networks. Other versions and configurations are not established as affected.
Exploitation context
The vulnerability is remotely exploitable with low complexity and no authentication or user interaction. The supplied record is not marked as CISA KEV, and the sources provided do not establish active exploitation. Public technical disclosure may increase attacker awareness.
Researcher notes
The vulnerable data flow is XML PhoneIP input reaching dynamically constructed PostgreSQL queries at /pa without sanitization or parameterization. The source bundle names only version 8.3 build 104997. Fix coverage, additional affected versions, and observed exploitation remain unconfirmed from the supplied evidence.
Mitigation direction
Identify and prioritize every Switchvox SMB Edition 8.3 build 104997 deployment.
Restrict untrusted network access to the /pa endpoint while remediation is evaluated.
Review Sangoma's release notes and current guidance for the supported corrective upgrade.
Back up configuration and follow established change controls before upgrading.
Escalate any suspected compromise for incident-response investigation.
Validation and detection
Confirm the installed Switchvox edition, version, and build through trusted administrative records.
Determine whether /pa is reachable from internet-facing or other untrusted network segments.
Review web, application, and PostgreSQL logs for unusual requests or database activity.
Verify access controls prevent unauthenticated external reachability after mitigation.
Confirm the deployed remediation against Sangoma's published guidance.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · medium confidence lookup
CWE-89: Database access and collection lookup
Injection into data stores can inform collection, data access, and exfiltration detection reviews. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
The CVE wording references code or command execution, so execution technique review may help defensive triage. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
The CVE wording references database injection or access, so collection and exfiltration review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
1CVSS vectors
3Timeline events
1ADP providers
3Source links
SSVC decision data
CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: yesTechnical Impact: total
CVSS vector scores
1 official score
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-89 · source CWE mapping
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.