CVE-2026-85699 Details
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.
A server-side request forgery (SSRF) vulnerability has been identified in Jina AI Reader. This issue arises because URL validation is only applied to the initial request and not to subsequent redirect hops. As a result, attackers can create a public URL that redirects to internal network addresses or cloud metadata endpoints. When the server fetches these redirected responses, the content is returned to the attacker, potentially exposing sensitive information.
To address this vulnerability, the URL validation process should be applied to each redirect hop before fetching the final response. Additionally, connections should be pinned to validated IPs to prevent DNS rebinding attacks.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Sep 4, 2026CISA-ADP
Assessed Sep 8, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/jina-ai/reader/issues/1252 | CISA-ADP | ExploitIssue TrackingTechnical DescriptionVendor |
| https://github.com/jina-ai/reader | [email protected] | Vendor |
| https://github.com/jina-ai/reader/blob/1574bfd380d249c86c82db4dace0d9c8fe17e2b1/src/services/curl.ts | [email protected] | Source CodeVendor |
| https://github.com/jina-ai/reader/blob/1574bfd380d249c86c82db4dace0d9c8fe17e2b1/src/services/puppeteer.ts | [email protected] | Source CodeVendor |
| https://github.com/jina-ai/reader/issues/1252 | [email protected] | ExploitIssue TrackingTechnical DescriptionVendor |
| https://www.vulncheck.com/advisories/jina-ai-reader-server-side-request-forgery-via-redirect-validation-bypass | [email protected] | AdvisoryVendor |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-918 | Server-Side Request Forgery (SSRF) | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| jina-ai reader | <= 1574bfd380d249c86c82db4dace0d9c8fe17e2b1 |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Sep 8, 2026 | CVE Modified | CISA-ADP |
| Sep 4, 2026 | New CVE Received | [email protected] |
Volerion