Description
OWL's DocumentProcessingToolkit contains a server-side request forgery vulnerability in the extract_document_content tool that fetches caller-supplied URLs with no scheme, host, or IP filtering. Attackers can inject malicious URLs through prompt injection to make the server fetch internal resources, with responses returned to the agent context.
Published: 2026-09-04
Score: 8.7 High
EPSS: < 1% Very Low
KEV: No
Impact: Remote Server-side Request Forgery
Action: Patch Immediately
AI Analysis

Impact

The vulnerability is a server‑side request forgery exposed by the DocumentProcessingToolkit in the OWL project. The tool fetches URLs supplied by the caller without validating scheme, host, or IP address, and the value is derived from user prompts, enabling injection of arbitrary URLs. An attacker can cause the server to retrieve internal resources, and the retrieved data is returned to the agent context, potentially leaking confidential information or facilitating further attacks. This flaw is identified as CWE‑918.

Affected Systems

The affected product is the OWL AI framework, specifically the DocumentProcessingToolkit component of the owl repository. The issue appears in all versions of owl where the extract_document_content function remains unpatched; the repository references indicate that the vulnerability was reported in issue 615. Affected deployments are those running the open-source version of owl exposed to untrusted prompt content.

Risk and Exploitability

The CVSS score of 8.7 classifies it as high severity. EPSS score is not available, so the exploitation probability cannot be quantified but the lack of filtering elevates the risk for privileged servers that host internal services. The vulnerability is not listed in CISA’s KEV catalog. Attackers can exploit the flaw remotely via any interface that feeds prompts to the toolkit; if the system accepts prompt injection, malicious URLs can be injected, leading to internal network reconnaissance or data exfiltration.

Generated by OpenCVE AI on September 4, 2026 at 15:49 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the owl framework to the latest release that includes the SSRF fix.
  • If an immediate upgrade is not possible, implement URL validation in the extract_document_content tool to allow only full HTTPS URLs and reject any URLs lacking a scheme, host, or pointing to internal IP ranges.
  • Continuously monitor audit logs for unexpected internal resource requests and review network traffic for suspicious outbound connections.

Generated by OpenCVE AI on September 4, 2026 at 15:49 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 04 Sep 2026 18:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Fri, 04 Sep 2026 16:15:00 +0000

Type Values Removed Values Added
First Time appeared Camel-ai
Camel-ai owl
Vendors & Products Camel-ai
Camel-ai owl

Fri, 04 Sep 2026 14:45:00 +0000

Type Values Removed Values Added
Description OWL's DocumentProcessingToolkit contains a server-side request forgery vulnerability in the extract_document_content tool that fetches caller-supplied URLs with no scheme, host, or IP filtering. Attackers can inject malicious URLs through prompt injection to make the server fetch internal resources, with responses returned to the agent context.
Title OWL DocumentProcessingToolkit Server-Side Request Forgery via URL Fetching
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-09-04T17:46:59.119Z

Reserved: 2026-09-04T13:32:38.409Z

Link: CVE-2026-85675

cve-icon Vulnrichment

Updated: 2026-09-04T17:46:55.526Z

cve-icon NVD

Status : Received

Published: 2026-09-04T15:17:45.763

Modified: 2026-09-04T18:18:06.540

Link: CVE-2026-85675

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-04T16:00:05Z

Weaknesses
  • CWE-918

    Server-Side Request Forgery (SSRF)