VYPR

Python Apt

by Debian

CVEs (2)

  • CVE-2019-15796MedMar 26, 2020
    risk 0.31cvss 4.7epss 0.01

    Python-apt doesn't check if hashes are signed in `Version.fetch_binary()` and `Version.fetch_source()` of apt/package.py or in `_fetch_archives()` of apt/cache.py in version 1.9.3ubuntu2 and earlier. This allows downloads from unsigned repositories which shouldn't be allowed and…

  • CVE-2019-15795MedMar 26, 2020
    risk 0.31cvss 4.7epss 0.00

    python-apt only checks the MD5 sums of downloaded files in `Version.fetch_binary()` and `Version.fetch_source()` of apt/package.py in version 1.9.0ubuntu1 and earlier. This allows a man-in-the-middle attack which could potentially be used to install altered packages and has been…