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

Updated go version and crypto dependency to fix CVE-2024-453, CVE-20… #342

Merged
merged 2 commits into from
Jan 22, 2025

Conversation

kzgrzendek
Copy link
Contributor

Hello @colinmarc :)

I tried to update the package dependencies to fix several CVE we're having on our side zith he package. It compiles and builds successfully.

The gh workflows is not in success, but it looks like it's also the case on your master branch.

Will be happy to dicuss things further if needed ;)

kzgrzendek and others added 2 commits January 22, 2025 15:20
…3-2453837, CVE-2023-24540 and CVE-2024-24790

Trivy report : 

home/jovyan/.local/bin/hdfs (gobinary)
======================================
Total: 4 (CRITICAL: 4)
┌─────────────────────┬────────────────┬──────────┬────────┬───────────────────┬─────────────────┬────────────────────────────────────────────────────────────┐
│       Library       │ Vulnerability  │ Severity │ Status │ Installed Version │  Fixed Version  │                           Title                            │
├─────────────────────┼────────────────┼──────────┼────────┼───────────────────┼─────────────────┼────────────────────────────────────────────────────────────┤
│ golang.org/x/crypto │ CVE-2024-45337 │ CRITICAL │ fixed  │ v0.11.0           │ 0.31.0          │ golang.org/x/crypto/ssh: Misuse of                         │
│                     │                │          │        │                   │                 │ ServerConfig.PublicKeyCallback may cause authorization     │
│                     │                │          │        │                   │                 │ bypass in golang.org/x/crypto                              │
│                     │                │          │        │                   │                 │ https://avd.aquasec.com/nvd/cve-2024-45337                 │
├─────────────────────┼────────────────┤          │        ├───────────────────┼─────────────────┼────────────────────────────────────────────────────────────┤
│ stdlib              │ CVE-2023-24538 │          │        │ v1.17.13          │ 1.19.8, 1.20.3  │ golang: html/template: backticks not treated as string     │
│                     │                │          │        │                   │                 │ delimiters                                                 │
│                     │                │          │        │                   │                 │ https://avd.aquasec.com/nvd/cve-2023-24538                 │
│                     ├────────────────┤          │        │                   ├─────────────────┼────────────────────────────────────────────────────────────┤
│                     │ CVE-2023-24540 │          │        │                   │ 1.19.9, 1.20.4  │ golang: html/template: improper handling of JavaScript     │
│                     │                │          │        │                   │                 │ whitespace                                                 │
│                     │                │          │        │                   │                 │ https://avd.aquasec.com/nvd/cve-2023-24540                 │
│                     ├────────────────┤          │        │                   ├─────────────────┼────────────────────────────────────────────────────────────┤
│                     │ CVE-2024-24790 │          │        │                   │ 1.21.11, 1.22.4 │ golang: net/netip: Unexpected behavior from Is methods for │
│                     │                │          │        │                   │                 │ IPv4-mapped IPv6 addresses                                 │
│                     │                │          │        │                   │                 │ https://avd.aquasec.com/nvd/cve-2024-24790                 │
└─────────────────────┴────────────────┴──────────┴────────┴───────────────────┴─────────────────┴────────────────────────────────────────────────────────────┘
tmp/gohdfs-v2.4.0-linux-amd64/hdfs (gobinary)
=============================================
Total: 4 (CRITICAL: 4)
┌─────────────────────┬────────────────┬──────────┬────────┬───────────────────┬─────────────────┬────────────────────────────────────────────────────────────┐
│       Library       │ Vulnerability  │ Severity │ Status │ Installed Version │  Fixed Version  │                           Title                            │
├─────────────────────┼────────────────┼──────────┼────────┼───────────────────┼─────────────────┼────────────────────────────────────────────────────────────┤
│ golang.org/x/crypto │ CVE-2024-45337 │ CRITICAL │ fixed  │ v0.11.0           │ 0.31.0          │ golang.org/x/crypto/ssh: Misuse of                         │
│                     │                │          │        │                   │                 │ ServerConfig.PublicKeyCallback may cause authorization     │
│                     │                │          │        │                   │                 │ bypass in golang.org/x/crypto                              │
│                     │                │          │        │                   │                 │ https://avd.aquasec.com/nvd/cve-2024-45337                 │
├─────────────────────┼────────────────┤          │        ├───────────────────┼─────────────────┼────────────────────────────────────────────────────────────┤
│ stdlib              │ CVE-2023-24538 │          │        │ v1.17.13          │ 1.19.8, 1.20.3  │ golang: html/template: backticks not treated as string     │
│                     │                │          │        │                   │                 │ delimiters                                                 │
│                     │                │          │        │                   │                 │ https://avd.aquasec.com/nvd/cve-2023-24538                 │
│                     ├────────────────┤          │        │                   ├─────────────────┼────────────────────────────────────────────────────────────┤
│                     │ CVE-2023-24540 │          │        │                   │ 1.19.9, 1.20.4  │ golang: html/template: improper handling of JavaScript     │
│                     │                │          │        │                   │                 │ whitespace                                                 │
│                     │                │          │        │                   │                 │ https://avd.aquasec.com/nvd/cve-2023-24540                 │
│                     ├────────────────┤          │        │                   ├─────────────────┼────────────────────────────────────────────────────────────┤
│                     │ CVE-2024-24790 │          │        │                   │ 1.21.11, 1.22.4 │ golang: net/netip: Unexpected behavior from Is methods for │
│                     │                │          │        │                   │                 │ IPv4-mapped IPv6 addresses                                 │
│                     │                │          │        │                   │                 │ https://avd.aquasec.com/nvd/cve-2024-24790                 │
└─────────────────────┴────────────────┴──────────┴────────┴───────────────────┴─────────────────┴────────────────────────────────────────────────────────────┘
tmp/home/.local/bin/hdfs (gobinary)
===================================
Total: 4 (CRITICAL: 4)
┌─────────────────────┬────────────────┬──────────┬────────┬───────────────────┬─────────────────┬────────────────────────────────────────────────────────────┐
│       Library       │ Vulnerability  │ Severity │ Status │ Installed Version │  Fixed Version  │                           Title                            │
├─────────────────────┼────────────────┼──────────┼────────┼───────────────────┼─────────────────┼────────────────────────────────────────────────────────────┤
│ golang.org/x/crypto │ CVE-2024-45337 │ CRITICAL │ fixed  │ v0.11.0           │ 0.31.0          │ golang.org/x/crypto/ssh: Misuse of                         │
│                     │                │          │        │                   │                 │ ServerConfig.PublicKeyCallback may cause authorization     │
│                     │                │          │        │                   │                 │ bypass in golang.org/x/crypto                              │
│                     │                │          │        │                   │                 │ https://avd.aquasec.com/nvd/cve-2024-45337                 │
├─────────────────────┼────────────────┤          │        ├───────────────────┼─────────────────┼────────────────────────────────────────────────────────────┤
│ stdlib              │ CVE-2023-24538 │          │        │ v1.17.13          │ 1.19.8, 1.20.3  │ golang: html/template: backticks not treated as string     │
│                     │                │          │        │                   │                 │ delimiters                                                 │
│                     │                │          │        │                   │                 │ https://avd.aquasec.com/nvd/cve-2023-24538                 │
│                     ├────────────────┤          │        │                   ├─────────────────┼────────────────────────────────────────────────────────────┤
│                     │ CVE-2023-24540 │          │        │                   │ 1.19.9, 1.20.4  │ golang: html/template: improper handling of JavaScript     │
│                     │                │          │        │                   │                 │ whitespace                                                 │
│                     │                │          │        │                   │                 │ https://avd.aquasec.com/nvd/cve-2023-24540                 │
│                     ├────────────────┤          │        │                   ├─────────────────┼────────────────────────────────────────────────────────────┤
│                     │ CVE-2024-24790 │          │        │                   │ 1.21.11, 1.22.4 │ golang: net/netip: Unexpected behavior from Is methods for │
│                     │                │          │        │                   │                 │ IPv4-mapped IPv6 addresses                                 │
│                     │                │          │        │                   │                 │ https://avd.aquasec.com/nvd/cve-2024-24790                 │
└─────────────────────┴────────────────┴──────────┴────────┴───────────────────┴─────────────────┴────────────────────────────────────────────────────────────┘
@colinmarc
Copy link
Owner

Hi @kzgrzendek, thanks, this looks reasonable!

@colinmarc colinmarc merged commit adf358a into colinmarc:master Jan 22, 2025
0 of 6 checks passed
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.

2 participants