Lucene search
+L

39 matches found

RedHat Linux
RedHat Linux
added 2025/05/14 12:44 a.m.12 views

kernel: lib/generic-radix-tree.c: Fix rare race in __genradix_ptr_alloc()

In the Linux kernel, the following vulnerability has been resolved: lib/generic-radix-tree.c: Fix rare race in genradixptralloc If we need to increase the tree depth, allocate a new node, and then race with another thread that increased the tree depth before us, we'll still have a preallocated no...

7.8CVSS6.5AI score0.00169EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2025/03/05 12:00 a.m.5 views

Linux Distros Unpatched Vulnerability : CVE-2021-47607

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: bpf: Fix kernel address leakage in atomic cmpxchg's r0 aux reg The implementation of...

5.5CVSS5.3AI score0.00246EPSS
SaveExploits0References3
RedHat Linux
RedHat Linux
added 2024/11/05 12:54 a.m.8 views

kernel: lib/generic-radix-tree.c: Fix rare race in __genradix_ptr_alloc()

In the Linux kernel, the following vulnerability has been resolved: lib/generic-radix-tree.c: Fix rare race in genradixptralloc If we need to increase the tree depth, allocate a new node, and then race with another thread that increased the tree depth before us, we'll still have a preallocated no...

7.8CVSS6.5AI score0.00169EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2024/06/21 3:52 a.m.7 views

SUSE CVE-2021-47607

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix kernel address leakage in atomic cmpxchg's r0 aux reg The implementation of BPFCMPXCHG on a high level has the following parameters: .-old-val .-new-val BPFR0 = cmpxchg32,64DSTREG + insn-off, BPFR0, SRCREG -mem-loc...

5.5CVSS6.4AI score0.00246EPSS
SaveExploits0References8
RedhatCVE
RedhatCVE
added 2024/06/20 10:55 a.m.21 views

CVE-2021-47607

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix kernel address leakage in atomic cmpxchg's r0 aux reg The implementation of BPFCMPXCHG on a high level has the following parameters: .-old-val .-new-val BPFR0 = cmpxchg32,64DSTREG + insn-off, BPFR0, SRCREG -mem-loc...

5.1CVSS7.1AI score0.00246EPSS
SaveExploits0References4
OSV
OSV
added 2024/06/19 3:15 p.m.24 views

CVE-2021-47607

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix kernel address leakage in atomic cmpxchg's r0 aux reg The implementation of BPFCMPXCHG on a high level has the following parameters: .-old-val .-new-val BPFR0 = cmpxchg32,64DSTREG + insn-off, BPFR0, SRCREG -mem-loc...

5.5CVSS8.4AI score
SaveExploits0References2
OSV
OSV
added 2024/06/19 3:15 p.m.10 views

DEBIAN-CVE-2021-47607

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix kernel address leakage in atomic cmpxchg's r0 aux reg The implementation of BPFCMPXCHG on a high level has the following parameters: .-old-val .-new-val BPFR0 = cmpxchg32,64DSTREG + insn-off, BPFR0, SRCREG -mem-loc...

5.5CVSS5.4AI score0.00246EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2024/06/19 2:54 p.m.49 views

CVE-2021-47607 bpf: Fix kernel address leakage in atomic cmpxchg's r0 aux reg

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix kernel address leakage in atomic cmpxchg's r0 aux reg The implementation of BPFCMPXCHG on a high level has the following parameters: .-old-val .-new-val BPFR0 = cmpxchg32,64DSTREG + insn-off, BPFR0, SRCREG -mem-loc...

0.00246EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2024/05/18 12:09 a.m.30 views

CVE-2024-35804

In the Linux kernel, the following vulnerability has been resolved: KVM: x86: Mark target gfn of emulated atomic instruction as dirty When emulating an atomic access on behalf of the guest, mark the target gfn dirty if the CMPXCHG by KVM is attempted and doesn't fault. This fixes a bug where KVM...

5.5CVSS6.3AI score0.00234EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2024/05/17 1:23 p.m.25 views

CVE-2024-35804 KVM: x86: Mark target gfn of emulated atomic instruction as dirty

In the Linux kernel, the following vulnerability has been resolved: KVM: x86: Mark target gfn of emulated atomic instruction as dirty When emulating an atomic access on behalf of the guest, mark the target gfn dirty if the CMPXCHG by KVM is attempted and doesn't fault. This fixes a bug where KVM...

8.8CVSS7AI score0.00234EPSS
SaveExploits0References5
OSV
OSV
added 2024/05/17 1:23 p.m.21 views

CVE-2024-35804 KVM: x86: Mark target gfn of emulated atomic instruction as dirty

In the Linux kernel, the following vulnerability has been resolved: KVM: x86: Mark target gfn of emulated atomic instruction as dirty When emulating an atomic access on behalf of the guest, mark the target gfn dirty if the CMPXCHG by KVM is attempted and doesn't fault. This fixes a bug where KVM...

8.8CVSS5.9AI score
SaveExploits0References8
OSV
OSV
added 2024/02/27 10:15 a.m.10 views

CVE-2021-46921

In the Linux kernel, the following vulnerability has been resolved: locking/qrwlock: Fix ordering in queuedwritelockslowpath While this code is executed with the waitlock held, a reader can acquire the lock without holding waitlock. The writer side loops checking the value with the...

5.5CVSS7.3AI score0.00235EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2024/02/27 9:36 a.m.39 views

CVE-2021-46921

In the Linux kernel, the following vulnerability has been resolved: locking/qrwlock: Fix ordering in queuedwritelockslowpath While this code is executed with the waitlock held, a reader can acquire the lock without holding waitlock. The writer side loops checking the value with the...

7.8CVSS5.3AI score0.00235EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/02/27 9:36 a.m.17 views

CVE-2021-46921 locking/qrwlock: Fix ordering in queued_write_lock_slowpath()

In the Linux kernel, the following vulnerability has been resolved: locking/qrwlock: Fix ordering in queuedwritelockslowpath While this code is executed with the waitlock held, a reader can acquire the lock without holding waitlock. The writer side loops checking the value with the...

7.8CVSS6.8AI score0.00235EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2023/02/15 5:18 a.m.5 views

SUSE CVE-2015-4170

Race condition in the ldsemcmpxchg function in drivers/tty/ttyldsem.c in the Linux kernel before 3.13-rc4-next-20131218 allows local users to cause a denial of service ldsemdownread and ldsemdownwrite deadlock by establishing a new tty thread during shutdown of a previous tty thread...

4.7CVSS5.7AI score0.00326EPSS
SaveExploits0References3
OSV
OSV
added 2022/06/28 6:23 p.m.11 views

GSD-2022-1002852 x86/uaccess: Implement macros for CMPXCHG on user addresses

x86/uaccess: Implement macros for CMPXCHG on user addresses This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v5.18.2 by commit...

7.2AI score
SaveExploits0
OSV
OSV
added 2021/12/27 5:44 a.m.19 views

GSD-2021-1002730 bpf: Fix kernel address leakage in atomic cmpxchg's r0 aux reg

bpf: Fix kernel address leakage in atomic cmpxchg's r0 aux reg This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v5.15.11 by commit...

7.1AI score
SaveExploits0
Debian CVE
Debian CVE
added 2016/05/02 10:00 a.m.38 views

CVE-2015-4170

Race condition in the ldsemcmpxchg function in drivers/tty/ttyldsem.c in the Linux kernel before 3.13-rc4-next-20131218 allows local users to cause a denial of service ldsemdownread and ldsemdownwrite deadlock by establishing a new tty thread during shutdown of a previous tty thread...

4.7CVSS4.9AI score0.00326EPSS
SaveExploits0
Cvelist
Cvelist
added 2016/05/02 10:00 a.m.30 views

CVE-2015-4170

Race condition in the ldsemcmpxchg function in drivers/tty/ttyldsem.c in the Linux kernel before 3.13-rc4-next-20131218 allows local users to cause a denial of service ldsemdownread and ldsemdownwrite deadlock by establishing a new tty thread during shutdown of a previous tty thread...

4.7AI score0.00326EPSS
SaveExploits0References8
Rows per page
Query Builder