From c5c1a596f9cc0ead78470c639e2c600ed3fc8293 Mon Sep 17 00:00:00 2001 From: Avital Ostromich Date: Wed, 25 Mar 2020 18:55:37 -0400 Subject: [PATCH] Add affected and fixed version info to description --- 2019/15xxx/CVE-2019-15795.json | 2 +- 2019/15xxx/CVE-2019-15796.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/2019/15xxx/CVE-2019-15795.json b/2019/15xxx/CVE-2019-15795.json index c35d834e05c..9fa92e51626 100644 --- a/2019/15xxx/CVE-2019-15795.json +++ b/2019/15xxx/CVE-2019-15795.json @@ -71,7 +71,7 @@ "description_data": [ { "lang": "eng", - "value": "python-apt only checks the MD5 sums of downloaded files in `Version.fetch_binary()` and `Version.fetch_source()` of apt/package.py allowing a man-in-the-middle attack which could potentially be used to install altered packages." + "value": "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 fixed in versions 1.9.0ubuntu1.2, 1.6.5ubuntu0.1, 1.1.0~beta1ubuntu0.16.04.7, 0.9.3.5ubuntu3+esm2, and 0.8.3ubuntu7.5." } ] }, diff --git a/2019/15xxx/CVE-2019-15796.json b/2019/15xxx/CVE-2019-15796.json index e4fca7aea1a..8e4635a79ca 100644 --- a/2019/15xxx/CVE-2019-15796.json +++ b/2019/15xxx/CVE-2019-15796.json @@ -77,7 +77,7 @@ "description_data": [ { "lang": "eng", - "value": "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. This allows downloads from unsigned repositories which shouldn't be allowed." + "value": "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 has been fixed in verisions 1.9.5, 1.9.0ubuntu1.2, 1.6.5ubuntu0.1, 1.1.0~beta1ubuntu0.16.04.7, 0.9.3.5ubuntu3+esm2, and 0.8.3ubuntu7.5." } ] },