CVE-2024-56800

HIGH LAB

Firecrawl < 1.1.1 - Server-Side Request Forgery via Malicious Site Redirect

Title source: llm
STIX 2.1

Exploitation Summary

EIP tracks 1 public exploit for CVE-2024-56800. PoCs published by cyhe50.

AI-analyzed exploit summary This repository contains a working proof-of-concept for CVE-2024-56800, an SSRF vulnerability in Firecrawl versions prior to 1.1.1. The PoC demonstrates how unsanitized user input can lead to internal server resource leakage via redirect to private IP addresses.

Description

Firecrawl is a web scraper that allows users to extract the content of a webpage for a large language model. Versions prior to 1.1.1 contain a server-side request forgery (SSRF) vulnerability. The scraping engine could be exploited by crafting a malicious site that redirects to a local IP address. This allowed exfiltration of local network resources through the API. The cloud service was patched on December 27th, 2024, and the maintainers have checked that no user data was exposed by this vulnerability. Scraping engines used in the open sourced version of Firecrawl were patched on December 29th, 2024, except for the playwright services which the maintainers have determined to be un-patchable. All users of open-source software (OSS) Firecrawl should upgrade to v1.1.1. As a workaround, OSS Firecrawl users should supply the playwright services with a secure proxy. A proxy can be specified through the `PROXY_SERVER` env in the environment variables. Please refer to the documentation for instructions. Ensure that the proxy server one is using is setup to block all traffic going to link-local IP addresses.

Exploits (1)

nomisec WORKING POC
by cyhe50 · poc
https://github.com/cyhe50/cve-2024-56800-poc

This repository contains a working proof-of-concept for CVE-2024-56800, an SSRF vulnerability in Firecrawl versions prior to 1.1.1. The PoC demonstrates how unsanitized user input can lead to internal server resource leakage via redirect to private IP addresses.

Classification
Working Poc 95%
Attack Type
Ssrf
Complexity
Moderate
Reliability
Reliable
Target: Firecrawl < 1.1.1
No auth needed
Prerequisites: Docker · ngrok (for public exposure of malicious server) · Firecrawl self-hosted instance
devstral-2 · analyzed Feb 16, 2026 Full analysis →

Scores

CVSS v3 7.4
EPSS 0.0034
EPSS Percentile 25.3%
Attack Vector NETWORK
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:L

CISA SSVC

Vulnrichment
Exploitation none
Automatable no
Technical Impact partial

Lab Environment

COMMUNITY SUSPICIOUS
Community Lab
docker pull redis:alpine

Details

CWE
CWE-918
Status published
Products (1)
mendableai/firecrawl < 1.1.1
Published Dec 30, 2024
Tracked Since Feb 18, 2026