Lucene search
+L

42359 matches found

UbuntuCve
UbuntuCve
added 2025/11/12 11:15 a.m.3 views

CVE-2025-40161

In the Linux kernel, the following vulnerability has been resolved: mailbox: zynqmp-ipi: Fix SGI cleanup on unbind The driver incorrectly determines SGI vs SPI interrupts by checking IRQ number 16, which fails with dynamic IRQ allocation. During unbind, this causes improper SGI cleanup leading to...

5.7AI score0.00184EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
added 2025/11/12 11:15 a.m.4 views

CVE-2025-40149

In the Linux kernel, the following vulnerability has been resolved: tls: Use skdstget and dstdevrcu in getnetdevforsock. getnetdevforsock is called during setsockopt, so not under RCU. Using skdstgetsk-dev could trigger UAF. Let's use skdstget and dstdevrcu. Note that the only -ndoskgetlowerdev...

7.8CVSS5.9AI score0.00161EPSS
SaveExploits0References31
UbuntuCve
UbuntuCve
added 2025/11/12 11:15 a.m.14 views

CVE-2025-40167

In the Linux kernel, the following vulnerability has been resolved: ext4: detect invalid INLINEDATA + EXTENTS flag combination syzbot reported a BUGON in ext4escacheextent when opening a verity file on a corrupted ext4 filesystem mounted without a journal. The issue is that the filesystem has an...

7.8CVSS6.1AI score0.00153EPSS
SaveExploits0References38
UbuntuCve
UbuntuCve
added 2025/11/12 11:15 a.m.7 views

CVE-2025-40162

In the Linux kernel, the following vulnerability has been resolved: ASoC: amd/sdwutils: avoid NULL deref when devmkasprintf fails devmkasprintf may return NULL on memory allocation failure, but the debug message prints cpus-dainame before checking it. Move the devdbg call after the NULL check to...

5.7AI score0.00184EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
added 2025/11/12 11:15 a.m.3 views

CVE-2025-40142

In the Linux kernel, the following vulnerability has been resolved: ALSA: pcm: Disable bottom softirqs as part of spinlockirq on PREEMPTRT sndpcmgrouplockirq acquires a spinlockt and disables interrupts via spinlockirq. This also implicitly disables the handling of softirqs such as TIMERSOFTIRQ. ...

5.9AI score0.00197EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
added 2025/11/12 11:15 a.m.5 views

CVE-2025-40121

In the Linux kernel, the following vulnerability has been resolved: ASoC: Intel: bytcrrt5651: Fix invalid quirk input mapping When an invalid value is passed via quirk option, currently bytcrrt5640 driver just ignores and leaves as is, which may lead to unepxected results like OOB access. This...

5.4AI score0.00216EPSS
SaveExploits0References39
UbuntuCve
UbuntuCve
added 2025/11/12 11:15 a.m.6 views

CVE-2025-40163

In the Linux kernel, the following vulnerability has been resolved: sched/deadline: Stop dlserver before CPU goes offline IBM CI tool reported kernel warning1 when running a CPU removal operation through drmgr2. i.e "drmgr -c cpu -r -q 1" WARNING: CPU: 0 PID: 0 at kernel/sched/cpudeadline.c:219...

5.4AI score0.00184EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2025/11/12 11:15 a.m.13 views

CVE-2025-40135

In the Linux kernel, the following vulnerability has been resolved: ipv6: use RCU in ip6xmit Use RCU in ip6xmit in order to use dstdevrcu to prevent possible UAF...

8.1CVSS6AI score0.00548EPSS
SaveExploits0References23
UbuntuCve
UbuntuCve
added 2025/11/12 11:15 a.m.5 views

CVE-2025-40139

In the Linux kernel, the following vulnerability has been resolved: smc: Use skdstget and dstdevrcu in in smcclcprfxset. smcclcprfxset is called during connect and not under RCU nor RTNL. Using skdstgetsk-dev could trigger UAF. Let's use skdstget and devdstrcu under rcureadlock after...

7.8CVSS6.5AI score0.00143EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
added 2025/11/12 11:15 a.m.6 views

CVE-2025-40146

In the Linux kernel, the following vulnerability has been resolved: blk-mq: fix potential deadlock while nrrequests grown Allocate and free schedtags while queue is freezed can deadlock1, this is a long term problem, hence allocate memory before freezing queue and free memory after queue is...

6AI score0.00225EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
added 2025/11/12 11:15 a.m.9 views

CVE-2025-40164

In the Linux kernel, the following vulnerability has been resolved: usbnet: Fix using smpprocessorid in preemptible code warnings Syzbot reported the following warning: BUG: using smpprocessorid in preemptible 00000000 code: dhcpcd/2879 caller is usbnetskbreturn+0x74/0x490...

5.5CVSS5.8AI score0.00181EPSS
SaveExploits0References35
UbuntuCve
UbuntuCve
added 2025/11/12 11:15 a.m.4 views

CVE-2025-40156

In the Linux kernel, the following vulnerability has been resolved: PM / devfreq: mtk-cci: Fix potential error pointer dereference in probe The drv-sramreg pointer could be set to ERRPTR-EPROBEDEFER which would lead to a error pointer dereference. Use ISERRORNULL to check that the pointer is vali...

5.7AI score0.00186EPSS
SaveExploits0References22
UbuntuCve
UbuntuCve
added 2025/11/12 11:15 a.m.4 views

CVE-2025-40131

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: Fix peer lookup in ath12kdpmonrxdelivermsdu In ath12kdpmonrxdelivermsdu, peer lookup fails because rxcb-peerid is not updated with a valid value. This is expected in monitor mode, where RX frames bypass the regular ...

5.7AI score0.00196EPSS
SaveExploits0References9
Debian CVE
Debian CVE
added 2025/11/12 10:53 a.m.6 views

CVE-2025-40173

In the Linux kernel, the following vulnerability has been resolved: net/ip6tunnel: Prevent perpetual tunnel growth Similarly to ipv4 tunnel, ipv6 version updates dev-neededheadroom, too. While ipv4 tunnel headroom adjustment growth was limited in commit 5ae1e9922bbd "net: iptunnel: prevent...

7.8CVSS5.2AI score0.00143EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/11/12 10:23 a.m.15 views

CVE-2025-40119

In the Linux kernel, the following vulnerability has been resolved: ext4: fix potential null deref in ext4mbinit In ext4mbinit, ext4mbavgfragmentsizedestroy may be called when sbi-smbavgfragmentsize remains uninitialized e.g., if groupinfo slab cache allocation fails. Since...

5AI score0.00198EPSS
SaveExploits0
RedHat Linux
RedHat Linux
added 2025/11/12 2:35 a.m.16 views

thunderbird: firefox: Use-after-free in MediaTrackGraphImpl::GetInstance()

A flaw was found in Thunderbird and Firefox. The Mozilla Foundation's Security Advisory describes the following issue: Use-after-free in MediaTrackGraphImpl::GetInstance...

9.8CVSS7.2AI score0.00475EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2025/11/12 2:15 a.m.3 views

CVE-2025-40110

In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: Fix a null-ptr access in the cursor snooper Check that the resource which is converted to a surface exists before trying to use the cursor snooper on it. vmwcmdrescheck allows explicit invalid SVGA3DINVALIDID...

6.5AI score0.00193EPSS
SaveExploits0References31
CNVD
CNVD
added 2025/11/12 12:00 a.m.17 views

IBM Db2 Denial of Service Vulnerability (CNVD-2025-29174)

IBM Db2 is a relational database management system from International Business Machines IBM. The system's execution environments are mainly UNIX, Linux, IBMi, z/OS, and Windows server versions. A denial of service vulnerability exists in IBM Db2, which can be exploited by an attacker to cause a...

7.5CVSS6.7AI score0.0029EPSS
SaveExploits0References1
Tenable Nessus
Tenable Nessus
added 2025/11/12 12:00 a.m.7 views

RHEL 9 : kernel-rt (RHSA-2025:21128)

The remote Redhat Enterprise Linux 9 host has packages installed that are affected by multiple vulnerabilities as referenced in the RHSA-2025:21128 advisory. The kernel-rt packages provide the Real Time Linux Kernel, which enables fine-tuning for systems with extremely high determinism...

8.8CVSS7.5AI score0.00239EPSS
SaveExploits0References35
Tenable Nessus
Tenable Nessus
added 2025/11/12 12:00 a.m.5 views

Linux Distros Unpatched Vulnerability : CVE-2025-40146

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - blk-mq: fix potential deadlock while nrrequests grown Allocate and free schedtags while queue is freezed can deadlock1, this is a long term problem, hence...

6.5AI score0.00225EPSS
SaveExploits0References4
Rows per page
Query Builder