| 제목 | 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. PM 11:02 (5 개월 ago) |
|---|
| 모더레이션 | 2026. 02. 06. AM 07:44 (14 days later) |
|---|
| 상태 | 수락 |
|---|
| VulDB 항목 | 344631 [Portabilis i-Educar 까지 2.10 User Data Page /intranet/meusdadod.php 파일 크로스 사이트 스크립팅] |
|---|
| 포인트들 | 20 |
|---|