Lucene search
+L

3023 matches found

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

CVE-2025-21632

In the Linux kernel, the following vulnerability has been resolved: x86/fpu: Ensure shadow stack is active before "getting" registers The x86 shadow stack support has its own set of registers. Those registers are XSAVE-managed, but they are "supervisor state components" which means that userspace...

5.5CVSS6.4AI score0.00202EPSS
SaveExploits0References21
UbuntuCve
UbuntuCve
added 2025/01/19 11:15 a.m.5 views

CVE-2025-21649

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.5CVSS6.2AI score0.00181EPSS
SaveExploits0References20
UbuntuCve
UbuntuCve
added 2025/01/19 11:15 a.m.13 views

CVE-2025-21639

In the Linux kernel, the following vulnerability has been resolved: sctp: sysctl: rtomin/max: 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 from the...

5.5CVSS6.1AI score0.00224EPSS
SaveExploits0References44
UbuntuCve
UbuntuCve
added 2025/01/19 11:15 a.m.7 views

CVE-2025-21642

In the Linux kernel, the following vulnerability has been resolved: mptcp: sysctl: sched: avoid using current-nsproxy Using the 'net' structure via 'current' is not recommended for different reasons. First, if the goal is to use it to read or write per-netns data, this is inconsistent with how th...

5.5CVSS6.3AI score0.00245EPSS
SaveExploits0References21
UbuntuCve
UbuntuCve
added 2025/01/19 11:15 a.m.9 views

CVE-2025-21631

In the Linux kernel, the following vulnerability has been resolved: block, bfq: fix wakerbfqq UAF after bfqsplitbfqq Our syzkaller report a following UAF for v6.6: BUG: KASAN: slab-use-after-free in bfqinitrq+0x175d/0x17a0 block/bfq-iosched.c:6958 Read of size 8 at addr ffff8881b57147d8 by task...

7.8CVSS6.2AI score0.00206EPSS
SaveExploits0References33
UbuntuCve
UbuntuCve
added 2025/01/19 11:15 a.m.16 views

CVE-2025-21637

In the Linux kernel, the following vulnerability has been resolved: sctp: sysctl: udpport: 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 from the...

7.1CVSS6.1AI score0.00207EPSS
SaveExploits0References33
UbuntuCve
UbuntuCve
added 2025/01/19 11:15 a.m.8 views

CVE-2025-21654

In the Linux kernel, the following vulnerability has been resolved: ovl: support encoding fid from inode with no alias Dmitry Safonov reported that a WARNON assertion can be trigered by userspace when calling inotifyshowfdinfo for an overlayfs watched inode, whose dentry aliases were discarded wi...

5.5CVSS6.3AI score0.00199EPSS
SaveExploits0References21
UbuntuCve
UbuntuCve
added 2025/01/19 11:15 a.m.11 views

CVE-2025-21638

In the Linux kernel, the following vulnerability has been resolved: sctp: sysctl: authenable: 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 from the...

7.1CVSS6.1AI score0.00232EPSS
SaveExploits0References44
UbuntuCve
UbuntuCve
added 2025/01/17 10:15 p.m.10 views

CVE-2025-23207

KaTeX is a fast, easy-to-use JavaScript library for TeX math rendering on the web. KaTeX users who render untrusted mathematical expressions with renderToString could encounter malicious input using \htmlData that runs arbitrary JavaScript, or generate invalid HTML. Users are advised to upgrade t...

7.2CVSS6.7AI score0.00407EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2025/01/15 1:15 p.m.5 views

CVE-2024-57886

In the Linux kernel, the following vulnerability has been resolved: mm/damon/core: fix new damontarget objects leaks on damoncommittargets Patch series "mm/damon/core: fix memory leaks and ignored inputs from damoncommitctx". Due to two bugs in damoncommittargets and damoncommitschemes, which are...

5.5CVSS6.4AI score0.00172EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
added 2025/01/15 1:15 p.m.8 views

CVE-2024-57903

In the Linux kernel, the following vulnerability has been resolved: net: restrict SOREUSEPORT to inet sockets After blamed commit, crypto sockets could accidentally be destroyed from RCU call back, as spotted by zyzbot 1. Trying to acquire a mutex in RCU callback is not allowed. Restrict...

5.5CVSS6.1AI score0.00193EPSS
SaveExploits0References34
UbuntuCve
UbuntuCve
added 2025/01/15 1:15 p.m.16 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.8CVSS6.3AI score0.00161EPSS
SaveExploits0References22
UbuntuCve
UbuntuCve
added 2025/01/15 1:15 p.m.8 views

CVE-2024-57884

In the Linux kernel, the following vulnerability has been resolved: mm: vmscan: account for free pages to prevent infinite Loop in throttledirectreclaim The task sometimes continues looping in throttledirectreclaim because allowdirectreclaimpgdat keeps returning false. 0 ffff80002cb6f8d0 switchto...

5.5CVSS6.2AI score0.00209EPSS
SaveExploits0References47
UbuntuCve
UbuntuCve
added 2025/01/15 1:15 p.m.7 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.5AI score0.00256EPSS
SaveExploits0References47
UbuntuCve
UbuntuCve
added 2025/01/15 1:15 p.m.4 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.5CVSS6.4AI score0.00182EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2025/01/15 1:15 p.m.9 views

CVE-2024-57882

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.8CVSS6.1AI score0.00509EPSS
SaveExploits0References33
UbuntuCve
UbuntuCve
added 2025/01/15 1:15 p.m.10 views

CVE-2024-36476

In the Linux kernel, the following vulnerability has been resolved: RDMA/rtrs: Ensure 'ibsge list' is accessible Move the declaration of the 'ibsge list' variable outside the 'alwaysinvalidate' block to ensure it remains accessible for use throughout the function. Previously, 'ibsge list' was...

9.8CVSS6.2AI score0.00632EPSS
SaveExploits0References35
UbuntuCve
UbuntuCve
added 2025/01/14 6:15 p.m.5 views

CVE-2025-21311

Windows NTLM V1 Elevation of Privilege Vulnerability...

9.8CVSS7.3AI score0.02212EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2025/01/14 6:0 p.m.12 views

CVE-2024-50349

Git is a fast, scalable, distributed revision control system with an unusually rich command set that provides both high-level operations and full access to internals. When Git asks for credentials via a terminal prompt i.e. without using any credential helper, it prints out the host name for whic...

4.7CVSS6.9AI score0.00667EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2025/01/14 1:15 a.m.7 views

CVE-2024-57657

An issue in the sqlgvecupd component of openlink virtuoso-opensource v7.2.11 allows attackers to cause a Denial of Service DoS via crafted SQL statements...

7.5CVSS7.1AI score0.00913EPSS
SaveExploits1References2
Rows per page
Query Builder