Lucene search
+L

393 matches found

CVE
CVE
added 2025/12/09 12:00 a.m.40 views

CVE-2022-50650

The CVE-2022-50650 entry concerns the Linux kernel BPF verifier and synchronous callbacks. The issue arises because the verifier treats callbacks as if they execute only once, which mismanages reference state for for_each style helpers that invoke callbacks multiple times. This can lead to refere...

7.8CVSS6.1AI score0.00161EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2025/12/09 12:00 a.m.44 views

CVE-2022-50650 bpf: Fix reference state management for synchronous callbacks

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix reference state management for synchronous callbacks Currently, verifier verifies callback functions sync and async as if they will be executed once, i.e. it explores execution state as if the function was being called...

7.8CVSS0.00161EPSS
SaveExploits0References4
OSV
OSV
added 2025/12/09 12:00 a.m.14 views

CVE-2022-50650 bpf: Fix reference state management for synchronous callbacks

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix reference state management for synchronous callbacks Currently, verifier verifies callback functions sync and async as if they will be executed once, i.e. it explores execution state as if the function was being called...

7.8CVSS6.4AI score
SaveExploits0References7
Debian CVE
Debian CVE
added 2025/12/09 12:00 a.m.20 views

CVE-2022-50650

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix reference state management for synchronous callbacks Currently, verifier verifies callback functions sync and async as if they will be executed once, i.e. it explores execution state as if the function was being called...

7.8CVSS5.6AI score0.00161EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/12/08 12:46 a.m.20 views

CVE-2025-40309

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: SCO: Fix UAF on scoconnfree BUG: KASAN: slab-use-after-free in scoconnfree net/bluetooth/sco.c:87 inline BUG: KASAN: slab-use-after-free in krefput include/linux/kref.h:65 inline BUG: KASAN: slab-use-after-free in...

8CVSS5.4AI score0.00245EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2025/12/05 5:25 p.m.12 views

CVE-2025-40220

No description is available for this CVE...

7CVSS6.5AI score0.00193EPSS
SaveExploits0References4
Microsoft CVE
Microsoft CVE
added 2025/12/05 9:03 a.m.17 views

fuse: fix livelock in synchronous file put from fuseblk workers

...

5.5CVSS7AI score0.00193EPSS
SaveExploits0
OSV
OSV
added 2025/12/04 3:15 p.m.6 views

DEBIAN-CVE-2025-40220

In the Linux kernel, the following vulnerability has been resolved: fuse: fix livelock in synchronous file put from fuseblk workers I observed a hang when running generic/323 against a fuseblk server. This test opens a file, initiates a lot of AIO writes to that file descriptor, and closes the fi...

5.3AI score0.00193EPSS
SaveExploits0References1
NVD
NVD
added 2025/12/04 3:15 p.m.9 views

CVE-2025-40220

In the Linux kernel, the following vulnerability has been resolved: fuse: fix livelock in synchronous file put from fuseblk workers I observed a hang when running generic/323 against a fuseblk server. This test opens a file, initiates a lot of AIO writes to that file descriptor, and closes the fi...

0.00193EPSS
SaveExploits0References7
OSV
OSV
added 2025/12/04 3:15 p.m.23 views

AZL-71290 CVE-2025-40220 affecting package kernel for versions less than 6.6.117.1-1

In the Linux kernel, the following vulnerability has been resolved: fuse: fix livelock in synchronous file put from fuseblk workers I observed a hang when running generic/323 against a fuseblk server. This test opens a file, initiates a lot of AIO writes to that file descriptor, and closes the fi...

5.6AI score0.00193EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/04 3:15 p.m.17 views

UBUNTU-CVE-2025-40220

In the Linux kernel, the following vulnerability has been resolved: fuse: fix livelock in synchronous file put from fuseblk workers I observed a hang when running generic/323 against a fuseblk server. This test opens a file, initiates a lot of AIO writes to that file descriptor, and closes the fi...

5.7AI score0.00193EPSS
SaveExploits0References39
CVE
CVE
added 2025/12/04 2:50 p.m.46 views

CVE-2025-40220

CVE-2025-40220 (Linux kernel) fixes a livelock in synchronous file put paths on fuseblk workers. Analysis in the description shows AIO writers hang waiting for fuse responses and fuse server threads stall due to synchronous RELEASE/put behavior. The patch resolves the hang by ensuring asynchronou...

6.2AI score0.00193EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2025/12/04 2:50 p.m.7 views

CVE-2025-40220

In the Linux kernel, the following vulnerability has been resolved: fuse: fix livelock in synchronous file put from fuseblk workers I observed a hang when running generic/323 against a fuseblk server. This test opens a file, initiates a lot of AIO writes to that file descriptor, and closes the fi...

5.3AI score0.00193EPSS
SaveExploits0
OSV
OSV
added 2025/12/04 2:50 p.m.11 views

CVE-2025-40220 fuse: fix livelock in synchronous file put from fuseblk workers

In the Linux kernel, the following vulnerability has been resolved: fuse: fix livelock in synchronous file put from fuseblk workers I observed a hang when running generic/323 against a fuseblk server. This test opens a file, initiates a lot of AIO writes to that file descriptor, and closes the fi...

6.4AI score
SaveExploits0References10
Cvelist
Cvelist
added 2025/12/04 2:50 p.m.32 views

CVE-2025-40220 fuse: fix livelock in synchronous file put from fuseblk workers

In the Linux kernel, the following vulnerability has been resolved: fuse: fix livelock in synchronous file put from fuseblk workers I observed a hang when running generic/323 against a fuseblk server. This test opens a file, initiates a lot of AIO writes to that file descriptor, and closes the fi...

0.00193EPSS
SaveExploits0References7
EUVD
EUVD
added 2025/12/04 2:50 p.m.26 views

EUVD-2025-201183

In the Linux kernel, the following vulnerability has been resolved: fuse: fix livelock in synchronous file put from fuseblk workers I observed a hang when running generic/323 against a fuseblk server. This test opens a file, initiates a lot of AIO writes to that file descriptor, and closes the fi...

6AI score0.00193EPSS
SaveExploits0References8
RedHat Linux
RedHat Linux
added 2025/11/18 9:02 a.m.15 views

kernel: tls: separate no-async decryption request handling from async

In the Linux kernel, the following vulnerability has been resolved: tls: separate no-async decryption request handling from async If we're not doing async, the handling is much simpler. There's no reference counting, we just need to wait for the completion to wake us up and return its result. We...

9.8CVSS5.7AI score0.00328EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2025/11/12 12:00 a.m.7 views

Unity Linux 20.1070e Security Update: kernel (UTSA-2025-990845)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-990845 advisory. In the Linux kernel, the following vulnerability has been resolved: ext4: fix idatasem unlock order in ext4indmigrate Fuzzing reports a possible deadlock in...

4.7CVSS6.2AI score0.0019EPSS
SaveExploits0References3
Fedora
Fedora
added 2025/11/08 2:57 a.m.16 views

[SECURITY] Fedora 41 Update: libnbd-1.22.5-1.fc41

NBD =E2=80=94 Network Block Device =E2=80=94 is a protocol for accessing Bloc k Devices hard disks and disk-like things over a Network. This is the NBD client library in userspace, a simple library for writing NBD clients. The key features are: Synchronous and asynchronous APIs, both for ease of...

7AI score
SaveExploits0
Fedora
Fedora
added 2025/11/08 1:32 a.m.12 views

[SECURITY] Fedora 42 Update: libnbd-1.22.5-1.fc42

NBD =E2=80=94 Network Block Device =E2=80=94 is a protocol for accessing Bloc k Devices hard disks and disk-like things over a Network. This is the NBD client library in userspace, a simple library for writing NBD clients. The key features are: Synchronous and asynchronous APIs, both for ease of...

7AI score
SaveExploits0
Rows per page
Query Builder