-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
[Zookeeper] CVE issues found in bitnami/zookeeper:3.8.2-debian-11-r27 #74010
Comments
I understand your concern about security vulnerabilities. We regularly update our images with the latest system packages; however, certain CVEs may persist until they are patched in the OS or application. Additionally, some CVEs remain unfixed due to the absence of available patches. In vulnerability scanners like Trivy, you can use the The Bitnami Application Catalog (OpenSource) is built on Debian 12 (Debian 11 was discontinued from the public catalog long time ago). Additionally, as part of VMware, Bitnami offers a custom container and Helm Charts catalog based on various base images, such as Debian 11 & 12, PhotonOS 5, Ubuntu 22.04 & 24.04, RedHat UBI 8 & 9, and custom golden images. You can explore these options through the VMware Tanzu Application Catalog. For instance, in the case of Zookeeper, the latest version for branch 3.8 is 3.8.4. This version contains some fixable CVEs in the Java jar itself, which is something that needs to be fixed by a new upstream release: $ trivy image bitnami/zookeeper:3.8.4 --scanners vuln --ignore-unfixed
2024-10-28T17:16:27+01:00 INFO [vuln] Vulnerability scanning is enabled
2024-10-28T17:16:42+01:00 INFO Detected OS family="debian" version="12.7"
2024-10-28T17:16:42+01:00 INFO [debian] Detecting vulnerabilities... os_version="12" pkg_num=122
2024-10-28T17:16:42+01:00 INFO Number of language-specific files num=6
2024-10-28T17:16:42+01:00 INFO [gobinary] Detecting vulnerabilities...
2024-10-28T17:16:42+01:00 INFO [bitnami] Detecting vulnerabilities...
2024-10-28T17:16:42+01:00 INFO [jar] Detecting vulnerabilities...
2024-10-28T17:16:42+01:00 WARN Using severities from other vendors for some vulnerabilities. Read https://aquasecurity.github.io/trivy/v0.56/docs/scanner/vulnerability#severity-selection for details.
bitnami/zookeeper:3.8.4 (debian 12.7)
Total: 0 (UNKNOWN: 0, LOW: 0, MEDIUM: 0, HIGH: 0, CRITICAL: 0)
2024-10-28T17:16:42+01:00 INFO Table result includes only package filenames. Use '--format json' option to get the full path to the package file.
Java (jar)
Total: 3 (UNKNOWN: 0, LOW: 1, MEDIUM: 1, HIGH: 1, CRITICAL: 0)
┌───────────────────────────────────────────────┬────────────────┬──────────┬────────┬───────────────────┬──────────────────────────────────┬───────────────────────────────────────────────────────────┐
│ Library │ Vulnerability │ Severity │ Status │ Installed Version │ Fixed Version │ Title │
├───────────────────────────────────────────────┼────────────────┼──────────┼────────┼───────────────────┼──────────────────────────────────┼───────────────────────────────────────────────────────────┤
│ commons-io:commons-io (commons-io-2.11.0.jar) │ CVE-2024-47554 │ HIGH │ fixed │ 2.11.0 │ 2.14.0 │ apache-commons-io: Possible denial of service attack on │
│ │ │ │ │ │ │ untrusted input to XmlStreamReader │
│ │ │ │ │ │ │ https://avd.aquasec.com/nvd/cve-2024-47554 │
├───────────────────────────────────────────────┼────────────────┼──────────┤ ├───────────────────┼──────────────────────────────────┼───────────────────────────────────────────────────────────┤
│ org.eclipse.jetty:jetty-http │ CVE-2024-6763 │ LOW │ │ 9.4.53.v20231009 │ 12.0.12 │ org.eclipse.jetty:jetty-http: jetty: Jetty URI parsing of │
│ (jetty-http-9.4.53.v20231009.jar) │ │ │ │ │ │ invalid authority │
│ │ │ │ │ │ │ https://avd.aquasec.com/nvd/cve-2024-6763 │
├───────────────────────────────────────────────┼────────────────┼──────────┤ │ ├──────────────────────────────────┼───────────────────────────────────────────────────────────┤
│ org.eclipse.jetty:jetty-server │ CVE-2024-8184 │ MEDIUM │ │ │ 12.0.9, 10.0.24, 11.0.24, 9.4.56 │ org.eclipse.jetty:jetty-server: jetty: Jetty │
│ (jetty-server-9.4.53.v20231009.jar) │ │ │ │ │ │ ThreadLimitHandler.getRemote() vulnerable to remote DoS │
│ │ │ │ │ │ │ attacks │
│ │ │ │ │ │ │ https://avd.aquasec.com/nvd/cve-2024-8184 │
└───────────────────────────────────────────────┴────────────────┴──────────┴────────┴───────────────────┴──────────────────────────────────┴───────────────────────────────────────────────────────────┘ |
Name and Version
bitnami/zookeeper:3.8.2-debian-11-r27
What architecture are you using?
None
What steps will reproduce the bug?
setup jfrog scan for docker
run jf docker scan <<image_name>>:<>
I'm attaching the result below
zookeeper-3.8.2-debian-11-r27-CVE-report.txt
These issues are blocking us to deploy in fedramp environment
What is the expected behavior?
No response
What do you see instead?
CVE report attached
Additional information
No response
The text was updated successfully, but these errors were encountered: