-
Notifications
You must be signed in to change notification settings - Fork 140
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-52046 & CVE-2024-53990 #368
Comments
I am just reporting this issue, but according to engineers at my company, simply upgrading the mina version to one without the vulnerability did not resolve the problem. Although the connector remains in the 'running' status, it is not functioning correctly :( |
We fixed the mina-core vulnerability by downloading the .jar dependencies and importing them using the following Dockerfile commands: Example:
Mina-core website: https://mina.apache.org/mina-project/ |
This issue will be addressed in the upcoming quarterly patch release. |
when is the next release planned, we have to report on the progress of this CVE, as it's a Critical Vulnerability. if this take's to long we will need to implement a fix ourself. |
When using
cp-kafka-connect:7.8.0
, CVE's scanners are showing 2 critical CVE's:CVE-2024-52046 & CVE-2024-53990.
See below table:
Example Dockerfile:
docker build -t kc:v7.8.0 .
trivy image --scanners vuln --severity HIGH,CRITICAL kc:v7.8.0
The text was updated successfully, but these errors were encountered: