burnt-labs / xion

Other
45 stars 27 forks source link

Feat/grpc wasm querier #245

Closed Peartes closed 2 months ago

github-actions[bot] commented 3 months ago

:mag: Vulnerabilities of burntnetwork/xion:sha-9a13491

:package: Image Reference burntnetwork/xion:sha-9a13491
digestsha256:473d4f7f515a2ebb79f3d267df7b4d6167e15688d4b1b947837b17859c6772b9
vulnerabilitiescritical: 1 high: 1 medium: 1 low: 0
size77 MB
packages241
:package: Base Image alpine:3.18
also known as
  • 3.18.8
digestsha256:b12c7d46bc14b4260b9e42714688e2dbf5dee973b291a4c12e0e1539404d9f1d
vulnerabilitiescritical: 0 high: 0 medium: 0 low: 0
critical: 1 high: 1 medium: 1 low: 0 stdlib 1.22.3 (golang) pkg:golang/stdlib@1.22.3
```dockerfile # Dockerfile (65:65) COPY --from=builder /go/bin/xiond /usr/bin/xiond ```
critical : CVE--2024--24790
Affected range>=1.22.0-0
<1.22.4
Fixed version1.22.4
EPSS Score0.06%
EPSS Percentile28th 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.
high : CVE--2024--24791
Affected range>=1.22.0-0
<1.22.5
Fixed version1.22.5
EPSS Score0.04%
EPSS Percentile16th 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.
medium : CVE--2024--24789
Affected range>=1.22.0-0
<1.22.4
Fixed version1.22.4
EPSS Score0.04%
EPSS Percentile10th 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.