Lucene search
+L

10578 matches found

CVE
CVE
added 2025/12/30 12:15 p.m.24 views

CVE-2022-50870

CVE-2022-50870: In the Linux kernel (powerpc RTAS), rtas_os_term() could hang during panic due to risky device-tree traversal when devtree_lock is held. The fix caches relevant RTAS/DT characteristics at boot and changes the ibm,extended-os-term lookup to a boolean property via of_property_read_b...

5.8AI score0.00184EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2025/12/30 12:15 p.m.31 views

CVE-2022-50870 powerpc/rtas: avoid device tree lookups in rtas_os_term()

In the Linux kernel, the following vulnerability has been resolved: powerpc/rtas: avoid device tree lookups in rtasosterm rtasosterm is called during panic. Its behavior depends on a couple of conditions in the /rtas node of the device tree, the traversal of which entails locking and local IRQ...

0.00184EPSS
SaveExploits0References8
OSV
OSV
added 2025/12/30 12:15 p.m.9 views

CVE-2022-50870 powerpc/rtas: avoid device tree lookups in rtas_os_term()

In the Linux kernel, the following vulnerability has been resolved: powerpc/rtas: avoid device tree lookups in rtasosterm rtasosterm is called during panic. Its behavior depends on a couple of conditions in the /rtas node of the device tree, the traversal of which entails locking and local IRQ...

6.1AI score
SaveExploits0References11
Cvelist
Cvelist
added 2025/12/30 12:15 p.m.31 views

CVE-2022-50864 nilfs2: fix shift-out-of-bounds due to too large exponent of block size

In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix shift-out-of-bounds due to too large exponent of block size If field slogblocksize of superblock data is corrupted and too large, initnilfs and loadnilfs still can trigger a shift-out-of-bounds warning followed by a...

0.00175EPSS
SaveExploits0References5
CVE
CVE
added 2025/12/30 12:15 p.m.28 views

CVE-2022-50864

CVE-2022-50864 affects the Linux kernel nilfs2 where a corrupted s_log_block_size in the superblock could trigger a shift-out-of-bounds warning and kernel panic during init_nilfs() or load_nilfs(), due to a too-large exponent for a 32-bit int (exponent 38973). The issue has been resolved by addin...

6AI score0.00175EPSS
SaveExploits0References5
OSV
OSV
added 2025/12/30 12:15 p.m.5 views

CVE-2022-50864 nilfs2: fix shift-out-of-bounds due to too large exponent of block size

In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix shift-out-of-bounds due to too large exponent of block size If field slogblocksize of superblock data is corrupted and too large, initnilfs and loadnilfs still can trigger a shift-out-of-bounds warning followed by a...

6.3AI score
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2025/12/30 12:15 p.m.8 views

CVE-2022-50786

In the Linux kernel, the following vulnerability has been resolved: media: s5p-mfc: Clear workbit to handle error condition During error on CLOSEINSTANCE command, ctxworkbits was not getting cleared. During consequent mfc execution NULL pointer dereferencing of this context led to kernel panic...

6AI score0.0018EPSS
SaveExploits0References9
OSV
OSV
added 2025/12/30 12:15 p.m.8 views

UBUNTU-CVE-2022-50786

In the Linux kernel, the following vulnerability has been resolved: media: s5p-mfc: Clear workbit to handle error condition During error on CLOSEINSTANCE command, ctxworkbits was not getting cleared. During consequent mfc execution NULL pointer dereferencing of this context led to kernel panic...

5.8AI score0.0018EPSS
SaveExploits0References10
Debian CVE
Debian CVE
added 2025/12/30 12:11 p.m.5 views

CVE-2023-54237

In the Linux kernel, the following vulnerability has been resolved: net/smc: fix potential panic dues to unprotected smcllcsrvaddlink There is a certain chance to trigger the following panic: PID: 5900 TASK: ffff88c1c8af4100 CPU: 1 COMMAND: "kworker/1:48" 0 ffff9456c1cc79a0 machinekexec at...

9.8CVSS5.2AI score0.00465EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/12/30 12:11 p.m.29 views

CVE-2023-54237 net/smc: fix potential panic dues to unprotected smc_llc_srv_add_link()

In the Linux kernel, the following vulnerability has been resolved: net/smc: fix potential panic dues to unprotected smcllcsrvaddlink There is a certain chance to trigger the following panic: PID: 5900 TASK: ffff88c1c8af4100 CPU: 1 COMMAND: "kworker/1:48" 0 ffff9456c1cc79a0 machinekexec at...

9.8CVSS0.00465EPSS
SaveExploits0References3
CVE
CVE
added 2025/12/30 12:11 p.m.29 views

CVE-2023-54237

CVE-2023-54237 affects the Linux kernel component net/smc. The description notes a vulnerability where smc_llc_srv_add_link() lacks protection when the server creates a second link, potentially adding a link to a link group and breaking the security environment protected by llc_conf_mutex, which ...

9.8CVSS6.1AI score0.00465EPSS
SaveExploits0References3
OSV
OSV
added 2025/12/30 12:9 p.m.6 views

CVE-2023-54199 drm/msm/adreno: Fix null ptr access in adreno_gpu_cleanup()

In the Linux kernel, the following vulnerability has been resolved: drm/msm/adreno: Fix null ptr access in adrenogpucleanup Fix the below kernel panic due to null pointer access: 18.504431 Unable to handle kernel NULL pointer dereference at virtual address 0000000000000048 18.513464 Mem abort inf...

6.3AI score
SaveExploits0References9
CVE
CVE
added 2025/12/30 12:9 p.m.19 views

CVE-2023-54199

CVE-2023-54199 affects Linux kernel DRM/Adreno code. The issue is a null pointer dereference in adreno_gpu_cleanup() during driver bind/init (a6xx_gpu_init/adreno_bind path), leading to kernel Oops and a kernel panic. Public advisories confirm a fix has been applied in the kernel stack (adreno_gp...

6AI score0.00179EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2025/12/30 12:9 p.m.33 views

CVE-2023-54199 drm/msm/adreno: Fix null ptr access in adreno_gpu_cleanup()

In the Linux kernel, the following vulnerability has been resolved: drm/msm/adreno: Fix null ptr access in adrenogpucleanup Fix the below kernel panic due to null pointer access: 18.504431 Unable to handle kernel NULL pointer dereference at virtual address 0000000000000048 18.513464 Mem abort inf...

0.00179EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2025/12/30 12:8 p.m.7 views

CVE-2023-54192

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix null pointer panic in tracepoint in replaceatomicwriteblock We got a kernel panic if oldaddr is NULL. https://bugzilla.kernel.org/showbug.cgi?id=217266 BUG: kernel NULL pointer dereference, address: 0000000000000000 Cal...

5.2AI score0.00182EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/12/30 12:8 p.m.32 views

CVE-2023-54166 igc: Fix Kernel Panic during ndo_tx_timeout callback

In the Linux kernel, the following vulnerability has been resolved: igc: Fix Kernel Panic during ndotxtimeout callback The Xeon validation group has been carrying out some loaded tests with various HW configurations, and they have seen some transmit queue time out happening during the test. This...

7.8CVSS0.00134EPSS
SaveExploits0References4
OSV
OSV
added 2025/12/30 12:8 p.m.8 views

CVE-2023-54166 igc: Fix Kernel Panic during ndo_tx_timeout callback

In the Linux kernel, the following vulnerability has been resolved: igc: Fix Kernel Panic during ndotxtimeout callback The Xeon validation group has been carrying out some loaded tests with various HW configurations, and they have seen some transmit queue time out happening during the test. This...

7.8CVSS6.3AI score
SaveExploits0References7
Debian CVE
Debian CVE
added 2025/12/30 12:8 p.m.8 views

CVE-2023-54166

In the Linux kernel, the following vulnerability has been resolved: igc: Fix Kernel Panic during ndotxtimeout callback The Xeon validation group has been carrying out some loaded tests with various HW configurations, and they have seen some transmit queue time out happening during the test. This...

7.8CVSS5.7AI score0.00134EPSS
SaveExploits0
CVE
CVE
added 2025/12/30 12:8 p.m.28 views

CVE-2023-54166

CVE-2023-54166 : Linux kernel igc driver patch to fix kernel panic during ndo_tx_timeout. The description in connected sources confirms a race where a transmit timeout could trigger igc_tx_timeout() while the interface is being reinitialized or TX queues are in-flight, potentially causing a panic...

7.8CVSS6AI score0.00134EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2025/12/30 12:3 p.m.30 views

CVE-2022-50786 media: s5p-mfc: Clear workbit to handle error condition

In the Linux kernel, the following vulnerability has been resolved: media: s5p-mfc: Clear workbit to handle error condition During error on CLOSEINSTANCE command, ctxworkbits was not getting cleared. During consequent mfc execution NULL pointer dereferencing of this context led to kernel panic...

0.0018EPSS
SaveExploits0References7
Rows per page
Query Builder