Lucene search
+L

2375 matches found

RedhatCVE
RedhatCVE
added 2025/05/22 11:24 p.m.6 views

CVE-2022-39220

SFTPGo is an SFTP server written in Go. Versions prior to 2.3.5 are subject to Cross-site scripting XSS vulnerabilities in the SFTPGo WebClient, allowing remote attackers to inject malicious code. This issue is patched in version 2.3.5. No known workarounds exist...

6.1CVSS6.2AI score0.0056EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2025/05/22 5:25 p.m.12 views

CVE-2025-48075 Fiber panics when fiber.Ctx.BodyParser parses invalid range index

Fiber is an Express-inspired web framework written in Go. Starting in version 2.52.6 and prior to version 2.52.7, fiber.Ctx.BodyParser can map flat data to nested slices using keyidxvalue syntax, but when idx is negative, it causes a panic instead of returning an error stating it cannot process t...

8.7CVSS6.5AI score0.00502EPSS
SaveExploits1References2
Packet Storm News
Packet Storm News
added 2025/05/16 12:00 a.m.9 views

GoLeash: Mitigating Golang Software Supply Chain Attacks with Runtime Policy Enforcement

Modern software supply chain attacks consist of introducing new, malicious capabilities into trusted third-party software components, in order to propagate to a victim through a package dependency chain. These attacks are especially concerning for the Go language ecosystem, which is extensively...

7AI score
SaveExploits0
RedHat Linux
RedHat Linux
added 2025/05/14 11:52 a.m.10 views

golang: net/http: net/http: sensitive headers incorrectly sent after cross-domain redirect

A flaw was found in the net/http package of the Golang standard library. The HTTP client drops sensitive headers after following a cross-domain redirect. For example, a request to a.com/ containing an Authorization header redirected to b.com/ will not send that header to b.com. However, the...

6.1CVSS7.2AI score0.00671EPSS
SaveExploits0References6
Tenable Nessus
Tenable Nessus
added 2025/05/14 12:00 a.m.10 views

Alibaba Cloud Linux 3 : 0131: go-toolset:rhel8 (ALINUX3-SA-2022:0131)

The remote Alibaba Cloud Linux 3 host has packages installed that are affected by multiple vulnerabilities as referenced in the ALINUX3-SA-2022:0131 advisory. Package updates are available for Alibaba Cloud Linux 3 that fix the following vulnerabilities: CVE-2021-38297: Go before 1.16.9 and 1.17....

9.8CVSS7.3AI score0.10874EPSS
SaveExploits2References14
Tenable Nessus
Tenable Nessus
added 2025/05/14 12:00 a.m.7 views

Alibaba Cloud Linux 3 : 0180: git-lfs (ALINUX3-SA-2022:0180)

The remote Alibaba Cloud Linux 3 host has packages installed that are affected by multiple vulnerabilities as referenced in the ALINUX3-SA-2022:0180 advisory. Package updates are available for Alibaba Cloud Linux 3 that fix the following vulnerabilities: CVE-2020-28851: In x/text in Go 1.15.4, an...

7.5CVSS7AI score0.0262EPSS
SaveExploits5References10
RedHat Linux
RedHat Linux
added 2025/05/13 3:59 p.m.17 views

golang: crypto/x509: crypto/x509: usage of IPv6 zone IDs can bypass URI name constraints

A flaw was found in the crypto/x509 package of the Golang standard library. 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 certificate chain. Certificates containing URIs are not permitted in the web PKI; this...

6.1CVSS6.8AI score0.00476EPSS
SaveExploits0References7
RedHat Linux
RedHat Linux
added 2025/05/13 1:31 p.m.9 views

golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh

A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange...

7.5CVSS7.1AI score0.00921EPSS
SaveExploits0References7
RedHat Linux
RedHat Linux
added 2025/05/13 8:49 a.m.21 views

golang: net/netip: Unexpected behavior from Is methods for IPv4-mapped IPv6 addresses

A flaw was found in the Go language standard library net/netip. The method Is IsPrivate, IsPublic, etc doesn't behave properly when working with IPv6 mapped to IPv4 addresses. The unexpected behavior can lead to integrity and confidentiality issues, specifically when these methods are used to...

9.8CVSS7.2AI score0.01952EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2025/05/13 8:49 a.m.21 views

net/http: Denial of service due to improper 100-continue handling in net/http

A flaw was found in Go. The net/http module mishandles specific server responses from HTTP/1.1 client requests. This issue may render a connection invalid and cause a denial of service...

7.5CVSS7.3AI score0.01414EPSS
SaveExploits0References7
RedHat Linux
RedHat Linux
added 2025/05/13 8:44 a.m.9 views

crypto/internal/nistec: golang: Timing sidechannel for P-256 on ppc64le in crypto/internal/nistec

A flaw was found in the Golang crypto/internal/nistec package. Due to the usage of a variable time instruction in the assembly implementation of an internal function, a small number of bits of secret scalars are leaked on the ppc64le architecture. Considering how this function is used, this leaka...

4CVSS7.1AI score0.00284EPSS
SaveExploits0References8
CNNVD
CNNVD
added 2025/05/13 12:00 a.m.8 views

nosurf 安全漏洞

nosurf is an HTTP package for Go by Justinas Stankevičius personal developer. It helps you prevent cross-site request forgery attacks. A security vulnerability exists in nosurf versions prior to 1.2.0, which stems from a CSRF check bypass that could lead to cross-site request forgery...

6.1CVSS9.1AI score0.00232EPSS
SaveExploits2References6
CNNVD
CNNVD
added 2025/05/06 12:00 a.m.9 views

goshs 访问控制错误漏洞

goshs is a simple HTTP Server written in Go by Patrick Hener Personal Developer. An access control error vulnerability exists in goshs versions prior to 1.0.5 that stems from not checking the cli option -c, which could lead to arbitrary command execution...

9.4CVSS9.2AI score0.00689EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2025/04/16 12:00 a.m.5 views

Google Go 安全漏洞

Google Go is a static strongly typed, compiled, concatenated, and garbage-collected programming language from Google USA. A security vulnerability exists in Google Go versions prior to v0.38.0, which stems from the markup parser incorrectly handling unreferenced attribute values, potentially...

6.5CVSS6.6AI score0.00513EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2025/04/10 1:06 a.m.18 views

golang: net/http: net/http: sensitive headers incorrectly sent after cross-domain redirect

A flaw was found in the net/http package of the Golang standard library. The HTTP client drops sensitive headers after following a cross-domain redirect. For example, a request to a.com/ containing an Authorization header redirected to b.com/ will not send that header to b.com. However, the...

6.1CVSS7.2AI score0.00671EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2025/04/10 1:06 a.m.9 views

golang: crypto/x509: crypto/x509: usage of IPv6 zone IDs can bypass URI name constraints

A flaw was found in the crypto/x509 package of the Golang standard library. 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 certificate chain. Certificates containing URIs are not permitted in the web PKI; this...

6.1CVSS6.8AI score0.00476EPSS
SaveExploits0References7
RedHat Linux
RedHat Linux
added 2025/04/10 1:04 a.m.9 views

crypto/internal/nistec: golang: Timing sidechannel for P-256 on ppc64le in crypto/internal/nistec

A flaw was found in the Golang crypto/internal/nistec package. Due to the usage of a variable time instruction in the assembly implementation of an internal function, a small number of bits of secret scalars are leaked on the ppc64le architecture. Considering how this function is used, this leaka...

4CVSS7.1AI score0.00284EPSS
SaveExploits0References8
RedHat Linux
RedHat Linux
added 2025/04/10 1:04 a.m.13 views

encoding/gob: golang: Calling Decoder.Decode on a message which contains deeply nested structures can cause a panic due to stack exhaustion

A flaw was found in the encoding/gob package of the Golang standard library. Calling Decoder.Decoding, a message that contains deeply nested structures, can cause a panic due to stack exhaustion. This is a follow-up to CVE-2022-30635...

7.5CVSS6.6AI score0.01127EPSS
SaveExploits0References8
RedHat Linux
RedHat Linux
added 2025/04/10 1:04 a.m.10 views

golang: net/http: net/http: sensitive headers incorrectly sent after cross-domain redirect

A flaw was found in the net/http package of the Golang standard library. The HTTP client drops sensitive headers after following a cross-domain redirect. For example, a request to a.com/ containing an Authorization header redirected to b.com/ will not send that header to b.com. However, the...

6.1CVSS7.2AI score0.00671EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2025/04/10 1:04 a.m.15 views

golang: crypto/x509: crypto/x509: usage of IPv6 zone IDs can bypass URI name constraints

A flaw was found in the crypto/x509 package of the Golang standard library. 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 certificate chain. Certificates containing URIs are not permitted in the web PKI; this...

6.1CVSS6.8AI score0.00476EPSS
SaveExploits0References7
Rows per page
Query Builder