Lucene search
+L

2264 matches found

OSV
OSV
added 2023/10/11 10:15 p.m.17 views

AZL-79060 CVE-2023-39325 affecting package golang 1.25.7-1

A malicious HTTP/2 client which rapidly creates requests and immediately resets them can cause excessive server resource consumption. While the total number of requests is bounded by the http2.Server.MaxConcurrentStreams setting, resetting an in-progress request allows the attacker to create a ne...

7.5CVSS6.6AI score0.03796EPSS
SaveExploits0References1
OSV
OSV
added 2023/10/11 10:15 p.m.17 views

AZL-37478 CVE-2023-39325 affecting package golang for versions less than 1.21.6-1

A malicious HTTP/2 client which rapidly creates requests and immediately resets them can cause excessive server resource consumption. While the total number of requests is bounded by the http2.Server.MaxConcurrentStreams setting, resetting an in-progress request allows the attacker to create a ne...

7.5CVSS6.6AI score0.03796EPSS
SaveExploits0References1
OSV
OSV
added 2023/10/11 10:15 p.m.2 views

DEBIAN-CVE-2023-39325

A malicious HTTP/2 client which rapidly creates requests and immediately resets them can cause excessive server resource consumption. While the total number of requests is bounded by the http2.Server.MaxConcurrentStreams setting, resetting an in-progress request allows the attacker to create a ne...

7.5CVSS6.3AI score0.03796EPSS
SaveExploits0References1
SUSE CVE
SUSE CVE
added 2023/10/11 1:47 a.m.9 views

SUSE CVE-2023-39325

A malicious HTTP/2 client which rapidly creates requests and immediately resets them can cause excessive server resource consumption. While the total number of requests is bounded by the http2.Server.MaxConcurrentStreams setting, resetting an in-progress request allows the attacker to create a ne...

7.5CVSS7.3AI score0.03796EPSS
SaveExploits0References23
OSV
OSV
added 2023/10/10 2:15 p.m.21 views

AZL-37314 CVE-2023-44487 affecting package golang for versions less than 1.21.6-1

The HTTP/2 protocol allows a denial of service server resource consumption because request cancellation can reset many streams quickly, as exploited in the wild in August through October 2023...

7.5CVSS6.7AI score0.99999EPSS
SaveExploits21References1
OSV
OSV
added 2023/10/05 8:36 p.m.24 views

CVE-2023-39323 Arbitrary code execution during build via line directives in cmd/go

Line directives "//line" can be used to bypass the restrictions on "//go:cgo" directives, allowing blocked linker and compiler flags to be passed during compilation. This can result in unexpected execution of arbitrary code when running "go build". The line directive requires the absolute path of...

8.1CVSS7.1AI score
SaveExploits0References12
Photon
Photon
added 2023/10/05 12:0 a.m.7 views

Important Photon OS Security Update - PHSA-2023-5.0-91-0108

Updates of 'go', 'netkit-telnet' packages of Photon OS have been released...

7.5CVSS6.5AI score0.01665EPSS
SaveExploits1
BDU FSTEC
BDU FSTEC
added 2023/10/03 12:0 a.m.10 views

The vulnerability of the Go programming language’s crypto/TLS package, which allows a hacker to trigger a service failure

The vulnerability of the Go programming language’s crypto/TLS package is related to an uncontrolled resource consumption. Exploiting this vulnerability can allow a malicious actor, operating remotely, to cause service failures using a specially created RSA key certificate...

5.3CVSS6.6AI score0.01588EPSS
SaveExploits0References9Affected Software17
BDU FSTEC
BDU FSTEC
added 2023/09/19 12:0 a.m.8 views

The vulnerability of the golang.org/x/text/language component in the Go language text library, which allows attackers to trigger a denial-of-service attack.

The vulnerability of the golang.org/x/text/language component in the Go language programming library is related to reading beyond the buffer boundaries in memory. Exploiting this vulnerability could allow a malicious actor to cause service failures...

7.8CVSS7.4AI score0.01356EPSS
SaveExploits0References5Affected Software2
BDU FSTEC
BDU FSTEC
added 2023/09/19 12:0 a.m.5 views

The vulnerability of the golang.org/x/crypto/ssh library for the Go programming language, which allows a hacker to trigger a denial-of-service attack.

The vulnerability of the golang.org/x/crypto/ssh library for the Go programming language is related to insufficient validation of input data. Exploiting this vulnerability can allow an attacker to cause service failures remotely...

7.8CVSS6.7AI score0.00989EPSS
SaveExploits0References5Affected Software2
OSV
OSV
added 2023/09/13 5:15 p.m.10 views

UBUNTU-CVE-2023-4785

Lack of error handling in the TCP server in Google's gRPC starting version 1.23 on posix-compatible platforms ex. Linux allows an attacker to cause a denial of service by initiating a significant number of connections with the server. Note that gRPC C++ Python, and Ruby are affected, but gRPC Jav...

7.5CVSS7.1AI score0.00666EPSS
SaveExploits0References7
Prion
Prion
added 2023/09/08 7:15 p.m.17 views

Design/Logic Flaw

Fiber is an Express inspired web framework built in the go language. Versions of gofiber prior to 2.49.2 did not properly restrict access to localhost. This issue impacts users of our project who rely on the ctx.IsFromLocal method to restrict access to localhost requests. If exploited, it could...

5CVSS5.2AI score0.00531EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2023/09/08 5:15 p.m.11 views

AZL-34745 CVE-2023-39319 affecting package golang for versions less than 1.20.10-1

The html/template package does not apply the proper rules for handling occurrences of " contexts. This may cause the template parser to improperly consider script contexts to be terminated early, causing actions to be improperly escaped. This could be leveraged to perform an XSS attack...

6.1CVSS6.6AI score0.00798EPSS
SaveExploits0References1
OSV
OSV
added 2023/09/08 5:15 p.m.11 views

AZL-28694 CVE-2023-39318 affecting package golang for versions less than 1.20.10-1

The html/template package does not properly handle HTML-like "" comment tokens, nor hashbang "!" comment tokens, in contexts. This may cause the template parser to improperly interpret the contents of contexts, causing actions to be improperly escaped. This may be leveraged to perform an XSS atta...

6.1CVSS6.6AI score0.00815EPSS
SaveExploits0References1
OSV
OSV
added 2023/09/08 5:15 p.m.11 views

AZL-78980 CVE-2023-39318 affecting package golang 1.25.7-1

The html/template package does not properly handle HTML-like "" comment tokens, nor hashbang "!" comment tokens, in contexts. This may cause the template parser to improperly interpret the contents of contexts, causing actions to be improperly escaped. This may be leveraged to perform an XSS atta...

6.1CVSS6.6AI score0.00815EPSS
SaveExploits0References1
OSV
OSV
added 2023/09/08 5:15 p.m.8 views

AZL-37293 CVE-2023-39319 affecting package golang for versions less than 1.21.6-1

The html/template package does not apply the proper rules for handling occurrences of " contexts. This may cause the template parser to improperly consider script contexts to be terminated early, causing actions to be improperly escaped. This could be leveraged to perform an XSS attack...

6.1CVSS6.6AI score0.00798EPSS
SaveExploits0References1
OSV
OSV
added 2023/09/08 5:15 p.m.11 views

AZL-28695 CVE-2023-39319 affecting package golang for versions less than 1.20.10-1

The html/template package does not apply the proper rules for handling occurrences of " contexts. This may cause the template parser to improperly consider script contexts to be terminated early, causing actions to be improperly escaped. This could be leveraged to perform an XSS attack...

6.1CVSS6.6AI score0.00798EPSS
SaveExploits0References1
OSV
OSV
added 2023/09/08 5:15 p.m.8 views

AZL-78956 CVE-2023-39319 affecting package golang 1.25.7-1

The html/template package does not apply the proper rules for handling occurrences of " contexts. This may cause the template parser to improperly consider script contexts to be terminated early, causing actions to be improperly escaped. This could be leveraged to perform an XSS attack...

6.1CVSS6.7AI score0.00798EPSS
SaveExploits0References1
OSV
OSV
added 2023/09/08 5:15 p.m.11 views

UBUNTU-CVE-2023-39319

The html/template package does not apply the proper rules for handling occurrences of " contexts. This may cause the template parser to improperly consider script contexts to be terminated early, causing actions to be improperly escaped. This could be leveraged to perform an XSS attack...

6.1CVSS6.7AI score0.00798EPSS
SaveExploits0References12
CNNVD
CNNVD
added 2023/09/08 12:0 a.m.6 views

Google Golang Security Vulnerability

Google Golang is a static, strongly typed, compiled language from Google.The syntax of Go is close to C, but with differences in variable declarations.Go supports garbage collection.Go's parallel model is based on Tony Hall's Communicating Sequential Processes CSP, and other languages with a...

7.5CVSS6.7AI score0.01146EPSS
SaveExploits0References8
Rows per page
Query Builder