Lucene search
+L

13955 matches found

Cvelist
Cvelist
added 2025/05/02 3:55 p.m.25 views

CVE-2023-53104

...

SaveExploits0
CVE
CVE
added 2025/05/02 3:55 p.m.100 views

CVE-2023-53099

CVE-2023-53099 concerns a Linux kernel issue where a sleepable memory allocation was performed from an atomic context in the Xilinx firmware driver, triggering a lockdep-detected “sleeping function called from invalid context” condition. The advisory notes the root cause is in firmware: xilinx an...

5.5CVSS6.6AI score0.00146EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2025/05/02 3:55 p.m.8 views

CVE-2023-53096 interconnect: fix mem leak when freeing nodes

In the Linux kernel, the following vulnerability has been resolved: interconnect: fix mem leak when freeing nodes The node link array is allocated when adding links to a node but is not deallocated when nodes are destroyed...

5.9AI score
SaveExploits0References9
CVE
CVE
added 2025/05/02 3:55 p.m.127 views

CVE-2023-53095

The CVE-2023-53095 issue is in the Linux kernel DRM TTM path, where a NULL pointer dereference could occur during swap decisions. The root cause is a mismatch in locking between res->bo (LRU lock) and bo->resource (object lock), with bo->resource clearing also guarded by the LRU lock. Th...

5.5CVSS6.4AI score0.00191EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2025/05/02 3:55 p.m.19 views

CVE-2023-53084 drm/shmem-helper: Remove another errant put in error path

In the Linux kernel, the following vulnerability has been resolved: drm/shmem-helper: Remove another errant put in error path drmgemshmemmmap doesn't own reference in error code path, resulting in the dma-buf shmem GEM object getting prematurely freed leading to a later use-after-free...

7.8CVSS0.00198EPSS
SaveExploits0References5
CVE
CVE
added 2025/05/02 3:55 p.m.121 views

CVE-2023-53085

The CVE-2023-53085 issue affects the Linux kernel, specifically the drm/edid path. The root cause is a data leak: on EDID fetch errors that leave the transfer buffer unchanged, slab data can be leaked to logs. The fix clears the transfer buffer before fetching the EDID to prevent leaking informat...

7.1CVSS6.7AI score0.00178EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2025/05/02 3:55 p.m.16 views

CVE-2023-53082 vp_vdpa: fix the crash in hot unplug with vp_vdpa

In the Linux kernel, the following vulnerability has been resolved: vpvdpa: fix the crash in hot unplug with vpvdpa While unplugging the vpvdpa device, it triggers a kernel panic The root cause is: vdpamgmtdevunregister will accesses modern devices which will cause a use after free. So need to...

5.8AI score
SaveExploits0References6
OSV
OSV
added 2025/05/02 3:55 p.m.8 views

CVE-2023-53083 nfsd: don't replace page in rq_pages if it's a continuation of last page

In the Linux kernel, the following vulnerability has been resolved: nfsd: don't replace page in rqpages if it's a continuation of last page The splice read calls nfsdspliceactor to put the pages containing file data into the svcrqst-rqpages array. It's possible however to get a splice result that...

9.8CVSS5.5AI score
SaveExploits0References8
CVE
CVE
added 2025/05/02 3:55 p.m.141 views

CVE-2023-53079

The CVE-2023-53079 issue affects the Linux kernel mlx5 driver (net/mlx5) and related eswitch/vport flow-rule handling. Root cause: during EEH, vport MC/UC/multicast promiscuous rules aren’t deleted in teardown, and the firmware may reset these settings after EEH, causing the driver to attempt to ...

5.5CVSS6.4AI score0.00209EPSS
SaveExploits0References5Affected Software1
CVE
CVE
added 2025/05/02 3:55 p.m.143 views

CVE-2023-53077

CVE-2023-53077 affects the Linux kernel’s DRM AMD display path. The vulnerability arises in CalculateVMAndRowBytes when PTEBufferSizeInRequests is zero, causing UBSAN to warn due to dml_log2 returning an unexpectedly negative value (shift exponent 4294966273). The documented fix is to skip the dm...

7.8CVSS6.6AI score0.00203EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2025/05/02 3:55 p.m.13 views

CVE-2023-53067 LoongArch: Only call get_timer_irq() once in constant_clockevent_init()

In the Linux kernel, the following vulnerability has been resolved: LoongArch: Only call gettimerirq once in constantclockeventinit Under CONFIGDEBUGATOMICSLEEP=y and CONFIGDEBUGPREEMPT=y, we can see the following messages on LoongArch, this is because using mightsleep in preemption disable...

5AI score
SaveExploits0References6
Cvelist
Cvelist
added 2025/05/02 3:55 p.m.26 views

CVE-2023-53060 igb: revert rtnl_lock() that causes deadlock

In the Linux kernel, the following vulnerability has been resolved: igb: revert rtnllock that causes deadlock The commit 6faee3d4ee8b "igb: Add lock to avoid data race" adds rtnllock to eliminate a false data race shown below FREE from device detaching | USE from netdev core igbremove |...

0.00147EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2025/05/02 3:55 p.m.29 views

CVE-2023-53057 Bluetooth: HCI: Fix global-out-of-bounds

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: HCI: Fix global-out-of-bounds To loop a variable-length array, hciinitstagesyncstage considers that stagei is valid as long as stagei-1.func is valid. Thus, the last element of stage.func should be intentionally invali...

7.8CVSS0.00201EPSS
SaveExploits0References3
OSV
OSV
added 2025/05/02 3:55 p.m.14 views

CVE-2023-53050 thunderbolt: Fix memory leak in margining

In the Linux kernel, the following vulnerability has been resolved: thunderbolt: Fix memory leak in margining Memory for the usb4-margining needs to be relased for the upstream port of the router as well, even though the debugfs directory gets released with the router device removal. Fix this...

6AI score
SaveExploits0References6
CVE
CVE
added 2025/05/02 3:55 p.m.102 views

CVE-2023-53049

CVE-2023-53049 – Linux kernel USB-C/UCSI pointer dereference . A NULL pointer dereference in ucsi_connector_change() could occur if ucsi_init() failed and an event arrives via ucsi_acpi, dereferencing unable ucsi->connector. The fix prevents ntfy from being set until ucsi_init() succeeds, so e...

5.5CVSS6.6AI score0.00193EPSS
SaveExploits0References5Affected Software1
Cvelist
Cvelist
added 2025/05/02 3:55 p.m.25 views

CVE-2023-53048 usb: typec: tcpm: fix warning when handle discover_identity message

In the Linux kernel, the following vulnerability has been resolved: usb: typec: tcpm: fix warning when handle discoveridentity message Since both source and sink device can send discoveridentity message in PD3, kernel may dump below warning: ------------ cut here ------------ WARNING: CPU: 0 PID:...

0.00193EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2025/05/02 3:54 p.m.28 views

CVE-2023-53039 HID: intel-ish-hid: ipc: Fix potential use-after-free in work function

In the Linux kernel, the following vulnerability has been resolved: HID: intel-ish-hid: ipc: Fix potential use-after-free in work function When a reset notify IPC message is received, the ISR schedules a work function and passes the ISHTP device to it via a global pointer ishtpdev. If ishprobe...

7.8CVSS0.00198EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2025/05/02 3:54 p.m.26 views

CVE-2023-53036 drm/amdgpu: Fix call trace warning and hang when removing amdgpu device

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix call trace warning and hang when removing amdgpu device On GPUs with RAS enabled, below call trace and hang are observed when shutting down device. v2: use DRM device unplugged flag instead of shutdown flag as the...

0.00191EPSS
SaveExploits0References3
NVD
NVD
added 2025/05/02 3:15 p.m.18 views

CVE-2025-4166

Vault Community and Vault Enterprise Key/Value kv Version 2 plugin may unintentionally expose sensitive information in server and audit logs when users submit malformed payloads during secret creation or update operations via the Vault REST API. This vulnerability, identified as CVE-2025-4166, is...

6.5CVSS0.00431EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2025/05/02 2:16 p.m.36 views

CVE-2025-37798 codel: remove sch->q.qlen check before qdisc_tree_reduce_backlog()

In the Linux kernel, the following vulnerability has been resolved: codel: remove sch-q.qlen check before qdisctreereducebacklog After making all -qlennotify callbacks idempotent, now it is safe to remove the check of qlen!=0 from both fqcodeldequeue and codelqdiscdequeue...

7.8CVSS0.00218EPSS
SaveExploits0References9
Rows per page
Query Builder