Lucene search
+L

61 matches found

Cvelist
Cvelist
added 2025/10/04 3:43 p.m.10 views

CVE-2022-50490 bpf: Propagate error from htab_lock_bucket() to userspace

In the Linux kernel, the following vulnerability has been resolved: bpf: Propagate error from htablockbucket to userspace In htabmaplookupanddeletebatch if htablockbucket returns -EBUSY, it will go to next bucket. Going to next bucket may not only skip the elements in current bucket silently, but...

0.00149EPSS
SaveExploits0References4
CVE
CVE
added 2025/10/04 3:43 p.m.30 views

CVE-2022-50490

Summary: CVE-2022-50490 affects the Linux kernel bpf path in __htab_map_lookup_and_delete_batch, where a failed htab_lock_bucket() returning -EBUSY could cause silent bucket-skips, out-of-bounds memory access, or kernel memory exposure to userspace. Root cause: error from htab_lock_bucket() not p...

7.1CVSS6.1AI score0.00149EPSS
SaveExploits0References4Affected Software1
EUVD
EUVD
added 2025/10/03 8:7 p.m.4 views

EUVD-2024-23889

Malicious code in bioql PyPI...

5.5CVSS6.8AI score0.00242EPSS
SaveExploits0References6
EUVD
EUVD
added 2025/10/03 8:7 p.m.8 views

EUVD-2023-59866

Malicious code in bioql PyPI...

6.3AI score0.00151EPSS
SaveExploits0References4
EUVD
EUVD
added 2025/10/03 8:7 p.m.3 views

EUVD-2025-31926

Malicious code in bioql PyPI...

6.4AI score0.0015EPSS
SaveExploits0References6
SUSE CVE
SUSE CVE
added 2025/10/01 11:30 p.m.4 views

SUSE CVE-2023-53494

In the Linux kernel, the following vulnerability has been resolved: crypto: xts - Handle EBUSY correctly As it is xts only handles the special return value of EINPROGRESS, which means that in all other cases it will free data related to the request. However, as the caller of xts may specify...

5.5CVSS6.5AI score0.0015EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2025/10/01 11:45 a.m.8 views

CVE-2023-53494 crypto: xts - Handle EBUSY correctly

In the Linux kernel, the following vulnerability has been resolved: crypto: xts - Handle EBUSY correctly As it is xts only handles the special return value of EINPROGRESS, which means that in all other cases it will free data related to the request. However, as the caller of xts may specify...

0.0015EPSS
SaveExploits0References5
CVE
CVE
added 2025/10/01 11:45 a.m.26 views

CVE-2023-53494

CVE-2023-53494 affects the Linux kernel xts code. Root cause: EBUSY is not consistently treated like EINPROGRESS for MAY_BACKLOG callers, risking use-after-free on backlogged requests. Public advisories (EulerOS/MiracleLinux/OpenVAS/Nessus) reference this CVE; no patched version or remediation de...

7.8CVSS6.1AI score0.0015EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2025/10/01 11:45 a.m.11 views

CVE-2023-53494 crypto: xts - Handle EBUSY correctly

In the Linux kernel, the following vulnerability has been resolved: crypto: xts - Handle EBUSY correctly As it is xts only handles the special return value of EINPROGRESS, which means that in all other cases it will free data related to the request. However, as the caller of xts may specify...

7.8CVSS6.5AI score0.0015EPSS
SaveExploits0References8
CNNVD
CNNVD
added 2025/10/01 12:0 a.m.3 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in Linux kernel that stems from not properly handling the EBUSY return value, which could lead to reuse after release...

5.8AI score0.0015EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2025/09/18 1:33 p.m.2 views

CVE-2023-53373

In the Linux kernel, the following vulnerability has been resolved: crypto: seqiv - Handle EBUSY correctly As it is seqiv only handles the special return value of EINPROGERSS, which means that in all other cases it will free data related to the request. However, as the caller of seqiv may specify...

7.8CVSS5.6AI score0.0015EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2025/09/17 11:29 p.m.3 views

SUSE CVE-2023-53218

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Make it so that a waiting process can be aborted When sendmsg creates an rxrpc call, it queues it to wait for a connection and channel to be assigned and then waits before it can start shovelling data as the encrypted DATA...

5.5CVSS6.4AI score0.00151EPSS
SaveExploits0References3
OSV
OSV
added 2025/09/15 3:15 p.m.6 views

AZL-71227 CVE-2023-53218 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Make it so that a waiting process can be aborted When sendmsg creates an rxrpc call, it queues it to wait for a connection and channel to be assigned and then waits before it can start shovelling data as the encrypted DATA...

7.8CVSS5.6AI score0.00151EPSS
SaveExploits0References1
OSV
OSV
added 2025/09/15 3:15 p.m.3 views

DEBIAN-CVE-2023-53218

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Make it so that a waiting process can be aborted When sendmsg creates an rxrpc call, it queues it to wait for a connection and channel to be assigned and then waits before it can start shovelling data as the encrypted DATA...

7.8CVSS5.3AI score0.00151EPSS
SaveExploits0References1
OSV
OSV
added 2025/09/15 3:15 p.m.5 views

UBUNTU-CVE-2023-53218

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Make it so that a waiting process can be aborted When sendmsg creates an rxrpc call, it queues it to wait for a connection and channel to be assigned and then waits before it can start shovelling data as the encrypted DATA...

7.8CVSS5.7AI score0.00151EPSS
SaveExploits0References6
OSV
OSV
added 2025/05/01 1:15 p.m.5 views

DEBIAN-CVE-2025-37745

In the Linux kernel, the following vulnerability has been resolved: PM: hibernate: Avoid deadlock in hibernatecompressorparamset syzbot reported a deadlock in locksystemsleep see below. The write operation to "/sys/module/hibernate/parameters/compressor" conflicts with the registration of ieee802...

5.5CVSS5.6AI score0.00128EPSS
SaveExploits0References1
OSV
OSV
added 2024/12/27 3:15 p.m.0 views

DEBIAN-CVE-2024-56660

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: DR, prevent potential error pointer dereference The drdomainaddvportcap function generally returns NULL on error but sometimes we want it to return ERRPTR-EBUSY so the caller can retry. The problem here is that "ret" ca...

5.5CVSS5.6AI score0.00218EPSS
SaveExploits0References1
OSV
OSV
added 2024/12/27 3:15 p.m.6 views

UBUNTU-CVE-2024-56660

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: DR, prevent potential error pointer dereference The drdomainaddvportcap function generally returns NULL on error but sometimes we want it to return ERRPTR-EBUSY so the caller can retry. The problem here is that "ret" ca...

5.5CVSS6.2AI score0.00218EPSS
SaveExploits0References23
OSV
OSV
added 2024/07/29 4:15 p.m.5 views

DEBIAN-CVE-2024-41088

In the Linux kernel, the following vulnerability has been resolved: can: mcp251xfd: fix infinite loop when xmit fails When the mcp251xfdstartxmit function fails, the driver stops processing messages, and the interrupt routine does not return, running indefinitely even after killing the running...

5.5CVSS5.6AI score0.00227EPSS
SaveExploits0References1
OSV
OSV
added 2024/07/29 4:15 p.m.15 views

AZL-47983 CVE-2024-41088 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: can: mcp251xfd: fix infinite loop when xmit fails When the mcp251xfdstartxmit function fails, the driver stops processing messages, and the interrupt routine does not return, running indefinitely even after killing the running...

5.5CVSS6.4AI score0.00227EPSS
SaveExploits0References1
Rows per page
Query Builder