Lucene search
+L

59825 matches found

NVD
NVD
added 2026/07/28 5:17 p.m.18 views

CVE-2026-67185

TinyWeb through 0.0.8 contains a path traversal vulnerability that allows unauthenticated attackers to read arbitrary files by submitting ../ sequences in the URL path, which are concatenated directly to the configured web root in HttpBuilder::buildResponse without normalization, dot-segment...

8.7CVSS0.00453EPSS
SaveExploits1References2
NVD
NVD
added 2026/07/28 5:17 p.m.16 views

CVE-2026-67183

TinyWeb through 0.0.8 contains a memory leak vulnerability that allows unauthenticated attackers to exhaust available memory by sending ordinary well-formed HTTP requests. Each request causes HttpParser::execute to allocate Url objects, HttpHeaders objects, and HttpHeader instances via raw new...

8.7CVSS0.00367EPSS
SaveExploits1References2
EUVD
EUVD
added 2026/07/28 4:40 p.m.18 views

EUVD-2026-38633

Poweradmin has Host Header Injection in OIDC redirecturi, SAML ACS/SLO URL, and Logout Redirect Construction...

9.6CVSS5.5AI score0.00543EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/07/28 4:36 p.m.44 views

CVE-2026-54609 QTINeon has unauthenticated relay-to-host amplification via unbounded RECONNECT_REQUEST forwarding

QTI Neon is a minimal, game-agnostic, relay-based UDP multiplayer protocol library. In version 1.0.0, the relay's handleReconnectRequest forwards RECONNECTREQUEST packets to the host without bounding them, so an unauthenticated client can drive relay-to-host amplification and cause a denial of...

8.6CVSS0.00263EPSS
SaveExploits0References1
CVE
CVE
added 2026/07/28 4:36 p.m.52 views

CVE-2026-54609

QtINeon CVE-2026-54609 affects NeonRelay (Java, Python, TypeScript). The vulnerability is unauthenticated relay-to-host amplification via unbounded RECONNECT_REQUEST forwarding in handleReconnectRequest, where packets are forwarded to the host without bounding. This creates a denial-of-service pa...

8.6CVSS5.9AI score0.00263EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/07/28 4:30 p.m.48 views

CVE-2026-67185 TinyWeb 0.0.8 Path Traversal via URL Path Component

TinyWeb through 0.0.8 contains a path traversal vulnerability that allows unauthenticated attackers to read arbitrary files by submitting ../ sequences in the URL path, which are concatenated directly to the configured web root in HttpBuilder::buildResponse without normalization, dot-segment...

8.7CVSS0.00453EPSS
SaveExploits1References2
ATTACKERKB
ATTACKERKB
added 2026/07/28 4:30 p.m.11 views

CVE-2026-67185

TinyWeb through 0.0.8 contains a path traversal vulnerability that allows unauthenticated attackers to read arbitrary files by submitting ../ sequences in the URL path, which are concatenated directly to the configured web root in HttpBuilder::buildResponse without normalization, dot-segment...

8.7CVSS5.9AI score0.00453EPSS
SaveExploits1References3Affected Software1
EUVD
EUVD
added 2026/07/28 4:30 p.m.16 views

EUVD-2026-49904

TinyWeb through 0.0.8 contains a path traversal vulnerability that allows unauthenticated attackers to read arbitrary files by submitting ../ sequences in the URL path, which are concatenated directly to the configured web root in HttpBuilder::buildResponse without normalization, dot-segment...

8.7CVSS5.9AI score0.00453EPSS
SaveExploits1References2
CVE
CVE
added 2026/07/28 4:30 p.m.29 views

CVE-2026-67185

CVE-2026-67185 affects TinyWeb up to version 0.0.8 and describes a path traversal in HttpBuilder::buildResponse() that concatenates URL path segments directly to the web root without normalization, allowing unauthenticated attackers to read files via ../ sequences. The vulnerability can expose se...

8.7CVSS5.9AI score0.00453EPSS
SaveExploits1References2
EUVD
EUVD
added 2026/07/28 4:28 p.m.20 views

EUVD-2026-49902

TinyWeb through 0.0.8 contains a null pointer dereference vulnerability that allows unauthenticated remote attackers to crash worker processes by sending a malformed HTTP request line with an invalid version string. The HttpParser::execute function fails to allocate the Url object when version...

8.7CVSS5.9AI score0.00432EPSS
SaveExploits1References2
CVE
CVE
added 2026/07/28 4:26 p.m.26 views

CVE-2026-67183

TinyWeb up to version 0.0.8 is affected by a memory-leak DoS caused by allocations in HttpParser::execute (Url objects, HttpHeaders, and HttpHeader instances) that are never freed due to missing destructors and unreachable deletes. Each authenticated-ill-formed? Actually unauthenticated, per-requ...

8.7CVSS5.9AI score0.00367EPSS
SaveExploits1References2
ATTACKERKB
ATTACKERKB
added 2026/07/28 4:26 p.m.11 views

CVE-2026-67183

TinyWeb through 0.0.8 contains a memory leak vulnerability that allows unauthenticated attackers to exhaust available memory by sending ordinary well-formed HTTP requests. Each request causes HttpParser::execute to allocate Url objects, HttpHeaders objects, and HttpHeader instances via raw new...

8.7CVSS5.9AI score0.00367EPSS
SaveExploits1References3Affected Software1
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
CVE
CVE
added 2026/07/28 3:32 p.m.60 views

CVE-2026-47427

The vulnerability CVE-2026-47427 affects GitHub MCP Server. The CompletionsHandler in pkg/github/server.go dereferences params.Ref without nil-checking, so a completion/complete request with a missing or empty ref can trigger a nil pointer dereference, causing a Go runtime panic and an immediate ...

7.5CVSS5.9AI score0.00442EPSS
SaveExploits1References4Affected Software1
OSV
OSV
added 2026/07/28 2:35 p.m.19 views

GHSA-W4Q6-QW23-4RG7 GitHub MCP Server has Nil Pointer Dereference DoS in completion/complete Handler

Summary A nil pointer dereference vulnerability in the GitHub MCP Server causes it to crash when receiving a malformed completion/complete request with missing or empty parameters. This allows any unauthenticated client to cause a complete denial of service. Details The CompletionsHandler functio...

7.5CVSS5.9AI score0.00442EPSS
SaveExploits1References5
EUVD
EUVD
added 2026/07/28 1:44 p.m.14 views

EUVD-2026-49849

Deserialization of Untrusted Data CWE-502 in the Tribes-based clustering component in Apache Software Foundation Apache Axis2/Java through 2.0.0 on Apache Tomcat only when Tribes clustering is enabled, which is off by default allows an unauthenticated remote attacker with network access to the...

9.8CVSS6.1AI score0.01034EPSS
SaveExploits0References2
CVE
CVE
added 2026/07/28 1:33 p.m.36 views

CVE-2026-59878

CVE-2026-59878 : Apache ActiveMQ AMQP/NIO frame size validation issue leading to DoS. A remote unauthenticated attacker can send a crafted frame size to exhaust NIO threads and deny service. Affected versions: ActiveMQ AMQP before 5.19.9 (and 6.0.0 before 6.2.8); ActiveMQ before 5.19.9 (and 6.0.0...

7.5CVSS5.9AI score0.00488EPSS
SaveExploits0References2Affected Software3
RedhatCVE
RedhatCVE
added 2026/07/28 1:33 p.m.18 views

CVE-2026-64643

A flaw was found in Next.js. Unauthenticated users can exploit this vulnerability by accessing publicly served client artifacts, which may disclose Server Action IDs. This bypasses authentication on pages where these endpoints are used, leading to information disclosure. While primarily an...

6.3CVSS5.8AI score0.00516EPSS
SaveExploits0References8
ATTACKERKB
ATTACKERKB
added 2026/07/28 12:44 p.m.9 views

CVE-2026-18047

A flaw was found in Dogtag PKI's ACME responder where the web.xml security constraints use exact URL pattern matching for admin-only enable/disable endpoints. By appending a trailing slash to the URL, an unauthenticated attacker can bypass the Tomcat authentication constraint while RESTEasy still...

6.5CVSS5.8AI score0.00281EPSS
SaveExploits0References3
NVD
NVD
added 2026/07/28 12:16 p.m.16 views

CVE-2026-16773

The WPBot – AI ChatBot for Live Support, Lead Generation, AI Services plugin for WordPress is vulnerable to Sensitive Information Exposure in all versions up to, and including, 8.5.9 via the wpbotsendemailtranscriptfree. This makes it possible for unauthenticated attackers to exfiltrate full chat...

5.3CVSS0.00273EPSS
SaveExploits0References6
Rows per page
Query Builder