-
-
Notifications
You must be signed in to change notification settings - Fork 15.1k
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
CVE-2021-44228 (Apache log4j) tracking issue #150288
Comments
Fixes CVE-2021-44228 #150288 (cherry picked from commit be4883e)
Will patch pkgs.signald tonight. |
Currently, the log4j update needed to mitigate CVE-2021-44228[1] is not yet part of a release, so we apply the commit[2] as patch for now. Relevant for NixOS#150288 [1] https://nvd.nist.gov/vuln/detail/CVE-2021-44228 [2] https://gitlab.com/signald/signald/-/commit/7f668062ab9ffa09a49d171e995f57cf0a0803a7
Equivalent to 79ab6a8 on `master`, but against 0.14.1. Relevant for NixOS#150288
Equivalent to 79ab6a8 on `master`, but against 0.14.1. Relevant for NixOS#150288
Would it be possible to hook a scanner like |
As soon as a new release of Jmeter is released, I'm going to update it. |
Fixes CVE-2021-44228. See #150288. (cherry picked from commit d2d9d4c)
I added a note on how to mitigate the attack for |
Note that the Log4J maintainers have made additional releases (2.16.0 and 2.12.2) which are now listed as the fix for CVE-2021-44228 (instead of 2.15). It fixes a (less severe) denial of service (CVE-2021-45046) and disables JNDI by default. Most downstream consumers will probably make yet another release... |
I'm working on updating ELK 7 and should have a PR ready soon. |
Upgrade bundled log4j to 2.12.3 (NixOS#150288)
Another PR for Jmeter: |
mediathekview might be affected. See PR #152261 |
Fixes CVE-2021-45105 (#150288) (cherry picked from commit 2654041)
Fixes CVE-2021-44228 and CVE-2021-45046 (#150288). (cherry picked from commit 63840ce)
Can we close this issue or is there any open task? |
From a quick look seems that Solr is the main one missing. |
Let's close this. Packages should either be patched by now, otherwise they're likely to be orphaned and suffer from other issues as well. In case of Solr it looks like it has plenty of vulnerability tags slapped onto it. |
Equivalent to 79ab6a8 on `master`, but against 0.14.1. Relevant for NixOS#150288 # Conflicts: # pkgs/applications/networking/instant-messengers/signald/default.nix
I used
nix-locate
to find instances of log4j v2 (possibly affected by CVE-2021-44228).Packages listed below contain a log4j jar. Note that shipping the log4j jar does not imply vulnerability nor exploitability. This list is not exhaustive for many reasons (using 21.11 as
nix-locate
index; packages not cached thus not indexed).Not vulnerable means I believe 21.05/21.11/unstable is not affected.
services.solr.extraJavaOptions = [ "-Dlog4j.formatMsgNoLookups=true" ];
to your configurationThe text was updated successfully, but these errors were encountered: