Lucene search
+L

16907 matches found

OSV
OSV
added 2026/08/11 8:18 p.m.7 views

DEBIAN-CVE-2026-73232

ffuf is a fast web fuzzer written in Go. Prior to 2.2.0, ffuf allows a malicious target server to cause an out-of-memory denial of service because the response size guard in pkg/runner/simple.go checks only the compressed Content-Length while io.ReadAll reads gzip, brotli, deflate, transparently...

7.5CVSS5.4AI score0.00441EPSS
SaveExploits0References1
CVE
CVE
added 2026/08/11 7:32 p.m.50 views

CVE-2026-73232

CVE-2026-73232 affects ffuf (Go) prior to 2.2.0. The vulnerability arises when a malicious server uses HTTP responses with compressed content: the guard in pkg/runner/simple.go checks only Content-Length, while io.ReadAll can read gzip, brotli, deflate, or chunked bodies without a decompressed-si...

7.5CVSS5.3AI score0.00441EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2026/08/11 7:32 p.m.7 views

CVE-2026-73232 ffuf denial of service (OOM) via HTTP response decompression bomb

ffuf is a fast web fuzzer written in Go. Prior to 2.2.0, ffuf allows a malicious target server to cause an out-of-memory denial of service because the response size guard in pkg/runner/simple.go checks only the compressed Content-Length while io.ReadAll reads gzip, brotli, deflate, transparently...

7.5CVSS5.3AI score0.00441EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/11 7:32 p.m.4 views

CVE-2026-73232 ffuf denial of service (OOM) via HTTP response decompression bomb

ffuf is a fast web fuzzer written in Go. Prior to 2.2.0, ffuf allows a malicious target server to cause an out-of-memory denial of service because the response size guard in pkg/runner/simple.go checks only the compressed Content-Length while io.ReadAll reads gzip, brotli, deflate, transparently...

7.5CVSS5.4AI score
SaveExploits0References6
OSV
OSV
added 2026/08/11 5:02 p.m.6 views

OPENSUSE-SU-2026:21562-1 Security update for go-sendxmpp

This update for go-sendxmpp fixes the following issues: Changes in go-sendxmpp: - Update to 0.17.0: Add --ox-transfer-private-key to transfer the encrypted private key to PEP to transfer it to other devices requires go-xmpp = v0.3.7. Add --ox-receive-private-key to receive the encrypted private k...

9.6CVSS5.5AI score0.00692EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2026/08/11 3:32 p.m.11 views

CVE-2026-49834

A flaw was found in sigstore-go, a Go library for Sigstore signing and verification. This vulnerability allows a single compromised transparency log or Certificate Transparency CT log to bypass the multi-log threshold requirements. An attacker could exploit this by compromising a single log,...

7.5CVSS7.3AI score0.00113EPSS
SaveExploits0References7
RedhatCVE
RedhatCVE
added 2026/08/11 12:43 p.m.10 views

CVE-2026-71556

A flaw was found in go-git, an extensible Git implementation library. Worktree operations, such as checkout, status, and add, resolve symbolic links within the working tree without proper boundary confinement. This allows a remote attacker to craft a malicious repository containing a symlink,...

7.1CVSS5.7AI score0.00357EPSS
SaveExploits0References8
RedHat Linux
RedHat Linux
added 2026/08/11 12:16 p.m.10 views

net: golang: Go net package: Denial of Service via long CNAME response in LookupCNAME

A flaw was found in the net package of Go golang, specifically when using the LookupCNAME function with the cgo DNS resolver. A remote attacker could exploit this by providing a very long Canonical Name CNAME response. This can trigger a double-free of C memory, leading to a crash and a Denial of...

7.5CVSS7.1AI score0.00813EPSS
SaveExploits0References8
RedHat Linux
RedHat Linux
added 2026/08/11 12:15 p.m.7 views

net: golang: Go net package: Denial of Service via long CNAME response in LookupCNAME

A flaw was found in the net package of Go golang, specifically when using the LookupCNAME function with the cgo DNS resolver. A remote attacker could exploit this by providing a very long Canonical Name CNAME response. This can trigger a double-free of C memory, leading to a crash and a Denial of...

7.5CVSS8.3AI score0.00813EPSS
SaveExploits0References8
RedHat Linux
RedHat Linux
added 2026/08/11 11:39 a.m.13 views

net: golang: Go net package: Denial of Service via long CNAME response in LookupCNAME

A flaw was found in the net package of Go golang, specifically when using the LookupCNAME function with the cgo DNS resolver. A remote attacker could exploit this by providing a very long Canonical Name CNAME response. This can trigger a double-free of C memory, leading to a crash and a Denial of...

7.5CVSS8.3AI score0.00813EPSS
SaveExploits0References8
Microsoft CVE
Microsoft CVE
added 2026/08/11 8:04 a.m.5 views

go-git: Malicious reference names may modify files outside the reference storage

...

6.3CVSS5.2AI score0.00413EPSS
SaveExploits1
SUSE CVE
SUSE CVE
added 2026/08/11 12:08 a.m.10 views

SUSE CVE-2026-41178

OpenTelemetry-Go is the Go implementation of OpenTelemetry. Versions 1.41.0 and 1.43.0 removed raw-length rejection and it causes Parse to process arbitrarily large/invalid baggage headers and log errors, enabling DoS via oversized inputs. Versions 1.42.0 and 1.44.0 fix the issue...

5.3CVSS5.2AI score0.00336EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2026/08/11 12:06 a.m.8 views

SUSE CVE-2026-46384

iskorotkov/avro is a fast Go Avro codec. Prior to 2.33.0, several Avro decoder paths read attacker-controlled 64-bit values from the wire format and either narrowed them to platform-sized int before bounds-checking, or summed them with overflow-prone signed-int arithmetic. On 32-bit targets...

8.7CVSS5.5AI score0.00549EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2026/08/11 12:06 a.m.9 views

SUSE CVE-2026-46385

iskorotkov/avro is a fast Go Avro codec. Prior to 2.33.0, the Avro array and map decoders looped over an attacker-controlled block-count value without checking the underlying reader's error state inside the loop body. Reader.ReadBlockHeader returns the count as a Go int, which is 64-bit on amd64 ...

8.7CVSS5.3AI score0.00523EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/11 12:00 a.m.5 views

OPENSUSE-SU-2026:11494-1 clusterctl-1.14.0-1.1 on GA media

These are all security issues fixed in the clusterctl-1.14.0-1.1 package on the GA media of openSUSE Tumbleweed...

8.8CVSS5.3AI score0.00258EPSS
SaveExploits1References1
OPENSUSE Linux
OPENSUSE Linux
added 2026/08/11 12:00 a.m.8 views

Security update for go-sendxmpp (important)

openSUSE Security Update: Security update for go-sendxmpp Announcement ID: openSUSE-SU-2026:0280-1 Rating: important References: 1266617 Cross-References: CVE-2026-39821 CVSS scores: CVE-2026-39821 SUSE: 9.1 CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N Affected Products: openSU...

9.1CVSS5.5AI score0.00692EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2026/08/10 8:45 p.m.8 views

CVE-2026-19496

A flaw was found in sources-api-go. An authenticated remote user can exploit a SQL injection vulnerability by injecting arbitrary SQL expressions through query parameter filtering. This can lead to unauthorized information disclosure of internal database fields, arbitrary PostgreSQL function...

8.8CVSS5.4AI score
SaveExploits0References3
OSV
OSV
added 2026/08/10 5:34 p.m.7 views

SUSE-SU-2026:23216-1 Security update for govulncheck-vulndb

This update for govulncheck-vulndb fixes the following issues: - Update to version 0.0.20260727T201416 2026-07-27T20:14:16Z jscPED-11136: Go CVE Numbering Authority IDs added or updated with aliases: GO-2026-5046 CVE-2026-46385 GHSA-w8j3-pq8g-8m7w GO-2026-5047 CVE-2026-46384 GHSA-mc57-h6j3-3hmv...

9.6CVSS6.5AI score0.02241EPSS
SaveExploits26References78
OSV
OSV
added 2026/08/10 5:34 p.m.5 views

SUSE-SU-2026:23227-1 Security update for govulncheck-vulndb

This update for govulncheck-vulndb fixes the following issues: - Update to version 0.0.20260727T201416 2026-07-27T20:14:16Z jscPED-11136: Go CVE Numbering Authority IDs added or updated with aliases: GO-2026-5046 CVE-2026-46385 GHSA-w8j3-pq8g-8m7w GO-2026-5047 CVE-2026-46384 GHSA-mc57-h6j3-3hmv...

9.6CVSS6.5AI score0.02241EPSS
SaveExploits26References78
OSV
OSV
added 2026/08/10 2:17 p.m.5 views

DEBIAN-CVE-2026-18503

Attacker-controlled CSV samples can trigger super-linear regular-expression work during dialect sniffing and consume significant CPU when applications pass unbounded input to csv.Sniffer.sniff...

2.4CVSS5.3AI score0.00119EPSS
SaveExploits0References1
Rows per page
Query Builder