go1.24 (SUSE:Linux Enterprise Server for SAP Applications 15 SP3) — known CVEs & security advisories
Known CVE vulnerabilities and GitHub Security Advisories affecting the SUSE:Linux Enterprise Server for SAP Applications 15 SP3 package go1.24, with affected version ranges, CVSS severity, EPSS exploit prediction, and CISA KEV status.
CVEs (23)
CVE-2024-45340 — CVSS 8.8 (high): Credentials provided via the new GOAUTH feature were not being properly segmented by domain, allowing a malicious server to request…
CVE-2025-4674 — CVSS 8.6 (high): The go command may execute unexpected commands when operating in untrusted VCS repositories. This occurs when possibly dangerous VCS…
CVE-2025-61729 — CVSS 7.5 (high): Within HostnameError.Error(), when constructing an error string, there is no limit to the number of hosts that will be printed out…
CVE-2025-22865 — CVSS 7.5 (high): Using ParsePKCS1PrivateKey to parse a RSA key that is missing the CRT values would panic when verifying that the key is well formed.
CVE-2025-22874 — CVSS 7.5 (high): Calling Verify with a VerifyOptions.KeyUsages that contains ExtKeyUsageAny unintentionally disabledpolicy validation. This only affected…
CVE-2025-61723 — CVSS 7.5 (high): The processing time for parsing some invalid inputs scales non-linearly with respect to the size of the input. This affects programs which…
CVE-2025-58187 — CVSS 7.5 (high): Due to the design of the name constraint checking algorithm, the processing time of some inputs scale non-linearly with respect to the size…
CVE-2025-61725 — CVSS 7.5 (high): The ParseAddress function constructs domain-literal address components through repeated string concatenation. When parsing large…
CVE-2025-58188 — CVSS 7.5 (high): Validating certificate chains which contain DSA public keys can cause programs to panic, due to a interface cast that assumes they…
CVE-2025-47907 — CVSS 7.0 (high): Cancelling a query (e.g. by cancelling the context passed to one of the query methods) during a call to the Scan method of the returned…
CVE-2025-4673 — CVSS 6.8 (medium): Proxy-Authorization and Proxy-Authenticate headers persisted on cross-origin redirects potentially leaking sensitive information.
CVE-2025-47906 — CVSS 6.5 (medium): If the PATH environment variable contains paths which are executables (rather than just directories), passing certain strings to LookPath…
CVE-2025-61727 — CVSS 6.5 (medium): An excluded subdomain constraint in a certificate chain does not restrict the usage of wildcard SANs in the leaf certificate. For example a…
CVE-2024-45336 — CVSS 6.1 (medium): The HTTP client drops sensitive headers after following a cross-domain redirect. For example, a request to a.com/ containing an…
CVE-2024-45341 — CVSS 6.1 (medium): A certificate with a URI which has a IPv6 address with a zone ID may incorrectly satisfy a URI name constraint that applies to the…
CVE-2025-0913 — CVSS 5.5 (medium): os.OpenFile(path, os.O_CREATE|O_EXCL) behaved differently on Unix and Windows systems when the target path was a dangling symlink. On Unix…
CVE-2025-58185 — CVSS 5.3 (medium): Parsing a maliciously crafted DER payload could allocate large amounts of memory, causing memory exhaustion.
CVE-2025-58189 — CVSS 5.3 (medium): When Conn.Handshake fails during ALPN negotiation the error contains attacker controlled information (the ALPN protocols sent by the…
CVE-2025-58186 — CVSS 5.3 (medium): Despite HTTP headers having a default limit of 1MB, the number of cookies that can be parsed does not have a limit. By sending a lot of…
CVE-2025-47912 — CVSS 5.3 (medium): The Parse function permits values other than IPv6 addresses to be included in square brackets within the host component of a URL. RFC 3986…
CVE-2025-61724 — CVSS 5.3 (medium): The Reader.ReadResponse function constructs a response string through repeated string concatenation of lines. When the number of lines in a…
CVE-2025-58183 — CVSS 4.3 (medium): 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…
CVE-2025-22873 — CVSS 3.8 (low): It was possible to improperly access the parent directory of an os.Root by opening a filename ending in "../". For example…