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

Request to update log4j to patch CVE-2021-44228 #1361

Closed
setu4993 opened this issue Dec 11, 2021 · 6 comments
Closed

Request to update log4j to patch CVE-2021-44228 #1361

setu4993 opened this issue Dec 11, 2021 · 6 comments
Assignees
Labels
bug Something isn't working urgent

Comments

@setu4993
Copy link

I do see that this package uses log4j, but I haven't been able to find what version (my lack of familiarity with Java packaging) and if it is affected by CVE-2021-44228.

Making a request to update this sensitive CVE soon if it is affected. Thanks!

@msaroufim msaroufim added bug Something isn't working urgent labels Dec 11, 2021
@jebeaudet
Copy link

BTW this project uses the version 1.2.17 which is not vulnerable to CVE-2021-44228. It is however vulnerable to CVE-2019-17571 but this one is much much less probable to be vulnerable.

image

https://scans.gradle.com/s/dbu4bwe3crqck/dependencies?toggled=W1swXSxbMCwwXSxbMCwwLFsxOV1dLFswLDAsWzE5LDIyXV1d

@agronskiy
Copy link

agronskiy commented Dec 13, 2021

Found the same in the 5.0-cpu docker:

root@368845d80ba5:~/.gradle/caches/modules-2/files-2.1/log4j/log4j/1.2.17/5af35056b4d257e4b64b9e8069c0746e8b08629f# ll
total 488
drwxr-xr-x 2 root root   4096 Nov 17 18:42 ./
drwxr-xr-x 4 root root   4096 Nov 17 18:42 ../
-rw-r--r-- 1 root root 489884 Nov 17 18:42 log4j-1.2.17.jar

The only explicitly installed package is slf4j which seems to be an adaptor to log4j1.2

root@368845d80ba5:/# apt list --installed | grep 4j

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

libslf4j-java/bionic,now 1.7.25-3 all [installed,automatic]

Sounds like indeed 2.0 is not there.

@jebeaudet
Copy link

slf4j is an api
slf4j-log4j12 is an implementation of slf4j using log4j 1.2 (log4j12 -> log4j 1.2)

@lxning lxning mentioned this issue Dec 13, 2021
10 tasks
@getElementsByName
Copy link

How about netty? Netty is using the 2.6.2 log4j (The reported vulnerable version in CVE-2021-44228)

@lxning lxning mentioned this issue Dec 14, 2021
10 tasks
@adumit
Copy link

adumit commented Dec 15, 2021

Hi, do you know, @lxning, when the latest version with the update (0.5.1) will be released? Looks like it was merged and could be ready to go.

@lxning lxning self-assigned this Dec 16, 2021
@lxning
Copy link
Collaborator

lxning commented Dec 16, 2021

v0.5.1 is released today,

@lxning lxning closed this as completed Dec 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working urgent
Projects
None yet
Development

No branches or pull requests

7 participants