Vulnerabilities > CVE-2018-5702
Attack vector
NETWORK Attack complexity
MEDIUM Privileges required
NONE Confidentiality impact
PARTIAL Integrity impact
PARTIAL Availability impact
PARTIAL Summary
Transmission through 2.92 relies on X-Transmission-Session-Id (which is not a forbidden header for Fetch) for access control, which allows remote attackers to execute arbitrary RPC commands, and consequently write to arbitrary files, via POST requests to /transmission/rpc in conjunction with a DNS rebinding attack.
Vulnerable Configurations
Exploit-Db
description | Transmission - RPC DNS Rebinding. CVE-2018-5702. Remote exploit for Multiple platform |
file | exploits/multiple/remote/43665.md |
id | EDB-ID:43665 |
last seen | 2018-01-24 |
modified | 2018-01-11 |
platform | multiple |
port | 9091 |
published | 2018-01-11 |
reporter | Exploit-DB |
source | https://www.exploit-db.com/download/43665/ |
title | Transmission - RPC DNS Rebinding |
type | remote |
Nessus
NASL family Fedora Local Security Checks NASL id FEDORA_2018-D1E263E68E.NASL description Security fix for CVE-2018-5702 (Mitigate dns rebinding attacks against daemon) Note that Tenable Network Security has extracted the preceding description block directly from the Fedora update system website. Tenable has attempted to automatically clean and format it as much as possible without introducing additional issues. last seen 2020-06-05 modified 2018-01-18 plugin id 106113 published 2018-01-18 reporter This script is Copyright (C) 2018-2020 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/106113 title Fedora 27 : transmission (2018-d1e263e68e) code #%NASL_MIN_LEVEL 80502 # # (C) Tenable Network Security, Inc. # # The descriptive text and package checks in this plugin were # extracted from Fedora Security Advisory FEDORA-2018-d1e263e68e. # include("compat.inc"); if (description) { script_id(106113); script_version("3.5"); script_set_attribute(attribute:"plugin_modification_date", value:"2020/06/04"); script_cve_id("CVE-2018-5702"); script_xref(name:"FEDORA", value:"2018-d1e263e68e"); script_name(english:"Fedora 27 : transmission (2018-d1e263e68e)"); script_summary(english:"Checks rpm output for the updated package."); script_set_attribute( attribute:"synopsis", value:"The remote Fedora host is missing a security update." ); script_set_attribute( attribute:"description", value: "Security fix for CVE-2018-5702 (Mitigate dns rebinding attacks against daemon) Note that Tenable Network Security has extracted the preceding description block directly from the Fedora update system website. Tenable has attempted to automatically clean and format it as much as possible without introducing additional issues." ); script_set_attribute( attribute:"see_also", value:"https://bodhi.fedoraproject.org/updates/FEDORA-2018-d1e263e68e" ); script_set_attribute( attribute:"solution", value:"Update the affected transmission package." ); script_set_cvss_base_vector("CVSS2#AV:N/AC:M/Au:N/C:P/I:P/A:P"); script_set_cvss_temporal_vector("CVSS2#E:POC/RL:OF/RC:C"); script_set_cvss3_base_vector("CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H"); script_set_cvss3_temporal_vector("CVSS:3.0/E:P/RL:O/RC:C"); script_set_attribute(attribute:"exploitability_ease", value:"Exploits are available"); script_set_attribute(attribute:"exploit_available", value:"true"); script_set_attribute(attribute:"plugin_type", value:"local"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:fedoraproject:fedora:transmission"); script_set_attribute(attribute:"cpe", value:"cpe:/o:fedoraproject:fedora:27"); script_set_attribute(attribute:"vuln_publication_date", value:"2018/01/15"); script_set_attribute(attribute:"patch_publication_date", value:"2018/01/17"); script_set_attribute(attribute:"plugin_publication_date", value:"2018/01/18"); script_set_attribute(attribute:"generated_plugin", value:"current"); script_end_attributes(); script_category(ACT_GATHER_INFO); script_copyright(english:"This script is Copyright (C) 2018-2020 and is owned by Tenable, Inc. or an Affiliate thereof."); script_family(english:"Fedora Local Security Checks"); script_dependencies("ssh_get_info.nasl"); script_require_keys("Host/local_checks_enabled", "Host/RedHat/release", "Host/RedHat/rpm-list"); exit(0); } include("audit.inc"); include("global_settings.inc"); include("rpm.inc"); if (!get_kb_item("Host/local_checks_enabled")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED); release = get_kb_item("Host/RedHat/release"); if (isnull(release) || "Fedora" >!< release) audit(AUDIT_OS_NOT, "Fedora"); os_ver = pregmatch(pattern: "Fedora.*release ([0-9]+)", string:release); if (isnull(os_ver)) audit(AUDIT_UNKNOWN_APP_VER, "Fedora"); os_ver = os_ver[1]; if (! preg(pattern:"^27([^0-9]|$)", string:os_ver)) audit(AUDIT_OS_NOT, "Fedora 27", "Fedora " + os_ver); if (!get_kb_item("Host/RedHat/rpm-list")) audit(AUDIT_PACKAGE_LIST_MISSING); cpu = get_kb_item("Host/cpu"); if (isnull(cpu)) audit(AUDIT_UNKNOWN_ARCH); if ("x86_64" >!< cpu && cpu !~ "^i[3-6]86$") audit(AUDIT_LOCAL_CHECKS_NOT_IMPLEMENTED, "Fedora", cpu); flag = 0; if (rpm_check(release:"FC27", reference:"transmission-2.92-11.fc27")) flag++; if (flag) { security_report_v4( port : 0, severity : SECURITY_WARNING, extra : rpm_report_get() ); exit(0); } else { tested = pkg_tests_get(); if (tested) audit(AUDIT_PACKAGE_NOT_AFFECTED, tested); else audit(AUDIT_PACKAGE_NOT_INSTALLED, "transmission"); }
NASL family Amazon Linux Local Security Checks NASL id ALA_ALAS-2018-950.NASL description Transmission relies on X-Transmission-Session-Id (which is not a forbidden header for Fetch) for access control, which allows remote attackers to execute arbitrary RPC commands, and consequently write to arbitrary files, via POST requests to /transmission/rpc in conjunction with a DNS rebinding attack. (CVE-2018-5702) last seen 2020-06-01 modified 2020-06-02 plugin id 106695 published 2018-02-09 reporter This script is Copyright (C) 2018-2019 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/106695 title Amazon Linux AMI : transmission (ALAS-2018-950) NASL family Debian Local Security Checks NASL id DEBIAN_DLA-1246.NASL description Tavis Ormandy discovered a vulnerability in the Transmission BitTorrent client; insecure RPC handling between the Transmission daemon and the client interface(s) may result in the execution of arbitrary code if a user visits a malicious website while Transmission is running. For Debian 7 last seen 2020-03-17 modified 2018-01-19 plugin id 106173 published 2018-01-19 reporter This script is Copyright (C) 2018-2020 Tenable Network Security, Inc. source https://www.tenable.com/plugins/nessus/106173 title Debian DLA-1246-1 : transmission security update NASL family Gentoo Local Security Checks NASL id GENTOO_GLSA-201806-07.NASL description The remote host is affected by the vulnerability described in GLSA-201806-07 (Transmission: Remote code execution) A vulnerability was discovered in how Transmission handles access control through the X-Transmission-Session-Id. Impact : A remote attacker could execute arbitrary RFC commands or consequently conduct a DNS rebinding attack. Workaround : There is no known workaround at this time. last seen 2020-06-01 modified 2020-06-02 plugin id 110616 published 2018-06-20 reporter This script is Copyright (C) 2018-2019 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/110616 title GLSA-201806-07 : Transmission: Remote code execution NASL family Ubuntu Local Security Checks NASL id UBUNTU_USN-3533-1.NASL description It was discovered that Transmission incorrectly handled certain POST requests to the RPC server and allowed DNS rebinding attack. An attacker could possibly use this issue to execute arbitrary code. Note that Tenable Network Security has extracted the preceding description block directly from the Ubuntu security advisory. Tenable has attempted to automatically clean and format it as much as possible without introducing additional issues. last seen 2020-06-01 modified 2020-06-02 plugin id 106096 published 2018-01-17 reporter Ubuntu Security Notice (C) 2018-2019 Canonical, Inc. / NASL script (C) 2018-2019 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/106096 title Ubuntu 14.04 LTS / 16.04 LTS / 17.10 : transmission vulnerability (USN-3533-1) NASL family Debian Local Security Checks NASL id DEBIAN_DSA-4087.NASL description Tavis Ormandy discovered a vulnerability in the Transmission BitTorrent client; insecure RPC handling between the Transmission daemon and the client interface(s) may result in the execution of arbitrary code if a user visits a malicious website while Transmission is running. last seen 2020-06-01 modified 2020-06-02 plugin id 105802 published 2018-01-15 reporter This script is Copyright (C) 2018-2019 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/105802 title Debian DSA-4087-1 : transmission - security update
The Hacker News
id | THN:8765E8456C091FCC37F23EF475C3585D |
last seen | 2018-01-27 |
modified | 2018-01-16 |
published | 2018-01-15 |
reporter | Swati Khandelwal |
source | https://thehackernews.com/2018/01/bittorent-transmission-hacking.html |
title | Flaw in Popular Transmission BitTorrent Client Lets Hackers Control Your PC Remotely |
References
- https://bugs.chromium.org/p/project-zero/issues/detail?id=1447
- https://github.com/transmission/transmission/pull/468
- https://lists.debian.org/debian-lts-announce/2018/01/msg00020.html
- https://security.gentoo.org/glsa/201806-07
- https://twitter.com/taviso/status/951526615145566208
- https://www.debian.org/security/2018/dsa-4087
- https://www.exploit-db.com/exploits/43665/