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

Vulnerabilities in dependencies of KSQL official container image #10611

Open
fmulero opened this issue Dec 17, 2024 · 1 comment
Open

Vulnerabilities in dependencies of KSQL official container image #10611

fmulero opened this issue Dec 17, 2024 · 1 comment

Comments

@fmulero
Copy link

fmulero commented Dec 17, 2024

Hi

I have recently analysed the latest release of the 7.8.0 CP-KSQL docker image that is published in your DockerHub image registry with Trivy (a vulnerability and security scanner). The scanner reports a critical vulnerability in several libraries:

$ trivy image  -q --vuln-type library confluentinc/cp-ksqldb-server:7.8.0 -s CRITICAL

Java (jar)

Total: 4 (CRITICAL: 4)

┌───────────────────────────────────────┬────────────────┬──────────┬────────┬───────────────────┬───────────────┬────────────────────────────────────────────────────────────┐
│                Library                │ Vulnerability  │ Severity │ Status │ Installed Version │ Fixed Version │                           Title                            │
├───────────────────────────────────────┼────────────────┼──────────┼────────┼───────────────────┼───────────────┼────────────────────────────────────────────────────────────┤
│ org.asynchttpclient:async-http-client │ CVE-2024-53990 │ CRITICAL │ fixed  │ 2.12.3            │ 2.12.4, 3.0.1 │ The AsyncHttpClient (AHC) library allows Java applications │
│ (telemetry-client-3.1518.0.jar)       │                │          │        │                   │               │ to easily e ...                                            │
│                                       │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2024-53990                 │
│                                       │                │          │        │                   │               │                                                            │
│                                       │                │          │        │                   │               │                                                            │
│                                       │                │          │        │                   │               │                                                            │
│                                       │                │          │        │                   │               │                                                            │
│                                       │                │          │        │                   │               │                                                            │
│                                       │                │          │        │                   │               │                                                            │
│                                       │                │          │        │                   │               │                                                            │
│                                       │                │          │        │                   │               │                                                            │
├───────────────────────────────────────┤                │          │        │                   │               │                                                            │
│ org.asynchttpclient:async-http-client │                │          │        │                   │               │                                                            │
│ (confluent-metrics-7.8.0-ce.jar)      │                │          │        │                   │               │                                                            │
│                                       │                │          │        │                   │               │                                                            │
└───────────────────────────────────────┴────────────────┴──────────┴────────┴───────────────────┴───────────────┴────────────────────────────────────────────────────────────┘

Do you have any information/statement about these CVEs related to your product? Is your software actually affected by them?

@fmulero fmulero changed the title CVE-2024-53990 in dependencies of KSQL official container image Vulnerabilities in dependencies of KSQL official container image Dec 27, 2024
@fmulero
Copy link
Author

fmulero commented Dec 27, 2024

New critical CVE has been detected: CVE-2024-52046

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant