Description
Wyoming before 1.10.2 contains a server-side request forgery vulnerability that allows unauthenticated attackers with network access to force outbound connections to arbitrary targets by supplying a malicious `uri` query parameter to the HTTP API. Attackers can pass arbitrary `tcp://` or `unix://` URIs to affected endpoints including /api/info, /api/speech-to-text, and /api/text-to-speech to override the server-configured backend and redirect connections to attacker-chosen hosts.
Published: 2026-09-01
Score: 6.9 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Wyoming prior to version 1.10.2 allows unauthenticated network attackers to force outbound connections to arbitrary hosts by supplying a malicious `uri` query parameter to the HTTP API. The flaw enables the attacker to override the server‑configured backend and redirect connections to attacker‑chosen endpoints via `tcp://` or `unix://` URIs. Common Weakness Identifier CWE‑918 illustrates that the API incorrectly validates or sanitizes the supplied URI, exposing the service to Server‑Side Request Forgery.

Affected Systems

The affected product is OHF‑Voice Wyoming, specifically any installation earlier than 1.10.2. Vulnerable API endpoints include /api/info, /api/speech-to-text, and /api/text-to-speech. Users running any pre‑1.10.2 release of Wyoming are at risk unless isolated or updated.

Risk and Exploitability

The CVSS score of 6.9 indicates moderate severity, while the lack of an EPSS score does not rule out current exploit activity. Attackers require only network access to the exposed API and no authentication. Successful exploitation can lead to unauthorized outbound connections, potentially exposing internal resources or enabling lateral movement. Although not listed in CISA’s KEV catalog, the vulnerability remains significant because it directly impacts server‑to‑server communication paths.

Generated by OpenCVE AI on September 2, 2026 at 03:37 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Wyoming to version 1.10.2 or later, as released through the official update channel.
  • If an immediate upgrade is not possible, apply firewall or network segmentation rules to restrict external access to the Wyoming service, limiting exposure to trusted internal hosts only.
  • Implement API‑level authentication or request whitelisting to ensure that only authorized clients can invoke the /api endpoints.

Generated by OpenCVE AI on September 2, 2026 at 03:37 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 01 Sep 2026 22:00:00 +0000

Type Values Removed Values Added
Description Wyoming before 1.10.2 contains a server-side request forgery vulnerability that allows unauthenticated attackers with network access to force outbound connections to arbitrary targets by supplying a malicious `uri` query parameter to the HTTP API. Attackers can pass arbitrary `tcp://` or `unix://` URIs to affected endpoints including /api/info, /api/speech-to-text, and /api/text-to-speech to override the server-configured backend and redirect connections to attacker-chosen hosts.
Title Wyoming < 1.10.2 SSRF via uri Query Parameter
Weaknesses CWE-918
References
Metrics cvssV3_1

{'score': 8.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:L'}

cvssV4_0

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


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-09-01T18:09:00.156Z

Reserved: 2026-05-15T20:15:07.599Z

Link: CVE-2026-8712

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-01T19:17:31.180

Modified: 2026-09-01T19:17:31.180

Link: CVE-2026-8712

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-02T03:45:04Z

Weaknesses
  • CWE-918

    Server-Side Request Forgery (SSRF)