Ameeba Exploit Tracker

Tracking CVEs, exploits, and zero-days for defensive cybersecurity research.

Ameeba Blog Search
TRENDING · 1 WEEK
Attack Vector
Vendor
Severity

CVE-2025-52203: Stored Cross-Site Scripting (XSS) Vulnerability in DevaslanPHP Project-Management v1.2.4

Ameeba Chat Store screens
Download Ameeba Chat

Overview

A significant security vulnerability has been identified in the DevaslanPHP project-management software version 1.2.4. This vulnerability, designated as CVE-2025-52203, is a stored Cross-Site Scripting (XSS) flaw that could potentially lead to system compromise or data leakage. As such, it poses a significant risk to organizations using the affected software, warranting immediate attention and remediation.

Vulnerability Summary

CVE ID: CVE-2025-52203
Severity: High (7.6 CVSS v3)
Attack Vector: Network
Privileges Required: Low (authenticated user)
User Interaction: Required
Impact: Potential system compromise or data leakage

Affected Products

Ameeba Chat Icon Escape the Surveillance Era

Most apps won’t tell you the truth.
They’re part of the problem.

Phone numbers. Emails. Profiles. Logs.
It’s all fuel for surveillance.

Ameeba Chat gives you a way out.

  • • No phone number
  • • No email
  • • No personal info
  • • Anonymous aliases
  • • End-to-end encrypted

Chat without a trace.

Product | Affected Versions

DevaslanPHP Project-Management | v1.2.4

How the Exploit Works

The CVE-2025-52203 vulnerability stems from a failure in DevaslanPHP project-management software to adequately sanitize user-supplied input in the Ticket Name field. An authenticated attacker can exploit this flaw by injecting malicious JavaScript payloads into this field. These payloads are then stored in the database and executed in the browser context of any authenticated user who logs into the Dashboard panel, potentially leading to system compromise or data leakage.

Conceptual Example Code

An example of how the vulnerability might be exploited is included below:

POST /tickets/create HTTP/1.1
Host: target.example.com
Content-Type: application/json
{
"ticket_name": "<script>malicious JavaScript code here</script>",
"ticket_description": "normal ticket description here"
}

In this example, the “ticket_name” field contains the malicious JavaScript code, which would be stored in the database and subsequently executed in the user’s browser when they accessed the Dashboard panel.

Want to discuss this further? Join the Ameeba Cybersecurity Group Chat.

Disclaimer:

The information and code presented in this article are provided for educational and defensive cybersecurity purposes only. Any conceptual or pseudocode examples are simplified representations intended to raise awareness and promote secure development and system configuration practices.

Do not use this information to attempt unauthorized access or exploit vulnerabilities on systems that you do not own or have explicit permission to test.

Ameeba and its authors do not endorse or condone malicious behavior and are not responsible for misuse of the content. Always follow ethical hacking guidelines, responsible disclosure practices, and local laws.
Ameeba Chat