mirror of
https://github.com/NginxProxyManager/docker-nginx-full.git
synced 2026-04-24 22:55:58 +03:00
[GH-ISSUE #1] OpenSSL needs urgent update (CVE-2021-3711 and CVE-2021-3712) #2
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/docker-nginx-full#2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mgutt on GitHub (Aug 31, 2021).
Original GitHub issue: https://github.com/NginxProxyManager/docker-nginx-full/issues/1
This Debian release contains OpenSSL 1.1.1d, but we need 1.1.1l:
https://www.openssl.org/news/secadv/20210824.txt
EDIT: Ok, I found out that Debian fixed 1.1.1d, so we don't need to update to 1.1.1l:
https://security-tracker.debian.org/tracker/CVE-2021-3711
Verified as follows:
@jc21 commented on GitHub (Sep 1, 2021):
Feel free to create a PR to install your required version here.
@mgutt commented on GitHub (Sep 1, 2021):
It's not possible to install 1.1.1l in Debian Buster. But the issue is solved as it already contains the fixed version "1.1.1d-0+deb10u7".