CVE-2025-62716
8.1Plane · Plane
Plane versions prior to 1.1.0 contain an open redirect vulnerability in the next_path parameter, leading to stored cross-site scripting (XSS) and potential administrative compromise.
Executive summary
An unauthenticated cross-site scripting vulnerability in Plane project management software allows attackers to execute malicious scripts and potentially escalate privileges.
Vulnerability
The application fails to properly sanitize the next_path query parameter, which permits the injection of arbitrary URI schemes such as javascript:. This flaw allows an unauthenticated attacker to execute malicious JavaScript within a victim's browser session.
Business impact
Successful exploitation allows an attacker to perform actions on behalf of a user, including administrators. This can lead to the unauthorized modification of project settings, information disclosure, and full account takeover. Given the CVSS score of 8.1, this represents a high-severity risk to organizational data integrity and application security.
Remediation
Immediate Action: Upgrade Plane to version 1.1.0 or later to include the necessary input sanitization fixes.
Proactive Monitoring: Review web server and application logs for suspicious query strings containing unexpected URI schemes or JavaScript fragments directed at the next_path parameter.
Compensating Controls: Deploy a Web Application Firewall (WAF) configured to block or neutralize requests containing malicious payloads in the next_path parameter until the application can be updated.
Exploitation status
Public Exploit Available: Unknown
Analyst recommendation
The severity of this vulnerability, combined with the potential for administrative privilege escalation, necessitates an immediate update to version 1.1.0. Organizations utilizing Plane must prioritize this patch to prevent unauthorized access and potential compromise of sensitive project management data.