prometheus-nats-exporter-0.15.0_linux_amd64
digest | sha256:93e1c538e6434d6809c403904c8c148e804b5aeaac791a2733439b5ae2e098b4 |
vulnerabilities | |
size | 7.3 MB |
packages | 40 |
stdlib |
Affected range |
|
Fixed version | 1.22.4 |
EPSS Score | 0.06% |
EPSS Percentile | 28th percentile |
Description
The various Is methods (IsPrivate, IsLoopback, etc) did not work as expected for IPv4-mapped IPv6 addresses, returning false for addresses which would return true in their traditional IPv4 forms.
Affected range | <1.22.7 |
Fixed version | 1.22.7 |
EPSS Score | 0.04% |
EPSS Percentile | 17th percentile |
Description
Calling Parse on a "// +build" build tag line with deeply nested expressions can cause a panic due to stack exhaustion.
Affected range | <1.22.7 |
Fixed version | 1.22.7 |
EPSS Score | 0.04% |
EPSS Percentile | 17th percentile |
Description
Calling Decoder.Decode on a message which contains deeply nested structures can cause a panic due to stack exhaustion. This is a follow-up to CVE-2022-30635.
Affected range |
|
Fixed version | 1.22.5 |
EPSS Score | 0.04% |
EPSS Percentile | 17th percentile |
Description
The net/http HTTP/1.1 client mishandled the case where a server responds to a request with an "Expect: 100-continue" header with a non-informational (200 or higher) status. This mishandling could leave a client connection in an invalid state, where the next request sent on the connection will fail.
An attacker sending a request to a net/http/httputil.ReverseProxy proxy can exploit this mishandling to cause a denial of service by sending "Expect: 100-continue" requests which elicit a non-informational response from the backend. Each such request leaves the proxy with an invalid connection, and causes one subsequent request using that connection to fail.
Affected range | <1.22.7 |
Fixed version | 1.22.7 |
EPSS Score | 0.19% |
EPSS Percentile | 57th percentile |
Description
Calling Decoder.Decode on a message which contains deeply nested structures can cause a panic due to stack exhaustion. This is a follow-up to CVE-2022-30635.
Affected range |
|
Fixed version | 1.22.4 |
EPSS Score | 0.04% |
EPSS Percentile | 11th percentile |
Description
The archive/zip package's handling of certain types of invalid zip files differs from the behavior of most zip implementations. This misalignment could be exploited to create an zip file with contents that vary depending on the implementation reading the file. The archive/zip package now rejects files containing these errors.
Affected range | <1.22.7 |
Fixed version | 1.22.7 |
EPSS Score | 0.04% |
EPSS Percentile | 17th percentile |
Description
Calling any of the Parse functions on Go source code which contains deeply nested literals can cause a panic due to stack exhaustion.
Affected range |
|
Fixed version | 1.22.3 |
EPSS Score | 0.04% |
EPSS Percentile | 11th percentile |
Description
A malformed DNS message in response to a query can cause the Lookup functions to get stuck in an infinite loop.
openssl 3.1.4-r5
(apk)
pkg:apk/alpine/openssl@3.1.4-r5?os_name=alpine&os_version=3.19
# Dockerfile (4:31)
FROM alpine:3.19.1 as deps
ARG GO_APP
ARG GORELEASER_DIST_DIR=/go/src/dist
ARG TARGETOS
ARG TARGETARCH
ARG TARGETVARIANT
RUN mkdir -p /go/bin /go/src ${GORELEASER_DIST_DIR}
COPY --from=build ${GORELEASER_DIST_DIR}/ ${GORELEASER_DIST_DIR}
RUN <<EOT
set -e
apk add --no-cache ca-certificates jq
cd ${GORELEASER_DIST_DIR}/..
if [[ ${TARGETARCH} == "arm" ]]; then VARIANT=$(echo ${TARGETVARIANT} | sed 's/^v//'); fi
BIN_PATH=$(jq -r ".[] |select(.type == \"Binary\" and \
.name == \"${GO_APP}\" and \
.goos == \"${TARGETOS}\" and \
.goarch == \"${TARGETARCH}\" and \
(.goarm == \"${VARIANT}\" or .goarm == null)) | .path" < /go/src/dist/artifacts.json)
cp ${BIN_PATH} /go/bin
EOT
FROM alpine:3.19.1
Affected range | <3.1.6-r0 |
Fixed version | 3.1.6-r0 |
EPSS Score | 0.04% |
EPSS Percentile | 14th percentile |
Description
Affected range | <3.1.7-r0 |
Fixed version | 3.1.7-r0 |
EPSS Score | 0.04% |
EPSS Percentile | 17th percentile |
Description
Affected range | <3.1.5-r0 |
Fixed version | 3.1.5-r0 |
EPSS Score | 0.04% |
EPSS Percentile | 17th percentile |
Description
Affected range | <3.1.7-r1 |
Fixed version | 3.1.7-r1 |
EPSS Score | 0.04% |
EPSS Percentile | 11th percentile |
Description
Affected range | <3.1.6-r0 |
Fixed version | 3.1.6-r0 |
Description
Affected range | <3.1.4-r6 |
Fixed version | 3.1.4-r6 |
EPSS Score | 0.04% |
EPSS Percentile | 17th percentile |
Description
busybox 1.36.1-r15
(apk)
pkg:apk/alpine/busybox@1.36.1-r15?os_name=alpine&os_version=3.19
# Dockerfile (4:31)
FROM alpine:3.19.1 as deps
ARG GO_APP
ARG GORELEASER_DIST_DIR=/go/src/dist
ARG TARGETOS
ARG TARGETARCH
ARG TARGETVARIANT
RUN mkdir -p /go/bin /go/src ${GORELEASER_DIST_DIR}
COPY --from=build ${GORELEASER_DIST_DIR}/ ${GORELEASER_DIST_DIR}
RUN <<EOT
set -e
apk add --no-cache ca-certificates jq
cd ${GORELEASER_DIST_DIR}/..
if [[ ${TARGETARCH} == "arm" ]]; then VARIANT=$(echo ${TARGETVARIANT} | sed 's/^v//'); fi
BIN_PATH=$(jq -r ".[] |select(.type == \"Binary\" and \
.name == \"${GO_APP}\" and \
.goos == \"${TARGETOS}\" and \
.goarch == \"${TARGETARCH}\" and \
(.goarm == \"${VARIANT}\" or .goarm == null)) | .path" < /go/src/dist/artifacts.json)
cp ${BIN_PATH} /go/bin
EOT
FROM alpine:3.19.1
Affected range | <1.36.1-r16 |
Fixed version | 1.36.1-r16 |
EPSS Score | 0.04% |
EPSS Percentile | 14th percentile |
Description
Affected range | <1.36.1-r19 |
Fixed version | 1.36.1-r19 |
EPSS Score | 0.04% |
EPSS Percentile | 14th percentile |
Description
Affected range | <1.36.1-r19 |
Fixed version | 1.36.1-r19 |
EPSS Score | 0.04% |
EPSS Percentile | 14th percentile |
Description
Affected range | <1.36.1-r17 |
Fixed version | 1.36.1-r17 |
EPSS Score | 0.04% |
EPSS Percentile | 14th percentile |