Skip to content
This repository has been archived by the owner on Mar 30, 2021. It is now read-only.

Address CVE-2019-3462 #44

Merged
merged 1 commit into from Mar 2, 2019
Merged

Address CVE-2019-3462 #44

merged 1 commit into from Mar 2, 2019

Conversation

emkll
Copy link
Contributor

@emkll emkll commented Feb 26, 2019

If a user has pulled the Debian/Ubuntu image prior to 20190122, the same image will be reused in the future since we do not pin versions of the image. We should explicitly specify the image version to include the apt fix.
Unfortunately this will mean that we should update these on occasion.
To test:

  • Ensure the images specified are not vulnerable to CVE-2019-3462
  • Ensure all Docker images in all scenarios have been updated

If a user has pulled the debian/ubuntu image prior to 20190122, the same image will be reused in the future since we do not pin versions of the image. We should explicitly specify the image version to include the apt fix.
@emkll emkll requested a review from conorsch February 26, 2019 14:14
@conorsch
Copy link
Contributor

conorsch commented Mar 2, 2019

Reviewed all docker-based scenarios and confirmed apt version is sufficient for patch. The minimum patched versions, per distro, are:

Platform Patched apt version
Debian Stretch 1.4.9
Debian Jessie 1.0.9.8.5
Ubuntu Trusty 1.0.1ubuntu2.19
Ubuntu Xenial 1.2.29ubuntu0.1

Output from each scenario:

grsecurity-build-ubuntu-trusty | SUCCESS | rc=0 >>
1.0.1ubuntu2.20

grsecurity-build-debian-jessie | SUCCESS | rc=0 >>
1.0.9.8.5

grsecurity-rebuild-securedrop-trusty | SUCCESS | rc=0 >>
1.2.29ubuntu0.1

grsec_build_jessie | SUCCESS | rc=0 >>
1.0.9.8.5

grsecurity-build-securedrop-trusty | SUCCESS | rc=0 >>
1.2.29ubuntu0.1

#grsecurity-build-unofficial-stretch | SUCCESS | rc=0 >>
1.4.9

grsecurity-build-stable3-stretch | SUCCESS | rc=0 >>
1.4.9

Those versions satisfy across the board.

@conorsch conorsch merged commit 313b551 into master Mar 2, 2019
@conorsch conorsch deleted the apt-fix-cve20193462 branch March 2, 2019 23:20
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants