Lucene search
+L

9583 matches found

OSV
OSV
added 2025/12/30 1:15 p.m.18 views

UBUNTU-CVE-2022-50844

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix type of second parameter in odneditdpmtable callback With clang's kernel control flow integrity kCFI, CONFIGCFICLANG, indirect call targets are validated against the expected function pointer prototype to make sur...

5.7AI score0.00213EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2025/12/30 1:15 p.m.5 views

CVE-2022-50845

In the Linux kernel, the following vulnerability has been resolved: ext4: fix inode leak in ext4xattrinodecreate on an error path There is issue as follows when do setxattr with inject fault: localhost fsck.ext4 -fn /dev/sda e2fsck 1.46.6-rc1 12-Sep-2022 Pass 1: Checking inodes, blocks, and sizes...

5.7AI score0.00224EPSS
SaveExploits0References10
OSV
OSV
added 2025/12/30 1:15 p.m.17 views

UBUNTU-CVE-2022-50834

In the Linux kernel, the following vulnerability has been resolved: nfc: Fix potential resource leaks nfcgetdevice take reference for the device, add missing nfcputdevice to release it when not need anymore. Also fix the style warnning by use error EOPNOTSUPP instead of ENOTSUPP...

5.7AI score0.0023EPSS
SaveExploits0References11
OSV
OSV
added 2025/12/30 1:15 p.m.33 views

UBUNTU-CVE-2022-50850

In the Linux kernel, the following vulnerability has been resolved: scsi: ipr: Fix WARNING in iprinit iprinit will not call unregisterrebootnotifier when pciregisterdriver fails, which causes a WARNING. Call unregisterrebootnotifier when pciregisterdriver fails. notifier callback iprhalt ipr...

5.7AI score0.00207EPSS
SaveExploits0References12
Cvelist
Cvelist
added 2025/12/30 12:37 p.m.36 views

CVE-2023-54325 crypto: qat - fix out-of-bounds read

In the Linux kernel, the following vulnerability has been resolved: crypto: qat - fix out-of-bounds read When preparing an AER-CTR request, the driver copies the key provided by the user into a data structure that is accessible by the firmware. If the target device is QAT GEN4, the key size is...

7.1CVSS0.00124EPSS
SaveExploits0References4
OSV
OSV
added 2025/12/30 12:23 p.m.11 views

CVE-2023-54307 ptp_qoriq: fix memory leak in probe()

In the Linux kernel, the following vulnerability has been resolved: ptpqoriq: fix memory leak in probe Smatch complains that: drivers/ptp/ptpqoriq.c ptpqoriqprobe warn: 'base' from ioremap not released. Fix this by revising the parameter from 'ptpqoriq-base' to 'base'. This is only a bug if...

6.5AI score
SaveExploits0References9
CVE
CVE
added 2025/12/30 12:23 p.m.27 views

CVE-2023-54292

CVE-2023-54292 : In the Linux kernel's RDMA/irdma subsystem, a data race was fixed in the CQP request_done field. KCSAN detected a race when irdma_handle_cqp_op read/write access occurs locklessly while irdma_cqp_ce_handler updates it. The fix annotates lockless accesses with READ_ONCE/WRITE_ONCE...

9.8CVSS6AI score0.00486EPSS
SaveExploits0References4
CVE
CVE
added 2025/12/30 12:23 p.m.22 views

CVE-2023-54282

CVE-2023-54282 affects the Linux kernel driver media/tuners/qt1010 (qt1010.c). The vulnerability arises from a buffer overflow in qt1010_init() where i2c_data overflow was flagged (34

6.6AI score0.00208EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2025/12/30 12:23 p.m.34 views

CVE-2023-54282 media: tuners: qt1010: replace BUG_ON with a regular error

In the Linux kernel, the following vulnerability has been resolved: media: tuners: qt1010: replace BUGON with a regular error BUGON is unnecessary here, and in addition it confuses smatch. Replacing this with an error return help resolve this smatch warning: drivers/media/tuners/qt1010.c:350...

0.00208EPSS
SaveExploits0References8
OSV
OSV
added 2025/12/30 12:23 p.m.5 views

CVE-2023-54282 media: tuners: qt1010: replace BUG_ON with a regular error

In the Linux kernel, the following vulnerability has been resolved: media: tuners: qt1010: replace BUGON with a regular error BUGON is unnecessary here, and in addition it confuses smatch. Replacing this with an error return help resolve this smatch warning: drivers/media/tuners/qt1010.c:350...

6.8AI score
SaveExploits0References11
Cvelist
Cvelist
added 2025/12/30 12:15 p.m.40 views

CVE-2023-54247 bpf: Silence a warning in btf_type_id_size()

In the Linux kernel, the following vulnerability has been resolved: bpf: Silence a warning in btftypeidsize syzbot reported a warning in 1 with the following stacktrace: WARNING: CPU: 0 PID: 5005 at kernel/bpf/btf.c:1988 btftypeidsize+0x2d9/0x9d0 kernel/bpf/btf.c:1988 ... RIP:...

0.00177EPSS
SaveExploits0References3
CVE
CVE
added 2025/12/30 12:15 p.m.41 views

CVE-2023-54247

CVE-2023-54247: In the Linux kernel, the BPF code silences a WARN_ON_ONCE in btf_type_id_size() when handling DECL_TAG by adding DECL_TAG to the btf_type_nosize set, causing btf_type_id_size() to return NULL earlier. This fixes a spurious warning without indicating a correctness issue; no exploit...

5.9AI score0.00177EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2025/12/30 12:15 p.m.6 views

CVE-2023-54247

In the Linux kernel, the following vulnerability has been resolved: bpf: Silence a warning in btftypeidsize syzbot reported a warning in 1 with the following stacktrace: WARNING: CPU: 0 PID: 5005 at kernel/bpf/btf.c:1988 btftypeidsize+0x2d9/0x9d0 kernel/bpf/btf.c:1988 ... RIP:...

5.2AI score0.00177EPSS
SaveExploits0
OSV
OSV
added 2025/12/30 12:15 p.m.7 views

CVE-2022-50850 scsi: ipr: Fix WARNING in ipr_init()

In the Linux kernel, the following vulnerability has been resolved: scsi: ipr: Fix WARNING in iprinit iprinit will not call unregisterrebootnotifier when pciregisterdriver fails, which causes a WARNING. Call unregisterrebootnotifier when pciregisterdriver fails. notifier callback iprhalt ipr...

6.3AI score
SaveExploits0References12
CVE
CVE
added 2025/12/30 12:15 p.m.28 views

CVE-2022-50850

CVE-2022-50850 affects the Linux kernel component: scsi/ipr. The issue described is a WARNING raised when ipr_init() calls unregister_reboot_notifier() if pci_register_driver() fails, leading to a logged WARN and a notifier chain risk. Patches fix the root cause by ensuring unregister_reboot_noti...

6AI score0.00207EPSS
SaveExploits0References9
OSV
OSV
added 2025/12/30 12:11 p.m.7 views

CVE-2023-54236 net/net_failover: fix txq exceeding warning

In the Linux kernel, the following vulnerability has been resolved: net/netfailover: fix txq exceeding warning The failover txq is inited as 16 queues. when a packet is transmitted from the failover device firstly, the failover device will select the queue which is returned from the primary devic...

6.3AI score
SaveExploits0References9
Cvelist
Cvelist
added 2025/12/30 12:11 p.m.27 views

CVE-2023-54213 USB: sisusbvga: Add endpoint checks

In the Linux kernel, the following vulnerability has been resolved: USB: sisusbvga: Add endpoint checks The syzbot fuzzer was able to provoke a WARNING from the sisusbvga driver: ------------ cut here ------------ usb 1-1: BOGUS urb xfer, pipe 3 != type 1 WARNING: CPU: 1 PID: 26 at...

0.00188EPSS
SaveExploits0References8
OSV
OSV
added 2025/12/30 12:11 p.m.6 views

CVE-2023-54213 USB: sisusbvga: Add endpoint checks

In the Linux kernel, the following vulnerability has been resolved: USB: sisusbvga: Add endpoint checks The syzbot fuzzer was able to provoke a WARNING from the sisusbvga driver: ------------ cut here ------------ usb 1-1: BOGUS urb xfer, pipe 3 != type 1 WARNING: CPU: 1 PID: 26 at...

6.3AI score
SaveExploits0References11
Cvelist
Cvelist
added 2025/12/30 12:11 p.m.33 views

CVE-2023-54211 tracing: Fix warning in trace_buffered_event_disable()

In the Linux kernel, the following vulnerability has been resolved: tracing: Fix warning in tracebufferedeventdisable Warning happened in tracebufferedeventdisable at WARNONONCE!tracebufferedeventref Call Trace: ? warn+0xa5/0x1b0 ? tracebufferedeventdisable+0x189/0x1b0...

0.00188EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2025/12/30 12:11 p.m.3 views

CVE-2023-54211

In the Linux kernel, the following vulnerability has been resolved: tracing: Fix warning in tracebufferedeventdisable Warning happened in tracebufferedeventdisable at WARNONONCE!tracebufferedeventref Call Trace: ? warn+0xa5/0x1b0 ? tracebufferedeventdisable+0x189/0x1b0...

5.3AI score0.00188EPSS
SaveExploits0
Rows per page
Query Builder