Lucene search
+L

12907 matches found

RedhatCVE
RedhatCVE
added 2025/09/17 5:49 p.m.9 views

CVE-2022-50363

In the Linux kernel, the following vulnerability has been resolved: skmsg: pass gfp argument to allocskmsg syzbot found that allocskmsg could be called from a non sleepable context. skpsockverdictrecv uses rcureadlock protection. We need the callers to pass a gfpt argument to avoid issues. syzbot...

7CVSS5.8AI score0.00399EPSS
SaveExploits0References4
OSV
OSV
added 2025/09/17 3:15 p.m.11 views

UBUNTU-CVE-2022-50363

In the Linux kernel, the following vulnerability has been resolved: skmsg: pass gfp argument to allocskmsg syzbot found that allocskmsg could be called from a non sleepable context. skpsockverdictrecv uses rcureadlock protection. We need the callers to pass a gfpt argument to avoid issues. syzbot...

9.8CVSS5.7AI score0.00399EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2025/09/17 12:00 a.m.8 views

PT-2025-38183

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A race condition exists in the Distributed Lock Manager DLM lowcomms functionality within the Linux kernel. Specifically, a race can occur between queue work in the dlm lowcomms commit...

6AI score0.00392EPSS
SaveExploits0References10
Tenable Nessus
Tenable Nessus
added 2025/09/17 12:00 a.m.6 views

Linux Distros Unpatched Vulnerability : CVE-2022-50338

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - binder: fix UAF of alloc-vma in race with munmap In commit 720c24192404 ANDROID: binder: change downwrite to downread binder assumed the mmap read lock is...

6.6AI score
SaveExploits0References2
CNNVD
CNNVD
added 2025/09/17 12:00 a.m.25 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 a race condition in the fs dlm component that could lead to a null pointer dereference...

4.7CVSS6.2AI score0.00392EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2025/09/16 11:34 p.m.5 views

SUSE CVE-2022-50285

In the Linux kernel, the following vulnerability has been resolved: mm,hugetlb: take hugetlblock before decrementing h-resvhugepages The h-hugepages counters are protected by the hugetlblock, but allochugepage has a corner case where it can decrement the counter outside of the lock. This could le...

5.5CVSS6.4AI score0.00156EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2025/09/16 11:31 p.m.10 views

SUSE CVE-2023-53216

In the Linux kernel, the following vulnerability has been resolved: arm64: efi: Make efirtlock a rawspinlock Running a rt-kernel base on 6.2.0-rc3-rt1 on an Ampere Altra outputs the following: BUG: sleeping function called from invalid context at kernel/locking/spinlockrt.c:46 inatomic: 1,...

5.5CVSS6.6AI score0.00164EPSS
SaveExploits0References7
SUSE CVE
SUSE CVE
added 2025/09/16 11:30 p.m.6 views

SUSE CVE-2023-53281

In the Linux kernel, the following vulnerability has been resolved: drivers: staging: rtl8723bs: Fix locking in rtwjointimeouthandler Commit 041879b12ddb "drivers: staging: rtl8192bs: Fix deadlock in rtwjoinbsseventprehandle" besides fixing the deadlock also modified rtwjointimeouthandler to use...

4.7CVSS6.7AI score0.00118EPSS
SaveExploits0References7
SUSE CVE
SUSE CVE
added 2025/09/16 11:30 p.m.13 views

SUSE CVE-2023-53287

In the Linux kernel, the following vulnerability has been resolved: usb: cdns3: Put the cdns set active part outside the spin lock The device may be scheduled during the resume process, so this cannot appear in atomic operations. Since pmruntimesetactive will resume suppliers, put set active...

5.5CVSS6.5AI score0.00145EPSS
SaveExploits0References17
SUSE CVE
SUSE CVE
added 2025/09/16 11:30 p.m.5 views

SUSE CVE-2023-53292

In the Linux kernel, the following vulnerability has been resolved: blk-mq: fix NULL dereference on q-elevator in blkmqelvswitchnone After grabbing q-sysfslock, q-elevator may become NULL because of elevator switch. Fix the NULL dereference on q-elevator by checking it with lock...

4.7CVSS6.5AI score0.00144EPSS
SaveExploits0References16
OSV
OSV
added 2025/09/16 5:15 p.m.6 views

DEBIAN-CVE-2022-50339

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: avoid hcidevtestandsetflag in mgmtinithdev syzbot is again reporting attempt to cancel uninitialized work at mgmtindexremoved 1, for setting of HCIMGMT flag from mgmtinithdev from hcimgmtcmd from hcisocksendmsg can rac...

7CVSS6.1AI score0.00105EPSS
SaveExploits0References1
CVE
CVE
added 2025/09/16 4:11 p.m.40 views

CVE-2022-50339

CVE-2022-50339 : In the Linux kernel Bluetooth stack, a race exists between mgmt_init_hdev() and mgmt_index_removed() where the HCI_MGMT flag testing/setting can race against testing due to missing serialization (hci_dev_lock()). The fix splits hci_dev_test_and_set_flag() into hci_dev_test_flag()...

7.8CVSS5.8AI score0.00105EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2025/09/16 2:15 p.m.6 views

DEBIAN-CVE-2025-39831

In the Linux kernel, the following vulnerability has been resolved: fbnic: Move phylink resume out of servicetask and into open/close The fbnic driver was presenting with the following locking assert coming out of a PM resume: 42.208116 T164 RTNL: assertion failed at drivers/net/phy/phylink.c 261...

5.5CVSS5.4AI score0.00143EPSS
SaveExploits0References1
NVD
NVD
added 2025/09/16 8:15 a.m.5 views

CVE-2023-53297

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: fix "bad unlock balance" in l2capdisconnectrsp conn-chanlock isn't acquired before l2capgetchanbyscid, if l2capgetchanbyscid returns NULL, then 'bad unlock balance' is triggered...

8.8CVSS0.00215EPSS
SaveExploits0References8
OSV
OSV
added 2025/09/16 8:15 a.m.1 views

DEBIAN-CVE-2023-53297

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: fix "bad unlock balance" in l2capdisconnectrsp conn-chanlock isn't acquired before l2capgetchanbyscid, if l2capgetchanbyscid returns NULL, then 'bad unlock balance' is triggered...

5.5CVSS5.4AI score0.00215EPSS
SaveExploits0References1
OSV
OSV
added 2025/09/16 8:15 a.m.4 views

DEBIAN-CVE-2023-53292

In the Linux kernel, the following vulnerability has been resolved: blk-mq: fix NULL dereference on q-elevator in blkmqelvswitchnone After grabbing q-sysfslock, q-elevator may become NULL because of elevator switch. Fix the NULL dereference on q-elevator by checking it with lock...

5.5CVSS5.3AI score0.00144EPSS
SaveExploits0References1
NVD
NVD
added 2025/09/16 8:15 a.m.7 views

CVE-2023-53292

In the Linux kernel, the following vulnerability has been resolved: blk-mq: fix NULL dereference on q-elevator in blkmqelvswitchnone After grabbing q-sysfslock, q-elevator may become NULL because of elevator switch. Fix the NULL dereference on q-elevator by checking it with lock...

5.5CVSS0.00144EPSS
SaveExploits0References3
OSV
OSV
added 2025/09/16 8:15 a.m.9 views

AZL-71203 CVE-2023-53292 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: blk-mq: fix NULL dereference on q-elevator in blkmqelvswitchnone After grabbing q-sysfslock, q-elevator may become NULL because of elevator switch. Fix the NULL dereference on q-elevator by checking it with lock...

5.5CVSS5.6AI score0.00144EPSS
SaveExploits0References1
NVD
NVD
added 2025/09/16 8:15 a.m.8 views

CVE-2023-53281

In the Linux kernel, the following vulnerability has been resolved: drivers: staging: rtl8723bs: Fix locking in rtwjointimeouthandler Commit 041879b12ddb "drivers: staging: rtl8192bs: Fix deadlock in rtwjoinbsseventprehandle" besides fixing the deadlock also modified rtwjointimeouthandler to use...

5.5CVSS0.00118EPSS
SaveExploits0References5
OSV
OSV
added 2025/09/16 8:15 a.m.6 views

DEBIAN-CVE-2023-53281

In the Linux kernel, the following vulnerability has been resolved: drivers: staging: rtl8723bs: Fix locking in rtwjointimeouthandler Commit 041879b12ddb "drivers: staging: rtl8192bs: Fix deadlock in rtwjoinbsseventprehandle" besides fixing the deadlock also modified rtwjointimeouthandler to use...

5.5CVSS5.4AI score0.00118EPSS
SaveExploits0References1
Rows per page
Query Builder