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.", "datePublished": "2025-08-21T17:20:35Z", "dateModified": "2025-08-21T20:02:12Z", "keywords": "CVE-2025-57768, vulnerability, CVE, security, phproject, Alanaktion", "about": { "@type": "SoftwareApplication", "name": "phproject", "applicationCategory": "SecurityApplication", "operatingSystem": "All" } }
CVE-2025-57768 MEDIUM

CVE-2025-57768: Stored XSS in “hours” fields when creating or editing an issue, using SQLite database

Vendor Alanaktion
Product phproject
Weakness CWE-79 · XSS
Published August 21, 2025
Last update August 21, 2025

CVSS base score

6.9/10
Attack vector Network
Attack complexity Low
Privileges required None
User interaction None
Confidentiality
Integrity

CVSS vector

CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N

What the vulnerability does

01Description

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.

Key dates

02Disclosure timeline

August 21, 2025 CVE published
August 21, 2025 Record updated

Related vulnerabilities

04Related CVE