CVE-2026-85699
Received Received - Intake

Server-Side Request Forgery in jina-ai reader

Vulnerability report for CVE-2026-85699, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-04

Last updated on: 2026-09-04

Assigner: VulnCheck

Description

jina-ai reader contains a server-side request forgery vulnerability where URL validation is performed only on the initial request but not re-applied to subsequent redirect hops. Attackers can craft a public URL that redirects to internal network addresses or cloud metadata endpoints, allowing the server to fetch and return the target's response body to the attacker.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-04
Last Modified
2026-09-04
Generated
2026-09-04
AI Q&A
2026-09-04
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
jina-ai reader to 1574bfd (inc)
jina-ai reader *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-918 The web server receives a URL or similar request from an upstream component and retrieves the contents of this URL, but it does not sufficiently ensure that the request is being sent to the expected destination.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a server-side request forgery (SSRF) in jina-ai reader. It occurs because URL validation is only checked on the initial request but not on subsequent redirects. Attackers can exploit this by providing a public URL that redirects to internal network addresses or cloud metadata endpoints. The server then fetches and returns the target's response body to the attacker.

Detection Guidance

To detect this SSRF vulnerability in jina-ai reader, monitor network traffic for unusual outbound requests to internal IPs or cloud metadata endpoints. Check logs for redirects to unexpected destinations. Use tools like curl with verbose output to test URLs for redirect behavior: curl -vL <URL>. Inspect server responses for internal data leaks.

Impact Analysis

This vulnerability allows attackers to access internal network resources or sensitive cloud metadata through your server. It could lead to unauthorized data exposure, internal system probing, or further attacks if internal services are compromised. The impact includes potential data breaches and network reconnaissance.

Compliance Impact

This vulnerability could violate compliance requirements under GDPR and HIPAA by enabling unauthorized access to sensitive data. GDPR requires protecting personal data, while HIPAA mandates safeguarding protected health information. A breach via SSRF could result in regulatory penalties and loss of trust.

Mitigation Strategies

Immediately update jina-ai reader to the latest patched version. Disable redirects in the application configuration. Implement strict URL validation for all redirect hops, not just the initial request. Restrict outbound network access to trusted domains only. Monitor for unusual internal network requests.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-85699. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart