Skip to content
Threat Feed
high advisory

Unauthenticated SSRF in MegaParse

MegaParse version 0.0.55 contains an unauthenticated server-side request forgery vulnerability in the POST /v1/url endpoint, allowing attackers to access internal resources and cloud metadata.

CVE search metadata

CVE search record: CVE-2026-85691. Severity: high. CVSS: 7.5. KEV: no. Product: MegaParse (0.0.55). Brief: Unauthenticated SSRF in MegaParse. Brief link: https://feed.craftedsignal.io/briefs/2026-09-megaparse-ssrf/

MegaParse version 0.0.55 contains a critical server-side request forgery (SSRF) vulnerability in the POST /v1/url endpoint. The application insecurely handles caller-supplied URLs, allowing unauthenticated remote attackers to force the server to perform HTTP requests to arbitrary destinations. By providing internal network addresses or cloud provider metadata service endpoints (e.g., 169.254.169.254) as input, an attacker can bypass access controls and receive the content of those internal requests directly in the application's JSON response. This vulnerability poses a significant risk to organizations deploying MegaParse in cloud-native environments, as it facilitates sensitive data exfiltration, internal reconnaissance, and potential compromise of cloud identity roles.

Impact

Successful exploitation allows unauthenticated attackers to read responses from internal services that are otherwise unreachable from the internet. In cloud environments, this may result in the exfiltration of IAM credentials or sensitive metadata, leading to privilege escalation or further lateral movement within the cloud infrastructure.

Recommendation

  • Update MegaParse to a version that addresses CVE-2026-85691 immediately.
  • Implement egress filtering on the host running MegaParse to prevent connections to internal RFC1918 address space and cloud metadata services.
  • Monitor web application logs for POST requests to /v1/url that contain suspicious or internal-only URLs in the request body.

Immediate actions

Upgrade MegaParse to a patched version

IT Operations 48h

Threat Hunt

Search logs for POST /v1/url requests containing internal IP addresses

T1190 high high confidence hunt now

Data: Web application access logs

Mitigations

Implement network egress filtering to prevent internal network scanning via MegaParse

immediate IT Operations

CVE-2026-85691

Detection coverage 1

Detects CVE-2026-85691 Exploitation - Unauthenticated SSRF via /v1/url

high

Detects exploitation of CVE-2026-85691 where the /v1/url endpoint is used to query internal cloud metadata or private IP ranges.

sigma tactics: exfiltration, initial_access techniques: T1190 sources: webserver

Detection queries are available on the platform. Get full rules →