Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump Epoch to fix CVEs #239

Merged
merged 1 commit into from
Apr 1, 2021
Merged

Bump Epoch to fix CVEs #239

merged 1 commit into from
Apr 1, 2021

Conversation

kaxil
Copy link
Contributor

@kaxil kaxil commented Apr 1, 2021

This should take care of the following CVEs:

+----------+------------------+----------+-------------------+------------------+--------------------------------------+
| LIBRARY  | VULNERABILITY ID | SEVERITY | INSTALLED VERSION |  FIXED VERSION   |                TITLE                 |
+----------+------------------+----------+-------------------+------------------+--------------------------------------+
| curl     | CVE-2020-8169    | HIGH     | 7.64.0-4+deb10u1  | 7.64.0-4+deb10u2 | libcurl: partial password            |
|          |                  |          |                   |                  | leak over DNS on HTTP redirect       |
|          |                  |          |                   |                  | -->avd.aquasec.com/nvd/cve-2020-8169 |
+          +------------------+          +                   +                  +--------------------------------------+
|          | CVE-2020-8177    |          |                   |                  | curl: Incorrect argument             |
|          |                  |          |                   |                  | check can allow remote servers       |
|          |                  |          |                   |                  | to overwrite local files...          |
|          |                  |          |                   |                  | -->avd.aquasec.com/nvd/cve-2020-8177 |
+          +------------------+          +                   +                  +--------------------------------------+
|          | CVE-2020-8231    |          |                   |                  | curl: Expired pointer                |
|          |                  |          |                   |                  | dereference via multi API with       |
|          |                  |          |                   |                  | `CURLOPT_CONNECT_ONLY` option set    |
|          |                  |          |                   |                  | -->avd.aquasec.com/nvd/cve-2020-8231 |
+          +------------------+          +                   +                  +--------------------------------------+
|          | CVE-2020-8285    |          |                   |                  | curl: malicious FTP server can       |
|          |                  |          |                   |                  | trigger stack overflow when          |
|          |                  |          |                   |                  | CURLOPT_CHUNK_BGN_FUNCTION           |
|          |                  |          |                   |                  | is used...                           |
|          |                  |          |                   |                  | -->avd.aquasec.com/nvd/cve-2020-8285 |
+          +------------------+          +                   +                  +--------------------------------------+
|          | CVE-2020-8286    |          |                   |                  | curl: inferior OCSP verification     |
|          |                  |          |                   |                  | -->avd.aquasec.com/nvd/cve-2020-8286 |
+----------+------------------+          +                   +                  +--------------------------------------+
| libcurl4 | CVE-2020-8169    |          |                   |                  | libcurl: partial password            |
|          |                  |          |                   |                  | leak over DNS on HTTP redirect       |
|          |                  |          |                   |                  | -->avd.aquasec.com/nvd/cve-2020-8169 |
+          +------------------+          +                   +                  +--------------------------------------+
|          | CVE-2020-8177    |          |                   |                  | curl: Incorrect argument             |
|          |                  |          |                   |                  | check can allow remote servers       |
|          |                  |          |                   |                  | to overwrite local files...          |
|          |                  |          |                   |                  | -->avd.aquasec.com/nvd/cve-2020-8177 |
+          +------------------+          +                   +                  +--------------------------------------+
|          | CVE-2020-8231    |          |                   |                  | curl: Expired pointer                |
|          |                  |          |                   |                  | dereference via multi API with       |
|          |                  |          |                   |                  | `CURLOPT_CONNECT_ONLY` option set    |
|          |                  |          |                   |                  | -->avd.aquasec.com/nvd/cve-2020-8231 |
+          +------------------+          +                   +                  +--------------------------------------+
|          | CVE-2020-8285    |          |                   |                  | curl: malicious FTP server can       |
|          |                  |          |                   |                  | trigger stack overflow when          |
|          |                  |          |                   |                  | CURLOPT_CHUNK_BGN_FUNCTION           |
|          |                  |          |                   |                  | is used...                           |
|          |                  |          |                   |                  | -->avd.aquasec.com/nvd/cve-2020-8285 |
+          +------------------+          +                   +                  +--------------------------------------+
|          | CVE-2020-8286    |          |                   |                  | curl: inferior OCSP verification     |
|          |                  |          |                   |                  | -->avd.aquasec.com/nvd/cve-2020-8286 |
+----------+------------------+----------+-------------------+------------------+--------------------------------------+

This should take care of the following CVEs:

```
+----------+------------------+----------+-------------------+------------------+--------------------------------------+
| LIBRARY  | VULNERABILITY ID | SEVERITY | INSTALLED VERSION |  FIXED VERSION   |                TITLE                 |
+----------+------------------+----------+-------------------+------------------+--------------------------------------+
| curl     | CVE-2020-8169    | HIGH     | 7.64.0-4+deb10u1  | 7.64.0-4+deb10u2 | libcurl: partial password            |
|          |                  |          |                   |                  | leak over DNS on HTTP redirect       |
|          |                  |          |                   |                  | -->avd.aquasec.com/nvd/cve-2020-8169 |
+          +------------------+          +                   +                  +--------------------------------------+
|          | CVE-2020-8177    |          |                   |                  | curl: Incorrect argument             |
|          |                  |          |                   |                  | check can allow remote servers       |
|          |                  |          |                   |                  | to overwrite local files...          |
|          |                  |          |                   |                  | -->avd.aquasec.com/nvd/cve-2020-8177 |
+          +------------------+          +                   +                  +--------------------------------------+
|          | CVE-2020-8231    |          |                   |                  | curl: Expired pointer                |
|          |                  |          |                   |                  | dereference via multi API with       |
|          |                  |          |                   |                  | `CURLOPT_CONNECT_ONLY` option set    |
|          |                  |          |                   |                  | -->avd.aquasec.com/nvd/cve-2020-8231 |
+          +------------------+          +                   +                  +--------------------------------------+
|          | CVE-2020-8285    |          |                   |                  | curl: malicious FTP server can       |
|          |                  |          |                   |                  | trigger stack overflow when          |
|          |                  |          |                   |                  | CURLOPT_CHUNK_BGN_FUNCTION           |
|          |                  |          |                   |                  | is used...                           |
|          |                  |          |                   |                  | -->avd.aquasec.com/nvd/cve-2020-8285 |
+          +------------------+          +                   +                  +--------------------------------------+
|          | CVE-2020-8286    |          |                   |                  | curl: inferior OCSP verification     |
|          |                  |          |                   |                  | -->avd.aquasec.com/nvd/cve-2020-8286 |
+----------+------------------+          +                   +                  +--------------------------------------+
| libcurl4 | CVE-2020-8169    |          |                   |                  | libcurl: partial password            |
|          |                  |          |                   |                  | leak over DNS on HTTP redirect       |
|          |                  |          |                   |                  | -->avd.aquasec.com/nvd/cve-2020-8169 |
+          +------------------+          +                   +                  +--------------------------------------+
|          | CVE-2020-8177    |          |                   |                  | curl: Incorrect argument             |
|          |                  |          |                   |                  | check can allow remote servers       |
|          |                  |          |                   |                  | to overwrite local files...          |
|          |                  |          |                   |                  | -->avd.aquasec.com/nvd/cve-2020-8177 |
+          +------------------+          +                   +                  +--------------------------------------+
|          | CVE-2020-8231    |          |                   |                  | curl: Expired pointer                |
|          |                  |          |                   |                  | dereference via multi API with       |
|          |                  |          |                   |                  | `CURLOPT_CONNECT_ONLY` option set    |
|          |                  |          |                   |                  | -->avd.aquasec.com/nvd/cve-2020-8231 |
+          +------------------+          +                   +                  +--------------------------------------+
|          | CVE-2020-8285    |          |                   |                  | curl: malicious FTP server can       |
|          |                  |          |                   |                  | trigger stack overflow when          |
|          |                  |          |                   |                  | CURLOPT_CHUNK_BGN_FUNCTION           |
|          |                  |          |                   |                  | is used...                           |
|          |                  |          |                   |                  | -->avd.aquasec.com/nvd/cve-2020-8285 |
+          +------------------+          +                   +                  +--------------------------------------+
|          | CVE-2020-8286    |          |                   |                  | curl: inferior OCSP verification     |
|          |                  |          |                   |                  | -->avd.aquasec.com/nvd/cve-2020-8286 |
+----------+------------------+----------+-------------------+------------------+--------------------------------------+
```
@kaxil kaxil merged commit 6522368 into master Apr 1, 2021
@kaxil kaxil deleted the fix-cve branch April 1, 2021 18:21
kaxil added a commit that referenced this pull request Jul 23, 2021
Astronomer Certified 1.10.7-19, TBC
--------------------------------------------

### Bug Fixes

- Exclude ``yarn.lock`` from built Python wheel file (#16577) ([commit](astronomer/airflow@fc685c2ad))
- Only allow webserver to request from the worker log server (#16754) ([commit](astronomer/airflow@878e7aac4))

Astronomer Certified 1.10.10-9, TBC
--------------------------------------------

### Bug Fixes

- Exclude ``yarn.lock`` from built Python wheel file (#16577) ([commit](astronomer/airflow@06804608f))
- Only allow webserver to request from the worker log server (#16754) ([commit](astronomer/airflow@1df632588))
- Dockerfile: Add constraint for installed Airflow version (#274) ([commit](60174ec))
- Dockerfile: Upgrade Fab sec manager to 1.6.0 (#272) ([commit](417fd59))
- Dockerfile: Update / Override PIP version in Env Vars (#263) ([commit](ab60218))

Astronomer Certified 1.10.12-5, TBC
-----------------------------------------------

### Bugfixes

- Only allow webserver to request from the worker log server (#16754) ([commit](astronomer/airflow@0ec3decda))
- Exclude ``yarn.lock`` from built Python wheel file (#16577) ([commit](astronomer/airflow@492573cd7))
- [backport] Fix bug with `executor_config` and Volumes ([commit](astronomer/airflow@ae9a5ed41))
- Dockerfile: Add constraint for installed Airflow version (#274) ([commit](60174ec))
- Dockerfile: Update / Override PIP version in Env Vars (#263) ([commit](ab60218))
- Dockerfile: Bump Epoch to fix CVEs (#239) ([commit](6522368))
- Dockerfile: Add missing '--no-cache-dir' in 1.10.12 alpine image (#230) ([commit](6cc5015))

Astronomer Certified 1.10.14-4, TBC
------------------------------------------

### Bugfixes

- Exclude ``yarn.lock`` from built Python wheel file (#16577) ([commit](astronomer/airflow@25d46e4e9))
- [backport] Fix bug with `executor_config` and Volumes ([commit](astronomer/airflow@e268afd5c))
- Only allow webserver to request from the worker log server (#16754) ([commit](astronomer/airflow@815dcd5b4))
- Dockerfile: Add constraint for installed Airflow version (#274) ([commit](60174ec))
- Dockerfile: Update / Override PIP version in Env Vars (#263) ([commit](ab60218))
- Dockerfile: Bump Epoch to fix CVEs (#239) ([commit](6522368))
kaxil added a commit that referenced this pull request Jul 23, 2021
Astronomer Certified 1.10.7-19, TBC
--------------------------------------------

### Bug Fixes

- Exclude ``yarn.lock`` from built Python wheel file (#16577) ([commit](astronomer/airflow@fc685c2ad))
- Only allow webserver to request from the worker log server (#16754) ([commit](astronomer/airflow@878e7aac4))

Astronomer Certified 1.10.10-9, TBC
--------------------------------------------

### Bug Fixes

- Exclude ``yarn.lock`` from built Python wheel file (#16577) ([commit](astronomer/airflow@06804608f))
- Only allow webserver to request from the worker log server (#16754) ([commit](astronomer/airflow@1df632588))
- Dockerfile: Add constraint for installed Airflow version (#274) ([commit](60174ec))
- Dockerfile: Upgrade Fab sec manager to 1.6.0 (#272) ([commit](417fd59))
- Dockerfile: Update / Override PIP version in Env Vars (#263) ([commit](ab60218))

Astronomer Certified 1.10.12-5, TBC
-----------------------------------------------

### Bugfixes

- Only allow webserver to request from the worker log server (#16754) ([commit](astronomer/airflow@0ec3decda))
- Exclude ``yarn.lock`` from built Python wheel file (#16577) ([commit](astronomer/airflow@492573cd7))
- [backport] Fix bug with `executor_config` and Volumes ([commit](astronomer/airflow@ae9a5ed41))
- Dockerfile: Add constraint for installed Airflow version (#274) ([commit](60174ec))
- Dockerfile: Update / Override PIP version in Env Vars (#263) ([commit](ab60218))
- Dockerfile: Bump Epoch to fix CVEs (#239) ([commit](6522368))
- Dockerfile: Add missing '--no-cache-dir' in 1.10.12 alpine image (#230) ([commit](6cc5015))

Astronomer Certified 1.10.14-4, TBC
------------------------------------------

### Bugfixes

- Exclude ``yarn.lock`` from built Python wheel file (#16577) ([commit](astronomer/airflow@25d46e4e9))
- [backport] Fix bug with `executor_config` and Volumes ([commit](astronomer/airflow@e268afd5c))
- Only allow webserver to request from the worker log server (#16754) ([commit](astronomer/airflow@815dcd5b4))
- Dockerfile: Add constraint for installed Airflow version (#274) ([commit](60174ec))
- Dockerfile: Update / Override PIP version in Env Vars (#263) ([commit](ab60218))
- Dockerfile: Bump Epoch to fix CVEs (#239) ([commit](6522368))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants