← Back to browse · API

CVE-2024-55556

Severity
CRITICAL
CVSS
9.8
EPSS
0.44126
Risk score
54.64
CISA KEV
No
PoC
No
Published
2025-01-07
Modified
2025-01-08
First seen
2026-08-07
Aliases
EUVD-2024-52807, GHSA-GXFW-PM97-X2QF
Products
n/a:n/a n/a
Sources
euvd EUVD-2024-52807

Description

A vulnerability in Crater Invoice allows an unauthenticated attacker with knowledge of the APP_KEY to achieve remote command execution on the server by manipulating the laravel_session cookie, exploiting arbitrary deserialization through the encrypted session data. The exploitation vector of this vulnerability relies on an attacker obtaining Laravel's secret APP_KEY, which would allow them to decrypt and manipulate session cookies (laravel_session) containing serialized data. By altering this data and re-encrypting it with the APP_KEY, the attacker could trigger arbitrary deserialization on the server, potentially leading to remote command execution (RCE). The vulnerability is primarily exploited by accessing an exposed cookie and manipulating it using the secret key to gain malicious access to the server.

References