Description
An authenticated local file inclusion vulnerability exists in Sangoma Switchvox SMB Edition 8.3 (104997). The play_file functionality accepts user-controlled input through the sound_path parameter and fails to properly validate file paths before accessing the underlying filesystem. By supplying absolute paths, an authenticated attacker can retrieve files outside the intended directory scope.
Published: 2026-07-17
Score: 7.1 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

An authenticated user with access to the Switchvox SMB Web Portal can exploit the play_file function, which accepts a sound_path parameter that is not properly validated. The flaw allows the attacker to supply arbitrary absolute paths and read any file that the portal’s process can access. This results in unauthorized disclosure of configuration files, credentials, or other sensitive data stored outside the intended directory, thereby compromising data confidentiality and system integrity.

Affected Systems

The vulnerability affects Sangoma Switchvox SMB Edition version 8.3 (revision 104997) when the SMB Web Portal is present. Only installations running this specific build and providing authenticated access to the portal are vulnerable.

Risk and Exploitability

The CVSS score of 7.1 indicates a medium-to-high severity, while the EPSS score of less than 1% suggests a low probability of active exploitation. The issue is not listed in the CISA KEV catalog. Because the flaw requires authentication, an attacker must first have valid credentials before constructing a request with an absolute path. Once inside, the file reads can be elicited and the contents returned through the portal interface. The weakness is a local file inclusion vulnerability (CWE-73), which can be leveraged by an attacker to exfiltrate sensitive files that lie outside the intended directory scope.

Generated by OpenCVE AI on July 31, 2026 at 00:09 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply a vendor-supplied patch or upgrade Switchvox SMB Edition to the latest patched release. Consistently check Sangoma's product support portal for updates addressing this LFI flaw.
  • If a patch is not yet available, limit the use of the play_file function to trusted administrators only, or disable the function for all other users to reduce the attack surface.
  • Add server-side validation to the play_file endpoint to accept only relative paths within the designated directory, rejecting any absolute paths or path traversal attempts.

Generated by OpenCVE AI on July 31, 2026 at 00:09 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 23 Jul 2026 21:45:00 +0000

Type Values Removed Values Added
First Time appeared Sangoma
Sangoma switchvox Smb Edition
Vendors & Products Sangoma
Sangoma switchvox Smb Edition

Fri, 17 Jul 2026 17:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Fri, 17 Jul 2026 16:30:00 +0000

Type Values Removed Values Added
Description An authenticated local file inclusion vulnerability exists in Sangoma Switchvox SMB Edition 8.3 (104997). The play_file functionality accepts user-controlled input through the sound_path parameter and fails to properly validate file paths before accessing the underlying filesystem. By supplying absolute paths, an authenticated attacker can retrieve files outside the intended directory scope.
Title Authenticated Local File Inclusion (LFI) in Switchvox SMB Web Portal
Weaknesses CWE-73
References
Metrics cvssV4_0

{'score': 7.1, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N'}


Subscriptions

Sangoma Switchvox Smb Edition
cve-icon MITRE

Status: PUBLISHED

Assigner: SRA

Published:

Updated: 2026-07-17T16:42:37.099Z

Reserved: 2026-05-26T13:03:31.955Z

Link: CVE-2026-9587

cve-icon Vulnrichment

Updated: 2026-07-17T16:42:32.375Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-31T00:15:05Z

Weaknesses
  • CWE-73

    External Control of File Name or Path