CVE-2025-29306
CRITICALCVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Lifecycle Timeline
3Tags
Description
An issue in FoxCMS v.1.2.5 allows a remote attacker to execute arbitrary code via the case display page in the index.html component.
Analysis
FoxCMS version 1.2.5 contains an unauthenticated remote code execution vulnerability in the case display page of the index.html component. Attackers can inject and execute arbitrary PHP code on the server through crafted requests to the case display functionality.
Technical Context
The case display functionality in FoxCMS processes user input through a template engine that fails to sanitize PHP code injection attempts. By submitting crafted content to the case display page, an attacker can inject PHP code that is evaluated server-side during template rendering. No authentication is required to access the vulnerable endpoint.
Affected Products
['FoxCMS 1.2.5']
Remediation
Update FoxCMS to the latest version. Implement WAF rules blocking PHP code patterns in request parameters. Sanitize all template engine inputs to prevent code injection. Consider migrating to a more actively maintained CMS platform.
Priority Score
Share
External POC / Exploit Code
Leaving vuln.today