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

目标: 1000 元 · 已筹: 1336

100%

CVE-2025-25461 PoC — SeedDMS 安全漏洞

来源
关联漏洞
标题: SeedDMS 安全漏洞 (CVE-2025-25461)
Description:SeedDMS是SeedDMS开源的一套基于PHP和MySql的开源文档管理系统。该系统主要用于存储和共享文档。 SeedDMS 6.0.29版本存在安全漏洞。攻击者利用该漏洞可以远程执行代码。
Description
SeedDMS Stored Cross Site Scripting(XSS)
介绍
# 📌 CVE-2025-25461 - Stored Cross-Site Scripting (XSS) in SeedDMS 6.0.29

## 📝 Description
A Stored Cross-Site Scripting (XSS) vulnerability exists in **SeedDMS 6.0.29**.  
A user or rogue admin with the **"Add Category"** permission can inject a malicious XSS payload into the category name field.  
When a document is subsequently associated with this category, the payload is stored on the server and rendered without proper sanitization or output encoding.  
This results in the XSS payload executing in the browser of any user who views the document.

## 🎯 Affected Product
- **Software:** SeedDMS
- **Version:** 6.0.29
- **Component:** Category Name Field

## ⚠️ Impact
- **Session Hijacking**
- **Data Exfiltration**
- **Phishing Attacks**
- **Remote Code Execution (via JavaScript)**

## 🔥 Proof of Concept (PoC)
### Steps to Reproduce:
1. Log in as a user with **"Add Category"** permissions.
2. Navigate to **Admin Panel > Categories**.
3. Create a new category with the following payload:
   ```html
   <script>alert(1)</script>
   ```
4. Save the category.
5. Associate a document with the malicious category.
6. When a user views the document, the payload executes in their browser.

### 📹 Video PoC:
🔗 [Watch Video PoC](https://drive.google.com/file/d/1QV9nyXnid1QigYAYzvCeRtUGSl35AbuG/view?usp=drive_link)

## 🛠️ Mitigation
- **Sanitize User Input**: Escape special characters in category names.
- **Use Content Security Policy (CSP)**: Prevent inline script execution.
- **Encode Output**: Ensure category names are properly encoded before rendering in the UI.

## 🔗 Reference
- 🔗 [SeedDMS Official Website](https://www.seeddms.org/)
- 🔗 [SeedDMS Discussion Thread](https://sourceforge.net/p/seeddms/discussion/general/thread/eb4ce9b1ff/)

✍️ Discoverer

## ✍️ Discoverer
- **Athul S**  
  - 🔗 [Linkedin](https://www.linkedin.com/in/athul-s-pentester/)
  - 🔗 [GitHub](https://github.com/RoNiXxCybSeC0101)

## 🏷️ CVE Assignment
- **CVE ID:** CVE-2025-25461

文件快照

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

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