Lucene search
+L

8051 matches found

NVD
NVD
added 2025/01/19 11:15 a.m.15 views

CVE-2025-21634

In the Linux kernel, the following vulnerability has been resolved: cgroup/cpuset: remove kernfs active break A warning was found: WARNING: CPU: 10 PID: 3486953 at fs/kernfs/file.c:828 CPU: 10 PID: 3486953 Comm: rmdir Kdump: loaded Tainted: G RIP: 0010:kernfsshoulddrainopenfiles+0x1a1/0x1b0 RSP:...

5.5CVSS0.00139EPSS
SaveExploits0References2
OSV
OSV
added 2025/01/19 10:18 a.m.10 views

CVE-2025-21652 ipvlan: Fix use-after-free in ipvlan_get_iflink().

In the Linux kernel, the following vulnerability has been resolved: ipvlan: Fix use-after-free in ipvlangetiflink. syzbot presented an use-after-free report 0 regarding ipvlan and linkwatch. ipvlan does not hold a refcnt of the lower device unlike vlan and macvlan. If the linkwatch work is...

7.8CVSS6.1AI score
SaveExploits0References6
OSV
OSV
added 2025/01/19 10:18 a.m.13 views

CVE-2025-21649 net: hns3: fix kernel crash when 1588 is sent on HIP08 devices

In the Linux kernel, the following vulnerability has been resolved: net: hns3: fix kernel crash when 1588 is sent on HIP08 devices Currently, HIP08 devices does not register the ptp devices, so the hdev-ptp is NULL. But the tx process would still try to set hardware time stamp info with...

5.5CVSS5.9AI score
SaveExploits0References5
OSV
OSV
added 2025/01/19 10:17 a.m.13 views

CVE-2025-21636 sctp: sysctl: plpmtud_probe_interval: avoid using current->nsproxy

In the Linux kernel, the following vulnerability has been resolved: sctp: sysctl: plpmtudprobeinterval: avoid using current-nsproxy As mentioned in a previous commit of this series, using the 'net' structure via 'current' is not recommended for different reasons: - Inconsistency: getting info fro...

5.5CVSS6AI score
SaveExploits0References9
CVE
CVE
added 2025/01/19 10:17 a.m.124 views

CVE-2025-21634

CVE-2025-21634 concerns the Linux kernel cpuset/cgroup path where kernfs active protection can be broken during concurrent cpuset writes, triggering a warning and potential deadlock risk. The root cause involved a sequence of hotplug-related changes that async/sync cpuset processing and previousl...

5.5CVSS6.8AI score0.00139EPSS
SaveExploits0References2Affected Software1
Oracle linux
Oracle linux
added 2025/01/19 12:0 a.m.45 views

grafana security update

9.2.10-21 - Resolves RHEL-72881: CVE-2025-21614 - Resolves RHEL-72869: CVE-2025-21613...

9.2CVSS7.3AI score0.01287EPSS
SaveExploits0
Oracle linux
Oracle linux
added 2025/01/16 12:0 a.m.167 views

.NET 8.0 security update

8.0.112-1.0.1 - Add support for Oracle Linux 8.0.112-1 - Update to .NET SDK 8.0.112 and Runtime 8.0.12 - Resolves: RHEL-71554...

8.8CVSS8.8AI score0.02347EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/01/15 1:10 p.m.10 views

CVE-2024-57844

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Fix fault on fd close after unbind If userspace holds an fd open, unbinds the device and then closes it, the driver shouldn't try to access the hardware. Protect it by using drmdeventer/drmdevexit. This fixes the followin...

5.5CVSS5.7AI score0.00186EPSS
SaveExploits0
CVE
CVE
added 2025/01/15 1:10 p.m.129 views

CVE-2024-54031

Summary (CVE-2024-54031): The Linux kernel netfilter nft_set_hash vulnerability is due to an unaligned atomic read of the genmask field in struct nft_set_ext. The misalignment can trigger a kernel fault (alignment fault) and an OOPS in nft_rhash_gc, potentially leading to a crash or denial of ser...

5.5CVSS6.2AI score0.00227EPSS
SaveExploits0References9Affected Software1
Debian CVE
Debian CVE
added 2025/01/15 1:10 p.m.10 views

CVE-2024-57795

In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Remove the direct link to netdevice The similar patch in siw is in the link: https://git.kernel.org/rdma/rdma/c/16b87037b48889 This problem also occurred in RXE. The following analyze this problem. In the following Call...

7.8CVSS5.7AI score0.00222EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/01/15 1:6 p.m.10 views

CVE-2025-21630

Removed by vendor...

5.2AI score
SaveExploits0
Debian CVE
Debian CVE
added 2025/01/15 1:6 p.m.6 views

CVE-2025-21629

In the Linux kernel, the following vulnerability has been resolved: net: reenable NETIFFIPV6CSUM offload for BIG TCP packets The blamed commit disabled hardware offoad of IPv6 packets with extension headers on devices that advertise NETIFFIPV6CSUM, based on the definition of that feature in...

8.2CVSS5.6AI score0.00423EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/01/15 1:5 p.m.18 views

CVE-2024-57902

In the Linux kernel, the following vulnerability has been resolved: afpacket: fix vlangettci vs MSGPEEK Blamed commit forgot MSGPEEK case, allowing a crash 1 as found by syzbot. Rework vlangettci to not touch skb at all, so that it can be used from many cpus on the same skb. Add a const qualifier...

7.3CVSS5.6AI score0.00273EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/01/15 1:5 p.m.19 views

CVE-2024-57901 af_packet: fix vlan_get_protocol_dgram() vs MSG_PEEK

In the Linux kernel, the following vulnerability has been resolved: afpacket: fix vlangetprotocoldgram vs MSGPEEK Blamed commit forgot MSGPEEK case, allowing a crash 1 as found by syzbot. Rework vlangetprotocoldgram to not touch skb at all, so that it can be used from many cpus on the same skb. A...

7.3CVSS0.0027EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2025/01/15 1:5 p.m.19 views

CVE-2024-57901

In the Linux kernel, the following vulnerability has been resolved: afpacket: fix vlangetprotocoldgram vs MSGPEEK Blamed commit forgot MSGPEEK case, allowing a crash 1 as found by syzbot. Rework vlangetprotocoldgram to not touch skb at all, so that it can be used from many cpus on the same skb. A...

7.3CVSS5.6AI score0.0027EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/01/15 1:5 p.m.5 views

CVE-2024-57900

In the Linux kernel, the following vulnerability has been resolved: ila: serialize calls to nfregisternethooks syzbot found a race in ilaaddmapping 1 commit 031ae72825ce "ila: call nfunregisternethooks sooner" attempted to fix a similar issue. Looking at the syzbot repro, we have concurrent...

7.8CVSS6.1AI score0.00261EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/01/15 1:5 p.m.9 views

CVE-2024-57898

In the Linux kernel, the following vulnerability has been resolved: wifi: cfg80211: clear link ID from bitmap during link delete after clean up Currently, during link deletion, the link ID is first removed from the validlinks bitmap before performing any clean-up operations. However, some functio...

3.3CVSS5.4AI score0.00184EPSS
SaveExploits0
OSV
OSV
added 2025/01/15 1:5 p.m.12 views

CVE-2024-57897 drm/amdkfd: Correct the migration DMA map direction

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Correct the migration DMA map direction The SVM DMA device map direction should be set the same as the DMA unmap setting, otherwise the DMA core will report the following warning. Before finialize this solution,...

6.2AI score
SaveExploits0References9
Debian CVE
Debian CVE
added 2025/01/15 1:5 p.m.12 views

CVE-2024-57891

In the Linux kernel, the following vulnerability has been resolved: schedext: Fix invalid irq restore in scxopsbypass While adding outer irqsave/restore locking, 0e7ffff1b811 "scx: Fix raciness in scxopsbypass" forgot to convert an inner rqunlockirqrestore to rqunlock which could re-enable IRQ...

5.5CVSS5.6AI score0.00179EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/01/15 1:5 p.m.11 views

CVE-2024-57887

In the Linux kernel, the following vulnerability has been resolved: drm: adv7511: Fix use-after-free in adv7533attachdsi The hostnode pointer was assigned and freed in adv7533parsedt, and later, adv7533attachdsi uses the same. Fix this use-after-free issue by dropping ofnodeput in adv7533parsedt...

7.8CVSS6.2AI score0.00209EPSS
SaveExploits0
Rows per page
Query Builder