We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Hello!
Hope this is the place to report security warnings
Trivy reports security warning about the busybox and ssl_client libraries in the alpine image
busybox
ssl_client
Edit: This was found on the alpine:latest tag with repo tags: docker.io/library/alpine:3.14 docker.io/library/alpine:latest and digests: docker.io/library/alpine@sha256:69704ef328d05a9f806b6b8502915e6a0a4faa4d72018dc42343f511490daf8a docker.io/library/alpine@sha256:e1c082e3d3c45cccac829840a25941e679c25d438cc8412c2fa221cf1a824e6a OS linux and architecture amd64
Edit: This was found on the alpine:latest tag with repo tags:
alpine:latest
docker.io/library/alpine:3.14
docker.io/library/alpine:latest
and digests:
docker.io/library/alpine@sha256:69704ef328d05a9f806b6b8502915e6a0a4faa4d72018dc42343f511490daf8a
docker.io/library/alpine@sha256:e1c082e3d3c45cccac829840a25941e679c25d438cc8412c2fa221cf1a824e6a
OS linux and architecture amd64
linux
amd64
$ podman pull alpine:latest Resolved "alpine" as an alias (/etc/containers/registries.conf.d/000-shortnames.conf) Trying to pull docker.io/library/alpine:latest... Getting image source signatures Copying blob a0d0a0d46f8b skipped: already exists Copying config 14119a10ab done Writing manifest to image destination Storing signatures 14119a10abf4669e8cdbdff324a9f9605d99697215a0d21c360fe8dfa8471bab $ podman save alpine:latest -o alpine-latest.tar Copying blob e2eb06d8af82 done Copying config 14119a10ab done Writing manifest to image destination Storing signatures $ trivy image --input alpine-latest.tar 2021-11-12T09:10:51.760+0100 INFO Detected OS: alpine 2021-11-12T09:10:51.760+0100 INFO Detecting Alpine vulnerabilities... 2021-11-12T09:10:51.761+0100 INFO Number of language-specific files: 0 alpine-latest.tar (alpine 3.14.2) ================================= Total: 4 (UNKNOWN: 4, LOW: 0, MEDIUM: 0, HIGH: 0, CRITICAL: 0) +------------+------------------+----------+-------------------+---------------+---------------------------------------+ | LIBRARY | VULNERABILITY ID | SEVERITY | INSTALLED VERSION | FIXED VERSION | TITLE | +------------+------------------+----------+-------------------+---------------+---------------------------------------+ | busybox | CVE-2021-42374 | UNKNOWN | 1.33.1-r3 | 1.33.1-r4 | -->avd.aquasec.com/nvd/cve-2021-42374 | + +------------------+ + +---------------+---------------------------------------+ | | CVE-2021-42375 | | | 1.33.1-r5 | -->avd.aquasec.com/nvd/cve-2021-42375 | +------------+------------------+ + +---------------+---------------------------------------+ | ssl_client | CVE-2021-42374 | | | 1.33.1-r4 | -->avd.aquasec.com/nvd/cve-2021-42374 | + +------------------+ + +---------------+---------------------------------------+ | | CVE-2021-42375 | | | 1.33.1-r5 | -->avd.aquasec.com/nvd/cve-2021-42375 | +------------+------------------+----------+-------------------+---------------+---------------------------------------+
Kind regards, Kalle
The text was updated successfully, but these errors were encountered:
should be fixed once docker-library/official-images#11289 is merged
Sorry, something went wrong.
No branches or pull requests
Hello!
Hope this is the place to report security warnings
Trivy reports security warning about the
busybox
andssl_client
libraries in the alpine imageKind regards,
Kalle
The text was updated successfully, but these errors were encountered: