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

目标: 1000 元 · 已筹: 1336

100%

CVE-2025-26054 PoC — Infinxt iEdge 100 跨站脚本漏洞

来源
关联漏洞
标题: Infinxt iEdge 100 跨站脚本漏洞 (CVE-2025-26054)
Description:Infinxt iEdge 100是Infinxt公司的一款适用于中小型分支机构的下一代安全 SD-WAN 设备。 Infinxt iEdge 100 2.1.32版本存在跨站脚本漏洞,该漏洞源于LAN配置中的描述字段存在跨站脚本。
Description
CVE-2025-26054
介绍
# CVE-2025-26054
CVE-2025-26054

# Author: Rohan Deshpande

**Stored Cross Site Scripting**
**Summary** Stored XSS (Cross-Site Scripting) is a security vulnerability that 
occurs when an attacker injects malicious scripts into a web 
application, which are then stored on the server and served to users. 
When users access the affected content, the script executes in their 
browsers, potentially leading to data theft, session hijacking, and 
unauthorized actions. This type of attack can have severe 
consequences for both users and the integrity of the web application.

**Severity** High

**Impact** The impact of Stored XSS can be severe, as it allows attackers to 
execute malicious scripts in the browsers of users who visit the 
compromised page. This can lead to data theft, such as capturing 
sensitive information (e.g., cookies, login credentials), session 
hijacking, and unauthorized actions on behalf of the user. 

**Affected URL** http://<ip>:<port>/index 

**Recommendation** To mitigate Stored XSS vulnerabilities, implement proper input 
validation and output encoding to ensure that user-supplied data is 
treated as data, not executable code. Use security libraries and 
frameworks that automatically handle XSS protection, and employ 
Content Security Policy (CSP) to restrict the execution of scripts. 
Regular security testing and code reviews are also essential to 
identify and remediate potential weaknesses. 

**Proof of Concept**
1. Login to the console and navigate to Network → LAN.
2. Fill the necessary details and capture the request on burp.
3. Inject a simple payload like ssdd<h1>dd12<script>alert(1)</script></h1>
into the description parameter.
4. Forward it and Navigate to summary. Notice XSS triggered.
文件快照

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

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