Description
Verba RAG application version 2.1.3 contains a server-side request forgery vulnerability combined with a same-origin middleware bypass that allows unauthenticated remote attackers to make the server issue arbitrary HTTP requests by supplying a crafted Origin header and attacker-controlled host and port values. Attackers can bypass the localhost origin check in the API middleware by sending any Origin value prefixed with ' regardless of port, then submit arbitrary host and port parameters to the /api/connect endpoint to cause the server to issue outbound GET requests to attacker-controlled infrastructure.
Published: 2026-07-21
Score: 9.2 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Verba RAG application 2.1.3 is vulnerable to a server‑side request forgery amplified by a bypass of the same‑origin middleware. An attacker can supply an Origin header beginning with a single quote, tricking the middleware into believing the request originates from a trusted source. The client then submits crafted host and port values to the /api/connect endpoint, causing the server to issue outbound GET requests to attacker‑controlled infrastructure. This allows the attacker to direct the application to arbitrary URLs, potentially causing data exfiltration, unauthorized system interaction, or other unintended network behavior.

Affected Systems

The vulnerability exists in the Weaviate:Verba product, specifically the Verba RAG application version 2.1.3. No other product or version identifiers were listed in the CNA package, so only this version is known to be affected.

Risk and Exploitability

The CVSS score of 9.2 indicates a high severity with full confidentiality and integrity impact. The EPSS score of less than 1% suggests that while the vulnerability is rarely exploited today, the attack vector is trivial: an unauthenticated HTTP request with a crafted header. The issue is not included in the CISA KEV catalog, but the combination of an unauthenticated entry point and the ability to direct the server to any destination warrants immediate attention.

Generated by OpenCVE AI on July 30, 2026 at 16:09 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Obtain the latest release of Verba from the official Weaviate GitHub repository and deploy the update, which removes the SSRF bug and restores proper origin checks.
  • Configure outbound firewall rules to limit the Verba service to trusted IP ranges, preventing it from contacting arbitrary hostnames while a patch may take effect.
  • If the /api/connect functionality is not required for your deployment, disable or remove that endpoint until the vulnerability is addressed.

Generated by OpenCVE AI on July 30, 2026 at 16: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 Weaviate
Weaviate verba
Vendors & Products Weaviate
Weaviate verba

Thu, 23 Jul 2026 14:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Tue, 21 Jul 2026 21:45:00 +0000

Type Values Removed Values Added
Description Verba RAG application version 2.1.3 contains a server-side request forgery vulnerability combined with a same-origin middleware bypass that allows unauthenticated remote attackers to make the server issue arbitrary HTTP requests by supplying a crafted Origin header and attacker-controlled host and port values. Attackers can bypass the localhost origin check in the API middleware by sending any Origin value prefixed with ' regardless of port, then submit arbitrary host and port parameters to the /api/connect endpoint to cause the server to issue outbound GET requests to attacker-controlled infrastructure.
Title Verba (goldenverba) Server-Side Request Forgery via /api/connect and Same-Origin Middleware Bypass
Weaknesses CWE-918
References
Metrics cvssV3_1

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

cvssV4_0

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


cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-07-23T14:02:13.652Z

Reserved: 2026-07-21T20:57:44.880Z

Link: CVE-2026-65317

cve-icon Vulnrichment

Updated: 2026-07-23T14:02:01.726Z

cve-icon NVD

Status : Deferred

Published: 2026-07-21T22:19:10.340

Modified: 2026-07-23T15:23:01.470

Link: CVE-2026-65317

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-30T16:15:04Z

Weaknesses
  • CWE-918

    Server-Side Request Forgery (SSRF)