提出 #462465: emlog emlog pro 2.4.1 Cross-Site Scripting (XSS)情報

タイトル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日 03:58 (2 年 ago)
モデレーション2024年12月20日 13:36 (7 days later)
ステータス承諾済み
VulDBエントリ289080 [Emlog Pro 迄 2.4.1 /admin/store.php 日 クロスサイトスクリプティング]
ポイント20

Are you interested in using VulDB?

Download the whitepaper to learn more about our service!

n $_SERVER['REMOTE_ADDR'] ?? '0.0.0.0'; } } ?>