Lucene search
+L

824 matches found

OSV
OSV
added 2024/12/27 3:15 p.m.3 views

DEBIAN-CVE-2024-56553

In the Linux kernel, the following vulnerability has been resolved: binder: fix memleak of proc-deliveredfreeze If a freeze notification is cleared with BCCLEARFREEZENOTIFICATION before calling binderfreezenotificationdone, then it is detached from its reference e.g. ref-freeze but the work remai...

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

DEBIAN-CVE-2024-56555

In the Linux kernel, the following vulnerability has been resolved: binder: fix OOB in binderaddfreezework In binderaddfreezework we iterate over the proc-nodes with the proc-innerlock held. However, this lock is temporarily dropped to acquire the node-lock first lock nesting order. This can race...

7.1CVSS5.8AI score0.00211EPSS
SaveExploits0References1
OSV
OSV
added 2024/12/27 3:15 p.m.4 views

DEBIAN-CVE-2024-56554

In the Linux kernel, the following vulnerability has been resolved: binder: fix freeze UAF in binderreleasework When a binder reference is cleaned up, any freeze work queued in the associated process should also be removed. Otherwise, the reference is freed while its ref-freeze.work is still queu...

7.8CVSS6.3AI score0.00213EPSS
SaveExploits0References1
NVD
NVD
added 2024/12/27 3:15 p.m.21 views

CVE-2024-56554

In the Linux kernel, the following vulnerability has been resolved: binder: fix freeze UAF in binderreleasework When a binder reference is cleaned up, any freeze work queued in the associated process should also be removed. Otherwise, the reference is freed while its ref-freeze.work is still queu...

7.8CVSS0.00213EPSS
SaveExploits0References2
OSV
OSV
added 2024/12/27 3:15 p.m.9 views

UBUNTU-CVE-2024-56553

In the Linux kernel, the following vulnerability has been resolved: binder: fix memleak of proc-deliveredfreeze If a freeze notification is cleared with BCCLEARFREEZENOTIFICATION before calling binderfreezenotificationdone, then it is detached from its reference e.g. ref-freeze but the work remai...

5.5CVSS6.5AI score0.00186EPSS
SaveExploits0References5
OSV
OSV
added 2024/12/27 3:15 p.m.6 views

UBUNTU-CVE-2024-56554

In the Linux kernel, the following vulnerability has been resolved: binder: fix freeze UAF in binderreleasework When a binder reference is cleaned up, any freeze work queued in the associated process should also be removed. Otherwise, the reference is freed while its ref-freeze.work is still queu...

7.8CVSS6.5AI score0.00213EPSS
SaveExploits0References5
OSV
OSV
added 2024/12/27 3:15 p.m.11 views

UBUNTU-CVE-2024-56555

In the Linux kernel, the following vulnerability has been resolved: binder: fix OOB in binderaddfreezework In binderaddfreezework we iterate over the proc-nodes with the proc-innerlock held. However, this lock is temporarily dropped to acquire the node-lock first lock nesting order. This can race...

7.8CVSS6.5AI score0.00211EPSS
SaveExploits0References5
OSV
OSV
added 2024/12/27 3:15 p.m.9 views

UBUNTU-CVE-2024-56556

In the Linux kernel, the following vulnerability has been resolved: binder: fix node UAF in binderaddfreezework In binderaddfreezework we iterate over the proc-nodes with the proc-innerlock held. However, this lock is temporarily dropped in order to acquire the node-lock first lock nesting order...

7.8CVSS6.5AI score0.00152EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2024/12/27 3:06 p.m.3 views

CVE-2024-56674 virtio_net: correct netdev_tx_reset_queue() invocation point

In the Linux kernel, the following vulnerability has been resolved: virtionet: correct netdevtxresetqueue invocation point When virtnetclose is followed by virtnetopen, some TX completions can possibly remain unconsumed, until they are finally processed during the first NAPI poll after the...

7.4AI score0.00199EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2024/12/27 2:23 p.m.57 views

CVE-2024-56556 binder: fix node UAF in binder_add_freeze_work()

In the Linux kernel, the following vulnerability has been resolved: binder: fix node UAF in binderaddfreezework In binderaddfreezework we iterate over the proc-nodes with the proc-innerlock held. However, this lock is temporarily dropped in order to acquire the node-lock first lock nesting order...

7.8CVSS0.00152EPSS
SaveExploits0References2
OSV
OSV
added 2024/12/27 2:22 p.m.8 views

CVE-2024-56554 binder: fix freeze UAF in binder_release_work()

In the Linux kernel, the following vulnerability has been resolved: binder: fix freeze UAF in binderreleasework When a binder reference is cleaned up, any freeze work queued in the associated process should also be removed. Otherwise, the reference is freed while its ref-freeze.work is still queu...

7.8CVSS6.7AI score
SaveExploits0References5
CVE
CVE
added 2024/12/27 2:22 p.m.90 views

CVE-2024-56554

CVE-2024-56554: Linux kernel binder use-after-free due to freeze work left queued when cleaning up a binder reference. The issue occurs when a reference is freed while ref->freeze.work remains queued in the process workqueue, triggering KASAN slab-use-after-free in binder_release_work. A patch...

7.8CVSS6.6AI score0.00213EPSS
SaveExploits0References2Affected Software1
Vulnrichment
Vulnrichment
added 2024/12/27 2:22 p.m.6 views

CVE-2024-56554 binder: fix freeze UAF in binder_release_work()

In the Linux kernel, the following vulnerability has been resolved: binder: fix freeze UAF in binderreleasework When a binder reference is cleaned up, any freeze work queued in the associated process should also be removed. Otherwise, the reference is freed while its ref-freeze.work is still queu...

7.5AI score0.00213EPSS
SaveExploits0References2
OSV
OSV
added 2024/12/27 2:22 p.m.7 views

CVE-2024-56553 binder: fix memleak of proc->delivered_freeze

In the Linux kernel, the following vulnerability has been resolved: binder: fix memleak of proc-deliveredfreeze If a freeze notification is cleared with BCCLEARFREEZENOTIFICATION before calling binderfreezenotificationdone, then it is detached from its reference e.g. ref-freeze but the work remai...

3.3CVSS5.6AI score
SaveExploits0References5
Cvelist
Cvelist
added 2024/12/27 2:22 p.m.27 views

CVE-2024-56553 binder: fix memleak of proc->delivered_freeze

In the Linux kernel, the following vulnerability has been resolved: binder: fix memleak of proc-deliveredfreeze If a freeze notification is cleared with BCCLEARFREEZENOTIFICATION before calling binderfreezenotificationdone, then it is detached from its reference e.g. ref-freeze but the work remai...

0.00186EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2024/12/27 12:00 a.m.10 views

PT-2024-36859 · Linux · Linux Kernel

Name of the Vulnerable Software and Affected Versions: Linux kernel versions prior to 6.11.0-07343-ga727812a8d45 Description: The issue arises from a race condition in the binder add freeze work function, where the iteration over proc-nodes can be disrupted by binder deferred release, leading to ...

7.1CVSS7.4AI score0.00211EPSS
SaveExploits0References10
Positive Technologies
Positive Technologies
added 2024/12/27 12:00 a.m.5 views

PT-2024-36857 · Linux · Linux Kernel

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A memory leak issue has been resolved in the Linux kernel. The issue occurs when a freeze notification is cleared with BC CLEAR FREEZE NOTIFICATION before calling binder freeze...

5.5CVSS7.4AI score0.00186EPSS
SaveExploits0References10
CNNVD
CNNVD
added 2024/12/27 12:00 a.m.8 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 the Linux kernel that stems from a contention condition in the binder:binderaddfreezework function due to a lock ordering issue, which could...

7.1CVSS5.8AI score0.00211EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2024/12/10 12:00 a.m.16 views

PT-2024-36983

Name of the Vulnerable Software and Affected Versions Linux kernel versions prior to 6.12.0 Description A vulnerability in the Linux kernel has been resolved, related to the virtio net module. When virtnet close is followed by virtnet open, some TX completions can remain unconsumed, leading to a...

5.6CVSS5.4AI score0.00199EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2024/12/04 3:58 a.m.6 views

SUSE CVE-2024-37303

Synapse is an open-source Matrix homeserver. Synapse before version 1.106 allows, by design, unauthenticated remote participants to trigger a download and caching of remote media from a remote homeserver to the local media repository. Such content then also becomes available for download from the...

5.3CVSS6.5AI score0.00419EPSS
SaveExploits0References3
Rows per page
Query Builder