Lucene search
+L

8029 matches found

CVE
CVE
added 2025/06/18 11:0 a.m.90 views

CVE-2022-49948

CVE-2022-49948 affects the Linux kernel VT subsystem. When changing the console font via ioctl(KDFONTOP), the new font size may exceed the previous screen, potentially making a prior selection fall outside the new viewport and cause out-of-bounds accesses to graphics memory if the selection is re...

7.8CVSS6.5AI score0.00225EPSS
SaveExploits0References8Affected Software1
CVE
CVE
added 2025/06/18 10:54 a.m.86 views

CVE-2022-49937

CVE-2022-49937 affects the Linux kernel mceusb driver in the media subsystem. Automatic fuzzing reported a WARN due to an unusual read on endpoint 0 caused by using legacy usb_control_msg_() routines and not setting USB_DIR_IN in bRequestType. The fix converts the driver to usb_control_msg_recv()...

5.5CVSS6.2AI score0.00151EPSS
SaveExploits0References4Affected Software1
NVD
NVD
added 2025/06/18 10:15 a.m.32 views

CVE-2025-38070

In the Linux kernel, the following vulnerability has been resolved: ASoC: sma1307: Add NULL check in sma1307settingloaded All varibale allocated by kzalloc and devmkzalloc could be NULL. Multiple pointer checks and their cleanup are added. This issue is found by our static analysis tool...

5.5CVSS0.0013EPSS
SaveExploits0References2
NVD
NVD
added 2025/06/18 10:15 a.m.15 views

CVE-2025-38060

In the Linux kernel, the following vulnerability has been resolved: bpf: copyverifierstate should copy 'loopentry' field The bpfverifierstate.loopentry state should be copied by copyverifierstate. Otherwise, .loopentry values from unrelated states would poison env-curstate. Additionally, env-stac...

7.8CVSS0.00154EPSS
SaveExploits0References3
NVD
NVD
added 2025/06/18 10:15 a.m.8 views

CVE-2025-38038

In the Linux kernel, the following vulnerability has been resolved: cpufreq: amd-pstate: Remove unnecessary driverlock in setboost setboost is a per-policy function call, hence a driver wide lock is unnecessary. Also this mutexacquire can collide with the mutexacquire from the mode-switch path in...

5.5CVSS0.00157EPSS
SaveExploits0References3
NVD
NVD
added 2025/06/18 10:15 a.m.13 views

CVE-2025-38005

In the Linux kernel, the following vulnerability has been resolved: dmaengine: ti: k3-udma: Add missing locking Recent kernels complain about a missing lock in k3-udma.c when the lock validator is enabled: 4.128073 WARNING: CPU: 0 PID: 746 at drivers/dma/ti/../virt-dma.h:169...

7.8CVSS0.00178EPSS
SaveExploits0References9
OSV
OSV
added 2025/06/18 10:15 a.m.5 views

UBUNTU-CVE-2025-38017

In the Linux kernel, the following vulnerability has been resolved: fs/eventpoll: fix endless busy loop after timeout has expired After commit 0a65bc27bd64 "eventpoll: Set epoll timeout if it's in the future", the following program would immediately enter a busy loop in the kernel: int main int e...

5.5CVSS5.8AI score0.0014EPSS
SaveExploits0References5
CVE
CVE
added 2025/06/18 9:33 a.m.42 views

CVE-2025-38076

CVE-2025-38076 concerns the Linux kernel vulnerability related to module unloading and allocation tags. The issue arises from a use-after-free risk when memory containing a module’s allocation tags remains alive after unloading, because percpu counters referenced by those tags could be freed by f...

7.8CVSS6.4AI score0.00157EPSS
SaveExploits0References2Affected Software1
CVE
CVE
added 2025/06/18 9:33 a.m.92 views

CVE-2025-38067

CVE-2025-38067 : In the Linux kernel, the rseq registration path could segfault if the user-space rseq_cs field is non-zero. The field is supposed to be set to 0 before registration, but this wasn’t enforced, allowing a faulty rseq_cs value to cause a segfault when returning to user-space. The fi...

5.5CVSS6.1AI score0.00478EPSS
SaveExploits0References10Affected Software1
Cvelist
Cvelist
added 2025/06/18 9:33 a.m.21 views

CVE-2025-38063 dm: fix unconditional IO throttle caused by REQ_PREFLUSH

In the Linux kernel, the following vulnerability has been resolved: dm: fix unconditional IO throttle caused by REQPREFLUSH When a bio with REQPREFLUSH is submitted to dm, sendemptyflush generates a flushbio with REQOPWRITE | REQPREFLUSH | REQSYNC, which causes the flushbio to be throttled by...

0.00149EPSS
SaveExploits0References5
OSV
OSV
added 2025/06/18 9:33 a.m.6 views

CVE-2025-38052 net/tipc: fix slab-use-after-free Read in tipc_aead_encrypt_done

In the Linux kernel, the following vulnerability has been resolved: net/tipc: fix slab-use-after-free Read in tipcaeadencryptdone Syzbot reported a slab-use-after-free with the following call trace: ================================================================== BUG: KASAN: slab-use-after-free...

8.8CVSS6.4AI score
SaveExploits0References12
CVE
CVE
added 2025/06/18 9:33 a.m.64 views

CVE-2025-38038

CVE-2025-38038 affects the Linux kernel, specifically the cpufreq/amd-pstate implementation. The issue arises from an unnecessary driver-wide mutex in set_boost for per-policy calls, creating a potential deadlock with status_store mutex_acquire in the mode-switch path. SUSE’s openSUSE-SU-2025-200...

5.5CVSS6.4AI score0.00157EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2025/06/18 9:33 a.m.6 views

CVE-2025-38037 vxlan: Annotate FDB data races

In the Linux kernel, the following vulnerability has been resolved: vxlan: Annotate FDB data races The 'used' and 'updated' fields in the FDB entry structure can be accessed concurrently by multiple threads, leading to reports such as 1. Can be reproduced using 2. Suppress these reports by...

6.9AI score
SaveExploits0References13
Cvelist
Cvelist
added 2025/06/18 9:33 a.m.12 views

CVE-2025-38030

...

SaveExploits0
OSV
OSV
added 2025/06/18 9:28 a.m.9 views

CVE-2025-38011 drm/amdgpu: csa unmap use uninterruptible lock

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: csa unmap use uninterruptible lock After process exit to unmap csa and free GPU vm, if signal is accepted and then waiting to take vm lock is interrupted and return, it causes memory leaking and below warning backtrac...

6.4AI score
SaveExploits0References7
Positive Technologies
Positive Technologies
added 2025/06/18 12:0 a.m.34 views

PT-2025-26023 · Linux · Linux Kernel

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A bug in the Linux kernel has been identified, specifically in the s3fb driver, where the screen size value calculated from user input in the s3fb set par function can be larger than...

7.8CVSS6AI score0.10458EPSS
SaveExploits16References587
Positive Technologies
Positive Technologies
added 2025/06/18 12:0 a.m.15 views

PT-2025-26044 · Linux · Linux Kernel

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A vulnerability in the Linux kernel has been resolved. The issue is related to the powerpc/perf component, where a warning is triggered when there is a PMI pending in Paca but no count...

7.8CVSS5.7AI score0.10458EPSS
SaveExploits16References584
Positive Technologies
Positive Technologies
added 2025/06/18 12:0 a.m.18 views

PT-2025-26129 · Linux · Linux Kernel

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A refcount leak bug has been identified in the Linux kernel, specifically in the omapdss init fbdev function. The issue arises when of find node by name returns a node pointer with an...

7.8CVSS6AI score0.10458EPSS
SaveExploits16References581
Positive Technologies
Positive Technologies
added 2025/06/18 12:0 a.m.10 views

PT-2025-26034 · Linux · Linux Kernel

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A refcount leak issue has been identified in the Linux kernel, specifically in the max77620 initialise fps function. The of get child by name function returns a node pointer with an...

7.8CVSS5.7AI score0.10458EPSS
SaveExploits16References585
Positive Technologies
Positive Technologies
added 2025/06/18 12:0 a.m.18 views

PT-2025-26024 · Linux +1 · Linux Kernel +1

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A crash in the Linux kernel has been resolved, related to the scsi: qla2xxx module. The issue occurs due to stale SRB access around I/O timeouts. To fix this, the code now ensures that...

7.8CVSS6.2AI score0.10458EPSS
SaveExploits16References586
Rows per page
Query Builder