Lucene search
+L

3137 matches found

CVE
CVE
•added 2025/12/30 12:23 p.m.•45 views

CVE-2023-54283

CVE-2023-54283 is a Linux kernel vulnerability related to a data-race in the BPF LRU list code. Kernel Concurrency Sanitizer detected a race on accessing node->ref in __bpf_lru_list_rotate/__htab_lru_percpu_map_update_elem, leading to a write of 1 byte and a read of 1 byte across CPUs. The fix...

6AI score0.00212EPSS
SaveExploits0References8
Cvelist
Cvelist
•added 2025/12/30 12:23 p.m.•32 views

CVE-2023-54283 bpf: Address KCSAN report on bpf_lru_list

In the Linux kernel, the following vulnerability has been resolved: bpf: Address KCSAN report on bpflrulist KCSAN reported a data-race when accessing node-ref. Although node-ref does not have to be accurate, take this chance to use a more common READONCE and WRITEONCE pattern instead of datarace...

0.00212EPSS
SaveExploits0References8
OSV
OSV
•added 2025/12/30 12:23 p.m.•9 views

CVE-2023-54283 bpf: Address KCSAN report on bpf_lru_list

In the Linux kernel, the following vulnerability has been resolved: bpf: Address KCSAN report on bpflrulist KCSAN reported a data-race when accessing node-ref. Although node-ref does not have to be accurate, take this chance to use a more common READONCE and WRITEONCE pattern instead of datarace...

6.3AI score
SaveExploits0References11
UbuntuCve
UbuntuCve
•added 2025/12/30 12:15 p.m.•11 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.00206EPSS
SaveExploits0References9
OSV
OSV
•added 2025/12/30 12:15 p.m.•11 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.00206EPSS
SaveExploits0References10
OSV
OSV
•added 2025/12/30 12:03 p.m.•15 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...

6.4AI score
SaveExploits0References10
CVE
CVE
•added 2025/12/30 12:03 p.m.•36 views

CVE-2022-50786

The CVE-2022-50786 fix applies to the Linux kernel media: s5p-mfc driver. The root cause was that on CLOSE_INSTANCE error paths, ctx_work_bits were not cleared, which could lead to a NULL pointer dereference in subsequent MFC processing and trigger a kernel panic. The patch ensures ctx_work_bits ...

6.2AI score0.00206EPSS
SaveExploits0References7
Cvelist
Cvelist
•added 2025/12/30 12:03 p.m.•36 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.00206EPSS
SaveExploits0References7
Positive Technologies
Positive Technologies
•added 2025/12/30 12:00 a.m.•9 views

PT-2025-54129

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contained a data-race condition when accessing node-ref within the bpf lru list functionality. Kernel Concurrency Sanitizer KCSAN identified this issue during operations...

6.1AI score0.00212EPSS
SaveExploits0
RedhatCVE
RedhatCVE
•added 2025/12/25 3:40 p.m.•13 views

CVE-2025-68372

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...

5.5CVSS5.8AI score0.00198EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
•added 2025/12/25 1:04 a.m.•26 views

SUSE CVE-2022-50741

In the Linux kernel, the following vulnerability has been resolved: media: imx-jpeg: Disable useless interrupt to avoid kernel panic There is a hardware bug that the interrupt STMBUFHALF may be triggered after or when disable interrupt. It may led to unexpected kernel panic. And interrupt...

6.5AI score0.00238EPSS
SaveExploits0References3
NVD
NVD
•added 2025/12/24 1:16 p.m.•14 views

CVE-2025-68745

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Clear cmds after chip reset Commit aefed3e5548f "scsi: qla2xxx: target: Fix offline port handling and host reset handling" caused two problems: 1. Commands sent to FW, after chip reset got stuck and never freed as ...

9.8CVSS0.00369EPSS
SaveExploits0References2
NVD
NVD
•added 2025/12/24 1:16 p.m.•9 views

CVE-2025-68746

In the Linux kernel, the following vulnerability has been resolved: spi: tegra210-quad: Fix timeout handling When the CPU that the QSPI interrupt handler runs on typically CPU 0 is excessively busy, it can lead to rare cases of the IRQ thread not running before the transfer timeout is reached...

7.8CVSS0.00144EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
•added 2025/12/24 1:16 p.m.•8 views

CVE-2022-50741

In the Linux kernel, the following vulnerability has been resolved: media: imx-jpeg: Disable useless interrupt to avoid kernel panic There is a hardware bug that the interrupt STMBUFHALF may be triggered after or when disable interrupt. It may led to unexpected kernel panic. And interrupt...

5.4AI score0.00238EPSS
SaveExploits0References5
OSV
OSV
•added 2025/12/24 1:16 p.m.•14 views

UBUNTU-CVE-2022-50741

In the Linux kernel, the following vulnerability has been resolved: media: imx-jpeg: Disable useless interrupt to avoid kernel panic There is a hardware bug that the interrupt STMBUFHALF may be triggered after or when disable interrupt. It may led to unexpected kernel panic. And interrupt...

5.7AI score0.00238EPSS
SaveExploits0References6
Cvelist
Cvelist
•added 2025/12/24 12:23 p.m.•42 views

CVE-2023-54061

...

0.00018EPSS
SaveExploits0
CVE
CVE
•added 2025/12/24 12:23 p.m.•32 views

CVE-2023-54061

CVE-2023-54061 is rejected/withdrawn by its CNA and does not represent an active vulnerability entry.

6.2AI score0.00018EPSS
SaveExploits0
Cvelist
Cvelist
•added 2025/12/24 12:09 p.m.•44 views

CVE-2025-68746 spi: tegra210-quad: Fix timeout handling

In the Linux kernel, the following vulnerability has been resolved: spi: tegra210-quad: Fix timeout handling When the CPU that the QSPI interrupt handler runs on typically CPU 0 is excessively busy, it can lead to rare cases of the IRQ thread not running before the transfer timeout is reached...

7.8CVSS0.00144EPSS
SaveExploits0References7
Cvelist
Cvelist
•added 2025/12/24 12:09 p.m.•40 views

CVE-2025-68745 scsi: qla2xxx: Clear cmds after chip reset

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Clear cmds after chip reset Commit aefed3e5548f "scsi: qla2xxx: target: Fix offline port handling and host reset handling" caused two problems: 1. Commands sent to FW, after chip reset got stuck and never freed as ...

9.8CVSS0.00369EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
•added 2025/12/24 11:16 a.m.•9 views

CVE-2025-68372

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...

5.7AI score0.00198EPSS
SaveExploits0References35
Rows per page
Query Builder