VYPR

apk package

chainguard/falco

pkg:apk/chainguard/falco

Vulnerabilities (52)

  • CVE-2023-45289MedMar 5, 2024
    affected < 0.37.1-r0fixed 0.37.1-r0

    When following an HTTP redirect to a domain which is not a subdomain match or exact match of the initial domain, an http.Client does not forward sensitive headers such as "Authorization" or "Cookie". For example, a redirect from foo.com to www.foo.com will forward the Authorizati

  • CVE-2024-24557Feb 1, 2024
    affected < 0.37.1-r0fixed 0.37.1-r0

    Moby is an open-source project created by Docker to enable software containerization. The classic builder cache system is prone to cache poisoning if the image is built FROM scratch. Also, changes to some instructions (most important being HEALTHCHECK and ONBUILD) would not cause

  • CVE-2024-21664Jan 9, 2024
    affected < 0.37.1-r0fixed 0.37.1-r0

    jwx is a Go module implementing various JWx (JWA/JWE/JWK/JWS/JWT, otherwise known as JOSE) technologies. Calling `jws.Parse` with a JSON serialized payload where the `signature` field is present while `protected` is absent can lead to a nil pointer dereference. The vulnerability

  • CVE-2023-48795MedDec 18, 2023
    affected < 0.37.1-r0fixed 0.37.1-r0

    The SSH transport protocol with certain OpenSSH extensions, found in OpenSSH before 9.6 and other products, allows remote attackers to bypass integrity checks such that some packets are omitted (from the extension negotiation message), and a client and server may consequently end

  • CVE-2023-45285Dec 6, 2023
    affected < 0.37.1-r0fixed 0.37.1-r0

    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 < 0.37.1-r0fixed 0.37.1-r0

    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-45287Dec 5, 2023
    affected < 0.37.1-r0fixed 0.37.1-r0

    Before Go 1.20, the RSA based TLS key exchanges used the math/big library, which is not constant time. RSA blinding was applied to prevent timing attacks, but analysis shows this may not have been fully effective. In particular it appears as if the removal of PKCS#1 padding may l

  • CVE-2023-49290Dec 4, 2023
    affected < 0.37.1-r0fixed 0.37.1-r0

    lestrrat-go/jwx is a Go module implementing various JWx (JWA/JWE/JWK/JWS/JWT, otherwise known as JOSE) technologies. A p2c parameter set too high in JWE's algorithm PBES2-* could lead to a denial of service. The JWE key management algorithms based on PBKDF2 require a JOSE Header

  • CVE-2023-46737Nov 7, 2023
    affected < 0.37.1-r0fixed 0.37.1-r0

    Cosign is a sigstore signing tool for OCI containers. Cosign is susceptible to a denial of service by an attacker controlled registry. An attacker who controls a remote registry can return a high number of attestations and/or signatures to Cosign and cause Cosign to enter a long

  • CVE-2023-39325Oct 11, 2023
    affected < 0.37.1-r0fixed 0.37.1-r0

    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-44487HigKEVOct 10, 2023
    affected < 0.37.1-r0fixed 0.37.1-r0

    The HTTP/2 protocol allows a denial of service (server resource consumption) because request cancellation can reset many streams quickly, as exploited in the wild in August through October 2023.

  • CVE-2023-39323Oct 5, 2023
    affected < 0.37.1-r0fixed 0.37.1-r0

    Line directives ("//line") can be used to bypass the restrictions on "//go:cgo_" directives, allowing blocked linker and compiler flags to be passed during compilation. This can result in unexpected execution of arbitrary code when running "go build". The line directive requires

  • CVE-2023-39319Sep 8, 2023
    affected < 0.37.1-r0fixed 0.37.1-r0

    The html/template package does not apply the proper rules for handling occurrences of "<script", "<!--", and "</script" within JS literals in contexts. This may cause the template parser to improperly consider script contexts to be terminated early, causing actions to be

  • CVE-2023-39318Sep 8, 2023
    affected < 0.37.1-r0fixed 0.37.1-r0

    The html/template package does not properly handle HTML-like "" comment tokens, nor hashbang "#!" comment tokens, in contexts. This may cause the template parser to improperly interpret the contents of contexts, causing actions to be improperly escaped. This may

  • CVE-2023-29409Aug 2, 2023
    affected < 0.37.1-r0fixed 0.37.1-r0

    Extremely large RSA keys in certificate chains can cause a client/server to expend significant CPU time verifying signatures. With fix, the size of RSA keys transmitted during handshakes is restricted to <= 8192 bits. Based on a survey of publicly trusted RSA keys, there are curr

  • CVE-2023-29406Jul 11, 2023
    affected < 0.37.1-r0fixed 0.37.1-r0

    The HTTP/1 client does not fully validate the contents of the Host header. A maliciously crafted Host header can inject additional headers or entire requests. With fix, the HTTP/1 client now refuses to send requests containing an invalid Request.Host or Request.URL.Host value.

  • CVE-2023-29405Jun 8, 2023
    affected < 0.37.1-r0fixed 0.37.1-r0

    The go command may execute arbitrary code at build time when using cgo. This may occur when running "go get" on a malicious module, or when running any other command which builds untrusted code. This is can by triggered by linker flags, specified via a "#cgo LDFLAGS" directive. F

  • CVE-2023-29404Jun 8, 2023
    affected < 0.37.1-r0fixed 0.37.1-r0

    The go command may execute arbitrary code at build time when using cgo. This may occur when running "go get" on a malicious module, or when running any other command which builds untrusted code. This is can by triggered by linker flags, specified via a "#cgo LDFLAGS" directive. T

  • CVE-2023-29403Jun 8, 2023
    affected < 0.37.1-r0fixed 0.37.1-r0

    On Unix platforms, the Go runtime does not behave differently when a binary is run with the setuid/setgid bits. This can be dangerous in certain cases, such as when dumping memory state, or assuming the status of standard i/o file descriptors. If a setuid/setgid binary is execute

  • CVE-2023-29402Jun 8, 2023
    affected < 0.37.1-r0fixed 0.37.1-r0

    The go command may generate unexpected code at build time when using cgo. This may result in unexpected behavior when running a go program which uses cgo. This may occur when running an untrusted module which contains directories with newline characters in their names. Modules wh