VYPR

rpm package

suse/go1.21&distro=SUSE Package Hub 12

pkg:rpm/suse/go1.21&distro=SUSE%20Package%20Hub%2012

Vulnerabilities (8)

  • CVE-2023-39325Oct 11, 2023
    affected < 1.21.3-2.1fixed 1.21.3-2.1

    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 < 1.21.3-2.1fixed 1.21.3-2.1

    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 < 1.21.3-2.1fixed 1.21.3-2.1

    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-39322Sep 8, 2023
    affected < 1.21.3-2.1fixed 1.21.3-2.1

    QUIC connections do not set an upper bound on the amount of data buffered when reading post-handshake messages, allowing a malicious QUIC connection to cause unbounded memory growth. With fix, connections now consistently reject messages larger than 65KiB in size.

  • CVE-2023-39321Sep 8, 2023
    affected < 1.21.3-2.1fixed 1.21.3-2.1

    Processing an incomplete post-handshake message for a QUIC connection can cause a panic.

  • CVE-2023-39319Sep 8, 2023
    affected < 1.21.3-2.1fixed 1.21.3-2.1

    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-39320Sep 8, 2023
    affected < 1.21.3-2.1fixed 1.21.3-2.1

    The go.mod toolchain directive, introduced in Go 1.21, can be leveraged to execute scripts and binaries relative to the root of the module when the "go" command was executed within the module. This applies to modules downloaded using the "go" command from the module proxy, as wel

  • CVE-2023-39318Sep 8, 2023
    affected < 1.21.3-2.1fixed 1.21.3-2.1

    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