CVE-2025-55422
8.8FoxCMS · FoxCMS
FoxCMS 1.2.6 contains a reflected Cross Site Scripting (XSS) vulnerability in the /index.php/plus endpoint, which can allow an unauthenticated attacker to execute arbitrary scripts in a user session.
Executive summary
A reflected Cross Site Scripting vulnerability in FoxCMS 1.2.6 poses a significant risk to user session integrity and could result in unauthorized script execution.
Vulnerability
This is a reflected Cross Site Scripting (XSS) flaw located in the /index.php/plus script. The vulnerability is exploitable by an unauthenticated attacker who can entice a user to interact with a malicious link.
Business impact
A successful exploitation of this XSS vulnerability allows an attacker to execute arbitrary JavaScript within the context of the victim's browser session. This can lead to session hijacking, unauthorized actions performed on behalf of the user, or the theft of sensitive information, such as session cookies. Given the CVSS score of 8.8, this flaw represents a high risk that could lead to significant compromise of user accounts and internal data.
Remediation
Immediate Action: Since no official patch is currently confirmed, administrators should restrict access to the /index.php/plus endpoint or disable the affected module if it is not business critical.
Proactive Monitoring: Review web access logs for unusual URL parameters containing script tags or encoded characters directed at the /index.php/plus path.
Compensating Controls: Deploy or update Web Application Firewall rules to detect and block reflected XSS payloads, specifically targeting inputs directed at the identified vulnerable endpoint.
Exploitation status
Public Exploit Available: Unknown.
Analyst recommendation
Organizations utilizing FoxCMS 1.2.6 must prioritize the mitigation of this vulnerability due to its high impact and the existence of proof-of-concept material. While waiting for a formal vendor patch, immediate implementation of input validation and WAF filtering is required to protect users from potential session compromise.