Lucene search
+L

10954 matches found

Tenable Nessus
Tenable Nessus
added 2023/12/12 12:00 a.m.31 views

SUSE SLED15 / SLES15 / openSUSE 15 Security Update : go1.20 (SUSE-SU-2023:4708-1)

The remote SUSE Linux SLED15 / SLEDSAP15 / SLES15 / SLESSAP15 / openSUSE 15 host has packages installed that are affected by multiple vulnerabilities as referenced in the SUSE-SU-2023:4708-1 advisory. Update to go1.20.12: - CVE-2023-45285: cmd/go: git VCS qualifier in module path uses git:// sche...

7.5CVSS6.8AI score0.01208EPSS
SaveExploits0References11
Positive Technologies
Positive Technologies
added 2023/12/09 12:00 a.m.5 views

PT-2023-35632 · Git +1 · Selinux

Name of the Vulnerable Software and Affected Versions: No specific software or versions are mentioned in the provided description. Description: The issue is related to a heap-buffer-overflow read crash. The crash state includes is decl requires met, enable avrules, and link modules. No informatio...

6.8AI score
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2023/12/08 12:00 a.m.30 views

Golang 1.20.x < 1.20.12, 1.21.x < 1.21.5 Multiple Vulnerabilities

The version of Golang running on the remote host is prior to 1.20.12 or 1.21.x prior to 1.21.5. It is, therefore, is affected by multiple vulnerabilities : - A malicious HTTP sender can use chunk extensions to cause a receiver reading from a request or response body to read many more bytes from t...

7.5CVSS6.8AI score0.01208EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2023/12/07 2:05 a.m.7 views

SUSE CVE-2023-45285

Using go get to fetch a module with the ".git" suffix may unexpectedly fallback to the insecure "git://" protocol if the module is unavailable via the secure "https://" and "git+ssh://" protocols, even if GOINSECURE is not set for said module. This only affects users who are not using the module...

6.5CVSS7.4AI score0.01137EPSS
SaveExploits0References10
OSV
OSV
added 2023/12/06 5:15 p.m.12 views

AZL-32103 CVE-2023-45285 affecting package msft-golang for versions less than 1.22.3-1.

Using go get to fetch a module with the ".git" suffix may unexpectedly fallback to the insecure "git://" protocol if the module is unavailable via the secure "https://" and "git+ssh://" protocols, even if GOINSECURE is not set for said module. This only affects users who are not using the module...

7.5CVSS6.8AI score0.01137EPSS
SaveExploits0References1
OSV
OSV
added 2023/12/06 5:15 p.m.9 views

AZL-79014 CVE-2023-45285 affecting package golang 1.25.7-1

Using go get to fetch a module with the ".git" suffix may unexpectedly fallback to the insecure "git://" protocol if the module is unavailable via the secure "https://" and "git+ssh://" protocols, even if GOINSECURE is not set for said module. This only affects users who are not using the module...

7.5CVSS6.8AI score0.01137EPSS
SaveExploits0References1
NVD
NVD
added 2023/12/06 5:15 p.m.26 views

CVE-2023-45285

Using go get to fetch a module with the ".git" suffix may unexpectedly fallback to the insecure "git://" protocol if the module is unavailable via the secure "https://" and "git+ssh://" protocols, even if GOINSECURE is not set for said module. This only affects users who are not using the module...

7.5CVSS0.01137EPSS
SaveExploits0References5
OSV
OSV
added 2023/12/06 5:15 p.m.13 views

AZL-32101 CVE-2023-45285 affecting package golang for versions less than 1.21.6-1

Using go get to fetch a module with the ".git" suffix may unexpectedly fallback to the insecure "git://" protocol if the module is unavailable via the secure "https://" and "git+ssh://" protocols, even if GOINSECURE is not set for said module. This only affects users who are not using the module...

7.5CVSS6.8AI score0.01137EPSS
SaveExploits0References1
OSV
OSV
added 2023/12/06 5:15 p.m.13 views

AZL-37323 CVE-2023-45285 affecting package golang for versions less than 1.21.6-1

Using go get to fetch a module with the ".git" suffix may unexpectedly fallback to the insecure "git://" protocol if the module is unavailable via the secure "https://" and "git+ssh://" protocols, even if GOINSECURE is not set for said module. This only affects users who are not using the module...

7.5CVSS6.8AI score0.01137EPSS
SaveExploits0References1
OSV
OSV
added 2023/12/06 5:15 p.m.13 views

AZL-37438 CVE-2023-45285 affecting package golang for versions less than 1.21.6-1

Using go get to fetch a module with the ".git" suffix may unexpectedly fallback to the insecure "git://" protocol if the module is unavailable via the secure "https://" and "git+ssh://" protocols, even if GOINSECURE is not set for said module. This only affects users who are not using the module...

7.5CVSS6.8AI score0.01137EPSS
SaveExploits0References1
OSV
OSV
added 2023/12/06 5:15 p.m.5 views

DEBIAN-CVE-2023-45285

Using go get to fetch a module with the ".git" suffix may unexpectedly fallback to the insecure "git://" protocol if the module is unavailable via the secure "https://" and "git+ssh://" protocols, even if GOINSECURE is not set for said module. This only affects users who are not using the module...

7.5CVSS6.8AI score0.01137EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2023/12/06 4:27 p.m.33 views

CVE-2023-45285 Command 'go get' may unexpectedly fallback to insecure git in cmd/go

Using go get to fetch a module with the ".git" suffix may unexpectedly fallback to the insecure "git://" protocol if the module is unavailable via the secure "https://" and "git+ssh://" protocols, even if GOINSECURE is not set for said module. This only affects users who are not using the module...

7.7AI score0.01137EPSS
SaveExploits0References5
CNNVD
CNNVD
added 2023/12/06 12:00 a.m.7 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.5CVSS7.2AI score0.01137EPSS
SaveExploits0References7
OSV
OSV
added 2023/12/06 12:00 a.m.8 views

UBUNTU-CVE-2023-45285

Using go get to fetch a module with the ".git" suffix may unexpectedly fallback to the insecure "git://" protocol if the module is unavailable via the secure "https://" and "git+ssh://" protocols, even if GOINSECURE is not set for said module. This only affects users who are not using the module...

7.5CVSS6.9AI score0.01137EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2023/12/05 12:00 a.m.11 views

PT-2023-8188 · Go +9 · Go +9

Name of the Vulnerable Software and Affected Versions: Go versions prior to 1.21.5 Go versions prior to 1.20.12 Description: The issue is related to the use of the "go get" command to fetch modules with the ".git" suffix. If the module is unavailable via secure protocols, it may fallback to the...

9.8CVSS6.8AI score0.99999EPSS
SaveExploits23References165
GithubExploit
GithubExploit
added 2023/12/04 8:48 a.m.513 views

Exploit for Exposure of Sensitive Information to an Unauthorized Actor in Imagemagick

Fixed version of CVE-2022-44268 Some PoCs don't work for spec...

6.5CVSS7AI score0.89855EPSS
SaveExploits28
Positive Technologies
Positive Technologies
added 2023/11/27 12:00 a.m.7 views

PT-2024-13749

Name of the Vulnerable Software and Affected Versions go-git versions prior to v5.11 Description A path traversal vulnerability was discovered in go-git, allowing an attacker to create and amend files across the filesystem. In the worst-case scenario, remote code execution could be achieved...

10CVSS7.2AI score0.0151EPSS
SaveExploits0References26
NVD
NVD
added 2023/11/22 5:15 p.m.19 views

CVE-2023-47315

Headwind MDM Web panel 5.22.1 is vulnerable to Incorrect Access Control due to a hard-coded JWT Secret. The secret is hardcoded into the source code available to anyone on Git Hub. This secret is used to sign the application’s JWT token and verify the incoming user-supplied tokens...

8.8CVSS0.00784EPSS
SaveExploits1References1
Prion
Prion
added 2023/11/22 5:15 p.m.38 views

Hardcoded credentials

Headwind MDM Web panel 5.22.1 is vulnerable to Incorrect Access Control due to a hard-coded JWT Secret. The secret is hardcoded into the source code available to anyone on Git Hub. This secret is used to sign the application’s JWT token and verify the incoming user-supplied tokens...

6.5CVSS7.3AI score0.00784EPSS
SaveExploits1References1Affected Software1
CVE
CVE
added 2023/11/21 10:34 p.m.105 views

CVE-2023-48701

Statamic CMS (Laravel/Git) suffers a Cross-site Scripting (XSS) via uploaded assets vulnerability (CVE-2023-48701). Before versions 3.4.15 and 4.36.0, HTML files crafted to look like images could be uploaded regardless of MIME validation via front-end Forms assets fields or the authenticated cont...

7.5CVSS6.7AI score0.007EPSS
SaveExploits0References3Affected Software1
Rows per page
Query Builder