Vulnerability Report

Name:
carpediem-api-carpediem-web
Type:
image
Checksum:
sha256:fdae432986f629ca9d7dba1705fe7e0e6eda1fe8c1beb312a183ed63c74257ff
Date:
2026-01-07T04:58:55.516719187Z
Grype Logo
Critical
1
High
7
Medium
16
Low
6
Unknown
0
Name Version Type Vulnerability Severity Risk State Fixed In Description Related URLs PURL
github.com/quic-go/quic-go v0.54.0 go-module GHSA-47m2-4cr7-mhcw High 0.09% fixed
  • 0.54.1
quic-go: Panic occurs when queuing undecryptable packets after handshake completion [] pkg:golang/github.com/quic-go/quic-go@v0.54.0
golang.org/x/crypto v0.40.0 go-module GHSA-j5w8-q4qc-rx2x Medium 0.05% fixed
  • 0.45.0
golang.org/x/crypto/ssh allows an attacker to cause unbounded memory consumption [] pkg:golang/golang.org/x/crypto@v0.40.0
busybox 1.37.0-r19 apk CVE-2025-60876 Medium 0.03% N/A BusyBox wget thru 1.3.7 accepted raw CR (0x0D)/LF (0x0A) and other C0 control bytes in the HTTP request-target (path/query), allowing the request line to be split and attacker-controlled headers to be injected. To preserve the HTTP/1.1 request-line shape METHOD SP request-target SP HTTP/1.1, a raw space (0x20) in the request-target must also be rejected (clients should use %20). ["https://gist.github.com/subyumatest/41554af6a72aedaacaec026adc311092","https://lists.busybox.net/pipermail/busybox/attachments/20250823/ccdc96ef/attachment-0001.htm","https://lists.busybox.net/pipermail/busybox/attachments/20250828/e7f90492/attachment.htm"] pkg:apk/alpine/busybox@1.37.0-r19?arch=x86_64&distro=alpine-3.22.2
busybox-binsh 1.37.0-r19 apk CVE-2025-60876 Medium 0.03% N/A BusyBox wget thru 1.3.7 accepted raw CR (0x0D)/LF (0x0A) and other C0 control bytes in the HTTP request-target (path/query), allowing the request line to be split and attacker-controlled headers to be injected. To preserve the HTTP/1.1 request-line shape METHOD SP request-target SP HTTP/1.1, a raw space (0x20) in the request-target must also be rejected (clients should use %20). ["https://gist.github.com/subyumatest/41554af6a72aedaacaec026adc311092","https://lists.busybox.net/pipermail/busybox/attachments/20250823/ccdc96ef/attachment-0001.htm","https://lists.busybox.net/pipermail/busybox/attachments/20250828/e7f90492/attachment.htm"] pkg:apk/alpine/busybox-binsh@1.37.0-r19?arch=x86_64&distro=alpine-3.22.2&upstream=busybox
ssl_client 1.37.0-r19 apk CVE-2025-60876 Medium 0.03% N/A BusyBox wget thru 1.3.7 accepted raw CR (0x0D)/LF (0x0A) and other C0 control bytes in the HTTP request-target (path/query), allowing the request line to be split and attacker-controlled headers to be injected. To preserve the HTTP/1.1 request-line shape METHOD SP request-target SP HTTP/1.1, a raw space (0x20) in the request-target must also be rejected (clients should use %20). ["https://gist.github.com/subyumatest/41554af6a72aedaacaec026adc311092","https://lists.busybox.net/pipermail/busybox/attachments/20250823/ccdc96ef/attachment-0001.htm","https://lists.busybox.net/pipermail/busybox/attachments/20250828/e7f90492/attachment.htm"] pkg:apk/alpine/ssl_client@1.37.0-r19?arch=x86_64&distro=alpine-3.22.2&upstream=busybox
github.com/quic-go/quic-go v0.54.0 go-module GHSA-g754-hx8w-x2g6 Medium 0.03% fixed
  • 0.57.0
quic-go HTTP/3 QPACK Header Expansion DoS [] pkg:golang/github.com/quic-go/quic-go@v0.54.0
github.com/slackhq/nebula v1.9.5 go-module GHSA-x6fh-7qmf-69xh Medium 0.03% fixed
  • 1.9.7
Slack Nebula may accept arbitrary source IP addresses [] pkg:golang/github.com/slackhq/nebula@v1.9.5
stdlib go1.25.0 go-module CVE-2025-61723 High 0.02% fixed
  • 1.24.8
  • 1.25.2
The processing time for parsing some invalid inputs scales non-linearly with respect to the size of the input. This affects programs which parse untrusted PEM inputs. ["https://go.dev/cl/709858","https://go.dev/issue/75676","https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI","https://pkg.go.dev/vuln/GO-2025-4009","http://www.openwall.com/lists/oss-security/2025/10/08/1"] pkg:golang/stdlib@1.25.0
stdlib go1.25.0 go-module CVE-2025-61725 High 0.02% fixed
  • 1.24.8
  • 1.25.2
The ParseAddress function constructs domain-literal address components through repeated string concatenation. When parsing large domain-literal components, this can cause excessive CPU consumption. ["https://go.dev/cl/709860","https://go.dev/issue/75680","https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI","https://pkg.go.dev/vuln/GO-2025-4006","http://www.openwall.com/lists/oss-security/2025/10/08/1"] pkg:golang/stdlib@1.25.0
github.com/smallstep/certificates v0.28.4 go-module GHSA-h8cp-697h-8c8p Critical 0.02% fixed
  • 0.29.0
Step CA Has Authorization Bypass in ACME and SCEP Provisioners [] pkg:golang/github.com/smallstep/certificates@v0.28.4
axios 1.11.0 npm GHSA-4hjh-wcwx-xvwj High 0.02% fixed
  • 1.12.0
Axios is vulnerable to DoS attack through lack of data size check [] pkg:npm/axios@1.11.0
stdlib go1.25.0 go-module CVE-2025-58185 Medium 0.02% fixed
  • 1.24.8
  • 1.25.2
Parsing a maliciously crafted DER payload could allocate large amounts of memory, causing memory exhaustion. ["https://go.dev/cl/709856","https://go.dev/issue/75671","https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI","https://pkg.go.dev/vuln/GO-2025-4011","http://www.openwall.com/lists/oss-security/2025/10/08/1"] pkg:golang/stdlib@1.25.0
stdlib go1.25.0 go-module CVE-2025-58186 Medium 0.02% fixed
  • 1.24.8
  • 1.25.2
Despite HTTP headers having a default limit of 1MB, the number of cookies that can be parsed does not have a limit. By sending a lot of very small cookies such as "a=;", an attacker can make an HTTP server allocate a large amount of structs, causing large memory consumption. ["https://go.dev/cl/709855","https://go.dev/issue/75672","https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI","https://pkg.go.dev/vuln/GO-2025-4012","http://www.openwall.com/lists/oss-security/2025/10/08/1"] pkg:golang/stdlib@1.25.0
stdlib go1.25.0 go-module CVE-2025-47912 Medium 0.01% fixed
  • 1.24.8
  • 1.25.2
The Parse function permits values other than IPv6 addresses to be included in square brackets within the host component of a URL. RFC 3986 permits IPv6 addresses to be included within the host component, enclosed within square brackets. For example: "http://[::1]/". IPv4 addresses and hostnames must not appear within square brackets. Parse did not enforce this requirement. ["https://go.dev/cl/709857","https://go.dev/issue/75678","https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI","https://pkg.go.dev/vuln/GO-2025-4010","http://www.openwall.com/lists/oss-security/2025/10/08/1"] pkg:golang/stdlib@1.25.0
github.com/smallstep/certificates v0.28.4 go-module GHSA-j7c9-79x7-8hpr Medium 0.01% fixed
  • 0.29.0
step-ca Has Improper Authorization Check for SSH Certificate Revocation [] pkg:golang/github.com/smallstep/certificates@v0.28.4
stdlib go1.25.0 go-module CVE-2025-61724 Medium 0.01% fixed
  • 1.24.8
  • 1.25.2
The Reader.ReadResponse function constructs a response string through repeated string concatenation of lines. When the number of lines in a response is large, this can cause excessive CPU consumption. ["https://go.dev/cl/709859","https://go.dev/issue/75716","https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI","https://pkg.go.dev/vuln/GO-2025-4015","http://www.openwall.com/lists/oss-security/2025/10/08/1"] pkg:golang/stdlib@1.25.0
stdlib go1.25.0 go-module CVE-2025-58187 High 0.01% fixed
  • 1.24.9
  • 1.25.3
Due to the design of the name constraint checking algorithm, the processing time of some inputs scale non-linearly with respect to the size of the certificate. This affects programs which validate arbitrary certificate chains. ["https://go.dev/cl/709854","https://go.dev/issue/75681","https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI","https://pkg.go.dev/vuln/GO-2025-4007","http://www.openwall.com/lists/oss-security/2025/10/08/1"] pkg:golang/stdlib@1.25.0
stdlib go1.25.0 go-module CVE-2025-58188 High 0.01% fixed
  • 1.24.8
  • 1.25.2
Validating certificate chains which contain DSA public keys can cause programs to panic, due to a interface cast that assumes they implement the Equal method. This affects programs which validate arbitrary certificate chains. ["https://go.dev/cl/709853","https://go.dev/issue/75675","https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI","https://pkg.go.dev/vuln/GO-2025-4013","http://www.openwall.com/lists/oss-security/2025/10/08/1"] pkg:golang/stdlib@1.25.0
stdlib go1.25.0 go-module CVE-2025-61729 High 0.01% fixed
  • 1.24.11
  • 1.25.5
Within HostnameError.Error(), when constructing an error string, there is no limit to the number of hosts that will be printed out. Furthermore, the error string is constructed by repeated string concatenation, leading to quadratic runtime. Therefore, a certificate provided by a malicious actor can result in excessive resource consumption. ["https://go.dev/cl/725920","https://go.dev/issue/76445","https://groups.google.com/g/golang-announce/c/8FJoBkPddm4","https://pkg.go.dev/vuln/GO-2025-4155"] pkg:golang/stdlib@1.25.0
stdlib go1.25.0 go-module CVE-2025-58189 Medium 0.01% fixed
  • 1.24.8
  • 1.25.2
When Conn.Handshake fails during ALPN negotiation the error contains attacker controlled information (the ALPN protocols sent by the client) which is not escaped. ["https://go.dev/cl/707776","https://go.dev/issue/75652","https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI","https://pkg.go.dev/vuln/GO-2025-4008","http://www.openwall.com/lists/oss-security/2025/10/08/1"] pkg:golang/stdlib@1.25.0
golang.org/x/crypto v0.40.0 go-module GHSA-f6x5-jh6r-wrfv Medium 0.01% fixed
  • 0.45.0
golang.org/x/crypto/ssh/agent vulnerable to panic if message is malformed due to out of bounds read [] pkg:golang/golang.org/x/crypto@v0.40.0
stdlib go1.25.0 go-module CVE-2025-58183 Medium 0.01% fixed
  • 1.24.8
  • 1.25.2
tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A maliciously-crafted archive containing a large number of sparse regions can cause a Reader to read an unbounded amount of data from the archive into memory. When reading from a compressed source, a small compressed input can result in large allocations. ["https://go.dev/cl/709861","https://go.dev/issue/75677","https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI","https://pkg.go.dev/vuln/GO-2025-4014","http://www.openwall.com/lists/oss-security/2025/10/08/1"] pkg:golang/stdlib@1.25.0
stdlib go1.25.0 go-module CVE-2025-47910 Medium 0.01% fixed
  • 1.25.1
When using http.CrossOriginProtection, the AddInsecureBypassPattern method can unexpectedly bypass more requests than intended. CrossOriginProtection then skips validation, but forwards the original request path, which may be served by a different handler without the intended security protections. ["https://go.dev/cl/699275","https://go.dev/issue/75054","https://groups.google.com/g/golang-announce/c/PtW9VW21NPs/m/DJhMQ-m5AQAJ","https://pkg.go.dev/vuln/GO-2025-3955"] pkg:golang/stdlib@1.25.0
busybox 1.37.0-r19 apk CVE-2024-58251 Low 0.01% fixed
  • 1.37.0-r20
[] pkg:apk/alpine/busybox@1.37.0-r19?arch=x86_64&distro=alpine-3.22.2
busybox-binsh 1.37.0-r19 apk CVE-2024-58251 Low 0.01% fixed
  • 1.37.0-r20
[] pkg:apk/alpine/busybox-binsh@1.37.0-r19?arch=x86_64&distro=alpine-3.22.2&upstream=busybox
ssl_client 1.37.0-r19 apk CVE-2024-58251 Low 0.01% fixed
  • 1.37.0-r20
[] pkg:apk/alpine/ssl_client@1.37.0-r19?arch=x86_64&distro=alpine-3.22.2&upstream=busybox
stdlib go1.25.0 go-module CVE-2025-61727 Medium 0.01% fixed
  • 1.24.11
  • 1.25.5
An excluded subdomain constraint in a certificate chain does not restrict the usage of wildcard SANs in the leaf certificate. For example a constraint that excludes the subdomain test.example.com does not prevent a leaf certificate from claiming the SAN *.example.com. ["https://go.dev/cl/723900","https://go.dev/issue/76442","https://groups.google.com/g/golang-announce/c/8FJoBkPddm4","https://pkg.go.dev/vuln/GO-2025-4175"] pkg:golang/stdlib@1.25.0
busybox 1.37.0-r19 apk CVE-2025-46394 Low 0.01% fixed
  • 1.37.0-r20
[] pkg:apk/alpine/busybox@1.37.0-r19?arch=x86_64&distro=alpine-3.22.2
busybox-binsh 1.37.0-r19 apk CVE-2025-46394 Low 0.01% fixed
  • 1.37.0-r20
[] pkg:apk/alpine/busybox-binsh@1.37.0-r19?arch=x86_64&distro=alpine-3.22.2&upstream=busybox
ssl_client 1.37.0-r19 apk CVE-2025-46394 Low 0.01% fixed
  • 1.37.0-r20
[] pkg:apk/alpine/ssl_client@1.37.0-r19?arch=x86_64&distro=alpine-3.22.2&upstream=busybox