VYPR

rpm package

suse/go&distro=SUSE Package Hub 12

pkg:rpm/suse/go&distro=SUSE%20Package%20Hub%2012

Vulnerabilities (11)

  • CVE-2023-39325Oct 11, 2023
    affected < 1.21-41.1fixed 1.21-41.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-41.1fixed 1.21-41.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-41.1fixed 1.21-41.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-41.1fixed 1.21-41.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-41.1fixed 1.21-41.1

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

  • CVE-2023-39319Sep 8, 2023
    affected < 1.21-41.1fixed 1.21-41.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-41.1fixed 1.21-41.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-41.1fixed 1.21-41.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

  • CVE-2018-6574Feb 7, 2018
    affected < 1.9.4-15.1fixed 1.9.4-15.1

    Go before 1.8.7, Go 1.9.x before 1.9.4, and Go 1.10 pre-releases before Go 1.10rc2 allow "go get" remote command execution during source code build, by leveraging the gcc or clang plugin feature, because -fplugin= and -plugin= arguments were not blocked.

  • CVE-2017-8932MedJul 6, 2017
    affected < 1.7.0-12.1fixed 1.7.0-12.1

    A bug in the standard library ScalarMult implementation of curve P-256 for amd64 architectures in Go before 1.7.6 and 1.8.x before 1.8.2 causes incorrect results to be generated for specific input points. An adaptive attack can be mounted to progressively extract the scalar input

  • CVE-2016-5386HigJul 19, 2016
    affected < 1.6.1-6.1fixed 1.6.1-6.1

    The net/http package in Go through 1.6 does not attempt to address RFC 3875 section 4.1.18 namespace conflicts and therefore does not protect CGI applications from the presence of untrusted client data in the HTTP_PROXY environment variable, which might allow remote attackers to