VYPR

rpm package

almalinux/golang

pkg:rpm/almalinux/golang

Vulnerabilities (65)

  • CVE-2023-24540CriMay 11, 2023
    affected < 1.19.9-2.el9_2fixed 1.19.9-2.el9_2

    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.19.6-1.module_el8.8.0+3558+75c9cb88fixed 1.19.6-1.module_el8.8.0+3558+75c9cb88

    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.19.6-1.module_el8.8.0+3558+75c9cb88fixed 1.19.6-1.module_el8.8.0+3558+75c9cb88

    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.18.9-1.el9_1fixed 1.18.9-1.el9_1

    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.18.9-1.el9_1fixed 1.18.9-1.el9_1

    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.18.9-1.el9_1fixed 1.18.9-1.el9_1

    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.17.12-1.module_el8.6.0+3065+e17ed2d4fixed 1.17.12-1.module_el8.6.0+3065+e17ed2d4

    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.17.12-1.module_el8.6.0+3065+e17ed2d4fixed 1.17.12-1.module_el8.6.0+3065+e17ed2d4

    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.17.12-1.module_el8.6.0+3065+e17ed2d4fixed 1.17.12-1.module_el8.6.0+3065+e17ed2d4

    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.17.12-1.module_el8.6.0+3065+e17ed2d4fixed 1.17.12-1.module_el8.6.0+3065+e17ed2d4

    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.17.12-1.module_el8.6.0+3065+e17ed2d4fixed 1.17.12-1.module_el8.6.0+3065+e17ed2d4

    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.17.12-1.module_el8.6.0+3065+e17ed2d4fixed 1.17.12-1.module_el8.6.0+3065+e17ed2d4

    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.

  • CVE-2022-28131HigAug 10, 2022
    affected < 1.17.12-1.module_el8.6.0+3065+e17ed2d4fixed 1.17.12-1.module_el8.6.0+3065+e17ed2d4

    Uncontrolled recursion in Decoder.Skip 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 a deeply nested XML document.

  • CVE-2022-1962MedAug 10, 2022
    affected < 1.17.12-1.module_el8.6.0+3065+e17ed2d4fixed 1.17.12-1.module_el8.6.0+3065+e17ed2d4

    Uncontrolled recursion in the Parse functions in go/parser before Go 1.17.12 and Go 1.18.4 allow an attacker to cause a panic due to stack exhaustion via deeply nested types or declarations.

  • CVE-2022-1705MedAug 10, 2022
    affected < 1.17.12-1.module_el8.6.0+3065+e17ed2d4fixed 1.17.12-1.module_el8.6.0+3065+e17ed2d4

    Acceptance of some invalid Transfer-Encoding headers in the HTTP/1 client in net/http before Go 1.17.12 and Go 1.18.4 allows HTTP request smuggling if combined with an intermediate server that also improperly fails to reject the header as invalid.

  • CVE-2022-23806CriFeb 11, 2022
    affected < 1.17.7-1.module_el8.6.0+2736+ec10aba8fixed 1.17.7-1.module_el8.6.0+2736+ec10aba8

    Curve.IsOnCurve in crypto/elliptic in Go before 1.16.14 and 1.17.x before 1.17.7 can incorrectly return true in situations with a big.Int value that is not a valid field element.

  • CVE-2022-23773HigFeb 11, 2022
    affected < 1.17.7-1.module_el8.6.0+2736+ec10aba8fixed 1.17.7-1.module_el8.6.0+2736+ec10aba8

    cmd/go in Go before 1.16.14 and 1.17.x before 1.17.7 can misinterpret branch names that falsely appear to be version tags. This can lead to incorrect access control if an actor is supposed to be able to create branches but not tags.

  • CVE-2022-23772HigFeb 11, 2022
    affected < 1.17.7-1.module_el8.6.0+2736+ec10aba8fixed 1.17.7-1.module_el8.6.0+2736+ec10aba8

    Rat.SetString in math/big in Go before 1.16.14 and 1.17.x before 1.17.7 has an overflow that can lead to Uncontrolled Memory Consumption.

  • CVE-2021-39293HigJan 24, 2022
    affected < 1.17.7-1.module_el8.6.0+2736+ec10aba8fixed 1.17.7-1.module_el8.6.0+2736+ec10aba8

    In archive/zip in Go before 1.16.8 and 1.17.x before 1.17.1, a crafted archive header (falsely designating that many files are present) can cause a NewReader or OpenReader panic. NOTE: this issue exists because of an incomplete fix for CVE-2021-33196.

  • CVE-2021-44717MedJan 1, 2022
    affected < 1.16.12-1.module_el8.5.0+2604+960c7771fixed 1.16.12-1.module_el8.5.0+2604+960c7771

    Go before 1.16.12 and 1.17.x before 1.17.5 on UNIX allows write operations to an unintended file or unintended network connection as a consequence of erroneous closing of file descriptor 0 after file-descriptor exhaustion.