CVE-2024-12450 MEDIUM

CVE-2024-12450: RCE, Full Read SSRF, and Arbitrary File Read in infiniflow/ragflow

Vendor Infiniflow
Product infiniflow/ragflow
Weakness CWE-918 · SSRF
Published March 20, 2025
Last update April 4, 2025

CVSS base score

6.5/10
Attack vector Network
Attack complexity Low
Privileges required Low
User interaction None
Confidentiality High
Integrity None

CVSS vector

CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N

What the vulnerability does

01Description

In infiniflow/ragflow versions 0.12.0, the `web_crawl` function in `document_app.py` contains multiple vulnerabilities. The function does not filter URL parameters, allowing attackers to exploit Full Read SSRF by accessing internal network addresses and viewing their content through the generated PDF files. Additionally, the lack of restrictions on the file protocol enables Arbitrary File Read, allowing attackers to read server files. Furthermore, the use of an outdated Chromium headless version with --no-sandbox mode enabled makes the application susceptible to Remote Code Execution (RCE) via known Chromium v8 vulnerabilities. These issues are resolved in version 0.14.0.

Key dates

02Disclosure timeline

March 20, 2025 CVE published
April 4, 2025 Record updated