Lucene search
+L

431 matches found

Vulnrichment
Vulnrichment
added 2026/08/18 5:58 p.m.11 views

CVE-2026-73502 kin-openapi openapi3filter: unauthenticated nil-pointer panic when validating a request against a `content` parameter whose media type has no schema

kin-openapi is a Go project for handling OpenAPI files. From 0.2.0 until 0.144.0, openapi3filter.ValidateRequest can encounter a NULL-pointer-dereference denial of service when an operation declares a content parameter whose application/json media type has no schema. In...

5.3CVSS5.2AI score0.00372EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/18 5:58 p.m.44 views

CVE-2026-73502

In openapi3filter/req_resp_decoder.go (~line 197), defaultContentParameterDecoder dereferences mt.Schema.Value without a nil check, panicking on any spec using a schema-less content parameter. Unauthenticated clients trigger this with one request, causing per-request aborts or full process crashe...

5.3CVSS5.2AI score0.00372EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/18 4:38 p.m.11 views

GO-2026-6112 Nil-pointer panic on content parameter without schema in github.com/getkin/kin-openapi

Nil-pointer panic on content parameter without schema in github.com/getkin/kin-openapi...

5.3CVSS5.2AI score0.00372EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/18 4:38 p.m.17 views

GO-2026-6183 Nil pointer dereference in Infinite Scale TUS uploads in github.com/rclone/rclone

During WebDAV Infinite Scale TUS upload creation, a transport failure can return a nil HTTP response along with an error. When handling the failure, rclone dereferences the nil response before checking the error, causing a panic that can crash the process in unrecovered contexts such as VFS mount...

6CVSS5.4AI score0.00233EPSS
SaveExploits0References3
Anthropic
Anthropic
added 2026/08/17 8:01 p.m.36 views

ANT-2026-Z3GGGKM5 · ava-labs/libevm · Denial of Service / Nil Pointer Dereference

denial-of-service high Severity Claude high · Security research firm high · Maintainer - Discovered by Claude Mythos Preview REPORT Anthropic's analysis, sealed at approval. Disclosure to the maintainer was performed by Anvil Security. ANT-2026-Z3GGGKM5: Reentrancy guard dereferences nil StateDB...

5.9AI score
SaveExploits0References1
Chainguard
Chainguard
added 2026/08/14 8:25 a.m.26 views

GO-2023-2185 vulnerabilities

Vulnerabilities for packages: go...

5.3AI score
SaveExploits0
Wolfi
Wolfi
added 2026/08/14 8:23 a.m.17 views

GO-2023-1795 vulnerabilities

Vulnerabilities for packages: aactl, skaffold...

5.9AI score
SaveExploits0
EUVD
EUVD
added 2026/08/12 9:23 p.m.14 views

EUVD-2026-57598

kin-openapi is a Go project for handling OpenAPI files. Prior to 0.144.0, ValidationHandler.Load in openapi3filter/validationhandler.go silently replaces a nil AuthenticationFunc with NoopAuthenticationFunc, which returns nil without checking credentials. This substitution causes every OpenAPI...

9.1CVSS5.3AI score0.00344EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/07 11:17 p.m.17 views

CVE-2026-52878

Klever-Go is the Go implementation of the Klever blockchain protocol. Versions 1.7.14 through 1.7.17 are vulnerable to a nil-pointer panic triggered by a protobuf Transaction whose embedded RawData sub-message is omitted. This omission causes RawData to decode to nil. Every transaction gossiped o...

7.5CVSS0.00337EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/07 10:32 p.m.36 views

CVE-2026-52878 Klever-Go: Unauthenticated nil-pointer DoS in P2P transaction validation can halt the chain

Klever-Go is the Go implementation of the Klever blockchain protocol. Versions 1.7.14 through 1.7.17 are vulnerable to a nil-pointer panic triggered by a protobuf Transaction whose embedded RawData sub-message is omitted. This omission causes RawData to decode to nil. Every transaction gossiped o...

7.5CVSS0.00337EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/07 10:32 p.m.57 views

CVE-2026-52878 Klever-Go: Unauthenticated nil-pointer DoS in P2P transaction validation can halt the chain

Klever-Go is the Go implementation of the Klever blockchain protocol. Versions 1.7.14 through 1.7.17 are vulnerable to a nil-pointer panic triggered by a protobuf Transaction whose embedded RawData sub-message is omitted. This omission causes RawData to decode to nil. Every transaction gossiped o...

7.5CVSS5.4AI score
SaveExploits0References4
CVE
CVE
added 2026/08/07 10:32 p.m.92 views

CVE-2026-52878

CVE-2026-52878 affects Klever-Go (versions 1.7.14–1.7.17). A nil RawData sub-message in protobuf Transaction triggers a nil-pointer panic when txVersionChecker.CheckTxVersion dereferences tx.RawData.Version without a nil check, causing a crash in the libp2p pubsub/the node process. The crash prop...

7.5CVSS7.7AI score0.00337EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/05 8:16 a.m.9 views

CVE-2026-55998

The endpoint /v3/import/tokenclusterId.yaml retrieves the cluster object before validating the token. When a valid cluster ID references a cluster that has private registry secrets configured, a nil pointer dereference in pkg/systemtemplate/privateregistry.go causes the request to return HTTP 502...

5.3CVSS0.00205EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/05 7:51 a.m.71 views

CVE-2026-55998

The CVE describes an unauthenticated import endpoint vulnerability: /v3/import/{token}_{clusterId}.yaml returns 502 for valid cluster IDs that reference clusters with private registry secrets due to a null pointer dereference in pkg/systemtemplate/private_registry.go ; non-existent cluster IDs re...

5.3CVSS5.5AI score0.00205EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/05 7:51 a.m.10 views

CVE-2026-55998 Cluster Existence Oracle via Unauthenticated Import Endpoint

The endpoint /v3/import/tokenclusterId.yaml retrieves the cluster object before validating the token. When a valid cluster ID references a cluster that has private registry secrets configured, a nil pointer dereference in pkg/systemtemplate/privateregistry.go causes the request to return HTTP 502...

5.3CVSS5.3AI score
SaveExploits0References4
NVD
NVD
added 2026/07/28 4:18 p.m.17 views

CVE-2026-47427

GitHub MCP Server is GitHub's official MCP Server. Prior to 1.1.0, the CompletionsHandler function in pkg/github/server.go accesses params.Ref without first checking whether it is nil, so a completion/complete request with a missing or empty ref field triggers a nil pointer dereference and a Go...

7.5CVSS0.00442EPSS
SaveExploits1References4
ATTACKERKB
ATTACKERKB
added 2026/07/28 3:32 p.m.9 views

CVE-2026-47427

GitHub MCP Server is GitHub's official MCP Server. Prior to 1.1.0, the CompletionsHandler function in pkg/github/server.go accesses params.Ref without first checking whether it is nil, so a completion/complete request with a missing or empty ref field triggers a nil pointer dereference and a Go...

7.5CVSS5.9AI score0.00442EPSS
SaveExploits1References5Affected Software1
EUVD
EUVD
added 2026/07/28 3:32 p.m.15 views

EUVD-2026-49875

GitHub MCP Server is GitHub's official MCP Server. Prior to 1.1.0, the CompletionsHandler function in pkg/github/server.go accesses params.Ref without first checking whether it is nil, so a completion/complete request with a missing or empty ref field triggers a nil pointer dereference and a Go...

7.5CVSS5.9AI score0.00442EPSS
SaveExploits1References4
OSV
OSV
added 2026/07/28 3:32 p.m.9 views

CVE-2026-47427 GitHub MCP Server: Nil Pointer Dereference DoS in completion/complete Handler

GitHub MCP Server is GitHub's official MCP Server. Prior to 1.1.0, the CompletionsHandler function in pkg/github/server.go accesses params.Ref without first checking whether it is nil, so a completion/complete request with a missing or empty ref field triggers a nil pointer dereference and a Go...

7.5CVSS5.9AI score
SaveExploits0References6
Cvelist
Cvelist
added 2026/07/28 3:32 p.m.43 views

CVE-2026-47427 GitHub MCP Server: Nil Pointer Dereference DoS in completion/complete Handler

GitHub MCP Server is GitHub's official MCP Server. Prior to 1.1.0, the CompletionsHandler function in pkg/github/server.go accesses params.Ref without first checking whether it is nil, so a completion/complete request with a missing or empty ref field triggers a nil pointer dereference and a Go...

7.5CVSS0.00442EPSS
SaveExploits1References4
Rows per page
Query Builder