| 标题 | Portabilis i-Educar 2.10 Cross Site Scripting |
|---|
| 描述 | Summary
An attacker can upload a malicious file containing embedded JavaScript that is executed when the file is accessed directly. This results in Stored Cross-Site Scripting (XSS).
➤ Vulnerable Endpoint: /intranet/meusdadod.php
➤ Parameter: file
➤ Step by Step:
Navigate to the user data page: /intranet/meusdadod.php
Upload a new avatar foto and capture the request.
Insert the above payload in the file section
The XSS will be trigged when someone open the user profile picture URL.
➤ Payload:
<svg xmlns="http://www.w3.org/2000/svg" fill="none">
<script>
alert("This is an XSS for "+document.domain+"!");
</script>
</svg> |
|---|
| 来源 | ⚠️ https://github.com/nmmorette/vulnerability-research/tree/main/XSS-Idiario |
|---|
| 用户 | nmmorette (UID 87361) |
|---|
| 提交 | 2026-01-22 23時02分 (4 月前) |
|---|
| 管理 | 2026-02-06 07時44分 (14 days later) |
|---|
| 状态 | 已接受 |
|---|
| VulDB条目 | 344631 [Portabilis i-Educar 直到 2.10 User Data Page /intranet/meusdadod.php 文件 跨网站脚本] |
|---|
| 积分 | 20 |
|---|