Lucene search
K

28 matches found

CVE
CVE
added 1 hour ago6 views

CVE-2026-46297

CVE-2026-46297 involves a Linux kernel issue in net: libwx where using request_threaded_irq() with a primary handler and a NULL threaded handler together with IRQF_ONESHOT could trigger a warning in __setup_irq due to the commit aef30c8d569c. The vulnerability is resolved by switching to request_...

5.4AI score
Exploits0References3
NVD
NVD
added 1 hour ago3 views

CVE-2026-46297

In the Linux kernel, the following vulnerability has been resolved: net: libwx: use requestirq for VF misc interrupt Currently, requestthreadedirq is used with a primary handler but a NULL threaded handler, while also setting the IRQFONESHOT flag. This specific combination triggers a WARNING sinc...

Exploits0References3
EUVD
EUVD
added 3 hours ago1 views

EUVD-2026-35163

In the Linux kernel, the following vulnerability has been resolved: net: libwx: use requestirq for VF misc interrupt Currently, requestthreadedirq is used with a primary handler but a NULL threaded handler, while also setting the IRQFONESHOT flag. This specific combination triggers a WARNING sinc...

Exploits0References3
ATTACKERKB
ATTACKERKB
added 3 hours ago1 views

CVE-2026-46297

In the Linux kernel, the following vulnerability has been resolved: net: libwx: use requestirq for VF misc interrupt Currently, requestthreadedirq is used with a primary handler but a NULL threaded handler, while also setting the IRQFONESHOT flag. This specific combination triggers a WARNING sinc...

Exploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/01/27 12:59 a.m.4 views

oneshot has potential Use After Free when used asynchronously

There is a race condition that can lead to a use-after-free if a oneshot::Receiver is polled but then dropped instead of polled to completion. This could happen if the receiver future was cancelled while receiving, for example by being wrapped in a timeout future or similar. When the Receiver is...

5.9AI score
Exploits0References5Affected Software1
OSV
OSV
added 2026/01/27 12:59 a.m.4 views

GHSA-RVR2-R3PV-5M4P oneshot has potential Use After Free when used asynchronously

There is a race condition that can lead to a use-after-free if a oneshot::Receiver is polled but then dropped instead of polled to completion. This could happen if the receiver future was cancelled while receiving, for example by being wrapped in a timeout future or similar. When the Receiver is...

8.2CVSS5.9AI score
Exploits0References5
OSV
OSV
added 2026/01/25 12:0 p.m.3 views

RUSTSEC-2026-0005 Potential use-after-free in `oneshot` when used asynchronously

There is a race condition that can lead to a use-after-free if a oneshot::Receiver is polled but then dropped instead of polled to completion. This could happen if the receiver future was cancelled while receiving, for example by being wrapped in a timeout future or similar. When the Receiver is...

5.6AI score
Exploits0References3
RustSec
RustSec
added 2026/01/25 12:0 p.m.5 views

Potential use-after-free in `oneshot` when used asynchronously

There is a race condition that can lead to a use-after-free if a oneshot::Receiver is polled but then dropped instead of polled to completion. This could happen if the receiver future was cancelled while receiving, for example by being wrapped in a timeout future or similar. When the Receiver is...

5.5AI score
Exploits0Affected Software1
EUVD
EUVD
added 2025/10/03 8:7 p.m.3 views

EUVD-2022-0582

Malicious code in bioql PyPI...

8.1CVSS8AI score0.0018EPSS
Exploits0References6
OSSF Malicious Packages
OSSF Malicious Packages
added 2025/08/14 6:52 p.m.3 views

Malicious code in oneshot-application-api (npm)

The package oneshot-application-api was found to contain malicious code...

7AI score
Exploits0
OSV
OSV
added 2025/08/14 6:52 p.m.1 views

MAL-2025-28241 Malicious code in oneshot-application-api (npm)

The package oneshot-application-api was found to contain malicious code...

7.2AI score
Exploits0
OSV
OSV
added 2025/02/12 2:15 p.m.5 views

AZL-56803 CVE-2024-57951 affecting package kernel for versions less than 5.15.180.1-1

In the Linux kernel, the following vulnerability has been resolved: hrtimers: Handle CPU state correctly on hotplug Consider a scenario where a CPU transitions from CPUHPONLINE to halfway through a CPU hotunplug down to CPUHPHRTIMERSPREPARE, and then back to CPUHPONLINE: Since hrtimerspreparecpu...

7.8CVSS6.7AI score0.00012EPSS
Exploits0References1
SUSE CVE
SUSE CVE
added 2023/02/15 3:36 a.m.1 views

SUSE CVE-2021-45710

An issue was discovered in the tokio crate before 1.8.4, and 1.9.x through 1.13.x before 1.13.1, for Rust. In certain circumstances involving a closed oneshot channel, there is a data race and memory corruption...

3.3CVSS8.8AI score0.0018EPSS
Exploits0References10
ATTACKERKB
ATTACKERKB
added 2022/07/19 8:15 p.m.2 views

CVE-2022-34537

Digital Watchdog DW MEGApix IP cameras A7.2.220211029 was discovered to contain a cross-site scripting XSS vulnerability via the component biaoneshot.cgi...

5.4CVSS5.5AI score0.00224EPSS
Exploits0References2
OSV
OSV
added 2022/07/19 8:15 p.m.1 views

CVE-2022-34537

Digital Watchdog DW MEGApix IP cameras A7.2.220211029 was discovered to contain a cross-site scripting XSS vulnerability via the component biaoneshot.cgi...

5.4CVSS5.7AI score
Exploits0References1
CNNVD
CNNVD
added 2022/07/19 12:0 a.m.1 views

Digital Watchdog DW MEGApix IP 跨站脚本漏洞

Digital Watchdog DW MEGApix IP is a camera from Digital Watchdog. A security vulnerability exists in Digital Watchdog DW MEGApix IP cameras version A7.2.220211029, which stems from a security issue in the component biaoneshot.cgi...

5.4CVSS5.6AI score0.00224EPSS
Exploits0References2
Github Security Blog
Github Security Blog
added 2022/01/06 10:4 p.m.21 views

Race Condition in tokio

If a tokio::sync::oneshot channel is closed via the oneshot::Receiver::close method, a data race may occur if the oneshot::Sender::send method is called while the corresponding oneshot::Receiver is awaited or calling tryrecv. When these methods are called concurrently on a closed channel, the two...

8.1CVSS7.7AI score0.0018EPSS
Exploits0References5Affected Software1
OSV
OSV
added 2022/01/06 10:4 p.m.56 views

GHSA-FG7R-2G4J-5CGR Race Condition in tokio

If a tokio::sync::oneshot channel is closed via the oneshot::Receiver::close method, a data race may occur if the oneshot::Sender::send method is called while the corresponding oneshot::Receiver is awaited or calling tryrecv. When these methods are called concurrently on a closed channel, the two...

8.1CVSS7.9AI score0.0018EPSS
Exploits0References5
OSV
OSV
added 2021/12/27 12:15 a.m.1 views

DEBIAN-CVE-2021-45710

An issue was discovered in the tokio crate before 1.8.4, and 1.9.x through 1.13.x before 1.13.1, for Rust. In certain circumstances involving a closed oneshot channel, there is a data race and memory corruption...

8.1CVSS7.8AI score0.0018EPSS
Exploits0References1
UbuntuCve
UbuntuCve
added 2021/12/27 12:15 a.m.29 views

CVE-2021-45710

An issue was discovered in the tokio crate before 1.8.4, and 1.9.x through 1.13.x before 1.13.1, for Rust. In certain circumstances involving a closed oneshot channel, there is a data race and memory corruption...

8.1CVSS7.1AI score0.0018EPSS
Exploits0References3
Rows per page
Query Builder