Description
MegaParse 0.0.55 contains an unauthenticated server-side request forgery vulnerability in the POST /v1/url endpoint that fetches caller-supplied URLs server-side. Attackers can supply internal service URLs or metadata endpoints without authentication to read their responses directly from the JSON response.
Published: 2026-09-04
Score: 8.7 High
EPSS: < 1% Very Low
KEV: No
Impact: Server-Side Request Forgery
Action: Apply Patch
AI Analysis

Impact

MegaParse 0.0.55 contains an unauthenticated server‑side request forgery vulnerability in the POST /v1/url endpoint. The flaw allows an attacker to submit arbitrary URLs, which the server retrieves and returns in the JSON response. Because the endpoint does not enforce authentication or validate the target address, a remote attacker can use it to read internal services, metadata endpoints, or any network resource accessible from the host. This exposes potentially sensitive internal data and may facilitate lateral movement or further exploitation. The weakness maps to CWE‑918, which describes this type of SSRF vulnerability.

Affected Systems

The vulnerability exists in MegaParse version 0.0.55, supplied by The‑Vibe‑Company. No other product or vendor versions are mentioned. Systems running this version and exposing the unprotected POST /v1/url endpoint are impacted.

Risk and Exploitability

The CVSS score of 8.7 indicates a high‑severity flaw. EPSS data is not available, so the exact exploitation probability cannot be quantified, but the vulnerability is unauthenticated and exploitable by anyone who can send a request to the endpoint. The vulnerability is not listed in the CISA KEV catalog, suggesting no known public exploits, yet the possibility of internal data exposure remains significant. Attackers would simply perform an HTTP POST to the target endpoint with a crafted URL parameter, leveraging the server’s outbound request capability to retrieve sensitive content.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update MegaParse to the latest release where the SSRF vulnerability is fixed.
  • Restrict the /v1/url endpoint to authenticated and authorized users only.
  • Apply input validation or a whitelist to limit outbound requests to approved external domains.
  • Deploy a network firewall or reverse proxy to block the service from accessing internal IP ranges.

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

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 10 Sep 2026 16: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 The-vibe-company
The-vibe-company megaparse
Vendors & Products The-vibe-company
The-vibe-company megaparse

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

Type Values Removed Values Added
Description MegaParse 0.0.55 contains an unauthenticated server-side request forgery vulnerability in the POST /v1/url endpoint that fetches caller-supplied URLs server-side. Attackers can supply internal service URLs or metadata endpoints without authentication to read their responses directly from the JSON response.
Title MegaParse 0.0.55 Server-Side Request Forgery via POST /v1/url
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'}


Subscriptions

The-vibe-company Megaparse
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-09-10T15:07:36.626Z

Reserved: 2026-09-04T13:51:44.652Z

Link: CVE-2026-85691

cve-icon Vulnrichment

Updated: 2026-09-10T14:22:58.247Z

cve-icon NVD

Status : Deferred

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

Modified: 2026-09-23T17:17:46.723

Link: CVE-2026-85691

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-04T15:52:16Z

Weaknesses
  • CWE-918

    Server-Side Request Forgery (SSRF)