Vulnerability Report
- Name:
- hewittfam_core-proxy-docker-watcher
- Type:
- image
- Checksum:
- sha256:1aefd45912883fe409b70f83b22ad5f41ca1c4c246ae14138f1d0152544031b1
- Date:
- 2026-01-07T04:59:17.889377878Z
Critical
1
High
8
Medium
22
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 |
|
quic-go: Panic occurs when queuing undecryptable packets after handshake completion | [] | pkg:golang/github.com/quic-go/quic-go@v0.54.0 |
| ada-libs | 2.9.2-r4 | apk | CVE-2024-9410 | Medium | 0.06% | unknown | N/A | Ada.cx's Sentry configuration allowed for blind server-side request forgeries (SSRF) through the use of a data scraping endpoint. | ["https://www.tenable.com/security/research/tra-2024-41"] | pkg:apk/alpine/ada-libs@2.9.2-r4?arch=x86_64&distro=alpine-3.22.1&upstream=ada |
| 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 | |
| c-ares | 1.34.5-r0 | apk | CVE-2025-62408 | Medium | 0.03% | fixed |
|
[] | pkg:apk/alpine/c-ares@1.34.5-r0?arch=x86_64&distro=alpine-3.22.1 | |
| github.com/quic-go/quic-go | v0.54.0 | go-module | GHSA-g754-hx8w-x2g6 | Medium | 0.03% | fixed |
|
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 |
|
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 |
|
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 |
|
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 |
|
Step CA Has Authorization Bypass in ACME and SCEP Provisioners | [] | pkg:golang/github.com/smallstep/certificates@v0.28.4 |
| 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.25.0 | 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.25.0 |
| stdlib | go1.25.0 | 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.25.0 |
| 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.25.0 | 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.25.0 |
| github.com/smallstep/certificates | v0.28.4 | go-module | GHSA-j7c9-79x7-8hpr | Medium | 0.01% | fixed |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
| 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.25.0 | 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.25.0 |
| stdlib | go1.25.0 | go-module | CVE-2025-47910 | Medium | 0.01% | fixed |
|
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-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.25.0 | 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.25.0 |
| 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 |