Lucene search
+L

9591 matches found

CVE
CVE
added 2025/09/16 4:11 p.m.36 views

CVE-2023-53317

CVE-2023-53317 is a Linux kernel vulnerability in the ext4 subsystem, specifically the mb_find_extent path. The provided description shows a fix for a WARNING triggered in mb_find_extent and associated traces involving ext4_mb_complex_scan_group and ext4_ext_map_blocks, indicating a misbehavior i...

5.5CVSS6.1AI score0.00156EPSS
SaveExploits0References8Affected Software1
Cvelist
Cvelist
added 2025/09/16 4:11 p.m.15 views

CVE-2023-53317 ext4: fix WARNING in mb_find_extent

In the Linux kernel, the following vulnerability has been resolved: ext4: fix WARNING in mbfindextent Syzbot found the following issue: EXT4-fs: Warning: mounting with data=journal disables delayed allocation, dioreadnolock, ODIRECT and fastcommit support! EXT4-fs loop0: orphan cleanup on readonl...

0.00156EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2025/09/16 4:11 p.m.11 views

CVE-2023-53312

In the Linux kernel, the following vulnerability has been resolved: net: fix netdevstartxmit trace event vs skbtransportoffset After blamed commit, we must be more careful about using skbtransportoffset, as reminded us by syzbot: WARNING: CPU: 0 PID: 10 at include/linux/skbuff.h:2868...

5.5CVSS5.3AI score0.00154EPSS
SaveExploits0
CVE
CVE
added 2025/09/16 4:11 p.m.31 views

CVE-2023-53312

CVE-2023-53312 : In the Linux kernel, a trace-event interaction with skb_transport_offset() in net_dev_start_xmit could lead to unsafe skb_transport_offset usage. The issue arises after a blamed commit and is fixed by the kernel remediation described in the initial document (commit references inc...

5.5CVSS6.2AI score0.00154EPSS
SaveExploits0References3Affected Software1
CVE
CVE
added 2025/09/16 4:11 p.m.29 views

CVE-2023-53306

CVE-2023-53306 involves the Linux kernel fsdax path used by XFS for CoW on non-shared extents. The issue arises when a previous non-shared extent is mwrited and its dax entry is left dirty, which produced a WARN at dax_insert_entry. The connected documents consistently describe this as a resolved...

5.5CVSS5.9AI score0.00137EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2025/09/16 4:11 p.m.13 views

CVE-2022-50340 media: vimc: Fix wrong function called when vimc_init() fails

In the Linux kernel, the following vulnerability has been resolved: media: vimc: Fix wrong function called when vimcinit fails In vimcinit, when platformdriverregister&vimcpdrv fails, platformdriverunregister&vimcpdrv is wrongly called rather than platformdeviceunregister&vimcpdev, which causes...

0.00155EPSS
SaveExploits0References5
OSV
OSV
added 2025/09/16 2:15 p.m.15 views

UBUNTU-CVE-2025-39833

In the Linux kernel, the following vulnerability has been resolved: mISDN: hfcpci: Fix warning when deleting uninitialized timer With CONFIGDEBUGOBJECTSTIMERS unloading hfcpci module leads to the following splat: 250.215892 ODEBUG: assertinit not available active state 0 object: ffffffffc01a3dc0...

5.5CVSS5.7AI score0.00127EPSS
SaveExploits0References5
OSV
OSV
added 2025/09/16 1:16 p.m.4 views

DEBIAN-CVE-2025-39829

In the Linux kernel, the following vulnerability has been resolved: trace/fgraph: Fix the warning caused by missing unregister notifier This warning was triggered during testing on v6.16: notifier callback ftracesuspendnotifiercall already registered WARNING: CPU: 2 PID: 86 at kernel/notifier.c:2...

5.5CVSS5.3AI score0.00144EPSS
SaveExploits0References1
OSV
OSV
added 2025/09/16 1:15 p.m.13 views

AZL-67404 CVE-2025-39805 affecting package kernel for versions less than 6.6.119.3-1

In the Linux kernel, the following vulnerability has been resolved: net: macb: fix unregisternetdev call order in macbremove When removing a macb device, the driver calls phyexit before unregisternetdev. This leads to a WARN from kernfs: ------------ cut here ------------ kernfs: can not remove...

5.5CVSS5.5AI score0.00157EPSS
SaveExploits0References1
NVD
NVD
added 2025/09/16 1:15 p.m.12 views

CVE-2025-39805

In the Linux kernel, the following vulnerability has been resolved: net: macb: fix unregisternetdev call order in macbremove When removing a macb device, the driver calls phyexit before unregisternetdev. This leads to a WARN from kernfs: ------------ cut here ------------ kernfs: can not remove...

5.5CVSS0.00157EPSS
SaveExploits0References5
OSV
OSV
added 2025/09/16 1:15 p.m.3 views

DEBIAN-CVE-2025-39805

In the Linux kernel, the following vulnerability has been resolved: net: macb: fix unregisternetdev call order in macbremove When removing a macb device, the driver calls phyexit before unregisternetdev. This leads to a WARN from kernfs: ------------ cut here ------------ kernfs: can not remove...

5.5CVSS5.3AI score0.00157EPSS
SaveExploits0References1
OSV
OSV
added 2025/09/16 1:15 p.m.13 views

UBUNTU-CVE-2025-39805

In the Linux kernel, the following vulnerability has been resolved: net: macb: fix unregisternetdev call order in macbremove When removing a macb device, the driver calls phyexit before unregisternetdev. This leads to a WARN from kernfs: ------------ cut here ------------ kernfs: can not remove...

5.5CVSS5.8AI score0.00157EPSS
SaveExploits0References16
CVE
CVE
added 2025/09/16 1:08 p.m.55 views

CVE-2025-39833

CVE-2025-39833 (Linux kernel) Root cause: when unloading the hfcpci module with CONFIG_DEBUG_OBJECTS_TIMERS enabled, an uninitialized timer could trigger a kernel warning path during deletion, as shown in the stack trace and timer-related debug prints. Impact: locally leveraged by a privileged co...

5.5CVSS6.1AI score0.00127EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2025/09/16 1:08 p.m.14 views

CVE-2025-39833 mISDN: hfcpci: Fix warning when deleting uninitialized timer

In the Linux kernel, the following vulnerability has been resolved: mISDN: hfcpci: Fix warning when deleting uninitialized timer With CONFIGDEBUGOBJECTSTIMERS unloading hfcpci module leads to the following splat: 250.215892 ODEBUG: assertinit not available active state 0 object: ffffffffc01a3dc0...

5.5CVSS6.1AI score
SaveExploits0References5
OSV
OSV
added 2025/09/16 1:00 p.m.5 views

CVE-2025-39829 trace/fgraph: Fix the warning caused by missing unregister notifier

In the Linux kernel, the following vulnerability has been resolved: trace/fgraph: Fix the warning caused by missing unregister notifier This warning was triggered during testing on v6.16: notifier callback ftracesuspendnotifiercall already registered WARNING: CPU: 2 PID: 86 at kernel/notifier.c:2...

5.5CVSS6AI score
SaveExploits0References6
CVE
CVE
added 2025/09/16 1:00 p.m.41 views

CVE-2025-39829

CVE-2025-39829 is a Linux kernel issue in the trace/fgraph path. The vulnerability arises from a notifier that is not unregistered after a failed start_graph_tracing, causing a repeated warning when writing to function_profile_enabled. The connected Nessus entries confirm the concrete details: th...

5.5CVSS6AI score0.00144EPSS
SaveExploits0References3Affected Software1
Vulnrichment
Vulnrichment
added 2025/09/16 1:00 p.m.2 views

CVE-2025-39829 trace/fgraph: Fix the warning caused by missing unregister notifier

In the Linux kernel, the following vulnerability has been resolved: trace/fgraph: Fix the warning caused by missing unregister notifier This warning was triggered during testing on v6.16: notifier callback ftracesuspendnotifiercall already registered WARNING: CPU: 2 PID: 86 at kernel/notifier.c:2...

6AI score0.00144EPSS
SaveExploits0References3
CVE
CVE
added 2025/09/16 1:00 p.m.34 views

CVE-2025-39821

CVE-2025-39821 (Linux kernel perf - UBSAN risk) The issue is a logic flaw in perf event throttling where a group’s disabled member in PERF_EVENT_STATE_OFF could be throttle-started/stoppped, causing PMU drivers to receive an event with hw.idx = -1. This negative index is used as a shift exponent ...

7.8CVSS6AI score0.00159EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2025/09/16 1:00 p.m.9 views

CVE-2025-39821 perf: Avoid undefined behavior from stopping/starting inactive events

In the Linux kernel, the following vulnerability has been resolved: perf: Avoid undefined behavior from stopping/starting inactive events Calling pmu-start/stop on perf events in PERFEVENTSTATEOFF can leave event-hw.idx at -1. When PMU drivers later attempt to use this negative index as a shift...

7.8CVSS6AI score
SaveExploits0References5
Cvelist
Cvelist
added 2025/09/16 1:00 p.m.18 views

CVE-2025-39813 ftrace: Fix potential warning in trace_printk_seq during ftrace_dump

In the Linux kernel, the following vulnerability has been resolved: ftrace: Fix potential warning in traceprintkseq during ftracedump When calling ftracedumpone concurrently with reading tracepipe, a WARNONONCE in traceprintkseq can be triggered due to a race condition. The issue occurs because:...

0.00118EPSS
SaveExploits0References8
Rows per page
Query Builder