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

CVE-2024-47535 #193

Closed
eidherjulian61 opened this issue Nov 14, 2024 · 2 comments
Closed

CVE-2024-47535 #193

eidherjulian61 opened this issue Nov 14, 2024 · 2 comments

Comments

@eidherjulian61
Copy link

eidherjulian61 commented Nov 14, 2024

Vulnerability found in io.netty:netty-common version 4.1.92.Final. Fixed in 4.1.115.Final.

How to fix this: Change awssdk version to 2.29.12

implementation(platform('software.amazon.awssdk:bom:2.29.12'))

How to override this:

  1. Add exclusion to aws-msk-iam-auth dependency:
    <exclusion>
          <artifactId>netty-common</artifactId>
          <groupId>io.netty</groupId>
      </exclusion>
  1. Add dependency:
    <dependency>
        <groupId>io.netty</groupId>
        <artifactId>netty-common</artifactId>
        <version>4.1.115.Final</version>
    </dependency>
@azbw2
Copy link
Contributor

azbw2 commented Feb 21, 2025

software.amazon.awssdk:bom has been bumped in the latest release 2.3.0.

@azbw2 azbw2 closed this as completed Feb 21, 2025
Copy link

This issue is now closed. Comments on closed issues are hard for our team to see.
If you need more assistance, please open a new issue that references this one.

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

No branches or pull requests

2 participants