Lucene search
+L

277 matches found

OSV
OSV
added 2024/11/05 6:15 p.m.2 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.002EPSS
SaveExploits0References1
CVE
CVE
added 2024/11/05 5:10 p.m.110 views

CVE-2024-50119

CVE-2024-50119 (Linux kernel - CIFS) : The vulnerability arises in the CIFS subsystem where destroying cifs_io_request_pool triggers a warning due to incorrect mempool handling. The issue occurs because cifs_io_request_pool is not created by mempool_create(), suggesting the correct cleanup path i...

5.5CVSS5.3AI score0.00186EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2024/11/05 5:10 p.m.24 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...

5.5CVSS6.1AI score0.00186EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2024/11/05 5:4 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.00197EPSS
SaveExploits0References2
CVE
CVE
added 2024/11/05 5:4 p.m.101 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.00197EPSS
SaveExploits0References2Affected Software1
SUSE CVE
SUSE CVE
added 2024/10/24 3:18 a.m.3 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:8 a.m.23 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.11 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.149 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:0 a.m.4 views

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

...

5.5CVSS6.3AI score0.00235EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2024/10/12 7:0 a.m.4 views

drm/amdgpu: fix the waring dereferencing hive

...

5.5CVSS6.7AI score0.0025EPSS
SaveExploits0
OSV
OSV
added 2024/08/30 11:9 a.m.15 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...

8.4CVSS6.8AI score0.00287EPSS
SaveExploits3References29
Cvelist
Cvelist
added 2024/08/21 6:10 a.m.26 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.40 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.21 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.00248EPSS
SaveExploits0References7
RedHat Linux
RedHat Linux
added 2024/08/08 4:53 a.m.5 views

kernel: ovl: fix warning in ovl_create_real()

In the Linux kernel, the following vulnerability has been resolved: ovl: fix warning in ovlcreatereal Syzbot triggered the following warning in ovlworkdircreate - ovlcreatereal: if !err && WARNON!newdentry-dinode The reason is that the cgroup2 filesystem returns from mkdir without instantiating t...

5.5CVSS6.4AI score0.00235EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2024/08/06 1:59 a.m.5 views

SUSE CVE-2024-42149

In the Linux kernel, the following vulnerability has been resolved: fs: don't misleadingly warn during thaw operations The block device may have been frozen before it was claimed by a filesystem. Concurrently another process might try to mount that frozen block device and has temporarily claimed...

5.5CVSS7.7AI score0.00183EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2024/07/09 3:37 a.m.5 views

SUSE CVE-2024-39483

In the Linux kernel, the following vulnerability has been resolved: KVM: SVM: WARN on vNMI + NMI window iff NMIs are outright masked When requesting an NMI window, WARN on vNMI support being enabled if and only if NMIs are actually masked, i.e. if the vCPU is already handling an NMI. KVM's ABI fo...

6.5AI score0.00213EPSS
SaveExploits0References11
RedHat Linux
RedHat Linux
added 2024/07/02 9:2 a.m.5 views

kernel: mlxsw: spectrum_acl_tcam: Fix warning during rehash

In the Linux kernel, the following vulnerability has been resolved: mlxsw: spectrumacltcam: Fix warning during rehash As previously explained, the rehash delayed work migrates filters from one region to another. This is done by iterating over all chunks all the filters with the same priority in t...

5.5CVSS6.4AI score0.00224EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2024/06/21 3:52 a.m.5 views

SUSE CVE-2021-47579

In the Linux kernel, the following vulnerability has been resolved: ovl: fix warning in ovlcreatereal Syzbot triggered the following warning in ovlworkdircreate - ovlcreatereal: if !err && WARNON!newdentry-dinode The reason is that the cgroup2 filesystem returns from mkdir without instantiating t...

3.3CVSS5.8AI score0.00235EPSS
SaveExploits0References3
Rows per page
Query Builder