Lucene search
+L

2390 matches found

RedHat Linux
RedHat Linux
added 2022/08/10 10:13 a.m.9 views

golang.org/x/crypto: empty plaintext packet causes panic

There's an input validation flaw in golang.org/x/crypto's readCipherPacket function. An unauthenticated attacker who sends an empty plaintext packet to a program linked with golang.org/x/crypto/ssh could cause a panic, potentially leading to denial of service...

7.5CVSS6.8AI score0.01118EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2022/08/10 10:13 a.m.11 views

golang: regexp: stack exhaustion via a deeply nested expression

A stack overflow flaw was found in Golang's regexp module, which can crash the runtime if the application using regexp accepts very long or arbitrarily long regexps from untrusted sources that have sufficient nesting depths. To exploit this vulnerability, an attacker would need to send large...

7.5CVSS7.2AI score0.03167EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2022/08/10 10:13 a.m.14 views

golang: crypto/elliptic: IsOnCurve returns true for invalid field elements

A flaw was found in the elliptic package of the crypto library in golang when the IsOnCurve function could return true for invalid field elements. This flaw allows an attacker to take advantage of this undefined behavior, affecting the availability and integrity of the resource...

9.1CVSS7.1AI score0.03099EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2022/08/10 10:13 a.m.9 views

golang: encoding/pem: fix stack overflow in Decode

A buffer overflow flaw was found in Golang's library encoding/pem. This flaw allows an attacker to use a large PEM input more than 5 MB, causing a stack overflow in Decode, which leads to a loss of availability...

7.5CVSS7.3AI score0.0995EPSS
SaveExploits1References5
RedHat Linux
RedHat Linux
added 2022/08/10 10:13 a.m.9 views

golang: math/big: uncontrolled memory consumption due to an unhandled overflow via Rat.SetString

A flaw was found in the big package of the math library in golang. The Rat.SetString could cause an overflow, and if left unhandled, it could lead to excessive memory use. This issue could allow a remote attacker to impact the availability of the system...

7.8CVSS7.2AI score0.0283EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2022/08/09 8:16 p.m.3 views

CVE-2022-1705 Improper sanitization of Transfer-Encoding headers in net/http

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...

7.3AI score0.01367EPSS
SaveExploits1References6
OSV
OSV
added 2022/08/09 12:00 a.m.36 views

CVE-2022-29804 Path traversal via Clean on Windows in path/filepath

Incorrect conversion of certain invalid paths to valid, absolute paths in Clean in path/filepath before Go 1.17.11 and Go 1.18.3 on Windows allows potential directory traversal attack...

7.1AI score
SaveExploits0References8
OSV
OSV
added 2022/08/05 11:05 a.m.8 views

OESA-2022-1797 golang security update

The Go Programming Language. Security Fixes: Calling Glob on a path which contains a large number of path separators can cause a panic due to stack exhaustion.CVE-2022-30630...

6.2CVSS6.9AI score0.01939EPSS
SaveExploits0References2
RedHat Linux
RedHat Linux
added 2022/08/02 9:56 a.m.11 views

golang: path/filepath: stack exhaustion in Glob

A flaw was found in golang. Calling Glob on a path that contains a large number of path separators can cause a panic issue due to stack exhaustion. This can cause an attacker to impact availability...

7.5CVSS6.6AI score0.01939EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2022/08/02 9:56 a.m.15 views

golang: encoding/gob: stack exhaustion in Decoder.Decode

A flaw was found in golang. When calling Decoder, Decode on a message that contains deeply nested structures, a panic can occur due to stack exhaustion and allows an attacker to impact system availability...

7.5CVSS6.6AI score0.01696EPSS
SaveExploits0References6
ATTACKERKB
ATTACKERKB
added 2022/08/01 10:15 p.m.5 views

CVE-2022-37315

graphql-go aka GraphQL for Go through 0.8.0 has infinite recursion in the type definition parser...

7.5CVSS5.8AI score0.00902EPSS
SaveExploits1References2
RedHat Linux
RedHat Linux
added 2022/08/01 4:07 p.m.14 views

golang: encoding/xml: stack exhaustion in Unmarshal

A flaw was found in golang. Calling Unmarshal on an XML document into a Go struct, which has a nested field that uses the "any" field tag, can cause a panic due to stack exhaustion...

7.5CVSS6.6AI score0.01956EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2022/08/01 4:07 p.m.15 views

golang: net/http: improper sanitization of Transfer-Encoding header

A flaw was found in golang. The HTTP/1 client accepted invalid Transfer-Encoding headers indicating "chunked" encoding. This issue could allow request smuggling, but only if combined with an intermediate server that also improperly accepts the header as invalid...

6.5CVSS6.6AI score0.01367EPSS
SaveExploits1References6
RedHat Linux
RedHat Linux
added 2022/08/01 4:07 p.m.32 views

golang: syscall: faccessat checks wrong group

A flaw was found in the syscall.Faccessat function when calling a process by checking the group. This flaw allows an attacker to check the process group permissions rather than a member of the file's group, affecting system availability...

5.3CVSS6.6AI score0.02951EPSS
SaveExploits1References5
RedHat Linux
RedHat Linux
added 2022/08/01 4:07 p.m.10 views

golang: compress/gzip: stack exhaustion in Reader.Read

A flaw was found in golang. Calling the Reader, Read method on an archive that contains a large number of concatenated 0-length compressed files can cause a panic issue due to stack exhaustion...

7.5CVSS6.6AI score0.01936EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2022/08/01 4:07 p.m.19 views

golang: encoding/gob: stack exhaustion in Decoder.Decode

A flaw was found in golang. When calling Decoder, Decode on a message that contains deeply nested structures, a panic can occur due to stack exhaustion and allows an attacker to impact system availability...

7.5CVSS6.6AI score0.01696EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2022/08/01 4:07 p.m.14 views

golang: encoding/pem: fix stack overflow in Decode

A buffer overflow flaw was found in Golang's library encoding/pem. This flaw allows an attacker to use a large PEM input more than 5 MB, causing a stack overflow in Decode, which leads to a loss of availability...

7.5CVSS7.3AI score0.0995EPSS
SaveExploits1References5
RedHat Linux
RedHat Linux
added 2022/08/01 12:10 p.m.13 views

golang: io/fs: stack exhaustion in Glob

A flaw was found in the golang standard library, io/fs. Calling Glob on a path that contains a large number of path separators can cause a panic issue due to stack exhaustion. This could allow an attacker to impact availability...

7.5CVSS6.6AI score0.01939EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2022/08/01 12:10 p.m.12 views

golang: go/parser: stack exhaustion in all Parse* functions

A flaw was found in the golang standard library, go/parser. When calling any Parse functions on the Go source code, which contains deeply nested types or declarations, a panic can occur due to stack exhaustion. This issue allows an attacker to impact system availability...

5.5CVSS6.6AI score0.00906EPSS
SaveExploits1References6
RedHat Linux
RedHat Linux
added 2022/08/01 12:10 p.m.10 views

golang: encoding/gob: stack exhaustion in Decoder.Decode

A flaw was found in golang. When calling Decoder, Decode on a message that contains deeply nested structures, a panic can occur due to stack exhaustion and allows an attacker to impact system availability...

7.5CVSS6.6AI score0.01696EPSS
SaveExploits0References6
Rows per page
Query Builder