Description
jina-ai reader disables its private-address guard outside Google Cloud deployments, allowing unauthenticated attackers to perform server-side request forgery. Attackers can supply publicly resolvable hostnames mapping to private addresses to retrieve cloud metadata and internal service content.
Published: 2026-08-30
Score: 8.7 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

jina‑ai reader, when not deployed on Google Cloud, turns off a private‑address guard that normally blocks requests to internal IP ranges. This allows an unauthenticated attacker to supply any publicly resolvable hostname that maps to a private address, causing the reader to perform an HTTP request to that address. The attacker can thus read cloud‑metadata endpoints or other internal services, exposing credentials, configuration, and potentially sensitive data. The flaw satisfies the definition of an SSRF vulnerability (CWE‑918).

Affected Systems

All instances of the jina‑ai reader application that are not running within Google Cloud deployments are vulnerable. The specific affected versions are not listed, so any installation of jina‑ai reader in an external environment inherits the risk.

Risk and Exploitability

The CVSS score of 8.7 indicates a high severity impact, and the lack of an EPSS value means the current exploitation probability is unknown but potentially significant. The vulnerability is currently not listed in the CISA KEV catalog, which suggests it is not yet widely exploited, yet the ease of triggering an SSRF by simply sending a crafted hostname makes it a straightforward attack vector. If the reader retains outbound network permissions, an attacker can readily connect to internal services, retrieve sensitive data, and use that information for further attacks.

Generated by OpenCVE AI on August 30, 2026 at 15:08 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the jina‑ai reader installation to the latest release that restores the private‑address guard or applies the documented patch.
  • If a patch is not yet available, block the service’s outbound traffic to private IP ranges (10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16) using firewall rules or an internal proxy.
  • Configure the reader to require authentication before accepting external requests, preventing unauthenticated SSRF attempts.

Generated by OpenCVE AI on August 30, 2026 at 15:08 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sun, 30 Aug 2026 15:30:00 +0000

Type Values Removed Values Added
First Time appeared Jina-ai
Jina-ai reader
Vendors & Products Jina-ai
Jina-ai reader

Sun, 30 Aug 2026 13:30:00 +0000

Type Values Removed Values Added
Description jina-ai reader disables its private-address guard outside Google Cloud deployments, allowing unauthenticated attackers to perform server-side request forgery. Attackers can supply publicly resolvable hostnames mapping to private addresses to retrieve cloud metadata and internal service content.
Title jina-ai reader Server-Side Request Forgery via disabled private-address guard
Weaknesses CWE-918
References
Metrics cvssV3_1

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

cvssV4_0

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


cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-30T13:23:38.400Z

Reserved: 2026-08-30T13:05:56.745Z

Link: CVE-2026-82638

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-30T14:17:03.610

Modified: 2026-08-30T14:17:03.610

Link: CVE-2026-82638

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-30T15:15:04Z

Weaknesses
  • CWE-918

    Server-Side Request Forgery (SSRF)