CVE-2025-57768

Phproject is a high performance full-featured project management system. From 1.8.0 to before 1.8.3, a Stored Cross-Site Scripting (XSS) vulnerability exists in the Planned Hours field when creating a new project. When sending a POST request to /issues/new/, the value provided in the Planned Hours field is included in the server response without any HTML encoding or sanitization. Because of this, an attacker can craft a malicious payload such as <script>alert(1)</script> and include it in the planned_hours parameter. The server reflects the input directly in the HTML of the project creation page, causing the browser to interpret and execute it. This vulnerability is fixed in 1.8.3.
CVSS

No CVSS.

Configurations

No configuration.

History

22 Aug 2025, 18:08

Type Values Removed Values Added
Summary
  • (es) Phproject es un sistema de gestión de proyectos completo y de alto rendimiento. Desde la versión 1.8.0 hasta versiones anteriores a la 1.8.3, existía una vulnerabilidad de Cross-Site Scripting (XSS) almacenado en el campo "Horas planificadas" al crear un nuevo proyecto. Al enviar una solicitud POST a /issues/new/, el valor proporcionado en el campo "Horas planificadas" se incluye en la respuesta del servidor sin codificación ni depuración HTML. Por ello, un atacante puede manipular una carga maliciosa como e incluirla en el parámetro "planned_hours". El servidor refleja la entrada directamente en el HTML de la página de creación del proyecto, lo que provoca que el navegador la interprete y la ejecute. Esta vulnerabilidad se corrigió en la versión 1.8.3.

21 Aug 2025, 18:15

Type Values Removed Values Added
New CVE

Information

Published : 2025-08-21 18:15

Updated : 2025-08-22 18:08


NVD link : CVE-2025-57768

Mitre link : CVE-2025-57768

CVE.ORG link : CVE-2025-57768


JSON object : View

Products Affected

No product.

CWE
CWE-79

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')