VYPR
Medium severityOSV Advisory· Published Aug 21, 2025· Updated Apr 15, 2026

CVE-2025-57768

CVE-2025-57768

Description

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.

Affected products

1

Patches

1
5970d68d480a

v1.8.3

https://github.com/alanaktion/phprojectAlan HardmanAug 20, 2025via osv
1 file changed · +1 1
  • index.php+1 1 modified
    @@ -1,6 +1,6 @@
     <?php
     
    -define('PHPROJECT_VERSION', '1.8.2');
    +define('PHPROJECT_VERSION', '1.8.3');
     
     // Initialize core
     require_once "vendor/autoload.php";
    

Vulnerability mechanics

Generated by null/stub on May 9, 2026. Inputs: CWE entries + fix-commit diffs from this CVE's patches. Citations validated against bundle.

References

1

News mentions

0

No linked articles in our index yet.