Lucene search
+L

4945 matches found

OSV
OSV
added 2025/12/24 1:16 p.m.16 views

UBUNTU-CVE-2022-50736

In the Linux kernel, the following vulnerability has been resolved: RDMA/siw: Fix immediate work request flush to completion queue Correctly set send queue element opcode during immediate work request flushing in post sendqueue operation, if the QP is in ERROR state. An undefined ocode value...

7.1CVSS5.7AI score0.0017EPSS
SaveExploits0References8
NVD
NVD
added 2025/12/24 1:16 p.m.16 views

CVE-2022-50736

In the Linux kernel, the following vulnerability has been resolved: RDMA/siw: Fix immediate work request flush to completion queue Correctly set send queue element opcode during immediate work request flushing in post sendqueue operation, if the QP is in ERROR state. An undefined ocode value...

7.1CVSS0.0017EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2025/12/24 1:16 p.m.18 views

CVE-2023-54048

In the Linux kernel, the following vulnerability has been resolved: RDMA/bnxtre: Prevent handling any completions after qp destroy HW may generate completions that indicates QP is destroyed. Driver should not be scheduling any more completion handlers for this QP, after the QP is destroyed. Since...

7.8CVSS5.3AI score0.00178EPSS
SaveExploits0References5
OSV
OSV
added 2025/12/24 1:16 p.m.8 views

UBUNTU-CVE-2023-54079

In the Linux kernel, the following vulnerability has been resolved: power: supply: bq27xxx: Fix pollinterval handling and races on remove Before this patch bq27xxxbatteryteardown was setting pollinterval = 0 to avoid bq27xxxbatteryupdate requeuing the delayedwork item. There are 2 problems with...

7.8CVSS5.7AI score0.00147EPSS
SaveExploits0References10
Cvelist
Cvelist
added 2025/12/24 1:06 p.m.35 views

CVE-2023-54103

...

0.00032EPSS
SaveExploits0
OSV
OSV
added 2025/12/24 1:06 p.m.9 views

CVE-2023-54103 media: mtk-jpeg: Fix use after free bug due to uncanceled work

In the Linux kernel, the following vulnerability has been resolved: media: mtk-jpeg: Fix use after free bug due to uncanceled work In mtkjpegprobe, &jpeg-jobtimeoutwork is bound with mtkjpegjobtimeoutwork. Then mtkjpegdecdevicerun and mtkjpegencdevicerun may be called to start the work. If we...

6.3AI score
SaveExploits0References9
CVE
CVE
added 2025/12/24 1:06 p.m.22 views

CVE-2023-54103

CVE-2023-54103 entry is rejected/not used by its CVE Numbering Authority.

6.1AI score0.00032EPSS
SaveExploits0
CVE
CVE
added 2025/12/24 1:06 p.m.25 views

CVE-2023-54100

CVE-2023-54100 is described in connected Astra Linux advisory as a Linux kernel use-after-free in the SCSI qedi driver, specifically in qedi_remove(). The advisory notes that during driver removal, recovery work and board disable work scheduled by qedi_probe() are not finished before cleanup, all...

7.8CVSS6.1AI score0.00143EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2025/12/24 1:06 p.m.40 views

CVE-2023-54100 scsi: qedi: Fix use after free bug in qedi_remove()

In the Linux kernel, the following vulnerability has been resolved: scsi: qedi: Fix use after free bug in qediremove In qediprobe we call qediprobe which initializes &qedi-recoverywork with qedirecoveryhandler and &qedi-boarddisablework with qediboarddisablework. When qedischedulerecoveryhandler ...

7.8CVSS0.00143EPSS
SaveExploits0References6
OSV
OSV
added 2025/12/24 1:06 p.m.6 views

CVE-2023-54100 scsi: qedi: Fix use after free bug in qedi_remove()

In the Linux kernel, the following vulnerability has been resolved: scsi: qedi: Fix use after free bug in qediremove In qediprobe we call qediprobe which initializes &qedi-recoverywork with qedirecoveryhandler and &qedi-boarddisablework with qediboarddisablework. When qedischedulerecoveryhandler ...

7.8CVSS6.4AI score
SaveExploits0References9
Cvelist
Cvelist
added 2025/12/24 1:06 p.m.37 views

CVE-2023-54079 power: supply: bq27xxx: Fix poll_interval handling and races on remove

In the Linux kernel, the following vulnerability has been resolved: power: supply: bq27xxx: Fix pollinterval handling and races on remove Before this patch bq27xxxbatteryteardown was setting pollinterval = 0 to avoid bq27xxxbatteryupdate requeuing the delayedwork item. There are 2 problems with...

7.8CVSS0.00147EPSS
SaveExploits0References8
CVE
CVE
added 2025/12/24 1:06 p.m.37 views

CVE-2023-54079

The CVE-2023-54079 issue affects the Linux kernel power: supply: bq27xxx driver. It describes two poll_interval related races during remove/unbind: previously poll_interval was set to 0 in bq27xxx_battery_teardown() to avoid requeuing the delayed_work item, which could randomly change poll_interv...

7.8CVSS5.9AI score0.00147EPSS
SaveExploits0References8
OSV
OSV
added 2025/12/24 1:06 p.m.7 views

CVE-2023-54079 power: supply: bq27xxx: Fix poll_interval handling and races on remove

In the Linux kernel, the following vulnerability has been resolved: power: supply: bq27xxx: Fix pollinterval handling and races on remove Before this patch bq27xxxbatteryteardown was setting pollinterval = 0 to avoid bq27xxxbatteryupdate requeuing the delayedwork item. There are 2 problems with...

7.8CVSS6.2AI score
SaveExploits0References11
EUVD
EUVD
added 2025/12/24 12:30 p.m.4 views

EUVD-2025-205083

In the Linux kernel, the following vulnerability has been resolved: scsi: smartpqi: Fix device resources accessed after device removal Correct possible race conditions during device removal. Previously, a scheduled work item to reset a LUN could still execute after the device was removed, leading...

5.9AI score0.00171EPSS
SaveExploits0References5
EUVD
EUVD
added 2025/12/24 12:30 p.m.5 views

EUVD-2025-205082

In the Linux kernel, the following vulnerability has been resolved: nbd: defer config put in recvwork There is one uaf issue in recvwork when running NBDCLEARSOCK and NBDCMDRECONFIGURE: nbdgenlconnect // confref=2 connect and recvwork A nbdopen // confref=3 recvwork A done // confref=2 NBDCLEARSO...

6AI score0.00175EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2025/12/24 12:23 p.m.41 views

CVE-2023-54071 wifi: rtw88: use work to update rate to avoid RCU warning

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw88: use work to update rate to avoid RCU warning The ieee80211ops::starcupdate must be atomic, because ieee80211chanbwchange holds rcuread lock while calling drvstarcupdate, so create a work to do original things...

8.8CVSS0.00237EPSS
SaveExploits0References3
OSV
OSV
added 2025/12/24 12:23 p.m.9 views

CVE-2023-54071 wifi: rtw88: use work to update rate to avoid RCU warning

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw88: use work to update rate to avoid RCU warning The ieee80211ops::starcupdate must be atomic, because ieee80211chanbwchange holds rcuread lock while calling drvstarcupdate, so create a work to do original things...

8.8CVSS6.4AI score
SaveExploits0References6
OSV
OSV
added 2025/12/24 12:22 p.m.7 views

CVE-2022-50736 RDMA/siw: Fix immediate work request flush to completion queue

In the Linux kernel, the following vulnerability has been resolved: RDMA/siw: Fix immediate work request flush to completion queue Correctly set send queue element opcode during immediate work request flushing in post sendqueue operation, if the QP is in ERROR state. An undefined ocode value...

7.1CVSS6.3AI score
SaveExploits0References9
CVE
CVE
added 2025/12/24 12:22 p.m.39 views

CVE-2022-50736

The CVE-2022-50736 issue is in the Linux kernel’s RDMA/siw path. The patch fixes how an immediate work request flush updates the completion queue: it now correctly sets the send queue element opcode during post-sendqueue flushing when the QP is in ERROR state. Previously, an undefined ocode could...

7.1CVSS6.1AI score0.0017EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2025/12/24 12:22 p.m.41 views

CVE-2022-50736 RDMA/siw: Fix immediate work request flush to completion queue

In the Linux kernel, the following vulnerability has been resolved: RDMA/siw: Fix immediate work request flush to completion queue Correctly set send queue element opcode during immediate work request flushing in post sendqueue operation, if the QP is in ERROR state. An undefined ocode value...

7.1CVSS0.0017EPSS
SaveExploits0References6
Rows per page
Query Builder