---
id: CVE-2026-72904
title: Firecrawl turns entire websites into LLM-ready markdown or structured data
summary: >-
  Firecrawl turns entire websites into LLM-ready markdown or structured data.
  Prior to 2.11.32, a critical arbitrary file read vulnerability exists in
  Firecrawl's extraction functionality due to unsafe schema dereferencing of
  user-supplied…
severity: none
cwe:
  - CWE-77
  - CWE-78
  - CWE-94
  - CWE-95
published: '2026-08-10'
updated: '2026-09-18'
sourceUpdated: '2026-09-18T20:09:01.757'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-72904'
references:
  - url: >-
      https://github.com/firecrawl/firecrawl/commit/053630fc5203df91b707a6a523e33db5896a1ee8
    label: security-advisories@github.com
  - url: >-
      https://github.com/firecrawl/firecrawl/security/advisories/GHSA-3p54-jg6f-68r8
    label: security-advisories@github.com
tags:
  - nvd
epss: 0.00461
epssPercentile: 0.37332
ingestedAt: '2026-09-18T20:51:25.598Z'
---

## Overview

Firecrawl turns entire websites into LLM-ready markdown or structured data. Prior to 2.11.32, a critical arbitrary file read vulnerability exists in Firecrawl's extraction functionality due to unsafe schema dereferencing of user-supplied JSON schemas in apps/api/src/lib/extract/helpers/dereference-schema.ts. The affected code invokes the json-schema-ref-parser dependency with default resolver settings, allowing external and local file references to be resolved during schema processing. An authenticated attacker can supply a malicious schema containing a $ref within default, const, or enum fields that are not traversed by AJV validation. By triggering a dereference error, file contents from the extract worker filesystem may be included in persisted error messages returned through the extraction API, enabling arbitrary file reads and SSRF against internal or external HTTP endpoints. This issue is fixed in version 2.11.32.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
