6 matches found
find-my-way: DDoS with HTTP2
Impact Remotely triggerable DoS in find-my-way when it is used with Node's HTTP/2 server. The short version is that lookup passes req.method into find, and find indexes this.treesmethod. Since this.trees is a normal object, HTTP/2 method values like constructor, toString, or proto can resolve...
CVE-2026-38973
mrubyc through release3.4.1 was found to contain an out-of-bounds read in builtin missing-method lookup inside mrbcfindmethod...
CVE-2026-38973
mrubyc through release3.4.1 was found to contain an out-of-bounds read in builtin missing-method lookup inside mrbcfindmethod...
CVE-2026-38973
CVE-2026-38973 affects mrubyc (mruby/c) up to release 3.4.1. The issue is an out-of-bounds read in the builtin missing-method lookup inside mrbc_find_method(), with no exploitation details provided in the documents. Suggested remediations include updating to a newer version than 3.4.1 (e.g., 3.4....
PT-2026-56021
Name of the Vulnerable Software and Affected Versions mrubyc versions prior to 3.4.2 Description An out-of-bounds read occurs during the builtin missing-method lookup within the mrbc find method function. Recommendations Update to a version newer than 3.4.1. As a temporary mitigation, restrict th...
UBUNTU-CVE-2025-40039
In the Linux kernel, the following vulnerability has been resolved: ksmbd: Fix race condition in RPC handle list access The 'sess-rpchandlelist' XArray manages RPC handles within a ksmbd session. Access to this list is intended to be protected by 'sess-rpclock' an rwsemaphore. However, the lockin...