Lucene search
+L

628 matches found

CVE
CVE
added 2026/07/25 8:49 a.m.15 views

CVE-2026-64281

CVE-2026-64281 affects the Linux kernel svcrdma transport (svc_rdma) where threads parked in svc_rdma_sq_wait() could hang indefinitely during transport teardown due to missing wakeups on close. The fixed flow adds svc_rdma_xprt_deferred_close(), which calls svc_xprt_deferred_close() and then wak...

7.5CVSS5.7AI score0.00468EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2026/07/25 12:0 a.m.7 views

Linux Distros Unpatched Vulnerability : CVE-2026-59850

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - A flaw was found in libssh. If data packets are processed after a channel is closed, channel data callbacks can be invoked after the associated data has already...

7.5CVSS6.1AI score0.00303EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2026/07/22 4:24 p.m.7 views

SUSE CVE-2026-59850

A flaw was found in libssh. If data packets are processed after a channel is closed, channel data callbacks can be invoked after the associated data has already been freed, leading to crashes or possible use-after-free conditions...

4.3CVSS5.8AI score0.00303EPSS
SaveExploits0References9
RedhatCVE
RedhatCVE
added 2026/07/21 2:12 p.m.8 views

CVE-2026-59850

A flaw was found in libssh. If data packets are processed after a channel is closed, channel data callbacks can be invoked after the associated data has already been freed, leading to crashes or possible use-after-free conditions. Mitigation Manually verify the channel is not closed inside your...

7.5CVSS5.3AI score0.00303EPSS
SaveExploits0References3
Snyk
Snyk
added 2026/07/21 2:8 p.m.9 views

Use After Free

Overview Affected versions of this package are vulnerable to Use After Free in the channel data callbacks process when data packets are processed after a channel is closed. An attacker can cause a crash or trigger unintended behavior by sending data packets to a closed channel, resulting in the...

7.5CVSS5.8AI score0.00303EPSS
SaveExploits0References2
CVE
CVE
added 2026/07/20 12:4 p.m.13 views

CVE-2026-63763

SurrealDB contains a privilege escalation via a confused deputy when unprivileged users (e.g., with editor role) create or modify fields containing futures, functions, or closures. These are executed in the context of the invoking user, allowing planted logic to run with higher permissions on rea...

8.8CVSS5.5AI score0.00273EPSS
SaveExploits0References2Affected Software1
GithubExploit
GithubExploit
added 2026/07/20 9:24 a.m.60 views

vibesec-static

vibesec-static — static vulnerability auditor for Python A si...

8.8CVSS6.8AI score0.01454EPSS
SaveExploits5
OSV
OSV
added 2026/07/03 12:0 p.m.10 views

RUSTSEC-2026-0198 `Report::frames_mut` allows aliased mutable references

Affected versions of this crate return an iterator from Report::framesmut whose &mut Frame items have lifetimes independent of the iterator, so all yielded references can be held at the same time. A yielded frame's sources are also yielded by the iterator and reachable through the parent frame vi...

6AI score
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/07/02 7:17 p.m.12 views

CVE-2026-53358

A flaw was found in the Linux kernel's Bluetooth L2CAP Logical Link Control and Adaptation Protocol implementation. This vulnerability arises from an incorrect order of acquiring locks during channel cleanup, which could lead to a race condition. This issue could potentially cause instability or...

8.8CVSS5.8AI score0.00196EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/06/30 5:33 p.m.18 views

CVE-2026-49432

A flaw was found in Apache ActiveMQ. A remote, unauthenticated attacker can exploit an improper input validation vulnerability by sending a specially crafted message with a negative content-length to an exposed STOMP connector. This can lead to a denial of service DoS condition, either by consumi...

7.5CVSS5.6AI score0.00577EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2026/06/25 9:16 a.m.8 views

CVE-2026-53193

In the Linux kernel, the following vulnerability has been resolved: ALSA: timer: Forcibly close timer instances at closing When sndtimer object is freed via sndtimerfree and still pending sndtimerinstance objects are assigned to the timer object, it tries to unlink all instances and just set NULL...

7.8CVSS6AI score0.00141EPSS
SaveExploits0References6
OSV
OSV
added 2026/06/12 8:9 p.m.9 views

GHSA-CHGR-C6PX-7XPP PyO3 has a missing `Sync` bound on `PyCFunction::new_closure` closures

PyCFunction::newclosure and the temporary newclosurebound complement in the 0.21–0.22 series required the supplied closure to be Send + 'static but not Sync. The resulting PyCFunction is a Python callable that can be invoked from any Python thread, which means the closure may be called concurrent...

6.3CVSS5.7AI score
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/06/12 8:9 p.m.32 views

PyO3 has a missing `Sync` bound on `PyCFunction::new_closure` closures

PyCFunction::newclosure and the temporary newclosurebound complement in the 0.21–0.22 series required the supplied closure to be Send + 'static but not Sync. The resulting PyCFunction is a Python callable that can be invoked from any Python thread, which means the closure may be called concurrent...

5.6AI score
SaveExploits0References4Affected Software1
Veracode
Veracode
added 2026/06/12 2:58 p.m.16 views

Direct-Memory Resource Leak

RedisArrayAggregator is vulnerable to a direct-memory resource leak. The vulnerability is due to unreleased pooled direct-memory buffers when a Redis pipeline connection closes before a RESP array aggregation completes, which allows an attacker to repeatedly trigger connection churn and exhaust t...

8.7CVSS5.2AI score0.00512EPSS
SaveExploits0References10Affected Software1
OSV
OSV
added 2026/06/11 12:0 p.m.33 views

RUSTSEC-2026-0177 Missing `Sync` bound on `PyCFunction::new_closure` closures

PyCFunction::newclosure and the temporary newclosurebound complement in the 0.21–0.22 series required the supplied closure to be Send + 'static but not Sync. The resulting PyCFunction is a Python callable that can be invoked from any Python thread, which means the closure may be called concurrent...

5.5AI score
SaveExploits0References3
RustSec
RustSec
added 2026/06/11 12:0 p.m.21 views

Missing `Sync` bound on `PyCFunction::new_closure` closures

PyCFunction::newclosure and the temporary newclosurebound complement in the 0.21–0.22 series required the supplied closure to be Send + 'static but not Sync. The resulting PyCFunction is a Python callable that can be invoked from any Python thread, which means the closure may be called concurrent...

5.5AI score
SaveExploits0Affected Software1
CNNVD
CNNVD
added 2026/06/11 12:0 a.m.20 views

Quest Bot 信息泄露漏洞

Quest Bot is a multi-functional Discord community management robot developed by Duck Organization. Versions of Quest Bot prior to 1.0.4 contained an information leakage vulnerability. This vulnerability stemmed from improper settings in the ticket recording channel, which could expose private...

5.7CVSS5.3AI score0.00251EPSS
SaveExploits0References1
OSV
OSV
added 2026/06/05 8:41 p.m.8 views

GHSA-2Q52-X2FF-QGFR Twig: Possible sandbox bypass when using a source policy

Description When using the sandbox with a SourcePolicyInterface, Twig does not always apply the sandbox restriction that forbids non-Closure callbacks for callback-accepting filters. The issue affects the sort, filter, map, and reduce filters. In the affected versions, the runtime check that...

8.8CVSS5.8AI score0.00758EPSS
SaveExploits0References7
RedhatCVE
RedhatCVE
added 2026/06/05 7:15 p.m.20 views

CVE-2026-37552

Unsafe deserialization vulnerability in MixPHP Framework 2.x thru 2.2.17. The sync-invoke TCP server Server.php:87 receives data from a TCP socket, passes it directly to Opis\Closure\unserialize, then executes the result via calluserfunc. No authentication or signature verification exists on the...

8.4CVSS5.9AI score0.00253EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2026/06/05 7:13 p.m.10 views

CVE-2026-40943

Oxia is a metadata store and coordination system. Prior to 0.16.2, a race condition between session heartbeat processing and session closure can cause the server to panic with send on closed channel. The heartbeat method uses a blocking channel send while holding a mutex, and under specific timin...

8.7CVSS5.7AI score0.00202EPSS
SaveExploits0References1
Rows per page
Query Builder