Lucene search
+L

6342 matches found

RedhatCVE
RedhatCVE
added 2025/01/20 6:22 a.m.9 views

CVE-2024-57904

In the Linux kernel, the following vulnerability has been resolved: iio: adc: at91: call inputfreedevice on allocated iiodev Current implementation of at91tsregister calls inputfreedeivce on st-tsinput, however, the err label can be reached before the allocated iiodev is stored to st-tsinput. Thu...

5.5CVSS6.6AI score0.00235EPSS
SaveExploits0References4
OSV
OSV
added 2025/01/19 10:18 a.m.10 views

CVE-2025-21644 drm/xe: Fix tlb invalidation when wedging

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Fix tlb invalidation when wedging If GuC fails to load, the driver wedges, but in the process it tries to do stuff that may not be initialized yet. This moves the xegttlbinvalidationinit to be done earlier: as its own doc...

5.5CVSS5.6AI score
SaveExploits0References5
Debian CVE
Debian CVE
added 2025/01/15 1:10 p.m.9 views

CVE-2024-57857

In the Linux kernel, the following vulnerability has been resolved: RDMA/siw: Remove direct link to netdevice Do not manage a per device direct link to netdevice. Rely on associated ibdevices netdevice management, not doubling the effort locally. A badly managed local link to netdevice was causin...

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

CVE-2024-57801

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Skip restore TC rules for vport rep without loaded flag During driver unload, unregisternetdev is called after unloading vport rep. So, the mlx5ereppriv is already freed while trying to get rpriv-netdev, or walk...

7.8CVSS6.2AI score0.00223EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/01/15 1:10 p.m.12 views

CVE-2024-39282

In the Linux kernel, the following vulnerability has been resolved: net: wwan: t7xx: Fix FSM command timeout issue When driver processes the internal state change command, it use an asynchronous thread to process the command operation. If the main thread detects that the task has timed out, the...

7.8CVSS5.7AI score0.0023EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/01/15 1:5 p.m.27 views

CVE-2024-57899

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: fix mbss changed flags corruption on 32 bit systems On 32-bit systems, the size of an unsigned long is 4 bytes, while a u64 is 8 bytes. Therefore, when using oreachsetbitbit, &bits, sizeofchanged BITSPERBYTE, the...

7.8CVSS5.9AI score0.00315EPSS
SaveExploits0
OSV
OSV
added 2025/01/15 1:5 p.m.13 views

CVE-2024-57898 wifi: cfg80211: clear link ID from bitmap during link delete after clean up

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...

6AI score
SaveExploits0References5
CVE
CVE
added 2025/01/15 1:5 p.m.122 views

CVE-2024-57895

CVE-2024-57895 affects the Linux kernel component ksmbd. A bug occurs when setting file times: ksmbd may set atime/mtime via notify_change without updating ctime, triggering a kernel warning. The Astra Linux bulletin and other connected entries describe the fix as adding ATTR_CTIME flags when set...

7.1CVSS6.2AI score0.00416EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2025/01/15 1:5 p.m.13 views

CVE-2024-57895 ksmbd: set ATTR_CTIME flags when setting mtime

In the Linux kernel, the following vulnerability has been resolved: ksmbd: set ATTRCTIME flags when setting mtime David reported that the new warning from setattrcopymgtime is coming like the following. 113.215316 ------------ cut here ------------ 113.215974 WARNING: CPU: 1 PID: 31 at...

7.1CVSS5.9AI score
SaveExploits0References7
Debian CVE
Debian CVE
added 2025/01/15 1:5 p.m.6 views

CVE-2024-57895

In the Linux kernel, the following vulnerability has been resolved: ksmbd: set ATTRCTIME flags when setting mtime David reported that the new warning from setattrcopymgtime is coming like the following. 113.215316 ------------ cut here ------------ 113.215974 WARNING: CPU: 1 PID: 31 at...

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

CVE-2024-57893

In the Linux kernel, the following vulnerability has been resolved: ALSA: seq: oss: Fix races at processing SysEx messages OSS sequencer handles the SysEx messages split in 6 bytes packets, and ALSA sequencer OSS layer tries to combine those. It stores the data in the internal buffer and this...

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

CVE-2024-57889

In the Linux kernel, the following vulnerability has been resolved: pinctrl: mcp23s08: Fix sleeping in atomic context due to regmap locking If a device uses MCP23xxx IO expander to receive IRQs, the following bug can happen: BUG: sleeping function called from invalid context at...

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

CVE-2024-57885

In the Linux kernel, the following vulnerability has been resolved: mm/kmemleak: fix sleeping function called from invalid context at print message Address a bug in the kernel that triggers a "sleeping function called from invalid context" warning when /sys/kernel/debug/kmemleak is printed under...

5.5CVSS5.8AI score0.00204EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/01/15 1:5 p.m.10 views

CVE-2024-57883

In the Linux kernel, the following vulnerability has been resolved: mm: hugetlb: independent PMD page table shared count The folio refcount may be increased unexpectly through trygetfolio by caller such as splithugepages. In hugepmdunshare, we use refcount to check whether a pmd page table is...

7.8CVSS5.6AI score0.00217EPSS
SaveExploits0
OSV
OSV
added 2025/01/15 1:5 p.m.11 views

CVE-2024-57882 mptcp: fix TCP options overflow.

In the Linux kernel, the following vulnerability has been resolved: mptcp: fix TCP options overflow. Syzbot reported the following splat: Oops: general protection fault, probably for non-canonical address 0xdffffc0000000001: 0000 1 PREEMPT SMP KASAN PTI KASAN: null-ptr-deref in range...

9.8CVSS6AI score
SaveExploits0References10
Rosalinux
Rosalinux
added 2025/01/13 10:19 a.m.10 views

Advisory ROSA-SA-2025-2558

Software: libsoup 2.62.2 OS: rosa-server79 packageevrstring: libsoup-2.62.2-2.0.1.res7 CVE-ID: CVE-2024-52530 BDU-ID: None CVE-Crit: HIGH CVE-DESC.: Vulnerability in GNOME libsoup allows HTTP request smuggling attack due to ignoring '\0' characters at the end of header names. CVE-STATUS: The...

7.5CVSS6.8AI score0.00793EPSS
SaveExploits1
Citrix
Citrix
added 2025/01/09 12:0 a.m.15 views

Hotfix XS82ECU1080 - For Citrix Hypervisor 8.2 Cumulative Update 1

Who Should Install This Hotfix? This is a hotfix for customers running Citrix Hypervisor 8.2 Cumulative Update 1 and is only available to customers on theCustomer Success Servicesprogram. Note: Citrix Hypervisor 8.2 Cumulative Update 1 reaches end of life on Jun 25, 2025. Upgrade toXenServer...

7AI score
SaveExploits0
Debian CVE
Debian CVE
added 2025/01/08 5:51 p.m.5 views

CVE-2024-56783

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftsocket: remove WARNONONCE on maximum cgroup level cgroup maximum depth is INTMAX by default, there is a cgroup toggle to restrict this maximum depth to a more reasonable value not to harm performance. Remove...

5.5CVSS5.6AI score0.00204EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/01/08 5:49 p.m.7 views

CVE-2024-56779

In the Linux kernel, the following vulnerability has been resolved: nfsd: fix nfs4openowner leak when concurrent nfsd4open occur The action force umountumount -f will attempt to kill all rpctask even umount operation may ultimately fail if some files remain open. Consequently, if an action attemp...

9.8CVSS5.7AI score0.00531EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/01/06 4:20 p.m.13 views

CVE-2024-56767

In the Linux kernel, the following vulnerability has been resolved: dmaengine: atxdmac: avoid nullprtderef in atxdmacprepdmamemset The atxdmacmemsetcreatedesc may return NULL, which will lead to a null pointer dereference. For example, the len input is error, or the atchan-freedescslist is empty...

5.5CVSS5.6AI score0.00217EPSS
SaveExploits0
Rows per page
Query Builder