1. Gentoo Linux Security Advisory
| Advisory Reference | GLSA 200902-05 / ktorrent |
| Release Date | February 23, 2009 |
| Latest Revision | February 23, 2009: 01 |
| Impact | high |
| Exploitable | remote |
| Package | Vulnerable versions | Unaffected versions | Architecture(s) |
| net-p2p/ktorrent | < 2.2.8 | >= 2.2.8 | All supported architectures |
Related bugreports: #244741
Two vulnerabilities in the web interface plugin in KTorrent allow for remote execution of code and arbitrary torrent uploads.
KTorrent is a BitTorrent program for KDE.
The web interface plugin does not restrict access to the torrent upload functionality (CVE-2008-5905) and does not sanitize request parameters properly (CVE-2008-5906) .
A remote attacker could send specially crafted parameters to the web interface that would allow for arbitrary torrent uploads and remote code execution with the privileges of the KTorrent process.
Disabling the web interface plugin will prevent exploitation of both issues. Click "Plugins" in the configuration menu and uncheck the checkbox left of "WebInterface", then apply the changes.
All KTorrent users should upgrade to the latest version:
Code Listing 3.1: Resolution |
# emerge --sync # emerge --ask --oneshot --verbose ">=net-p2p/ktorrent-2.2.8" |