Lucene search
+L

277 matches found

Microsoft CVE
Microsoft CVE
added 2025/09/03 10:17 p.m.12 views

rcu/nocb: Fix WARN_ON_ONCE() in the rcu_nocb_bypass_lock()

...

7.8CVSS7AI score0.0022EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2025/09/03 10:3 p.m.11 views

ksmbd: fix WARNING "do not call blocking ops when !TASK_RUNNING"

...

5.5CVSS6.8AI score0.00133EPSS
SaveExploits0
OSV
OSV
added 2025/08/22 4:15 p.m.4 views

UBUNTU-CVE-2025-38651

In the Linux kernel, the following vulnerability has been resolved: landlock: Fix warning from KUnit tests getidrange expects a positive value as first argument but getrandomu8 can return 0. Fix this by clamping it. Validated by running the test in a for loop for 1000 times. Note that MAX is wron...

5.5CVSS5.7AI score0.00155EPSS
SaveExploits0References6
OSV
OSV
added 2025/08/22 4:0 p.m.6 views

CVE-2025-38651 landlock: Fix warning from KUnit tests

In the Linux kernel, the following vulnerability has been resolved: landlock: Fix warning from KUnit tests getidrange expects a positive value as first argument but getrandomu8 can return 0. Fix this by clamping it. Validated by running the test in a for loop for 1000 times. Note that MAX is wron...

5.5CVSS6.3AI score0.00155EPSS
SaveExploits0References6
OSV
OSV
added 2025/08/22 4:0 p.m.10 views

CVE-2025-38642 wifi: mac80211: fix WARN_ON for monitor mode on some devices

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: fix WARNON for monitor mode on some devices On devices without WANTMONITORVIF and probably without channel context support we get a WARNON for changing the per-link setting of a monitor interface. Since we already...

5.5CVSS6.6AI score0.00155EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2025/08/22 4:0 p.m.6 views

CVE-2025-38642

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: fix WARNON for monitor mode on some devices On devices without WANTMONITORVIF and probably without channel context support we get a WARNON for changing the per-link setting of a monitor interface. Since we already...

5.5CVSS5.4AI score0.00155EPSS
SaveExploits0
OSV
OSV
added 2025/07/25 1:15 p.m.8 views

AZL-65744 CVE-2025-38385 affecting package kernel for versions less than 6.6.104.2-1

In the Linux kernel, the following vulnerability has been resolved: net: usb: lan78xx: fix WARN in netifnapidellocked on disconnect Remove redundant netifnapidel call from disconnect path. A WARN may be triggered in netifnapidellocked during USB device disconnect: WARNING: CPU: 0 PID: 11 at...

7.8CVSS5.6AI score0.00166EPSS
SaveExploits0References1
OSV
OSV
added 2025/07/25 12:53 p.m.3 views

CVE-2025-38397 nvme-multipath: fix suspicious RCU usage warning

In the Linux kernel, the following vulnerability has been resolved: nvme-multipath: fix suspicious RCU usage warning When I run the NVME over TCP test in virtme-ng, I get the following "suspicious RCU usage" warning in nvmempathaddsysfslink: ''' 5.024557 T44 nvmet: Created nvm controller 1 for...

5.5CVSS6.5AI score0.00129EPSS
SaveExploits0References5
ATTACKERKB
ATTACKERKB
added 2025/07/25 12:53 p.m.5 views

CVE-2025-38379

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix warning when reconnecting channel When reconnecting a channel in smb2reconnectserver, a dummy tcon is passed down to smb2reconnect with -queryinterface uninitialized, so we can't call queuedelayedwork on it. Fix...

5.5CVSS5.8AI score0.00148EPSS
SaveExploits0References5Affected Software1
Debian CVE
Debian CVE
added 2025/07/25 12:53 p.m.4 views

CVE-2025-38379

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix warning when reconnecting channel When reconnecting a channel in smb2reconnectserver, a dummy tcon is passed down to smb2reconnect with -queryinterface uninitialized, so we can't call queuedelayedwork on it. Fix...

5.5CVSS5.4AI score0.00148EPSS
SaveExploits0
CVE
CVE
added 2025/07/25 12:47 p.m.31 views

CVE-2025-38357

CVE-2025-38357 concerns the Linux kernel fuse implementation emitting a runtime warning during truncate_folio_batch_exceptionals(). Public details indicate the WARN_ON_ONCE path was added in truncate_folio_batch_exceptionals() and that fixes were already applied to xfs and ext4 via commit 0e2f80a...

7.8CVSS6.4AI score0.00153EPSS
SaveExploits0References2Affected Software1
Microsoft CVE
Microsoft CVE
added 2025/07/11 7:0 a.m.5 views

ksmbd: fix the warning from __kernel_write_iter

...

5.5CVSS7.6AI score0.00164EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2025/07/11 7:0 a.m.3 views

drm/nouveau: Fix WARN_ON in nouveau_fence_context_kill()

...

5.5CVSS7.2AI score0.00177EPSS
SaveExploits0
NVD
NVD
added 2025/07/10 8:15 a.m.9 views

CVE-2025-38296

In the Linux kernel, the following vulnerability has been resolved: ACPI: platformprofile: Avoid initializing on non-ACPI platforms The platform profile driver is loaded even on platforms that do not have ACPI enabled. The initialization of the sysfs entries was recently moved from...

5.5CVSS0.00127EPSS
SaveExploits0References2
NVD
NVD
added 2025/07/10 8:15 a.m.7 views

CVE-2025-38282

In the Linux kernel, the following vulnerability has been resolved: kernfs: Relax constraint in draining guard The active reference lifecycle provides the break/unbreak mechanism but the active reference is not truly active after unbreak -- callers don't use it afterwards but it's important for...

5.5CVSS0.00156EPSS
SaveExploits0References6
CVE
CVE
added 2025/07/10 7:42 a.m.90 views

CVE-2025-38285

CVE-2025-38285 – Linux kernel : The issue stems from a WARN_ON_ONCE in the BPF tracing path (get_bpf_raw_tp_regs) triggered by a corner case involving trace_mmap_lock and stack maps. The issue surfaces during BPF stack retrieval and is reported in kernel/bpf_trace.c, with inline calls in bpf_get_...

5.5CVSS6.4AI score0.00172EPSS
SaveExploits0References11Affected Software1
CVE
CVE
added 2025/07/04 1:37 p.m.95 views

CVE-2025-38219

CVE-2025-38219 affects the Linux kernel F2FS code path. The issue is a downgrade-related negative i_nlink scenario that could trigger a kernel warning; the vulnerability was resolved in the cited upstream code path (f2fs_i_links_write -> f2fs_drop_nlink -> f2fs_unlink), as shown in the conn...

5.5CVSS6.1AI score0.00153EPSS
SaveExploits0References10Affected Software1
Cvelist
Cvelist
added 2025/07/03 8:13 a.m.14 views

CVE-2025-38096 wifi: iwlwifi: don't warn when if there is a FW error

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: don't warn when if there is a FW error iwltransreclaim is warning if it is called when the FW is not alive. But if it is called when there is a pending restart, i.e. after a FW error, there is no need to warn,...

0.00159EPSS
SaveExploits0References3
OSV
OSV
added 2025/07/02 2:43 p.m.8 views

CVE-2025-38091 drm/amd/display: check stream id dml21 wrapper to get plane_id

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: check stream id dml21 wrapper to get planeid Why & How Fix a false positive warning which occurs due to lack of correct checks when querying planeid in DML21. This fixes the warning when performing a mode1 reset...

7.8CVSS6.3AI score0.00146EPSS
SaveExploits0References6
NVD
NVD
added 2025/06/18 11:15 a.m.9 views

CVE-2022-50223

In the Linux kernel, the following vulnerability has been resolved: LoongArch: cpuinfo: Fix a warning for CONFIGCPUMASKOFFSTACK When CONFIGCPUMASKOFFSTACK and CONFIGDEBUGPERCPUMAPS is selected, cpumaxbitswarn generates a runtime warning similar as below while we show /proc/cpuinfo. Fix this by...

5.5CVSS0.00167EPSS
SaveExploits0References2
Rows per page
Query Builder