Lucene search
+L

125 matches found

Vulnrichment
Vulnrichment
added 2026/08/07 7:20 p.m.6 views

CVE-2026-15972 Unauthenticated denial of service via unbounded external gRPC connection acceptance

Consul Community Edition and Consul Enterprise 1.13.0 through 2.0.2 are vulnerable to an unauthenticated denial of service through unbounded connection acceptance on the external gRPC listeners. A remote attacker may exhaust agent file descriptors, goroutines, and memory by opening many incomplet...

7.5CVSS5.4AI score0.00386EPSS
SaveExploits0References1
Github Security Blog
Github Security Blog
added 2026/08/05 8:26 p.m.14 views

rclone: Infinite Scale TUS Creation Transport Error Causes a Nil-Response Panic

Summary A transport failure during the initial Infinite Scale TUS creation POST can return nil response, non-nil error. Rclone dereferences the nil response before processing the error and panics. The production CreateUploader path reproduced the crash against a closed endpoint. The security...

6.1AI score
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/08/05 7:59 p.m.13 views

rclone: Verbose Stack Trace Disclosure in RC API Error Responses

Summary When an RC API call triggers a panic recovered by the job runner, the full Go stack trace is included in the JSON error response. This leaks internal file paths, Go module versions, goroutine state, and memory addresses to the API caller. Details The panic recovery in...

5.7AI score
SaveExploits0References4Affected Software1
SUSE CVE
SUSE CVE
added 2026/07/30 4:38 p.m.10 views

SUSE CVE-2026-55882

Tilt defines dev environments as code for microservice apps on Kubernetes. From 0.19.5 through 0.37.3, the Tilt HUD server mounts Go net/http/pprof handlers under /debug with no access control. When the HUD or apiserver listener is network-exposed, an unauthenticated caller can read process memor...

8.3CVSS7.8AI score0.00384EPSS
SaveExploits0References2
NVD
NVD
added 2026/07/30 3:16 p.m.16 views

CVE-2026-41186

When Calico's shared debug server is enabled disabled by default, the Calico kube-controllers and Goldmane components bind their Go pprof debug listener to 0.0.0.0 without authentication. Any pod with network reachability to the listener can retrieve the process heap, goroutine stacks including...

7.5CVSS0.00343EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/07/30 2:45 p.m.14 views

EUVD-2026-51155

When Calico's shared debug server is enabled disabled by default, the Calico kube-controllers and Goldmane components bind their Go pprof debug listener to 0.0.0.0 without authentication. Any pod with network reachability to the listener can retrieve the process heap, goroutine stacks including...

6CVSS5.9AI score0.00343EPSS
SaveExploits0References4
CVE
CVE
added 2026/07/30 2:45 p.m.47 views

CVE-2026-41186

The CVE-2026-41186 issue affects Calico components (shared debug server used by kube-controllers and Goldmane). When enabled, the Go pprof debug listener binds to 0.0.0.0 and lacks authentication, allowing any pod with network reachability to access internal memory state via the heap, goroutine s...

7.5CVSS5.9AI score0.00343EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2026/07/17 7:42 p.m.9 views

GO-2026-5975 Hoverfly: Denial of Service via Goroutine Leak in Remote Post-Serve Actions in github.com/SpectoLabs/hoverfly

Hoverfly: Denial of Service via Goroutine Leak in Remote Post-Serve Actions in github.com/SpectoLabs/hoverfly...

5.3AI score
SaveExploits0References3
OSV
OSV
added 2026/07/14 6:04 p.m.19 views

GHSA-42J2-W334-QXW7 Hoverfly: Denial of Service via Goroutine Leak in Remote Post-Serve Actions

Summary: Remote post-serve actions use http.DefaultClient without any timeout configuration. When the remote endpoint is unreachable or intentionally slow accepts TCP connection but never responds, each triggered proxy request spawns a goroutine that blocks indefinitely on http.DefaultClient.Do. ...

6.5CVSS6.2AI score
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/07/14 6:04 p.m.16 views

Hoverfly: Denial of Service via Goroutine Leak in Remote Post-Serve Actions

Summary: Remote post-serve actions use http.DefaultClient without any timeout configuration. When the remote endpoint is unreachable or intentionally slow accepts TCP connection but never responds, each triggered proxy request spawns a goroutine that blocks indefinitely on http.DefaultClient.Do. ...

6.2AI score
SaveExploits0References4Affected Software1
Positive Technologies
Positive Technologies
added 2026/07/14 12:00 a.m.24 views

PT-2026-60082

Name of the Vulnerable Software and Affected Versions Hoverfly version 1.12.7 Description Remote post-serve actions use http.DefaultClient without a timeout configuration. When a remote endpoint is unreachable or intentionally slow, each triggered proxy request spawns a goroutine that blocks...

6.5CVSS7.2AI score
SaveExploits0
OSV
OSV
added 2026/06/25 10:34 p.m.9 views

GO-2026-5424 klever-go: Unbounded goroutine spawn on direct-message ingress enables peer-driven DoS in github.com/klever-io/klever-go

klever-go: Unbounded goroutine spawn on direct-message ingress enables peer-driven DoS in github.com/klever-io/klever-go...

7.5CVSS5.8AI score0.00294EPSS
SaveExploits0References2
Snyk
Snyk
added 2026/06/24 9:16 p.m.9 views

Allocation of Resources Without Limits or Throttling

Overview github.com/gogs/gogs/internal/ssh is a painless self-hosted Git service Affected versions of this package are vulnerable to Allocation of Resources Without Limits or Throttling through the SSH handshake process. An attacker can exhaust available file descriptors and disrupt legitimate...

7.1CVSS6AI score0.00431EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2026/06/05 4:41 p.m.31 views

klever-go: Unbounded goroutine spawn on direct-message ingress enables peer-driven DoS

Summary networkMessenger.directMessageHandler in network/p2p/libp2p/netMessenger.go spawns a fresh goroutine for every incoming direct message before the antiflood layer makes an admission decision. There is no semaphore, throttler, or bound on concurrent in-flight spawns. A single connected libp...

7.5CVSS5.4AI score0.00294EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2026/05/19 3:53 p.m.13 views

GHSA-W4VJ-R5PG-3722 Mailpit: Concurrent map read & write in proxy CSS rewriter - remote unauth crash (fatal error: concurrent map read and map write)

Summary The screenshot/print proxy /proxy?data=… maintains a package-level assets mapstringMessageAssets cache, but reads the map without holding assetsMutex while a long-running cleanup goroutine and re-entrant CSS-rewriting code path concurrently write to it under the lock. When the...

5.9CVSS5.9AI score0.00247EPSS
SaveExploits1References3
Github Security Blog
Github Security Blog
added 2026/05/19 3:53 p.m.22 views

Mailpit: Concurrent map read & write in proxy CSS rewriter - remote unauth crash (fatal error: concurrent map read and map write)

Summary The screenshot/print proxy /proxy?data=… maintains a package-level assets mapstringMessageAssets cache, but reads the map without holding assetsMutex while a long-running cleanup goroutine and re-entrant CSS-rewriting code path concurrently write to it under the lock. When the...

5.9CVSS5.9AI score0.00247EPSS
SaveExploits1References3Affected Software1
Positive Technologies
Positive Technologies
added 2026/05/19 12:00 a.m.17 views

PT-2026-41967

Name of the Vulnerable Software and Affected Versions Mailpit affected versions not specified Description A remote, unauthenticated attacker can cause a denial of service DoS by crashing the Mailpit process. The issue occurs because the screenshot/print proxy reads a package-level assets cache...

5.9CVSS5.9AI score0.00247EPSS
SaveExploits1
RedhatCVE
RedhatCVE
added 2026/05/16 1:56 a.m.17 views

CVE-2026-42594

Gotenberg is a Docker-powered stateless API for PDF files. Prior to 8.32.0, the webhook middleware spawns a goroutine that holds a reference to the request's echo.Context after the synchronous handler returns ErrAsyncProcess and Echo recycles the context back to its sync.Pool. When a concurrent...

7.5CVSS5.8AI score0.00348EPSS
SaveExploits1References1
NVD
NVD
added 2026/05/14 4:16 p.m.18 views

CVE-2026-42594

Gotenberg is a Docker-powered stateless API for PDF files. Prior to 8.32.0, the webhook middleware spawns a goroutine that holds a reference to the request's echo.Context after the synchronous handler returns ErrAsyncProcess and Echo recycles the context back to its sync.Pool. When a concurrent...

7.5CVSS0.00348EPSS
SaveExploits1References1
CVE
CVE
added 2026/05/14 3:32 p.m.41 views

CVE-2026-42594

Gotenberg CVE-2026-42594 describes an unauthenticated denial of service caused by reuse of echo.Context in the webhook async flow. Prior to 8.32.0, a goroutine holds a reference to the request context after ErrAsyncProcess, and Echo recycles the context to a pool. If a concurrent request reuses t...

7.5CVSS5.8AI score0.00348EPSS
SaveExploits1References1Affected Software1
Rows per page
Query Builder