Lucene search
+L

1738 matches found

RedhatCVE
RedhatCVE
added 2024/05/01 7:19 p.m.34 views

CVE-2024-26999

In the Linux kernel, the following vulnerability has been resolved: serial/pmaczilog: Remove flawed mitigation for rx irq flood The mitigation was intended to stop the irq completely. That may be better than a hard lock-up but it turns out that you get a crash anyway if you're using pmaczilog as ...

5.5CVSS7.3AI score0.00182EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/05/01 7:18 p.m.31 views

CVE-2024-27022

A flaw was found in the Linux kernel. A race condition can occur when the fork system call is called due to improper locking, triggering a warning, impacting system stability, and resulting in a denial of service. Mitigation Mitigation for this issue is either not available or the currently...

5.1CVSS7.9AI score0.0027EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/05/01 7:18 p.m.29 views

CVE-2024-27019

A potential data-race flaw was found in nftobjtypeget in the Linux kernel. This issue can lead to a crash...

5.5CVSS6.9AI score0.00209EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/05/01 7:18 p.m.21 views

CVE-2024-27018

In the Linux kernel, the following vulnerability has been resolved: netfilter: brnetfilter: skip conntrack input hook for promisc packets For historical reasons, when bridge device is in promisc mode, packets that are directed to the taps follow bridge input hook path. This patch adds a workaroun...

5.5CVSS6.9AI score0.00633EPSS
SaveExploits0References4
NVD
NVD
added 2024/05/01 1:15 p.m.29 views

CVE-2024-27062

In the Linux kernel, the following vulnerability has been resolved: nouveau: lock the client object tree. It appears the client object tree has no locking unless I've missed something else. Fix races around adding/removing client objects, mostly vram bar mappings. 4562.099306 general protection...

7.8CVSS7.5AI score0.00179EPSS
SaveExploits0References3
NVD
NVD
added 2024/05/01 1:15 p.m.78 views

CVE-2024-27063

In the Linux kernel, the following vulnerability has been resolved: leds: trigger: netdev: Fix kernel panic on interface rename trig notify Commit d5e01266e7f5 "leds: trigger: netdev: add additional specific link speed mode" in the various changes, reworked the way to set the LINKUP mode in commi...

5.5CVSS7.2AI score0.00222EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/05/01 1:15 p.m.31 views

CVE-2024-27063

In the Linux kernel, the following vulnerability has been resolved: leds: trigger: netdev: Fix kernel panic on interface rename trig notify Commit d5e01266e7f5 "leds: trigger: netdev: add additional specific link speed mode" in the various changes, reworked the way to set the LINKUP mode in commi...

5.5CVSS5.7AI score0.00222EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
added 2024/05/01 1:15 p.m.20 views

CVE-2024-27039

In the Linux kernel, the following vulnerability has been resolved: clk: hisilicon: hi3559a: Fix an erroneous devmkfree 'pclk' is an array allocated just before the for loop for all clk that need to be registered. It is incremented at each loop iteration. If a clkregister call fails, 'pclk' may...

5.5CVSS6.4AI score0.00265EPSS
SaveExploits0References23
Vulnrichment
Vulnrichment
added 2024/05/01 1:5 p.m.16 views

CVE-2024-27392 nvme: host: fix double-free of struct nvme_id_ns in ns_update_nuse()

In the Linux kernel, the following vulnerability has been resolved: nvme: host: fix double-free of struct nvmeidns in nsupdatenuse When nvmeidentifyns fails, it frees the pointer to the struct nvmeidns before it returns. However, nsupdatenuse calls kfree for the pointer even when nvmeidentifyns...

7.8CVSS6.5AI score0.00259EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2024/05/01 1:5 p.m.35 views

CVE-2024-27080 btrfs: fix race when detecting delalloc ranges during fiemap

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix race when detecting delalloc ranges during fiemap For fiemap we recently stopped locking the target extent range for the whole duration of the fiemap call, in order to avoid a deadlock in a scenario where the fiemap...

6.7AI score0.00188EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2024/05/01 1:4 p.m.39 views

CVE-2024-27079 iommu/vt-d: Fix NULL domain on device release

In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: Fix NULL domain on device release In the kdump kernel, the IOMMU operates in deferredattach mode. In this mode, info-domain may not yet be assigned by the time the releasedevice function is called. It leads to the...

6.6AI score0.00242EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2024/05/01 1:4 p.m.31 views

CVE-2024-27077 media: v4l2-mem2mem: fix a memleak in v4l2_m2m_register_entity

In the Linux kernel, the following vulnerability has been resolved: media: v4l2-mem2mem: fix a memleak in v4l2m2mregisterentity The entity-name i.e. name is allocated in v4l2m2mregisterentity but isn't freed in its following error-handling paths. This patch adds such deallocation to prevent memle...

7.7AI score0.00289EPSS
SaveExploits0References9
Cvelist
Cvelist
added 2024/05/01 1:4 p.m.33 views

CVE-2024-27076 media: imx: csc/scaler: fix v4l2_ctrl_handler memory leak

In the Linux kernel, the following vulnerability has been resolved: media: imx: csc/scaler: fix v4l2ctrlhandler memory leak Free the memory allocated in v4l2ctrlhandlerinit on release...

7.8AI score0.00289EPSS
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2024/05/01 1:4 p.m.21 views

CVE-2024-27075 media: dvb-frontends: avoid stack overflow warnings with clang

In the Linux kernel, the following vulnerability has been resolved: media: dvb-frontends: avoid stack overflow warnings with clang A previous patch worked around a KASAN issue in stv0367, now a similar problem showed up with clang: drivers/media/dvb-frontends/stv0367.c:1222:12: error: stack frame...

7.1AI score0.0033EPSS
SaveExploits0References9
Cvelist
Cvelist
added 2024/05/01 1:4 p.m.21 views

CVE-2024-27075 media: dvb-frontends: avoid stack overflow warnings with clang

In the Linux kernel, the following vulnerability has been resolved: media: dvb-frontends: avoid stack overflow warnings with clang A previous patch worked around a KASAN issue in stv0367, now a similar problem showed up with clang: drivers/media/dvb-frontends/stv0367.c:1222:12: error: stack frame...

7.8AI score0.0033EPSS
SaveExploits0References9
Cvelist
Cvelist
added 2024/05/01 1:4 p.m.36 views

CVE-2024-27074 media: go7007: fix a memleak in go7007_load_encoder

In the Linux kernel, the following vulnerability has been resolved: media: go7007: fix a memleak in go7007loadencoder In go7007loadencoder, bouncei.e. go-bootfw, is allocated without a deallocation thereafter. After the following call chain: saa7134go7007init |- go7007bootencoder |-...

7.7AI score0.00289EPSS
SaveExploits0References9
Debian CVE
Debian CVE
added 2024/05/01 1:4 p.m.53 views

CVE-2024-27069

In the Linux kernel, the following vulnerability has been resolved: ovl: relax WARNON in ovlverifyarea syzbot hit an assertion in copy up data loop which looks like it is the result of a lower file whose size is being changed underneath overlayfs. This type of use case is documented to cause...

5.5CVSS6AI score0.00193EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/05/01 1:0 p.m.36 views

CVE-2024-27063 leds: trigger: netdev: Fix kernel panic on interface rename trig notify

In the Linux kernel, the following vulnerability has been resolved: leds: trigger: netdev: Fix kernel panic on interface rename trig notify Commit d5e01266e7f5 "leds: trigger: netdev: add additional specific link speed mode" in the various changes, reworked the way to set the LINKUP mode in commi...

6.5AI score0.00222EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2024/05/01 1:0 p.m.34 views

CVE-2024-27058 tmpfs: fix race on handling dquot rbtree

In the Linux kernel, the following vulnerability has been resolved: tmpfs: fix race on handling dquot rbtree A syzkaller reproducer found a race while attempting to remove dquot information from the rb tree. Fetching the rbtree root node must also be protected by the dqopt-dqiosem, otherwise,...

7.8CVSS6.7AI score0.00385EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2024/05/01 12:54 p.m.59 views

CVE-2024-27055

Removed by vendor...

5.6AI score
SaveExploits0
Rows per page
Query Builder