Lucene search
+L

16529 matches found

OSV
OSV
added 2025/08/07 4:15 p.m.8 views

AZL-66135 CVE-2025-47907 affecting package golang for versions less than 1.18.8-9

Cancelling a query e.g. by cancelling the context passed to one of the query methods during a call to the Scan method of the returned Rows can result in unexpected results if other queries are being made in parallel. This can result in a race condition that may overwrite the expected results with...

7CVSS6.6AI score0.00355EPSS
SaveExploits0References1
Snyk
Snyk
added 2025/08/07 3:07 p.m.5 views

Race Condition

Overview std/database/sql is a Go standard library package std/database/sql Affected versions of this package are vulnerable to Race Condition. Go Vulnerability Report: Cancelling a query e.g. by cancelling the context passed to one of the query methods during a call to the Scan method of the...

8.3CVSS6.7AI score0.00355EPSS
SaveExploits0References3
The Hacker News
The Hacker News
added 2025/08/07 1:19 p.m.11 views

Malicious Go, npm Packages Deliver Cross-Platform Malware, Trigger Remote Data Wipes

Cybersecurity researchers have discovered a set of 11 malicious Go packages that are designed to download additional payloads from remote servers and execute them on both Windows and Linux systems. "At runtime the code silently spawns a shell, pulls a second-stage payload from an interchangeable...

7.6AI score
SaveExploits0
AlpineLinux
AlpineLinux
added 2025/08/07 1:15 a.m.13 views

CVE-2025-54799

Let's Encrypt client and ACME library written in Go Lego. In versions 4.25.1 and below, the github.com/go-acme/lego/v4/acme/api package thus the lego library and the lego cli as well don't enforce HTTPS when talking to CAs as an ACME client. Unlike the http-01 challenge which solves an ACME...

6CVSS7.1AI score0.00214EPSS
SaveExploits0References2
CNNVD
CNNVD
added 2025/08/07 12:00 a.m.9 views

Lego 安全漏洞

Lego is a go-acme open source library written in Go. A security vulnerability exists in Lego 4.25.1 and earlier versions, which stems from not enforcing the use of HTTPS to communicate with CAs, potentially disclosing sensitive information...

6CVSS6.3AI score0.00214EPSS
SaveExploits0References2
OSV
OSV
added 2025/08/07 12:00 a.m.7 views

OPENSUSE-SU-2025:15420-1 go1.25-1.25rc3-1.1 on GA media

These are all security issues fixed in the go1.25-1.25rc3-1.1 package on the GA media of openSUSE Tumbleweed...

7CVSS6.8AI score0.00524EPSS
SaveExploits1References2
GithubExploit
GithubExploit
added 2025/08/06 10:49 p.m.208 views

Exploit for CVE-2024-32019

CVE-2024-32019-poc Netdata ndsudo PoC Build the binary: ba...

8.8CVSS7.5AI score0.01165EPSS
SaveExploits15
OSV
OSV
added 2025/08/06 4:15 p.m.8 views

CVE-2024-8244

The filepath.Walk and filepath.WalkDir functions are documented as not following symbolic links, but both functions are susceptible to a TOCTOU time of check/time of use race condition where a portion of the path being walked is replaced with a symbolic link while the walk is in progress...

6.7AI score
SaveExploits0References2
IBM Security Bulletins
IBM Security Bulletins
added 2025/08/06 1:40 p.m.19 views

Security Bulletin: Multiple security vulnerabilities in Go affects IBM Robotic Process Automation for Cloud Pak

Summary Multiple security vulnerabilities in Go affects IBM Robotic Process Automation for Cloud Pak. Go is used by IBM Robotic Process Automation for Cloud Pak as part of its deployment. This bulletin identifies the fixes required to resolve the vulnerabilities. Vulnerability Details...

7.5CVSS7.3AI score0.00905EPSS
SaveExploits2Affected Software1
CNNVD
CNNVD
added 2025/08/06 12:00 a.m.9 views

Google Go 安全漏洞

Google Go is a static strongly typed, compiled, concatenated, and garbage-collected programming language from Google USA. A security vulnerability exists in Google Go, which stems from the vulnerability of filepath.Walk and filepath.WalkDir to a TOCTOU competition condition attack...

3.7CVSS6.3AI score0.00203EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2025/08/06 12:00 a.m.11 views

Go CORS handler 安全漏洞

Go CORS handler is a configurable handler for handling CORS requests by the individual developer Olivier Poitrey. A security vulnerability exists in Go CORS handler that stems from a potential over-allocation of heap when handling malicious preflight requests, which could lead to a denial of...

7.5CVSS6.3AI score0.00572EPSS
SaveExploits0References3
SUSE Linux
SUSE Linux
added 2025/08/05 9:32 a.m.10 views

Security update for govulncheck-vulndb

This update for govulncheck-vulndb fixes the following issues: Update to version 0.0.20250730T213748 2025-07-30T21:37:48Z. jscPED-11136 GO-2025-3758 GHSA-rx97-6c62-55mf GO-2025-3762 GHSA-g8qw-mgjx-rwjr GO-2025-3763 GHSA-8cqv-pj7f-pwpc GO-2025-3764 GHSA-6xp3-p59p-q4fj GO-2025-3765...

7.4AI score
SaveExploits0References2
OSV
OSV
added 2025/08/05 8:33 a.m.14 views

CLSA-2025-1754382809 Update of nss

update to CKBI 2.78 from NSS 3.113 - updated certificates: - Certificate "Entrust.net Premium 2048 Secure Server CA" - Certificate "Entrust Root Certification Authority" - Certificate "AffirmTrust Commercial" - Certificate "AffirmTrust Networking" - Certificate "AffirmTrust Premium" - Certificate...

5.8AI score
SaveExploits0References1
RedHat Linux
RedHat Linux
added 2025/08/05 2:08 a.m.19 views

net/http: Request smuggling due to acceptance of invalid chunked data in net/http

A flaw was found in the net/http golang package. The net/http package incorrectly accepts messages that end with a line feed LF instead of the proper line ending. When used with another server that also misinterprets this, it can lead to request smuggling—where an attacker tricks the system to se...

9.1CVSS7.1AI score0.00778EPSS
SaveExploits0References8
RedHat Linux
RedHat Linux
added 2025/08/05 1:36 a.m.19 views

net/http: Request smuggling due to acceptance of invalid chunked data in net/http

A flaw was found in the net/http golang package. The net/http package incorrectly accepts messages that end with a line feed LF instead of the proper line ending. When used with another server that also misinterprets this, it can lead to request smuggling—where an attacker tricks the system to se...

9.1CVSS7.1AI score0.00778EPSS
SaveExploits0References8
SUSE CVE
SUSE CVE
added 2025/08/04 11:28 p.m.7 views

SUSE CVE-2024-44905

go-pg pg v10.13.0 was discovered to contain a SQL injection vulnerability via the component /types/appendvalue.go...

6.5CVSS8.5AI score0.00386EPSS
SaveExploits1References2
IBM Security Bulletins
IBM Security Bulletins
added 2025/08/04 7:13 a.m.15 views

Security Bulletin: IBM Maximo Application Suite uses multiple nodejs and go packages which is vulnerable to " CVE-2025-27152, CVE-2025-32996, CVE-2025-32997, CVE-2025-22871"

Summary IBM Maximo Application Suite uses " axios, http-proxy-middleware and net/http package " which is vulnerable to "CVE-2025-27152, CVE-2025-32996, CVE-2025-32997, CVE-2025-22871". This bulletin contains information regarding the vulnerability and how to address it. Vulnerability Details...

9.1CVSS6.7AI score0.00778EPSS
SaveExploits1Affected Software1
Snyk
Snyk
added 2025/08/01 11:42 p.m.6 views

Directory Traversal

Overview Affected versions of this package are vulnerable to Directory Traversal via the unzipFile function in the client.go file, which uses filepath.JoindestDir, f.Name without validating or sanitizing f.Name. An attacker can overwrite arbitrary files on the system outside of the intended...

9.8CVSS8.2AI score0.01067EPSS
SaveExploits0References2
Snyk
Snyk
added 2025/08/01 11:42 p.m.7 views

Directory Traversal

Overview Affected versions of this package are vulnerable to Directory Traversal via the unzipFile function in the client.go file, which uses filepath.JoindestDir, f.Name without validating or sanitizing f.Name. An attacker can overwrite arbitrary files on the system outside of the intended...

9.8CVSS8.2AI score0.01067EPSS
SaveExploits0References2
Snyk
Snyk
added 2025/08/01 11:42 p.m.4 views

Directory Traversal

Overview Affected versions of this package are vulnerable to Directory Traversal via the unzipFile function in the client.go file, which uses filepath.JoindestDir, f.Name without validating or sanitizing f.Name. An attacker can overwrite arbitrary files on the system outside of the intended...

9.8CVSS8.2AI score0.01067EPSS
SaveExploits0References2
Rows per page
Query Builder