VYPR

rpm package

almalinux/golang-docs

pkg:rpm/almalinux/golang-docs

Vulnerabilities (74)

  • CVE-2026-39822HigJul 8, 2026
    affected < 1.26.5-1.el9_8fixed 1.26.5-1.el9_8

    On Unix systems, opening a file in an os.Root improperly follows symlinks to locations outside of the Root when the final path component of the a path is a symbolic link and the path ends in /. For example, 'root.Open("symlink/")' will open "symlink" even when "symlink" is a symb

  • CVE-2026-42507MedJun 2, 2026
    affected < 1.26.4-1.el10_2.alma.1fixed 1.26.4-1.el10_2.alma.1

    When returning errors, functions in the net/textproto package would include its input as part of the error. This might allow an attacker to inject misleading content to errors that are printed or logged.

  • CVE-2026-27145MedJun 2, 2026
    affected < 1.26.5-1.module_el8.10.0+4223+bd807c2efixed 1.26.5-1.module_el8.10.0+4223+bd807c2e

    (*x509.Certificate).VerifyHostname previously called matchHostnames in a loop over all DNS Subject Alternative Name (SAN) entries. This caused strings.Split(host, ".") to execute repeatedly on the same input hostname. With a large DNS SAN list, verification costs scaled quadratic

  • CVE-2026-39821CriMay 22, 2026
    affected < 1.26.5-1.el9_8fixed 1.26.5-1.el9_8

    The ToASCII and ToUnicode functions incorrectly accept Punycode-encoded labels that decode to an ASCII-only label. For example, ToUnicode("xn--example-.com") incorrectly returns the name "example.com" rather than an error. This behavior can lead to privilege escalation in program

  • CVE-2026-32283HigApr 8, 2026
    affected < 1.25.9-1.module_el8.10.0+4167+2e2e20ddfixed 1.25.9-1.module_el8.10.0+4167+2e2e20dd

    If one side of the TLS connection sends multiple key update messages post-handshake in a single record, the connection can deadlock, causing uncontrolled consumption of resources. This can lead to a denial of service. This only affects TLS 1.3.

  • CVE-2026-32282MedApr 8, 2026
    affected < 1.25.9-1.module_el8.10.0+4167+2e2e20ddfixed 1.25.9-1.module_el8.10.0+4167+2e2e20dd

    On Linux, if the target of Root.Chmod is replaced with a symlink while the chmod operation is in progress, Chmod can operate on the target of the symlink, even when the target lies outside the root. The Linux fchmodat syscall silently ignores the AT_SYMLINK_NOFOLLOW flag, which R

  • CVE-2026-32280HigApr 8, 2026
    affected < 1.25.9-1.module_el8.10.0+4167+2e2e20ddfixed 1.25.9-1.module_el8.10.0+4167+2e2e20dd

    During chain building, the amount of work that is done is not correctly limited when a large number of intermediate certificates are passed in VerifyOptions.Intermediates, which can lead to a denial of service. This affects both direct users of crypto/x509 and users of crypto/tls

  • CVE-2026-27144HigApr 8, 2026
    affected < 1.25.9-1.module_el8.10.0+4167+2e2e20ddfixed 1.25.9-1.module_el8.10.0+4167+2e2e20dd

    The compiler is meant to unwrap pointers which are the operands of a memory move; a no-op interface conversion prevented the compiler from making the correct determination about non-overlapping moves, potentially leading to memory corruption at runtime.

  • CVE-2026-27143CriApr 8, 2026
    affected < 1.25.9-1.module_el8.10.0+4167+2e2e20ddfixed 1.25.9-1.module_el8.10.0+4167+2e2e20dd

    Arithmetic over induction variables in loops were not correctly checked for underflow or overflow. As a result, the compiler would allow for invalid indexing to occur at runtime, potentially leading to memory corruption.

  • CVE-2026-27140HigApr 8, 2026
    affected < 1.25.9-1.module_el8.10.0+4167+2e2e20ddfixed 1.25.9-1.module_el8.10.0+4167+2e2e20dd

    SWIG file names containing 'cgo' and well-crafted payloads could lead to code smuggling and arbitrary code execution at build time due to trust layer bypass.

  • CVE-2026-27137HigMar 6, 2026
    affected < 1.26.2-2.el10_2.alma.1fixed 1.26.2-2.el10_2.alma.1

    When verifying a certificate chain which contains a certificate containing multiple email address constraints which share common local portions but different domain portions, these constraints will not be properly applied, and only the last constraint will be considered.

  • CVE-2026-25679HigMar 6, 2026
    affected < 1.26.2-2.el10_2.alma.1fixed 1.26.2-2.el10_2.alma.1

    url.Parse insufficiently validated the host/authority component and accepted some invalid URLs.

  • CVE-2025-68121CriFeb 5, 2026
    affected < 1.25.7-1.el10_1.alma.1fixed 1.25.7-1.el10_1.alma.1

    During session resumption in crypto/tls, if the underlying Config has its ClientCAs or RootCAs fields mutated between the initial handshake and the resumed handshake, the resumed handshake may succeed when it should have failed. This may happen when a user calls Config.Clone and

  • CVE-2025-61732HigFeb 5, 2026
    affected < 1.25.7-1.el10_1.alma.1fixed 1.25.7-1.el10_1.alma.1

    A discrepancy between how Go and C/C++ comments were parsed allowed for code smuggling into the resulting cgo binary.

  • CVE-2025-61731HigJan 28, 2026
    affected < 1.25.8-1.el10_1.alma.1fixed 1.25.8-1.el10_1.alma.1

    Building a malicious file with cmd/go can cause can cause a write to an attacker-controlled file with partial control of the file content. The "#cgo pkg-config:" directive in a Go source file provides command-line arguments to provide to the Go pkg-config command. An attacker can

  • CVE-2025-61728MedJan 28, 2026
    affected < 1.25.7-1.el10_1.alma.1fixed 1.25.7-1.el10_1.alma.1

    archive/zip uses a super-linear file name indexing algorithm that is invoked the first time a file in an archive is opened. This can lead to a denial of service when consuming a maliciously constructed ZIP archive.

  • CVE-2025-61726HigJan 28, 2026
    affected < 1.25.7-1.el10_1.alma.1fixed 1.25.7-1.el10_1.alma.1

    The net/url package does not set a limit on the number of query parameters in a query. While the maximum size of query parameters in URLs is generally limited by the maximum request header size, the net/http.Request.ParseForm method can parse large URL-encoded forms. Parsing a la

  • CVE-2025-61729HigDec 2, 2025
    affected < 1.25.5-1.module_el8.10.0+4107+b32a33cefixed 1.25.5-1.module_el8.10.0+4107+b32a33ce

    Within HostnameError.Error(), when constructing an error string, there is no limit to the number of hosts that will be printed out. Furthermore, the error string is constructed by repeated string concatenation, leading to quadratic runtime. Therefore, a certificate provided by a

  • CVE-2025-58183MedOct 29, 2025
    affected < 1.25.3-1.el9_7fixed 1.25.3-1.el9_7

    tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A maliciously-crafted archive containing a large number of sparse regions can cause a Reader to read an unbounded amount of data from the archive into memory. When r

  • CVE-2025-47906MedSep 18, 2025
    affected < 1.25.3-2.module_el8.10.0+4074+24330916fixed 1.25.3-2.module_el8.10.0+4074+24330916

    If the PATH environment variable contains paths which are executables (rather than just directories), passing certain strings to LookPath ("", ".", and ".."), can result in the binaries listed in the PATH being unexpectedly returned.

Page 1 of 4