← Back to browse · API

CVE-2025-34060

Severity
CRITICAL
CVSS
10.0
EPSS
0.00689
Risk score
40.24
CISA KEV
No
PoC
No
Published
2025-07-01
Modified
2025-07-01
First seen
2026-08-07
Aliases
EUVD-2025-19637, GHSA-W4VR-PPQ6-F2XG
Products
Monero Project:Forum 0
Sources
euvd EUVD-2025-19637

Description

A PHP objection injection vulnerability exists in the Monero Project’s Laravel-based forum software due to unsafe handling of untrusted input in the /get/image/ endpoint. The application passes a user-supplied link parameter directly to file_get_contents() without validation. MIME type checks using PHP’s finfo can be bypassed via crafted stream filter chains that prepend spoofed headers, allowing access to internal Laravel configuration files. An attacker can extract the APP_KEY from config/app.php, forge encrypted cookies, and trigger unsafe unserialize() calls, leading to reliable remote code execution.

References