Lucene search
+L

282 matches found

RedhatCVE
RedhatCVE
added 2024/11/21 7:27 p.m.15 views

CVE-2024-53042

In the Linux kernel, the following vulnerability has been resolved: ipv4: iptunnel: Fix suspicious RCU usage warning in iptunnelinitflow There are code paths from which the function is called without holding the RCU read lock, resulting in a suspicious RCU usage warning 1. Fix by using...

5.5CVSS6.8AI score0.00265EPSS
SaveExploits0References4
OSV
OSV
added 2024/11/19 6:15 p.m.5 views

DEBIAN-CVE-2024-53049

In the Linux kernel, the following vulnerability has been resolved: slub/kunit: fix a WARNING due to unwrapped kmalloccachenoprof 'modprobe slubkunit' will have a warning as shown below. The root cause is that kmalloccachenoprof was directly used, which resulted in no alloctag being allocated. Th...

5.5CVSS5.4AI score0.00202EPSS
SaveExploits0References1
Debian CVE
Debian CVE
added 2024/11/08 5:23 a.m.19 views

CVE-2024-50177

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: fix a UBSAN warning in DML2.1 When programming phantom pipe, since cursorwidth is explicity set to 0, this causes calculation logic to trigger overflow for an unsigned int triggering the kernel's UBSAN check as...

5.5CVSS5.4AI score0.0019EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2024/11/06 3:49 a.m.7 views

SUSE CVE-2024-50092

In the Linux kernel, the following vulnerability has been resolved: net: netconsole: fix wrong warning A warning is triggered when there is insufficient space in the buffer for userdata. However, this is not an issue since userdata will be sent in the next iteration. Current warning message:...

5.5CVSS6.7AI score0.00199EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2024/11/06 3:48 a.m.9 views

SUSE CVE-2024-50119

In the Linux kernel, the following vulnerability has been resolved: cifs: fix warning when destroy 'cifsiorequestpool' There's a issue as follows: WARNING: CPU: 1 PID: 27826 at mm/slub.c:4698 freelargekmalloc+0xac/0xe0 RIP: 0010:freelargekmalloc+0xac/0xe0 Call Trace: ? warn+0xea/0x330...

5.5CVSS7.7AI score0.00188EPSS
SaveExploits0References5
OSV
OSV
added 2024/11/05 6:15 p.m.4 views

DEBIAN-CVE-2024-50107

In the Linux kernel, the following vulnerability has been resolved: platform/x86/intel/pmc: Fix pmccoreiounmap to call iounmap for valid addresses Commit 50c6dbdfd16e "x86/ioremap: Improve iounmap address range checks" introduces a WARN when adrress ranges of iounmap are invalid. On Thinkpad P1 G...

5.5CVSS5.7AI score0.00202EPSS
SaveExploits0References1
CVE
CVE
added 2024/11/05 5:10 p.m.124 views

CVE-2024-50119

CVE-2024-50119 affects the Linux kernel CIFS client: the issue is a warning that occurs when destroying cifs_io_request_pool, which is not created by mempool_create. The resolution is to revert the pool with mempool_exit() instead of mempool_destroy, per the vulnerability description and linked k...

7CVSS5.3AI score0.00188EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2024/11/05 5:10 p.m.29 views

CVE-2024-50119 cifs: fix warning when destroy 'cifs_io_request_pool'

In the Linux kernel, the following vulnerability has been resolved: cifs: fix warning when destroy 'cifsiorequestpool' There's a issue as follows: WARNING: CPU: 1 PID: 27826 at mm/slub.c:4698 freelargekmalloc+0xac/0xe0 RIP: 0010:freelargekmalloc+0xac/0xe0 Call Trace: ? warn+0xea/0x330...

7CVSS6.1AI score
SaveExploits0References5
CVE
CVE
added 2024/11/05 5:04 p.m.115 views

CVE-2024-50092

The CVE affects the Linux kernel netconsole code path. A warning is erroneously emitted when this_chunk equals zero in net: netconsole, instead of only when this_chunk is negative; userdata handling remains valid across iterations. This could mislead operators but the underlying userdata path is ...

3.3CVSS3.9AI score0.00199EPSS
SaveExploits0References2Affected Software1
Vulnrichment
Vulnrichment
added 2024/11/05 5:04 p.m.1 views

CVE-2024-50092 net: netconsole: fix wrong warning

In the Linux kernel, the following vulnerability has been resolved: net: netconsole: fix wrong warning A warning is triggered when there is insufficient space in the buffer for userdata. However, this is not an issue since userdata will be sent in the next iteration. Current warning message:...

7.8AI score0.00199EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2024/10/24 3:18 a.m.4 views

SUSE CVE-2024-49954

In the Linux kernel, the following vulnerability has been resolved: staticcall: Replace pointless WARNON in staticcallmodulenotify staticcallmodulenotify triggers a WARNON, when memory allocation fails in staticcalladdmodule. That's not really justified, because the failure case must be correctly...

5.5CVSS6.4AI score0.00236EPSS
SaveExploits0References19
RedhatCVE
RedhatCVE
added 2024/10/22 11:08 a.m.25 views

CVE-2024-50057

In the Linux kernel, the following vulnerability has been resolved: usb: typec: tipd: Free IRQ only if it was requested before In polling mode, if no IRQ was requested there is no need to free it. Call devmfreeirq only if client-irq is set. This fixes the warning caused by the tps6598x module...

6.9AI score0.00212EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2024/10/21 12:14 p.m.17 views

CVE-2024-47754

In the Linux kernel, the following vulnerability has been resolved: media: mediatek: vcodec: Fix H264 multi stateless decoder smatch warning Fix a smatch static checker warning on vdech264reqmultiif.c. Which leads to a kernel crash when fb is NULL...

5.5CVSS5.6AI score0.00209EPSS
SaveExploits0
CVE
CVE
added 2024/10/21 12:14 p.m.165 views

CVE-2024-47752

CVE-2024-47752 concerns the Linux kernel media/vcodec/mediatek H264 stateless decoder. The provided description states that a smatch static checker warning in vdec_h264_req_if.c led to a kernel crash when the framebuffer pointer (fb) was NULL. The vulnerability is within the Mediatek vcodec path ...

5.5CVSS5.1AI score0.00208EPSS
SaveExploits0References4Affected Software1
Microsoft CVE
Microsoft CVE
added 2024/10/16 7:00 a.m.6 views

drm/amdgpu: Fix the warning division or modulo by zero

...

5.5CVSS6AI score0.00235EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2024/10/12 7:00 a.m.6 views

drm/amdgpu: fix the waring dereferencing hive

...

5.5CVSS6.5AI score0.0025EPSS
SaveExploits0
OSV
OSV
added 2024/08/30 11:07 a.m.17 views

OESA-2024-2077 kernel security update

The Linux Kernel, the operating system core itself. Security Fixes: In the Linux kernel, the following vulnerability has been resolved: btrfs: get rid of warning on transaction commit when using flushoncommit When using the flushoncommit mount option, during almost every transaction commit we...

7.8CVSS6.8AI score0.00922EPSS
SaveExploits3References29
Cvelist
Cvelist
added 2024/08/21 6:10 a.m.34 views

CVE-2023-52906 net/sched: act_mpls: Fix warning during failed attribute validation

In the Linux kernel, the following vulnerability has been resolved: net/sched: actmpls: Fix warning during failed attribute validation The 'TCAMPLSLABEL' attribute is of 'NLAU32' type, but has a validation type of 'NLAVALIDATEFUNCTION'. This is an invalid combination according to the comment abov...

0.00248EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2024/08/17 9:22 a.m.44 views

CVE-2024-43850

In the Linux kernel, the following vulnerability has been resolved: soc: qcom: icc-bwmon: Fix refcount imbalance seen during bwmonremove The following warning is seen during bwmonremove due to refcount imbalance, fix this by releasing the OPPs after use. Logs: WARNING: at drivers/opp/core.c:1640...

5.5CVSS5.5AI score0.0021EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/08/17 9:21 a.m.22 views

CVE-2024-43835 virtio_net: Fix napi_skb_cache_put warning

In the Linux kernel, the following vulnerability has been resolved: virtionet: Fix napiskbcacheput warning After the commit bdacf3e34945 "net: Use nested-BH locking for napialloccache." was merged, the following warning began to appear: WARNING: CPU: 5 PID: 1 at net/core/skbuff.c:1451...

6.8AI score0.0025EPSS
SaveExploits0References7
Rows per page
Query Builder