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

Update Netty to address critical CVEs #68

Open
bradbm opened this issue Apr 21, 2023 · 0 comments · May be fixed by #69
Open

Update Netty to address critical CVEs #68

bradbm opened this issue Apr 21, 2023 · 0 comments · May be fixed by #69

Comments

@bradbm
Copy link

bradbm commented Apr 21, 2023

Clouseau shades Netty 3.2.10, which contains
https://nvd.nist.gov/vuln/detail/CVE-2019-20444
https://nvd.nist.gov/vuln/detail/CVE-2019-20445

These both appear to relate to HttpObjectDecoder, which I see no references to in the Clouseau code. Looks like Clouseau only uses the org.jboss.netty.buffer.ChannelBuffer class.

jboss.netty 3.2.10 released in 2013, and has been moved to just netty, and 4.1.91 is the latest with 5.0.0 in pre-release.

Even if not exploitable, there is increasing demand from governments and enterprises to update dependencies regardless.

I'll open a PR and see if a simple version / name change happens to work

@bradbm bradbm linked a pull request Apr 21, 2023 that will close this issue
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 a pull request may close this issue.

1 participant