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

Use newer alpine version #110

Merged
merged 1 commit into from
Oct 10, 2023
Merged

Conversation

evanfreed
Copy link
Contributor

Before

> trivy -q image docker.io/library/alpine:3.18.2 

docker.io/library/alpine:3.18.2 (alpine 3.18.2)

Total: 9 (UNKNOWN: 0, LOW: 0, MEDIUM: 6, HIGH: 0, CRITICAL: 3)

┌───────────────┬────────────────┬──────────┬───────────────────┬───────────────┬─────────────────────────────────────────────────────────────┐
│    Library    │ Vulnerability  │ Severity │ Installed Version │ Fixed Version │                            Title                            │
├───────────────┼────────────────┼──────────┼───────────────────┼───────────────┼─────────────────────────────────────────────────────────────┤
│ busybox       │ CVE-2022-48174 │ CRITICAL │ 1.36.1-r0         │ 1.36.1-r1     │ stack overflow vulnerability in ash.c leads to arbitrary    │
│               │                │          │                   │               │ code execution                                              │
│               │                │          │                   │               │ https://avd.aquasec.com/nvd/cve-2022-48174                  │
├───────────────┤                │          │                   │               │                                                             │
│ busybox-binsh │                │          │                   │               │                                                             │
│               │                │          │                   │               │                                                             │
│               │                │          │                   │               │                                                             │
├───────────────┼────────────────┼──────────┼───────────────────┼───────────────┼─────────────────────────────────────────────────────────────┤
│ libcrypto3    │ CVE-2023-2975  │ MEDIUM   │ 3.1.1-r1          │ 3.1.1-r2      │ AES-SIV cipher implementation contains a bug that causes it │
│               │                │          │                   │               │ to ignore empty...                                          │
│               │                │          │                   │               │ https://avd.aquasec.com/nvd/cve-2023-2975                   │
│               ├────────────────┤          │                   ├───────────────┼─────────────────────────────────────────────────────────────┤
│               │ CVE-2023-3446  │          │                   │ 3.1.1-r3      │ Excessive time spent checking DH keys and parameters        │
│               │                │          │                   │               │ https://avd.aquasec.com/nvd/cve-2023-3446                   │
│               ├────────────────┤          │                   ├───────────────┼─────────────────────────────────────────────────────────────┤
│               │ CVE-2023-3817  │          │                   │ 3.1.2-r0      │ Excessive time spent checking DH q parameter value          │
│               │                │          │                   │               │ https://avd.aquasec.com/nvd/cve-2023-3817                   │
├───────────────┼────────────────┤          │                   ├───────────────┼─────────────────────────────────────────────────────────────┤
│ libssl3       │ CVE-2023-2975  │          │                   │ 3.1.1-r2      │ AES-SIV cipher implementation contains a bug that causes it │
│               │                │          │                   │               │ to ignore empty...                                          │
│               │                │          │                   │               │ https://avd.aquasec.com/nvd/cve-2023-2975                   │
│               ├────────────────┤          │                   ├───────────────┼─────────────────────────────────────────────────────────────┤
│               │ CVE-2023-3446  │          │                   │ 3.1.1-r3      │ Excessive time spent checking DH keys and parameters        │
│               │                │          │                   │               │ https://avd.aquasec.com/nvd/cve-2023-3446                   │
│               ├────────────────┤          │                   ├───────────────┼─────────────────────────────────────────────────────────────┤
│               │ CVE-2023-3817  │          │                   │ 3.1.2-r0      │ Excessive time spent checking DH q parameter value          │
│               │                │          │                   │               │ https://avd.aquasec.com/nvd/cve-2023-3817                   │
├───────────────┼────────────────┼──────────┼───────────────────┼───────────────┼─────────────────────────────────────────────────────────────┤
│ ssl_client    │ CVE-2022-48174 │ CRITICAL │ 1.36.1-r0         │ 1.36.1-r1     │ stack overflow vulnerability in ash.c leads to arbitrary    │
│               │                │          │                   │               │ code execution                                              │
│               │                │          │                   │               │ https://avd.aquasec.com/nvd/cve-2022-48174                  │
└───────────────┴────────────────┴──────────┴───────────────────┴───────────────┴─────────────────────────────────────────────────────────────┘

After

> trivy -q image docker.io/library/alpine:3.18.3 
docker.io/library/alpine:3.18.3 (alpine 3.18.3)
===============================================
Total: 0 (UNKNOWN: 0, LOW: 0, MEDIUM: 0, HIGH: 0, CRITICAL: 0)

Copy link
Collaborator

@davidcollom davidcollom left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM Thanks for raising this! will merge once tests pass.

@davidcollom
Copy link
Collaborator

@evanfreed I think you'll need to rebase your changes to pick up changes within #114

Signed-off-by: Evan Freed <evan.freed@goteleport.com>
@davidcollom davidcollom merged commit 9a126ff into jetstack:main Oct 10, 2023
@davidcollom
Copy link
Collaborator

Not sure why CI didn't kick in there - but I tested this locally and all looked fine... Sorry it took so long for such a small change I must have missed it in my notifications.

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 this pull request may close these issues.

None yet

2 participants