VYPR

rpm package

almalinux/delve

pkg:rpm/almalinux/delve

Vulnerabilities (77)

  • CVE-2023-45285HigDec 6, 2023
    affected < 1.20.2-1.module_el8.9.0+3642+43318da8fixed 1.20.2-1.module_el8.9.0+3642+43318da8

    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-39326MedDec 6, 2023
    affected < 1.20.2-1.module_el8.9.0+3642+43318da8fixed 1.20.2-1.module_el8.9.0+3642+43318da8

    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-39325HigOct 11, 2023
    affected < 1.9.1-1.module_el8.8.0+3471+a62632a0fixed 1.9.1-1.module_el8.8.0+3471+a62632a0

    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.9.1-1.module_el8.8.0+3471+a62632a0fixed 1.9.1-1.module_el8.8.0+3471+a62632a0

    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-29405CriJun 8, 2023
    affected < 1.9.1-1.module_el8.8.0+3471+a62632a0fixed 1.9.1-1.module_el8.8.0+3471+a62632a0

    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-29404CriJun 8, 2023
    affected < 1.9.1-1.module_el8.8.0+3471+a62632a0fixed 1.9.1-1.module_el8.8.0+3471+a62632a0

    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-29403HigJun 8, 2023
    affected < 1.9.1-1.module_el8.8.0+3471+a62632a0fixed 1.9.1-1.module_el8.8.0+3471+a62632a0

    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-29402CriJun 8, 2023
    affected < 1.9.1-1.module_el8.8.0+3471+a62632a0fixed 1.9.1-1.module_el8.8.0+3471+a62632a0

    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

  • CVE-2023-24540CriMay 11, 2023
    affected < 1.9.1-1.module_el8.8.0+3471+a62632a0fixed 1.9.1-1.module_el8.8.0+3471+a62632a0

    Not all valid JavaScript whitespace characters are considered to be whitespace. Templates containing whitespace characters outside of the character set "\t\n\f\r\u0020\u2028\u2029" in JavaScript contexts that also contain actions may not be properly sanitized during execution.

  • CVE-2022-41725HigFeb 28, 2023
    affected < 1.9.1-1.module_el8.8.0+3471+a62632a0fixed 1.9.1-1.module_el8.8.0+3471+a62632a0

    A denial of service is possible from excessive resource consumption in net/http and mime/multipart. Multipart form parsing with mime/multipart.Reader.ReadForm can consume largely unlimited amounts of memory and disk files. This also affects form parsing in the net/http package wi

  • CVE-2022-41724HigFeb 28, 2023
    affected < 1.9.1-1.module_el8.8.0+3471+a62632a0fixed 1.9.1-1.module_el8.8.0+3471+a62632a0

    Large handshake records may cause panics in crypto/tls. Both clients and servers may send large TLS handshake records which cause servers and clients, respectively, to panic when attempting to construct responses. This affects all TLS 1.3 clients, TLS 1.2 clients which explicitly

  • CVE-2022-41715HigOct 14, 2022
    affected < 1.8.3-1.module_el8.7.0+3280+24dc9c5dfixed 1.8.3-1.module_el8.7.0+3280+24dc9c5d

    Programs which compile regular expressions from untrusted sources may be vulnerable to memory exhaustion or denial of service. The parsed regexp representation is linear in the size of the input, but in some cases the constant factor can be as high as 40,000, making relatively sm

  • CVE-2022-2880HigOct 14, 2022
    affected < 1.8.3-1.module_el8.7.0+3280+24dc9c5dfixed 1.8.3-1.module_el8.7.0+3280+24dc9c5d

    Requests forwarded by ReverseProxy include the raw query parameters from the inbound request, including unparsable parameters rejected by net/http. This could permit query parameter smuggling when a Go proxy forwards a parameter with an unparsable value. After fix, ReverseProxy s

  • CVE-2022-2879HigOct 14, 2022
    affected < 1.8.3-1.module_el8.7.0+3280+24dc9c5dfixed 1.8.3-1.module_el8.7.0+3280+24dc9c5d

    Reader.Read does not set a limit on the maximum size of file headers. A maliciously crafted archive could cause Read to allocate unbounded amounts of memory, potentially causing resource exhaustion or panics. After fix, Reader.Read limits the maximum size of header blocks to 1 Mi

  • CVE-2022-32148MedAug 10, 2022
    affected < 1.7.2-1.module_el8.6.0+2736+ec10aba8fixed 1.7.2-1.module_el8.6.0+2736+ec10aba8

    Improper exposure of client IP addresses in net/http before Go 1.17.12 and Go 1.18.4 can be triggered by calling httputil.ReverseProxy.ServeHTTP with a Request.Header map containing a nil value for the X-Forwarded-For header, which causes ReverseProxy to set the client IP as the

  • CVE-2022-30635HigAug 10, 2022
    affected < 1.7.2-1.module_el8.6.0+2736+ec10aba8fixed 1.7.2-1.module_el8.6.0+2736+ec10aba8

    Uncontrolled recursion in Decoder.Decode in encoding/gob before Go 1.17.12 and Go 1.18.4 allows an attacker to cause a panic due to stack exhaustion via a message which contains deeply nested structures.

  • CVE-2022-30633HigAug 10, 2022
    affected < 1.7.2-1.module_el8.6.0+2736+ec10aba8fixed 1.7.2-1.module_el8.6.0+2736+ec10aba8

    Uncontrolled recursion in Unmarshal in encoding/xml before Go 1.17.12 and Go 1.18.4 allows an attacker to cause a panic due to stack exhaustion via unmarshalling an XML document into a Go struct which has a nested field that uses the 'any' field tag.

  • CVE-2022-30632HigAug 10, 2022
    affected < 1.7.2-1.module_el8.6.0+2736+ec10aba8fixed 1.7.2-1.module_el8.6.0+2736+ec10aba8

    Uncontrolled recursion in Glob in path/filepath before Go 1.17.12 and Go 1.18.4 allows an attacker to cause a panic due to stack exhaustion via a path containing a large number of path separators.

  • CVE-2022-30631HigAug 10, 2022
    affected < 1.7.2-1.module_el8.6.0+2736+ec10aba8fixed 1.7.2-1.module_el8.6.0+2736+ec10aba8

    Uncontrolled recursion in Reader.Read in compress/gzip before Go 1.17.12 and Go 1.18.4 allows an attacker to cause a panic due to stack exhaustion via an archive containing a large number of concatenated 0-length compressed files.

  • CVE-2022-30630HigAug 10, 2022
    affected < 1.7.2-1.module_el8.6.0+2736+ec10aba8fixed 1.7.2-1.module_el8.6.0+2736+ec10aba8

    Uncontrolled recursion in Glob in io/fs before Go 1.17.12 and Go 1.18.4 allows an attacker to cause a panic due to stack exhaustion via a path which contains a large number of path separators.