Lucene search
+L

9261 matches found

CBLMariner
CBLMariner
added 2023/06/27 8:56 p.m.24 views

CVE-2023-29404 affecting package msft-golang for versions less than 1.19.10-1

CVE-2023-29404 affecting package msft-golang for versions less than 1.19.10-1. An upgraded version of the package is available that resolves this issue...

9.8CVSS9.8AI score0.01837EPSS
SaveExploits0
CBLMariner
CBLMariner
added 2023/06/27 8:56 p.m.21 views

CVE-2022-2880 affecting package golang for versions less than 1.19.10-1

CVE-2022-2880 affecting package golang for versions less than 1.19.10-1. A patched version of the package is available...

7.5CVSS7.2AI score0.01147EPSS
SaveExploits1
CBLMariner
CBLMariner
added 2023/06/27 8:56 p.m.18 views

CVE-2023-29402 affecting package msft-golang for versions less than 1.19.10-1

CVE-2023-29402 affecting package msft-golang for versions less than 1.19.10-1. An upgraded version of the package is available that resolves this issue...

9.8CVSS9.8AI score0.01694EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2023/06/26 6:17 p.m.48 views

CVE-2023-29404

A flaw was found in golang. The go command may execute arbitrary code at build time when using cgo. This can occur when running "go get" on a malicious module, or when running any other command which builds untrusted code. This can be triggered by linker flags, specified via a "cgo LDFLAGS"...

7.5CVSS9.4AI score0.01837EPSS
SaveExploits0References7
RedhatCVE
RedhatCVE
added 2023/06/26 6:17 p.m.79 views

CVE-2023-29405

A flaw was found in golang. The go command may execute arbitrary code at build time when using cgo. This can occur when running "go get" on a malicious module, or when running any other command which builds untrusted code. This can be triggered by linker flags, specified via a "cgo LDFLAGS"...

7.5CVSS9.3AI score0.01714EPSS
SaveExploits0References7
RedhatCVE
RedhatCVE
added 2023/06/26 6:17 p.m.49 views

CVE-2023-29402

A flaw was found in golang. The go command may generate unexpected code at build time when using cgo. This may result in unexpected behavior when running a go program that uses cgo. This can occur when running an untrusted module that contains directories with newline characters in their names...

7CVSS9AI score0.01694EPSS
SaveExploits0References7
RedHat Linux
RedHat Linux
added 2023/06/26 1:19 a.m.18 views

golang: regexp/syntax: limit memory used by parsing regexps

A flaw was found in the golang package, where programs that compile regular expressions from untrusted sources are vulnerable to memory exhaustion or a denial of service. The parsed regexp representation is linear in the input size. Still, in some cases, the constant factor can be as high as...

7.5CVSS6.6AI score0.01427EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2023/06/26 1:19 a.m.8 views

golang: net/url: JoinPath does not strip relative path components in all circumstances

A flaw was found in the golang package. The JoinPath doesn't remove the ../ path components appended to a domain that is not terminated by a slash, possibly leading to a directory traversal attack...

7.5CVSS7.3AI score0.01789EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2023/06/26 1:19 a.m.7 views

golang: archive/tar: github.com/vbatts/tar-split: unbounded memory consumption when reading headers

A flaw was found in the golang package, where Reader.Read does not set a limit on the maximum size of file headers. After fixing, Reader.Read limits the maximum size of header blocks to 1 MiB. This flaw allows a maliciously crafted archive to cause Read to allocate unbounded amounts of memory,...

7.5CVSS6.6AI score0.01659EPSS
SaveExploits0References7
RedHat Linux
RedHat Linux
added 2023/06/26 1:19 a.m.11 views

golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters

A flaw was found in the golang package, where requests forwarded by reverse proxy include the raw query parameters from the inbound request, including unparseable parameters rejected by net/http. This issue could permit query parameter smuggling when a Go proxy forwards a parameter with an...

7.5CVSS6.6AI score0.01147EPSS
SaveExploits1References6
Tenable Nessus
Tenable Nessus
added 2023/06/25 12:00 a.m.14 views

SUSE SLED15 / SLES15 / openSUSE 15 Security Update : golang-github-vpenso-prometheus_slurm_exporter (SUSE-SU-2023:2297-2)

The remote SUSE Linux SLED15 / SLEDSAP15 / SLES15 / SLESSAP15 / openSUSE 15 host has a package installed that is affected by a vulnerability as referenced in the SUSE-SU-2023:2297-2 advisory. - rebuild the package with the go 1.19 security release bsc1200441 bsc1209658. Tenable has extracted the...

5.9AI score
SaveExploits0References3
IBM Security Bulletins
IBM Security Bulletins
added 2023/06/23 10:27 a.m.54 views

Security Bulletin: Operations Dashboard is vulnerable to multiple vulnerabilities in Golang

Summary Operations Dashboard is vulnerable to multiple vulnerabilities in Golang which is used by the Operations Dashboard operator. Vulnerabilities include code injection and denial of service. IBM has addressed the vulnerabilities. Vulnerability Details CVEID:CVE-2023-24539 DESCRIPTION: Go is...

9.8CVSS9.9AI score0.02281EPSS
SaveExploits0Affected Software1
RedHat Linux
RedHat Linux
added 2023/06/23 4:43 a.m.8 views

golang: html/template: backticks not treated as string delimiters

A flaw was found in Golang Go. This flaw allows a remote attacker to execute arbitrary code on the system, caused by not properly considering backticks as Javascript string delimiters. By sending a specially crafted request, an attacker execute arbitrary code on the system...

9.8CVSS7.1AI score0.02281EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2023/06/23 4:43 a.m.9 views

golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption

A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by an issue during multipart form parsing. By sending a specially crafted input, a remote attacker can consume large amounts of CPU and memory, resulting in a denial of service...

7.5CVSS6.7AI score0.01479EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2023/06/23 4:43 a.m.9 views

golang: crypto/tls: large handshake records may cause panics

A flaw was found in Golang Go, where it is vulnerable to a denial of service caused when processing large TLS handshake records. By sending specially-crafted TLS handshake records, a remote, authenticated attacker can cause a denial of service condition...

7.5CVSS6.6AI score0.01111EPSS
SaveExploits0References8
RedHat Linux
RedHat Linux
added 2023/06/23 4:43 a.m.12 views

golang: html/template: improper handling of JavaScript whitespace

A flaw was found in golang, where not all valid JavaScript white-space characters were considered white space. Due to this issue, templates containing white-space characters outside of the character set "\t\n\f\r\u0020\u2028\u2029" in JavaScript contexts that also contain actions may not be...

9.8CVSS6.5AI score0.0156EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2023/06/23 4:43 a.m.11 views

golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding

A flaw was found in golang. A maliciously crafted HTTP/2 stream could cause excessive CPU consumption in the HPACK decoder, sufficient to cause a denial of service from a small number of requests...

7.5CVSS6.6AI score0.04561EPSS
SaveExploits0References11
OpenVAS
OpenVAS
added 2023/06/23 12:00 a.m.8 views

Fedora: Security Advisory for golang (FEDORA-2023-30f7ad4709)

The remote host is missing an update for the SPDX-FileCopyrightText: 2023 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

7.5AI score
SaveExploits0References2
IBM Security Bulletins
IBM Security Bulletins
added 2023/06/22 6:34 p.m.33 views

Security Bulletin: IBM Storage Protect Server is vulnerable to attacks due to Golang Go (CVE-2023-24532)

Summary Golang Go is used by IBM Storage Protect Server and may be affected by this vulnerability. Vulnerability Details CVEID:CVE-2023-24532 DESCRIPTION: An unspecified error with return an incorrect result in the ScalarMult and ScalarBaseMult methods of the P256 Curve in Golang Go has an unknow...

5.3CVSS7.1AI score0.00817EPSS
SaveExploits0Affected Software1
Kitploit
Kitploit
added 2023/06/22 12:30 p.m.35 views

EndExt - Go Tool For Extracting All The Possible Endpoints From The JS Files

EndExt is a .go tool for extracting all the possible endpoints from the JS files Idea When you crawll all the JS files from waybackruls for example, or even collecting the JS files urls from your target website's home source page .. If the website was using API system and you wanna look for all t...

7.2AI score
SaveExploits0References1
Rows per page
Query Builder