| 제목 | emlog emlog pro 2.4.1 Cross-Site Scripting (XSS) |
|---|
| 설명 | Multiple Reflected Cross-Site Scripting (XSS) Vulnerabilities in emlog pro 2.4.1
Summary
emlog pro 2.4.1 is affected by multiple reflected Cross-Site Scripting (XSS) vulnerabilities.
These vulnerabilities occur due to insufficient input validation and sanitation, allowing attackers to inject malicious scripts into web pages that are then executed in the browsers of other users.
Details
This is the affected php file:
/admin/tag.php
/admin/user.php
/admin/plugin.php
/admin/store.php
The vulnerabilities exist due to the improper handling of some parameters. These parameters are directly concatenated into the HTML output without proper sanitization, allowing an attacker to inject arbitrary JavaScript code.
POC
For each of the identified endpoints, an attacker can exploit the vulnerability by injecting a malicious script via the respective parameter. Below are the URLs with crafted payloads that demonstrate the reflected XSS:
http://target-ip/admin/tag.php?keyword=1%22%3E%3Csvg%20onload=alert(document.cookie)%3E
http://target-ip/admin/user.php?keyword=1%22%3E%3Csvg%20onload=alert(document.cookie)%3E
http://target-ip/admin/plugin.php?filter=1%22%3E%3C/script%3E%3Csvg%20onload=alert(document.cookie)%3E
http://target-ip/admin/store.php?tag=1%22%3E%3Csvg%20onload=alert(document.cookie)%3E
http://target-ip/admin/store.php?keyword=1%22%3E%3Csvg%20onload=alert(document.cookie)%3E
Impact
If a administrator accesses the malicious url, the cookie may be obtained by an attacker. |
|---|
| 원천 | ⚠️ https://github.com/emlog/emlog/issues/305 |
|---|
| 사용자 | jiashenghe (UID 39445) |
|---|
| 제출 | 2024. 12. 13. AM 03:58 (2 연령 ago) |
|---|
| 모더레이션 | 2024. 12. 20. PM 01:36 (7 days later) |
|---|
| 상태 | 수락 |
|---|
| VulDB 항목 | 289080 [Emlog Pro 까지 2.4.1 /admin/store.php 일 크로스 사이트 스크립팅] |
|---|
| 포인트들 | 20 |
|---|