First published: Mon Feb 24 2020(Updated: )
pacman before 5.2 is vulnerable to arbitrary command injection in conf.c in the download_with_xfercommand() function. This can be exploited when unsigned databases are used. To exploit the vulnerability, the user must enable a non-default XferCommand and retrieve an attacker-controlled crafted database and package.
Credit: cve@mitre.org
Affected Software | Affected Version | How to fix |
---|---|---|
Pacman Project | <5.2 | |
Red Hat Fedora | =30 | |
Red Hat Fedora | =31 | |
Red Hat Fedora | =32 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2019-18182 is classified as a high severity vulnerability due to its potential for arbitrary command injection.
To fix CVE-2019-18182, upgrade Pacman to version 5.2 or later, which addresses the vulnerability.
CVE-2019-18182 affects versions of Pacman before 5.2 and specifically impacts Fedora versions 30 to 32 using unsigned databases.
CVE-2019-18182 can be exploited by an attacker when a user configures a non-default XferCommand and retrieves a maliciously crafted database.
The primary issue with CVE-2019-18182 is arbitrary command injection in the download_with_xfercommand() function.