Lucene search
+L

16702 matches found

RedHat Linux
RedHat Linux
added 2026/08/04 10:09 a.m.12 views

net/url: Incorrect parsing of IPv6 host literals in net/url

The Go standard library function net/url.Parse insufficiently validated the host/authority component and accepted some invalid URLs by effectively treating garbage before an IP-literal as ignorable. The function should have rejected this as invalid...

7.5CVSS7.5AI score0.00728EPSS
SaveExploits0References8
RedhatCVE
RedhatCVE
added 2026/08/04 5:28 a.m.19 views

CVE-2026-54787

A flaw was found in sigstore-go, a software library used for verifying digital signatures. This vulnerability specifically affects the workflow for self-managed long-lived signing keys that do not use certificates. An attacker who possesses an expired signing key can exploit this by creating and...

3.1CVSS5.5AI score0.0009EPSS
SaveExploits0References7
ATTACKERKB
ATTACKERKB
added 2026/08/03 7:05 p.m.12 views

CVE-2026-48031

go-base is a Go RESTful API Boilerplate template with JWT Authentication, backed by PostgreSQL. In versions prior to 2026-05-18, the JWT signing secret is hardcoded to the known string "random", letting any attacker who reads the public repository forge tokens for arbitrary users, including admin...

9.1CVSS7.7AI score0.00346EPSS
SaveExploits0References4Affected Software1
CVE
CVE
added 2026/08/03 7:05 p.m.97 views

CVE-2026-48031

Technical details about CVE-2026-48031 are not publicly provided in the supplied documents. The go-base JWT-secret issue is described at a high level; monitor for updates for concrete affected versions, root cause, and fixes.

9.1CVSS7.7AI score0.00346EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2026/08/03 7:05 p.m.10 views

CVE-2026-48031 Go Restful API Boilerplate: Hardcoded JWT Secret "random" Allows Token Forgery

go-base is a Go RESTful API Boilerplate template with JWT Authentication, backed by PostgreSQL. In versions prior to 2026-05-18, the JWT signing secret is hardcoded to the known string "random", letting any attacker who reads the public repository forge tokens for arbitrary users, including admin...

9.1CVSS7.7AI score0.00346EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/03 7:05 p.m.20 views

CVE-2026-48031 Go Restful API Boilerplate: Hardcoded JWT Secret "random" Allows Token Forgery

go-base is a Go RESTful API Boilerplate template with JWT Authentication, backed by PostgreSQL. In versions prior to 2026-05-18, the JWT signing secret is hardcoded to the known string "random", letting any attacker who reads the public repository forge tokens for arbitrary users, including admin...

9.1CVSS5.6AI score
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/08/03 5:42 p.m.4 views

net/http/internal/http2: golang: golang.org/x/net: Go HTTP/2: Denial of Service via malformed SETTINGS_MAX_FRAME_SIZE frame

A flaw was found in the HTTP/2 protocol implementation within the Go standard library golang.org/x/net and net/http/internal/http2. A remote attacker can exploit this vulnerability by sending a specially crafted HTTP/2 SETTINGS frame with the SETTINGSMAXFRAMESIZE parameter set to zero. This...

7.5CVSS6.5AI score0.00781EPSS
SaveExploits0References9
RedHat Linux
RedHat Linux
added 2026/08/03 5:42 p.m.4 views

net: golang: Go net package: Denial of Service via long CNAME response in LookupCNAME

A flaw was found in the net package of Go golang, specifically when using the LookupCNAME function with the cgo DNS resolver. A remote attacker could exploit this by providing a very long Canonical Name CNAME response. This can trigger a double-free of C memory, leading to a crash and a Denial of...

7.5CVSS7AI score0.00813EPSS
SaveExploits0References8
RedHat Linux
RedHat Linux
added 2026/08/03 5:42 p.m.4 views

cmd/go: golang: Go 'go bug' command: Arbitrary file overwrite via symlink attack

A flaw was found in the 'go bug' command within the Go programming language tools. This command writes to temporary files with predictable names. A local attacker with access to the system's temporary directory could exploit this by creating a symbolic link symlink with one of these predictable...

5.3CVSS6.8AI score0.00179EPSS
SaveExploits0References8
RedHat Linux
RedHat Linux
added 2026/08/03 5:42 p.m.4 views

golang: Go os.Root: Symlink following vulnerability allows directory traversal

A flaw was found in the os.Root functionality of Go on Unix systems. This vulnerability allows an attacker to bypass intended directory restrictions by crafting a path that ends with a symbolic link and a trailing slash. When a file is opened in os.Root with such a path, the symbolic link is...

7.8CVSS8.3AI score0.00232EPSS
SaveExploits0References8
RedHat Linux
RedHat Linux
added 2026/08/03 5:42 p.m.7 views

net/mail: golang: Go net/mail: Denial of Service via crafted email inputs

A flaw was found in the net/mail package of the Go programming language. An attacker could provide specially crafted inputs to the ParseAddress, ParseAddressList, or ParseDate functions. This could lead to excessive consumption of CPU and memory resources, resulting in a Denial of Service DoS for...

7.5CVSS7AI score0.00784EPSS
SaveExploits0References8
RedHat Linux
RedHat Linux
added 2026/08/03 5:42 p.m.4 views

cmd/go: golang: Go tool pack: Arbitrary file write via malicious archive extraction

A flaw was found in the "go tool pack" subcommand, a component of the Go programming language tools. This vulnerability allows an attacker to craft a malicious archive file. When this archive is extracted using the "pack" subcommand, it can lead to arbitrary file writes on the filesystem,...

5.9CVSS6.9AI score0.0017EPSS
SaveExploits0References8
RedHat Linux
RedHat Linux
added 2026/08/03 5:42 p.m.4 views

cmd/go: golang: Go command (cmd/go): Integrity bypass due to checksum validation flaw via malicious module proxy

A flaw was found in the Go command cmd/go. A malicious module proxy can exploit this vulnerability by bypassing the validation of module checksums. This allows the proxy to serve altered versions of the Go toolchain, which the go command may then download and execute without proper verification...

7.5CVSS7.9AI score0.00231EPSS
SaveExploits0References8
RedHat Linux
RedHat Linux
added 2026/08/03 5:42 p.m.3 views

golang.org/x/net/idna: golang: net/http: golang.org/x/net/idna: Privilege escalation via incorrect Punycode label processing

A flaw was found in golang.org/x/net/idna. ToASCII and ToUnicode incorrectly accept Punycode-encoded labels that decode to an ASCII-only hostname for example, xn--example-.com returns example.com instead of an error. Applications that validate the ASCII form then convert to Unicode may grant acce...

9.6CVSS5.3AI score0.00692EPSS
SaveExploits0References8
RedHat Linux
RedHat Linux
added 2026/08/03 5:42 p.m.5 views

crypto/x509: golang: Go crypto/x509: Certificate validation bypass due to incorrect DNS constraint application

A flaw was found in the crypto/x509 package within Go golang. When verifying a certificate chain, excluded DNS Domain Name System constraints are not correctly applied to wildcard DNS Subject Alternative Names SANs if the case of the SAN differs from the constraint. This oversight could allow an...

8.8CVSS7.5AI score0.0034EPSS
SaveExploits0References8
RedHat Linux
RedHat Linux
added 2026/08/03 5:42 p.m.3 views

html/template: golang: Go html/template: Cross-Site Scripting via improper URL escaping in meta tag content

A flaw was found in the html/template package of Go. A remote attacker could exploit this vulnerability by inserting ASCII whitespaces around the equals sign = within a URL's content attribute inside a tag. This improper escaping could lead to Cross-Site Scripting XSS, allowing the attacker to...

6.1CVSS7AI score0.00314EPSS
SaveExploits0References8
RedHat Linux
RedHat Linux
added 2026/08/03 5:42 p.m.4 views

net/http/httputil: golang: net/http/httputil: ReverseProxy forwards hidden query parameters, potentially bypassing security controls

A flaw was found in the net/http/httputil package, specifically within the ReverseProxy component. This vulnerability allows the ReverseProxy to forward query parameters that are not visible to Rewrite functions. This occurs because the ReverseProxy does not correctly consider the url.ParseQuery...

5.3CVSS6.5AI score0.0039EPSS
SaveExploits0References8
RedHat Linux
RedHat Linux
added 2026/08/03 5:42 p.m.5 views

net/mail: golang: net/mail: Denial of Service via pathological email address parsing

A flaw was found in the net/mail package within the Go standard library. A remote attacker could provide specially crafted, pathological email addresses. When these malformed email addresses are parsed by the consumePhrase function, it can lead to excessive resource consumption due to quadratic...

7.5CVSS7AI score0.00798EPSS
SaveExploits0References8
RedHat Linux
RedHat Linux
added 2026/08/03 5:08 p.m.6 views

github.com/go-chi/chi/middleware: go-chi chi: IP spoofing via X-Forwarded-For header allows bypass of access controls

A flaw was found in the go-chi chi RealIP middleware. This vulnerability allows a remote attacker to spoof their IP address by manipulating the X-Forwarded-For HTTP header. By exploiting this, an attacker can bypass IP-based access control lists and rate-limiting mechanisms, and forge log entries...

6.9CVSS5.5AI score0.00397EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2026/08/03 5:08 p.m.7 views

github.com/go-chi/chi: go-chi/chi: IP Spoofing via RealIP Middleware allows bypassing access controls

A flaw was found in the go-chi/chi RealIP middleware. This vulnerability allows a remote attacker to perform IP spoofing by supplying arbitrary IP addresses in client-controlled headers. This can lead to bypassing IP-based access controls, evading rate limiting and geo-IP restrictions, and...

6.9CVSS5.6AI score0.00219EPSS
SaveExploits0References6
Rows per page
Query Builder