Lucene search
+L

317879 matches found

GithubExploit
GithubExploit
added 2026/08/22 4:49 a.m.13 views

Exploit for Authentication Bypass by Capture-replay in Microsoft

CVE-2026-62911 Pre-auth RCE on Microsoft Exchange Server. No...

8CVSS5.5AI score0.00717EPSS
SaveExploits1
GithubExploit
GithubExploit
added 2026/08/22 3:32 a.m.8 views

-SQLi-Defender

🛡️ SQLi Defender Real-Time SQL Injection Detection & Prev...

6.2AI score
SaveExploits0
NVD
NVD
added 2026/08/21 10:16 p.m.8 views

CVE-2026-53509

CKAN MCP Server is a tool for querying CKAN open data portals. A known vulnerability CVE-2026-33060 indicated tools including ckanpackagesearch and sparqlquery that accept a baseurl parameter had the risk of making HTTP requests to arbitrary endpoints without restriction. A fix was applied to...

5.7CVSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/21 9:26 p.m.17 views

CVE-2026-53528 FileWiki has path traversal in RenameAsset via unsanitized oldFilename parameter

LeafWiki is a self-hosted wiki. Versions 0.3.0 through 0.10.0 have a path traversal vulnerability in LeafWiki’s asset rename functionality. An authenticated user with editor permissions could move files that are accessible to the LeafWiki server process into a page’s asset directory. This could...

8.8CVSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2026/08/21 9:21 p.m.6 views

CVE-2026-53509 @aborruso/ckan-mcp-server: SSRF via base_url allows access to internal networks (Potential fix bypass of CVE-2026-33060)

CKAN MCP Server is a tool for querying CKAN open data portals. A known vulnerability CVE-2026-33060 indicated tools including ckanpackagesearch and sparqlquery that accept a baseurl parameter had the risk of making HTTP requests to arbitrary endpoints without restriction. A fix was applied to...

5.7CVSS5.8AI score
SaveExploits0References3
EUVD
EUVD
added 2026/08/21 9:21 p.m.9 views

EUVD-2026-64173

CKAN MCP Server is a tool for querying CKAN open data portals. A known vulnerability CVE-2026-33060 indicated tools including ckanpackagesearch and sparqlquery that accept a baseurl parameter had the risk of making HTTP requests to arbitrary endpoints without restriction. A fix was applied to...

5.7CVSS5.8AI score
SaveExploits0References3
CVE
CVE
added 2026/08/21 9:21 p.m.32 views

CVE-2026-53509

@aborruso/ckan-mcp-server (an MCP server for querying CKAN open data portals) is vulnerable to SSRF prior to version 0.4.106 . The validateServerUrl hostname check in src/utils/http.ts only blocked the literal string localhost, but hostname aliases such as ip6-localhost and ip6-loopback (defined ...

5.7CVSS5.8AI score
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/21 9:21 p.m.15 views

CVE-2026-53509 @aborruso/ckan-mcp-server: SSRF via base_url allows access to internal networks (Potential fix bypass of CVE-2026-33060)

CKAN MCP Server is a tool for querying CKAN open data portals. A known vulnerability CVE-2026-33060 indicated tools including ckanpackagesearch and sparqlquery that accept a baseurl parameter had the risk of making HTTP requests to arbitrary endpoints without restriction. A fix was applied to...

5.7CVSS
SaveExploits0References3
NVD
NVD
added 2026/08/21 9:17 p.m.5 views

CVE-2026-77354

kin-openapi is a Go project for handling OpenAPI files. From 0.124.0 until 0.142.0, openapi3filter.sliceMapToSlice in openapi3filter/reqrespdecoder.go converts attacker-controlled sparse indexes from a deepObject query parameter into a dense slice by allocating entries from zero through the large...

8.7CVSS
SaveExploits0References4
NVD
NVD
added 2026/08/21 9:17 p.m.4 views

CVE-2026-54457

TensorZero is an open-source LLMOps platform that unifies an LLM gateway, observability, evaluation, optimization, and experimentation. Prior to 2026.6.0, the TensorZero Gateway /internal/objectstorage endpoint accepts a caller-supplied JSON storagepath parameter that dynamically overrides the...

7.7CVSS
SaveExploits0References3
OSV
OSV
added 2026/08/21 8:56 p.m.4 views

GHSA-XHJ3-7XW9-VR34 kin-openapi has uncontrolled resource consumption in openapi3filter deepObject query parameter decoding

Summary An uncontrolled resource consumption vulnerability in openapi3filter lets any unauthenticated client force multi-gigabyte heap allocation with a single, tiny HTTP request. When a spec declares a deepObject-style query parameter whose schema contains an array a normal, documented pattern,...

8.7CVSS5.9AI score
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/08/21 8:56 p.m.5 views

kin-openapi has uncontrolled resource consumption in openapi3filter deepObject query parameter decoding

Summary An uncontrolled resource consumption vulnerability in openapi3filter lets any unauthenticated client force multi-gigabyte heap allocation with a single, tiny HTTP request. When a spec declares a deepObject-style query parameter whose schema contains an array a normal, documented pattern,...

8.7CVSS5.8AI score
SaveExploits0References4Affected Software1
OSV
OSV
added 2026/08/21 8:56 p.m.6 views

GHSA-X2RJ-828P-HX9M Xinference vulnerable to remote code execution via unsafe `eval()` in Llama3 tool-call parsing

Summary Xinference used Python's unsafe eval function when parsing Llama3 tool-call output generated by a large language model. Because the model output can be influenced by attacker-controlled prompts sent to the chat completion API, a remote attacker can craft prompts that cause the model to...

10CVSS6.7AI score
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2026/08/21 8:56 p.m.8 views

Xinference vulnerable to remote code execution via unsafe `eval()` in Llama3 tool-call parsing

Summary Xinference used Python's unsafe eval function when parsing Llama3 tool-call output generated by a large language model. Because the model output can be influenced by attacker-controlled prompts sent to the chat completion API, a remote attacker can craft prompts that cause the model to...

10CVSS6.5AI score
SaveExploits0References5Affected Software1
OSV
OSV
added 2026/08/21 8:55 p.m.6 views

GHSA-MMFR-PMJX-HW9W kin-openapi openai3filter: nil-pointer panic in ConvertErrors on malformed multipart/form-data body enables unauthenticated DoS

Summary A nil-pointer dereference in openapi3filter.ConvertErrors lets any unauthenticated client crash a server with a single HTTP request. When an application validates a multipart/form-data request body and renders the resulting validation error through the library-provided...

7.5CVSS6.1AI score
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/08/21 8:55 p.m.5 views

kin-openapi openai3filter: nil-pointer panic in ConvertErrors on malformed multipart/form-data body enables unauthenticated DoS

Summary A nil-pointer dereference in openapi3filter.ConvertErrors lets any unauthenticated client crash a server with a single HTTP request. When an application validates a multipart/form-data request body and renders the resulting validation error through the library-provided...

7.5CVSS6AI score
SaveExploits0References4Affected Software1
CVE
CVE
added 2026/08/21 8:44 p.m.13 views

CVE-2026-77354

kin-openapi (Go library for OpenAPI file handling) versions 0.124.0 through 0.142.0 are affected by an uncontrolled resource consumption vulnerability in openapi3filter.sliceMapToSlice (req_resp_decoder.go). The function converts attacker-controlled sparse indexes from a deepObject query paramete...

8.7CVSS5.4AI score
SaveExploits0References4
EUVD
EUVD
added 2026/08/21 8:44 p.m.6 views

EUVD-2026-64151

kin-openapi is a Go project for handling OpenAPI files. From 0.124.0 until 0.142.0, openapi3filter.sliceMapToSlice in openapi3filter/reqrespdecoder.go converts attacker-controlled sparse indexes from a deepObject query parameter into a dense slice by allocating entries from zero through the large...

8.7CVSS5.4AI score
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/21 8:44 p.m.14 views

CVE-2026-77354 kin-openapi: Uncontrolled resource consumption in openapi3filter deepObject query parameter decoding

kin-openapi is a Go project for handling OpenAPI files. From 0.124.0 until 0.142.0, openapi3filter.sliceMapToSlice in openapi3filter/reqrespdecoder.go converts attacker-controlled sparse indexes from a deepObject query parameter into a dense slice by allocating entries from zero through the large...

8.7CVSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/21 8:34 p.m.13 views

CVE-2026-54457 TensorZero: Arbitrary file read and SSRF in TensorZero Gateway's internal object storage endpoint

TensorZero is an open-source LLMOps platform that unifies an LLM gateway, observability, evaluation, optimization, and experimentation. Prior to 2026.6.0, the TensorZero Gateway /internal/objectstorage endpoint accepts a caller-supplied JSON storagepath parameter that dynamically overrides the...

7.7CVSS
SaveExploits0References3
Rows per page
Query Builder