Vulnerability Report
- Name:
- hewittfam_core-ntfy
- Type:
- image
- Checksum:
- sha256:9179ca8e7d705ef36499cf6650e0a875f27c8c6a2a461e129d3ce0a7dd785f72
- Date:
- 2026-01-07T04:59:14.142150098Z
Critical
0
High
8
Medium
17
Low
6
Unknown
0
| Name | Version | Type | Vulnerability | Severity | Risk | State | Fixed In | Description | Related URLs | PURL |
|---|---|---|---|---|---|---|---|---|---|---|
| golang.org/x/crypto | v0.40.0 | go-module | GHSA-j5w8-q4qc-rx2x | Medium | 0.05% | fixed |
|
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-r18 | 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-r18?arch=x86_64&distro=alpine-3.22.1 | |
| busybox-binsh | 1.37.0-r18 | 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-r18?arch=x86_64&distro=alpine-3.22.1&upstream=busybox | |
| ssl_client | 1.37.0-r18 | 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-r18?arch=x86_64&distro=alpine-3.22.1&upstream=busybox | |
| stdlib | go1.24.5 | go-module | CVE-2025-61723 | High | 0.02% | fixed |
|
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.24.5 |
| stdlib | go1.24.5 | go-module | CVE-2025-61725 | High | 0.02% | fixed |
|
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.24.5 |
| libcrypto3 | 3.5.1-r0 | apk | CVE-2025-9230 | High | 0.02% | fixed |
|
[] | pkg:apk/alpine/libcrypto3@3.5.1-r0?arch=x86_64&distro=alpine-3.22.1&upstream=openssl | |
| libssl3 | 3.5.1-r0 | apk | CVE-2025-9230 | High | 0.02% | fixed |
|
[] | pkg:apk/alpine/libssl3@3.5.1-r0?arch=x86_64&distro=alpine-3.22.1&upstream=openssl | |
| stdlib | go1.24.5 | go-module | CVE-2025-58185 | Medium | 0.02% | fixed |
|
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.24.5 |
| stdlib | go1.24.5 | go-module | CVE-2025-58186 | Medium | 0.02% | fixed |
|
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.24.5 |
| libcrypto3 | 3.5.1-r0 | apk | CVE-2025-9232 | Medium | 0.02% | fixed |
|
[] | pkg:apk/alpine/libcrypto3@3.5.1-r0?arch=x86_64&distro=alpine-3.22.1&upstream=openssl | |
| libssl3 | 3.5.1-r0 | apk | CVE-2025-9232 | Medium | 0.02% | fixed |
|
[] | pkg:apk/alpine/libssl3@3.5.1-r0?arch=x86_64&distro=alpine-3.22.1&upstream=openssl | |
| stdlib | go1.24.5 | go-module | CVE-2025-47912 | Medium | 0.01% | fixed |
|
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.24.5 |
| stdlib | go1.24.5 | go-module | CVE-2025-61724 | Medium | 0.01% | fixed |
|
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.24.5 |
| stdlib | go1.24.5 | go-module | CVE-2025-58187 | High | 0.01% | fixed |
|
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.24.5 |
| stdlib | go1.24.5 | go-module | CVE-2025-58188 | High | 0.01% | fixed |
|
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.24.5 |
| stdlib | go1.24.5 | go-module | CVE-2025-61729 | High | 0.01% | fixed |
|
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.24.5 |
| stdlib | go1.24.5 | go-module | CVE-2025-58189 | Medium | 0.01% | fixed |
|
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.24.5 |
| stdlib | go1.24.5 | go-module | CVE-2025-47907 | High | 0.01% | fixed |
|
Cancelling a query (e.g. by cancelling the context passed to one of the query methods) during a call to the Scan method of the returned Rows can result in unexpected results if other queries are being made in parallel. This can result in a race condition that may overwrite the expected results with those of another query, causing the call to Scan to return either unexpected results from the other query or an error. | ["https://go.dev/cl/693735","https://go.dev/issue/74831","https://groups.google.com/g/golang-announce/c/x5MKroML2yM","https://pkg.go.dev/vuln/GO-2025-3849","http://www.openwall.com/lists/oss-security/2025/08/06/1"] | pkg:golang/stdlib@1.24.5 |
| libcrypto3 | 3.5.1-r0 | apk | CVE-2025-9231 | Medium | 0.01% | fixed |
|
[] | pkg:apk/alpine/libcrypto3@3.5.1-r0?arch=x86_64&distro=alpine-3.22.1&upstream=openssl | |
| libssl3 | 3.5.1-r0 | apk | CVE-2025-9231 | Medium | 0.01% | fixed |
|
[] | pkg:apk/alpine/libssl3@3.5.1-r0?arch=x86_64&distro=alpine-3.22.1&upstream=openssl | |
| golang.org/x/crypto | v0.40.0 | go-module | GHSA-f6x5-jh6r-wrfv | Medium | 0.01% | fixed |
|
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.24.5 | go-module | CVE-2025-47906 | Medium | 0.01% | fixed |
|
If the PATH environment variable contains paths which are executables (rather than just directories), passing certain strings to LookPath ("", ".", and ".."), can result in the binaries listed in the PATH being unexpectedly returned. | ["https://go.dev/cl/691775","https://go.dev/issue/74466","https://groups.google.com/g/golang-announce/c/x5MKroML2yM","https://pkg.go.dev/vuln/GO-2025-3956","http://www.openwall.com/lists/oss-security/2025/08/06/1"] | pkg:golang/stdlib@1.24.5 |
| stdlib | go1.24.5 | go-module | CVE-2025-58183 | Medium | 0.01% | fixed |
|
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.24.5 |
| busybox | 1.37.0-r18 | apk | CVE-2024-58251 | Low | 0.01% | fixed |
|
[] | pkg:apk/alpine/busybox@1.37.0-r18?arch=x86_64&distro=alpine-3.22.1 | |
| busybox-binsh | 1.37.0-r18 | apk | CVE-2024-58251 | Low | 0.01% | fixed |
|
[] | pkg:apk/alpine/busybox-binsh@1.37.0-r18?arch=x86_64&distro=alpine-3.22.1&upstream=busybox | |
| ssl_client | 1.37.0-r18 | apk | CVE-2024-58251 | Low | 0.01% | fixed |
|
[] | pkg:apk/alpine/ssl_client@1.37.0-r18?arch=x86_64&distro=alpine-3.22.1&upstream=busybox | |
| stdlib | go1.24.5 | go-module | CVE-2025-61727 | Medium | 0.01% | fixed |
|
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.24.5 |
| busybox | 1.37.0-r18 | apk | CVE-2025-46394 | Low | 0.01% | fixed |
|
[] | pkg:apk/alpine/busybox@1.37.0-r18?arch=x86_64&distro=alpine-3.22.1 | |
| busybox-binsh | 1.37.0-r18 | apk | CVE-2025-46394 | Low | 0.01% | fixed |
|
[] | pkg:apk/alpine/busybox-binsh@1.37.0-r18?arch=x86_64&distro=alpine-3.22.1&upstream=busybox | |
| ssl_client | 1.37.0-r18 | apk | CVE-2025-46394 | Low | 0.01% | fixed |
|
[] | pkg:apk/alpine/ssl_client@1.37.0-r18?arch=x86_64&distro=alpine-3.22.1&upstream=busybox |