Lucene search
+L

309 matches found

Microsoft CVE
Microsoft CVE
added 2025/01/29 8:00 a.m.6 views

mptcp: init: protect sched with rcu_read_lock

...

5.5CVSS6.6AI score0.00176EPSS
SaveExploits0
OSV
OSV
added 2025/01/19 12:15 p.m.3 views

DEBIAN-CVE-2024-57929

In the Linux kernel, the following vulnerability has been resolved: dm array: fix releasing a faulty array block twice in dmarraycursorend When dmbmreadlock fails due to locking or checksum errors, it releases the faulty block implicitly while leaving an invalid output pointer behind. The caller ...

7.1CVSS5.7AI score0.00254EPSS
SaveExploits0References1
OSV
OSV
added 2025/01/19 12:15 p.m.14 views

UBUNTU-CVE-2024-57929

In the Linux kernel, the following vulnerability has been resolved: dm array: fix releasing a faulty array block twice in dmarraycursorend When dmbmreadlock fails due to locking or checksum errors, it releases the faulty block implicitly while leaving an invalid output pointer behind. The caller ...

7.8CVSS6.2AI score0.00254EPSS
SaveExploits0References45
Positive Technologies
Positive Technologies
added 2025/01/01 12:00 a.m.8 views

PT-2025-49794

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains a flaw related to the handling of robust list pointers during an exec operation. Specifically, the sys get robust list and compat get robust list functions may...

5.3AI score0.00224EPSS
SaveExploits0
NVD
NVD
added 2024/12/27 3:15 p.m.13 views

CVE-2024-56654

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcievent: Fix using rcureadunlock while iterating The usage of rcureadunlock while inside listforeachentryrcu is not safe since for the most part entries fetched this way shall be treated as rcudereference: Note that t...

7.8CVSS0.00227EPSS
SaveExploits0References3
OSV
OSV
added 2024/12/27 3:15 p.m.10 views

AZL-54910 CVE-2024-56654 affecting package kernel for versions less than 6.6.76.1-1

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcievent: Fix using rcureadunlock while iterating The usage of rcureadunlock while inside listforeachentryrcu is not safe since for the most part entries fetched this way shall be treated as rcudereference: Note that t...

5.5CVSS6.7AI score0.00227EPSS
SaveExploits0References1
CVE
CVE
added 2024/12/27 3:06 p.m.178 views

CVE-2024-56654

CVE-2024-56654 affects the Linux kernel Bluetooth stack. The flaw arises from using rcu_read_(un)lock inside list_for_each_entry_rcu, which is unsafe because entries dereferenced under RCU must be obtained via rcu_dereference(). The advisory states this is not legal and describes a patch that fix...

7.8CVSS6.7AI score0.00227EPSS
SaveExploits0References3Affected Software1
CNNVD
CNNVD
added 2024/12/27 12:00 a.m.4 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 improper use of rcureadunlock in the Bluetooth:hcievent module, which results in illegal access within the R...

5.5CVSS6.6AI score0.00227EPSS
SaveExploits0References3
OSV
OSV
added 2024/11/19 6:15 p.m.7 views

AZL-53894 CVE-2024-53047 affecting package kernel for versions less than 6.6.64.2-1

In the Linux kernel, the following vulnerability has been resolved: mptcp: init: protect sched with rcureadlock Enabling CONFIGPROVERCULIST with its dependence CONFIGRCUEXPERT creates this splat when an MPTCP socket is created: ============================= WARNING: suspicious RCU usage 6.12.0-rc...

5.5CVSS6.8AI score0.00176EPSS
SaveExploits0References1
OSV
OSV
added 2024/11/19 6:15 p.m.2 views

DEBIAN-CVE-2024-53042

In the Linux kernel, the following vulnerability has been resolved: ipv4: iptunnel: Fix suspicious RCU usage warning in iptunnelinitflow There are code paths from which the function is called without holding the RCU read lock, resulting in a suspicious RCU usage warning 1. Fix by using...

5.5CVSS5.8AI score0.00265EPSS
SaveExploits0References1
RedHat Linux
RedHat Linux
added 2024/11/12 9:11 a.m.8 views

kernel: bpf: Check rcu_read_lock_trace_held() before calling bpf map helpers

In the Linux kernel, the following vulnerability has been resolved: bpf: Check rcureadlocktraceheld before calling bpf map helpers These three bpfmaplookup,update,deleteelem helpers are also available for sleepable bpf program, so add the corresponding lock assertion for sleepable bpf program,...

7.8CVSS6.7AI score0.0024EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2024/11/07 12:00 a.m.6 views

PT-2025-3600

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The issue concerns a vulnerability in the Linux kernel where a disk revalidation changing the conventional zones bitmap of a disk could cause invalid memory references when using the dis...

7.8CVSS7.8AI score0.00765EPSS
SaveExploits0References352
OSV
OSV
added 2024/10/21 8:15 p.m.7 views

UBUNTU-CVE-2022-48956

In the Linux kernel, the following vulnerability has been resolved: ipv6: avoid use-after-free in ip6fragment Blamed commit claimed rcureadlock was held by ip6fragment callers. It seems to not be always true, at least for UDP stack. syzbot reported: BUG: KASAN: use-after-free in ip6dstidev...

7.8CVSS6.1AI score0.00265EPSS
SaveExploits0References10
SUSE CVE
SUSE CVE
added 2024/09/14 2:51 a.m.6 views

SUSE CVE-2024-46681

In the Linux kernel, the following vulnerability has been resolved: pktgen: use cpusreadlock in pgnetinit I have seen the WARNONsmpprocessorid != cpu firing in pktgenthreadworker during tests. We must use cpusreadlock/cpusreadunlock around the foreachonlinecpucpu loop. While we are at it use...

2.5CVSS6.5AI score0.00203EPSS
SaveExploits0References16
OSV
OSV
added 2024/09/13 6:15 a.m.11 views

AZL-49328 CVE-2024-46681 affecting package kernel 6.6.126.1-1

In the Linux kernel, the following vulnerability has been resolved: pktgen: use cpusreadlock in pgnetinit I have seen the WARNONsmpprocessorid != cpu firing in pktgenthreadworker during tests. We must use cpusreadlock/cpusreadunlock around the foreachonlinecpucpu loop. While we are at it use...

5.5CVSS6.7AI score0.00203EPSS
SaveExploits0References1
OSV
OSV
added 2024/09/13 6:15 a.m.12 views

AZL-49341 CVE-2024-46681 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: pktgen: use cpusreadlock in pgnetinit I have seen the WARNONsmpprocessorid != cpu firing in pktgenthreadworker during tests. We must use cpusreadlock/cpusreadunlock around the foreachonlinecpucpu loop. While we are at it use...

5.5CVSS6.7AI score0.00203EPSS
SaveExploits0References1
OSV
OSV
added 2024/09/13 6:15 a.m.13 views

UBUNTU-CVE-2024-46681

In the Linux kernel, the following vulnerability has been resolved: pktgen: use cpusreadlock in pgnetinit I have seen the WARNONsmpprocessorid != cpu firing in pktgenthreadworker during tests. We must use cpusreadlock/cpusreadunlock around the foreachonlinecpucpu loop. While we are at it use...

5.5CVSS6.5AI score0.00203EPSS
SaveExploits0References10
OSV
OSV
added 2024/09/13 5:29 a.m.14 views

CVE-2024-46681 pktgen: use cpus_read_lock() in pg_net_init()

In the Linux kernel, the following vulnerability has been resolved: pktgen: use cpusreadlock in pgnetinit I have seen the WARNONsmpprocessorid != cpu firing in pktgenthreadworker during tests. We must use cpusreadlock/cpusreadunlock around the foreachonlinecpucpu loop. While we are at it use...

6.1AI score
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2024/09/05 2:46 a.m.7 views

SUSE CVE-2024-44986

In the Linux kernel, the following vulnerability has been resolved: ipv6: fix possible UAF in ip6finishoutput2 If skbexpandhead returns NULL, skb has been freed and associated dst/idev could also have been freed. We need to hold rcureadlock to make sure the dst and associated idev are alive...

5.5CVSS6.4AI score0.00706EPSS
SaveExploits0References14
SUSE CVE
SUSE CVE
added 2024/09/05 2:46 a.m.9 views

SUSE CVE-2024-44987

In the Linux kernel, the following vulnerability has been resolved: ipv6: prevent UAF in ip6sendskb syzbot reported an UAF in ip6sendskb 1 After ip6localout has returned, we no longer can safely dereference rt, unless we hold rcureadlock. A similar issue has been fixed in commit a688caa34beb "ipv...

7.8CVSS6.4AI score0.00255EPSS
SaveExploits0References20
Rows per page
Query Builder