目标达成 感谢每一位支持者 — 我们达成了 100% 目标!

目标: 1000 元 · 已筹: 1336

100%

CVE-2025-56605 PoC — PuneethReddyHC Event Management 安全漏洞

来源
关联漏洞
标题: PuneethReddyHC Event Management 安全漏洞 (CVE-2025-56605)
Description:PuneethReddyHC Event Management是Puneeth Reddy H C个人开发者的一个应用程序。用简单的逻辑和安全的方式帮助用户注册大学节日中举办的活动。 PuneethReddyHC Event Management 1.0版本存在安全漏洞,该漏洞源于register.php后端脚本对mobile POST参数验证不当,可能导致反射型跨站脚本攻击。
Description
XSS (Cross-Site Scripting Vulnerability)
介绍
# CVE-2025-56605
XSS (Cross-Site Scripting Vulnerability)

# CVE-2025-56605 — Reflected XSS in Event Management System 1.0

**Description:**  
A reflected Cross-Site Scripting (XSS) vulnerability exists in `register.php` of [PuneethReddyHC/event-management](https://github.com/PuneethReddyHC/event-management) 1.0.  
The `mobile` POST parameter is improperly validated and reflected back in the response, allowing injection of arbitrary JavaScript code.

**CVE ID:** CVE-2025-56605  
**Discovered by:** Isroil Mustafoqulov  
**Vulnerability type:** Reflected XSS  
**Attack vector:** Remote  

**Steps to reproduce (local only):**
1. Clone the project and run it locally.  
2. Send a crafted POST request to `backend/register.php` with a malicious payload in the `mobile` parameter.  
3. The payload is reflected unsanitized in the response.  

> ⚠️ Payloads are intentionally omitted. Do not attempt exploitation on systems you do not own.  

**Mitigation:**  
Sanitize/encode user input before output. Example in PHP:  
```php
echo htmlspecialchars($_POST['mobile'], ENT_QUOTES, 'UTF-8');
文件快照

登录后查看神龙缓存的 POC 文件快照

登录查看
备注
    1. 建议优先通过来源进行访问。
    2. 本地 POC 快照面向订阅用户开放;当原始来源失效或无法访问时,本地镜像作为订阅权益的一部分提供。
    3. 持续抓取、验证、维护这份 POC 档案需要不少投入,因此本地快照已纳入付费订阅。您的订阅是让这份资料能继续走下去的关键,由衷感谢。 查看订阅方案 →