Skip to content
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.

Commit

Permalink
Update log4j to 2.17.1 (#2676)
Browse files Browse the repository at this point in the history
Summary: Updates log4j to avoid a 0day RCE vulnerability. See https://www.lunasec.io/docs/blog/log4j-zero-day/

Reviewed By: chatura-atapattu

fbshipit-source-id: fb46a5204300bffc584176a86589d329b5969756

Co-authored-by: Milen Dzhumerov <[email protected]>
  • Loading branch information
scottcao and milend authored Jan 13, 2022
1 parent c79e653 commit 0e72e40
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -247,8 +247,8 @@
<include name="xz-java-1.5/xz-1.5.jar" />
<include name="zstd-jni/zstd-jni-1.4.0-1.jar" />
<include name="remote-apis/remote-apis.jar" />
<include name="log4j2/log4j-api-2.13.0.jar" />
<include name="log4j2/log4j-core-2.13.0.jar" />
<include name="log4j2/log4j-api-2.17.1.jar" />
<include name="log4j2/log4j-core-2.17.1.jar" />

<!-- maven interop -->
<include name="aether/aether-api-1.0.2.v20150114.jar" />
Expand Down
4 changes: 2 additions & 2 deletions third-party/java/log4j2/BUCK
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
prebuilt_jar(
name = "log4j2-api",
binary_jar = "log4j-api-2.13.0.jar",
binary_jar = "log4j-api-2.17.1.jar",
licenses = [
"LICENSE",
],
Expand All @@ -12,7 +12,7 @@ prebuilt_jar(

prebuilt_jar(
name = "log4j2-core",
binary_jar = "log4j-core-2.13.0.jar",
binary_jar = "log4j-core-2.17.1.jar",
licenses = [
"LICENSE",
],
Expand Down
Binary file not shown.
Binary file added third-party/java/log4j2/log4j-api-2.17.1.jar
Binary file not shown.
Binary file not shown.
Binary file added third-party/java/log4j2/log4j-core-2.17.1.jar
Binary file not shown.

1 comment on commit 0e72e40

@hakerbaya
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi i reported that bug in facebook whitehat bug bounty program a month ago, please confirm buck was vulnerable to log4j and you fixed it after my report with this case number Case number: 1907853942748226
https://www.facebook.com/support/?item_id=1907853942748226

They Triaged it and misjudged it

Please sign in to comment.