VYPR

apk package

chainguard/kyverno-policy-reporter-2.11-compat

pkg:apk/chainguard/kyverno-policy-reporter-2.11-compat

Vulnerabilities (5)

  • CVE-2024-24786HigMar 5, 2024
    affected < 2.11.1-r5fixed 2.11.1-r5

    The protojson.Unmarshal function can enter an infinite loop when unmarshaling certain forms of invalid JSON. This condition can occur when unmarshaling into a message which contains a google.protobuf.Any value, or when the UnmarshalOptions.DiscardUnknown option is set.

  • CVE-2023-45285Dec 6, 2023
    affected < 2.11.1-r3fixed 2.11.1-r3

    Using go get to fetch a module with the ".git" suffix may unexpectedly fallback to the insecure "git://" protocol if the module is unavailable via the secure "https://" and "git+ssh://" protocols, even if GOINSECURE is not set for said module. This only affects users who are not

  • CVE-2023-39326Dec 6, 2023
    affected < 2.11.1-r3fixed 2.11.1-r3

    A malicious HTTP sender can use chunk extensions to cause a receiver reading from a request or response body to read many more bytes from the network than are in the body. A malicious HTTP client can further exploit this to cause a server to automatically read a large amount of d

  • CVE-2023-39325Oct 11, 2023
    affected < 2.11.1-r2fixed 2.11.1-r2

    A malicious HTTP/2 client which rapidly creates requests and immediately resets them can cause excessive server resource consumption. While the total number of requests is bounded by the http2.Server.MaxConcurrentStreams setting, resetting an in-progress request allows the attack

  • CVE-2023-3978Aug 2, 2023
    affected < 2.11.1-r2fixed 2.11.1-r2

    Text nodes not in the HTML namespace are incorrectly literally rendered, causing text which should be escaped to not be. This could lead to an XSS attack.