Skip to content

Update Log4J version to fix CVE - #636

Open
Stefan9283 wants to merge 1 commit into
mainfrom
stefantm/log4j_2.25.5
Open

Update Log4J version to fix CVE#636
Stefan9283 wants to merge 1 commit into
mainfrom
stefantm/log4j_2.25.5

Conversation

@Stefan9283

Copy link
Copy Markdown
Collaborator

Issue #, if available:
None

Description of changes:
This version bump fixes a log corruption related CVE (https://nvd.nist.gov/vuln/detail/CVE-2026-49844)

Target (OCI, Managed Runtime, both):
Both

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.


<groupId>com.amazonaws</groupId>
<artifactId>aws-lambda-java-log4j2</artifactId>
<version>1.6.4-SNAPSHOT</version>

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

This will be done automatically by the new release process.

<groupId>com.amazonaws</groupId>
<artifactId>aws-lambda-java-log4j2</artifactId>
<version>1.6.4</version>
<version>1.6.5</version>

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

should be back 1.6.4 because it will fail until it's not tested.

<maven.compiler.target>21</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<log4j.version>2.25.4</log4j.version>
<log4j.version>2.25.5</log4j.version>

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

To be super sure we can do that after.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

Looks like it passed with the version bump.

@Stefan9283
Stefan9283 force-pushed the stefantm/log4j_2.25.5 branch from 22cabd5 to b908838 Compare August 20, 2026 13:27

@darklight3it darklight3it left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

LGTM 🚀

@Stefan9283
Stefan9283 force-pushed the stefantm/log4j_2.25.5 branch from b908838 to 757f559 Compare August 20, 2026 14:55
@Stefan9283
Stefan9283 force-pushed the stefantm/log4j_2.25.5 branch from 757f559 to 18c3a66 Compare August 20, 2026 15:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants