Lucene search

K

Go Security Vulnerabilities

cve
cve

CVE-2022-42980

go-admin (aka GO Admin) 2.0.12 uses the string go-admin as a production JWT...

9.8CVSS

9.4AI Score

0.003EPSS

2022-10-17 07:15 AM
27
8
cve
cve

CVE-2022-41715

Programs which compile regular expressions from untrusted sources may be vulnerable to memory exhaustion or denial of service. The parsed regexp representation is linear in the size of the input, but in some cases the constant factor can be as high as 40,000, making relatively small regexps...

7.5CVSS

7.5AI Score

0.002EPSS

2022-10-14 03:16 PM
375
8
cve
cve

CVE-2022-2880

Requests forwarded by ReverseProxy include the raw query parameters from the inbound request, including unparsable parameters rejected by net/http. This could permit query parameter smuggling when a Go proxy forwards a parameter with an unparsable value. After fix, ReverseProxy sanitizes the query....

7.5CVSS

7.5AI Score

0.002EPSS

2022-10-14 03:15 PM
338
7
cve
cve

CVE-2022-2879

Reader.Read does not set a limit on the maximum size of file headers. A maliciously crafted archive could cause Read to allocate unbounded amounts of memory, potentially causing resource exhaustion or panics. After fix, Reader.Read limits the maximum size of header blocks to 1...

7.5CVSS

7.6AI Score

0.002EPSS

2022-10-14 03:15 PM
319
3
cve
cve

CVE-2017-1000097

On Darwin, user's trust preferences for root certificates were not honored. If the user had a root certificate loaded in their Keychain that was explicitly not trusted, a Go program would still verify a connection using that root...

7.5CVSS

7.4AI Score

0.001EPSS

2022-10-03 04:23 PM
24
cve
cve

CVE-2017-1000098

The net/http package's Request.ParseMultipartForm method starts writing to temporary files once the request body size surpasses the given "maxMemory" limit. It was possible for an attacker to generate a multipart request crafted such that the server ran out of file...

7.5CVSS

7.2AI Score

0.001EPSS

2022-10-03 04:23 PM
36
cve
cve

CVE-2018-20421

Go Ethereum (aka geth) 1.8.19 allows attackers to cause a denial of service (memory consumption) by rewriting the length of a dynamic array in memory, and then writing data to a single memory location with a large index number, as demonstrated by use of "assembly { mstore }" followed by a...

7.5CVSS

7.3AI Score

0.001EPSS

2022-10-03 04:22 PM
17
cve
cve

CVE-2012-1393

Unspecified vulnerability in the GO SMS Pro (com.jb.gosms) application 3.72, 4.10, and 4.35 for Android has unknown impact and attack...

6.7AI Score

0.002EPSS

2022-10-03 04:15 PM
21
cve
cve

CVE-2012-1397

Unspecified vulnerability in the GO QQWeiboWidget (com.gau.go.launcherex.gowidget.qqweibowidget) application 1.2 for Android has unknown impact and attack...

6.7AI Score

0.002EPSS

2022-10-03 04:15 PM
18
cve
cve

CVE-2012-1398

Unspecified vulnerability in the GO WeiboWidget (com.gau.go.launcherex.gowidget.weibowidget) application 2.4 for Android has unknown impact and attack...

6.7AI Score

0.002EPSS

2022-10-03 04:15 PM
16
cve
cve

CVE-2012-1395

Unspecified vulnerability in the GO TwiWidget (com.gau.go.launcherex.gowidget.twitterwidget) application 1.7 and 2.1 for Android has unknown impact and attack...

6.7AI Score

0.002EPSS

2022-10-03 04:15 PM
17
cve
cve

CVE-2012-1407

Unspecified vulnerability in the GO Message Widget (com.gau.go.launcherex.gowidget.smswidget) application 1.9, 2.1, and 2.3 for Android has unknown impact and attack...

6.7AI Score

0.002EPSS

2022-10-03 04:15 PM
19
cve
cve

CVE-2012-1394

Unspecified vulnerability in the GO Email Widget (com.gau.go.launcherex.gowidget.emailwidget) application 1.3.1, 1.8, and 1.81 for Android has unknown impact and attack...

6.7AI Score

0.002EPSS

2022-10-03 04:15 PM
17
cve
cve

CVE-2012-1396

Unspecified vulnerability in the GO FBWidget (com.gau.go.launcherex.gowidget.fbwidget) application 1.9 and 2.1 for Android has unknown impact and attack...

6.7AI Score

0.002EPSS

2022-10-03 04:15 PM
19
cve
cve

CVE-2012-1405

Unspecified vulnerability in the GO Note Widget (com.gau.go.launcherex.gowidget.notewidget) application 1.5 and 1.9 for Android has unknown impact and attack...

6.7AI Score

0.002EPSS

2022-10-03 04:15 PM
32
cve
cve

CVE-2012-1406

Unspecified vulnerability in the GO Bookmark Widget (com.gau.go.launcherex.gowidget.bookmark) application 1.1 for Android has unknown impact and attack...

6.7AI Score

0.002EPSS

2022-10-03 04:15 PM
21
cve
cve

CVE-2022-39213

go-cvss is a Go module to manipulate Common Vulnerability Scoring System (CVSS). In affected versions when a full CVSS v2.0 vector string is parsed using ParseVector, an Out-of-Bounds Read is possible due to a lack of tests. The Go module will then panic. The problem is patched in tag v0.4.0, by...

7.5CVSS

7.3AI Score

0.001EPSS

2022-09-15 10:15 PM
74
8
cve
cve

CVE-2022-32190

JoinPath and URL.JoinPath do not remove ../ path elements appended to a relative path. For example, JoinPath("https://go.dev", "../go") returns the URL "https://go.dev/../go", despite the JoinPath documentation stating that ../ path elements are removed from the...

7.5CVSS

7.3AI Score

0.002EPSS

2022-09-13 06:15 PM
162
7
cve
cve

CVE-2022-36061

Elrond go is the go implementation for the Elrond Network protocol. In versions prior to 1.3.35, read only calls between contracts can generate smart contracts results. For example, if contract A calls in read only mode contract B and the called function will make changes upon the contract's B...

9.8CVSS

9.1AI Score

0.002EPSS

2022-09-06 09:15 PM
35
5
cve
cve

CVE-2022-36058

Elrond go is the go implementation for the Elrond Network protocol. In versions prior to 1.3.34, anyone who uses elrond-go to process blocks (historical or actual) could encounter a MultiESDTNFTTransfer transaction like this: MultiESDTNFTTransfer with a missing function name. Basic functionality...

7.5CVSS

7.3AI Score

0.001EPSS

2022-09-06 08:15 PM
45
5
cve
cve

CVE-2022-27664

In net/http in Go before 1.18.6 and 1.19.x before 1.19.1, attackers can cause a denial of service because an HTTP/2 connection can hang during closing if shutdown were preempted by a fatal...

7.5CVSS

7.7AI Score

0.002EPSS

2022-09-06 06:15 PM
340
9
cve
cve

CVE-2022-37056

D-Link GO-RT-AC750 GORTAC750_revA_v101b03 and GO-RT-AC750_revB_FWv200b02 is vulnerable to Command Injection via /cgibin,...

9.8CVSS

9.6AI Score

0.002EPSS

2022-08-28 05:15 PM
30
2
cve
cve

CVE-2022-37055

D-Link Go-RT-AC750 GORTAC750_revA_v101b03 and GO-RT-AC750_revB_FWv200b02 are vulnerable to Buffer Overflow via cgibin,...

9.8CVSS

9.4AI Score

0.002EPSS

2022-08-28 05:15 PM
25
2
cve
cve

CVE-2022-37057

D-Link Go-RT-AC750 GORTAC750_revA_v101b03 and GO-RT-AC750_revB_FWv200b02 are vulnerable to Command Injection via cgibin,...

9.8CVSS

9.7AI Score

0.002EPSS

2022-08-28 04:15 PM
21
4
cve
cve

CVE-2022-36526

D-Link GO-RT-AC750 GORTAC750_revA_v101b03 & GO-RT-AC750_revB_FWv200b02 is vulnerable to Authentication Bypass via function phpcgi_main in...

7.5CVSS

7.5AI Score

0.001EPSS

2022-08-15 05:15 PM
45
7
cve
cve

CVE-2022-36525

D-Link Go-RT-AC750 GORTAC750_revA_v101b03 & GO-RT-AC750_revB_FWv200b02 is vulnerable to Buffer Overflow via...

9.8CVSS

9.4AI Score

0.003EPSS

2022-08-15 05:15 PM
29
7
cve
cve

CVE-2022-36524

D-Link GO-RT-AC750 GORTAC750_revA_v101b03 & GO-RT-AC750_revB_FWv200b02 is vulnerable to Static Default Credentials via...

7.5CVSS

7.5AI Score

0.002EPSS

2022-08-15 05:15 PM
25
8
cve
cve

CVE-2022-36523

D-Link Go-RT-AC750 GORTAC750_revA_v101b03 & GO-RT-AC750_revB_FWv200b02 is vulnerable to command injection via...

9.8CVSS

9.6AI Score

0.001EPSS

2022-08-15 05:15 PM
32
8
cve
cve

CVE-2022-32148

Improper exposure of client IP addresses in net/http before Go 1.17.12 and Go 1.18.4 can be triggered by calling httputil.ReverseProxy.ServeHTTP with a Request.Header map containing a nil value for the X-Forwarded-For header, which causes ReverseProxy to set the client IP as the value of the...

6.5CVSS

7.1AI Score

0.002EPSS

2022-08-10 08:15 PM
200
5
cve
cve

CVE-2022-32189

A too-short encoded message can cause a panic in Float.GobDecode and Rat GobDecode in math/big in Go before 1.17.13 and 1.18.5, potentially allowing a denial of...

7.5CVSS

7.5AI Score

0.002EPSS

2022-08-10 08:15 PM
252
2
cve
cve

CVE-2022-30633

Uncontrolled recursion in Unmarshal in encoding/xml before Go 1.17.12 and Go 1.18.4 allows an attacker to cause a panic due to stack exhaustion via unmarshalling an XML document into a Go struct which has a nested field that uses the 'any' field...

7.5CVSS

7.5AI Score

0.002EPSS

2022-08-10 08:15 PM
190
6
cve
cve

CVE-2022-30635

Uncontrolled recursion in Decoder.Decode in encoding/gob before Go 1.17.12 and Go 1.18.4 allows an attacker to cause a panic due to stack exhaustion via a message which contains deeply nested...

7.5CVSS

7.5AI Score

0.002EPSS

2022-08-10 08:15 PM
187
5
cve
cve

CVE-2022-30632

Uncontrolled recursion in Glob in path/filepath before Go 1.17.12 and Go 1.18.4 allows an attacker to cause a panic due to stack exhaustion via a path containing a large number of path...

7.5CVSS

7.5AI Score

0.002EPSS

2022-08-10 08:15 PM
214
8
cve
cve

CVE-2022-30631

Uncontrolled recursion in Reader.Read in compress/gzip before Go 1.17.12 and Go 1.18.4 allows an attacker to cause a panic due to stack exhaustion via an archive containing a large number of concatenated 0-length compressed...

7.5CVSS

7.6AI Score

0.002EPSS

2022-08-10 08:15 PM
209
6
cve
cve

CVE-2022-30580

Code injection in Cmd.Start in os/exec before Go 1.17.11 and Go 1.18.3 allows execution of any binaries in the working directory named either "..com" or "..exe" by calling Cmd.Run, Cmd.Start, Cmd.Output, or Cmd.CombinedOutput when Cmd.Path is...

7.8CVSS

7.8AI Score

0.0004EPSS

2022-08-10 08:15 PM
196
5
cve
cve

CVE-2022-30630

Uncontrolled recursion in Glob in io/fs before Go 1.17.12 and Go 1.18.4 allows an attacker to cause a panic due to stack exhaustion via a path which contains a large number of path...

7.5CVSS

7.5AI Score

0.002EPSS

2022-08-10 08:15 PM
197
6
cve
cve

CVE-2022-30629

Non-random values for ticket_age_add in session tickets in crypto/tls before Go 1.17.11 and Go 1.18.3 allow an attacker that can observe TLS handshakes to correlate successive connections by comparing ticket ages during session...

3.1CVSS

7.9AI Score

0.001EPSS

2022-08-10 08:15 PM
250
5
cve
cve

CVE-2022-29804

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

7.5CVSS

7.4AI Score

0.002EPSS

2022-08-10 08:15 PM
115
7
cve
cve

CVE-2022-28131

Uncontrolled recursion in Decoder.Skip in encoding/xml before Go 1.17.12 and Go 1.18.4 allows an attacker to cause a panic due to stack exhaustion via a deeply nested XML...

7.5CVSS

7.5AI Score

0.002EPSS

2022-08-10 08:15 PM
205
7
cve
cve

CVE-2022-1962

Uncontrolled recursion in the Parse functions in go/parser before Go 1.17.12 and Go 1.18.4 allow an attacker to cause a panic due to stack exhaustion via deeply nested types or...

5.5CVSS

6.5AI Score

0.001EPSS

2022-08-10 08:15 PM
215
5
cve
cve

CVE-2022-1705

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

6.5CVSS

7.1AI Score

0.002EPSS

2022-08-10 08:15 PM
238
5
cve
cve

CVE-2022-37450

Go Ethereum (aka geth) through 1.10.21 allows attackers to increase rewards by mining blocks in certain situations, and using a manipulation of time-difference values to achieve replacement of main-chain blocks, aka Riskless Uncle Making (RUM), as exploited in the wild in 2020 through...

5.9CVSS

5.6AI Score

0.001EPSS

2022-08-05 09:15 PM
79
4
cve
cve

CVE-2022-2675

Using off-the-shelf commodity hardware, the Unitree Go 1 robotics platform version H0.1.7 and H0.1.9 (using firmware version 0.1.35) can be powered down by an attacker within normal RF range without authentication. Other versions may be affected, such as the...

6.5CVSS

6.5AI Score

0.001EPSS

2022-08-05 05:15 PM
40
cve
cve

CVE-2022-37315

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

7.5CVSS

7.4AI Score

0.001EPSS

2022-08-01 10:15 PM
399
4
cve
cve

CVE-2022-30634

Infinite loop in Read in crypto/rand before Go 1.17.11 and Go 1.18.3 on Windows allows attacker to cause an indefinite hang by passing a buffer larger than 1 << 32 - 1...

7.5CVSS

7.4AI Score

0.002EPSS

2022-07-15 08:15 PM
115
9
cve
cve

CVE-2022-30591

quic-go through 0.27.0 allows remote attackers to cause a denial of service (CPU consumption) via a Slowloris variant in which incomplete QUIC or HTTP/3 requests are sent. This occurs because mtu_discoverer.go misparses the MTU Discovery service and consequently overflows the probe timer. NOTE:...

7.5CVSS

7.5AI Score

0.002EPSS

2022-07-06 12:15 PM
25
2
cve
cve

CVE-2022-29526

Go before 1.17.10 and 1.18.x before 1.18.2 has Incorrect Privilege Assignment. When called with a non-zero flags parameter, the Faccessat function could incorrectly report that a file is...

5.3CVSS

8.3AI Score

0.002EPSS

2022-06-23 05:15 PM
311
8
cve
cve

CVE-2022-31066

EdgeX Foundry is an open source project for building a common open framework for Internet of Things edge computing. Prior to version 2.1.1, the /api/v2/config endpoint exposes message bus credentials to local unauthenticated users. In security-enabled mode, message bus credentials are supposed to.....

5.9CVSS

4.6AI Score

0.0004EPSS

2022-06-14 10:15 PM
420
7
cve
cve

CVE-2022-31053

Biscuit is an authentication and authorization token for microservices architectures. The Biscuit specification version 1 contains a vulnerable algorithm that allows malicious actors to forge valid Γ-signatures. Such an attack would allow an attacker to create a token with any access level. The...

9.8CVSS

9.4AI Score

0.003EPSS

2022-06-13 08:15 PM
74
2
cve
cve

CVE-2022-28383

An issue was discovered in certain Verbatim drives through 2022-03-31. Due to insufficient firmware validation, an attacker can store malicious firmware code for the USB-to-SATA bridge controller on the USB drive (e.g., by leveraging physical access during the supply chain). This code is then...

6.8CVSS

6.4AI Score

0.001EPSS

2022-06-08 04:15 PM
54
11
Total number of security vulnerabilities342