Lucene search
+L

10132 matches found

UbuntuCve
UbuntuCve
added 2025/09/07 4:15 p.m.2 views

CVE-2025-39727

In the Linux kernel, the following vulnerability has been resolved: mm: swap: fix potential buffer overflow in setupclusters In setupswapmap, we only ensure badpages are in range 0, lastpage. As maxpages might be = maxpages. Only call incclusterinfopage for badpage which is maxpages to fix the...

7.8CVSS6.3AI score0.00173EPSS
SaveExploits0References12
UbuntuCve
UbuntuCve
added 2025/09/07 4:15 p.m.3 views

CVE-2025-39733

In the Linux kernel, the following vulnerability has been resolved: team: replace team lock with rtnl lock syszbot reports various ordering issues for lower instance locks and team lock. Switch to using rtnl lock for protecting team device, similar to bonding. Based on the patch by Tetsuo Handa...

5.5CVSS5.9AI score0.00143EPSS
SaveExploits0References5
Wolfi
Wolfi
added 2025/09/06 2:36 p.m.6 views

CVE-2025-55190 vulnerabilities

Vulnerabilities for packages: argocd-image-updater...

9.9CVSS6AI score0.04683EPSS
SaveExploits1
SUSE CVE
SUSE CVE
added 2025/09/05 11:27 p.m.4 views

SUSE CVE-2025-30693

unknown...

5.5CVSS7AI score0.00933EPSS
SaveExploits0References15
UbuntuCve
UbuntuCve
added 2025/09/05 6:15 p.m.5 views

CVE-2025-39685

In the Linux kernel, the following vulnerability has been resolved: comedi: pcl726: Prevent invalid irq number The reproducer passed in an irq number0x80008000 that was too large, which triggered the oob. Added an interrupt number check to prevent users from passing in an irq number that was too...

7.1CVSS6.2AI score0.0016EPSS
SaveExploits0References33
UbuntuCve
UbuntuCve
added 2025/09/05 6:15 p.m.2 views

CVE-2025-38735

In the Linux kernel, the following vulnerability has been resolved: gve: prevent ethtool ops after shutdown A crash can occur if an ethtool operation is invoked after shutdown is called. shutdown is invoked during system shutdown to stop DMA operations without performing expensive deallocations. ...

7.8CVSS6.1AI score0.00166EPSS
SaveExploits0References23
UbuntuCve
UbuntuCve
added 2025/09/05 6:15 p.m.2 views

CVE-2025-39709

In the Linux kernel, the following vulnerability has been resolved: media: venus: protect against spurious interrupts during probe Make sure the interrupt handler is initialized before the interrupt is registered. If the IRQ is registered before hficreate, it's possible that an interrupt fires...

5.5CVSS6AI score0.00159EPSS
SaveExploits0References35
UbuntuCve
UbuntuCve
added 2025/09/05 6:15 p.m.4 views

CVE-2025-39719

In the Linux kernel, the following vulnerability has been resolved: iio: imu: bno055: fix OOB access of hwxlate array Fix a potential out-of-bounds array access of the hwxlate array in bno055.c. In bno055getregmask, hwxlate was iterated over the length of the vals array instead of the length of t...

7.1CVSS6.1AI score0.00149EPSS
SaveExploits0References23
UbuntuCve
UbuntuCve
added 2025/09/05 6:15 p.m.2 views

CVE-2025-39679

In the Linux kernel, the following vulnerability has been resolved: drm/nouveau/nvif: Fix potential memory leak in nvifvmmctor. When the nvifvmmtype is invalid, we will return error directly without freeing the args in nvifvmmctor, which leading a memory leak. Fix it by setting the ret -EINVAL an...

5.5CVSS5.7AI score0.00157EPSS
SaveExploits0References22
UbuntuCve
UbuntuCve
added 2025/09/05 6:15 p.m.8 views

CVE-2025-39687

In the Linux kernel, the following vulnerability has been resolved: iio: light: as73211: Ensure buffer holes are zeroed Given that the buffer is copied to a kfifo that ultimately user space can read, ensure we zero it...

7.1CVSS6.3AI score0.00174EPSS
SaveExploits0References34
UbuntuCve
UbuntuCve
added 2025/09/05 6:15 p.m.5 views

CVE-2025-39713

In the Linux kernel, the following vulnerability has been resolved: media: rainshadow-cec: fix TOCTOU race condition in raininterrupt In the interrupt handler raininterrupt, the buffer full check on rain-buflen is performed before acquiring rain-buflock. This creates a Time-of-Check to Time-of-Us...

4.7CVSS6.2AI score0.00134EPSS
SaveExploits0References35
UbuntuCve
UbuntuCve
added 2025/09/05 6:15 p.m.2 views

CVE-2025-39696

In the Linux kernel, the following vulnerability has been resolved: ALSA: hda: tas2781: Fix wrong reference of tasdevicepriv During the conversion to unify the calibration data management, the reference to tasdevicepriv was wrongly set to h-hdapriv instead of h-priv. This resulted in memory...

7.8CVSS5.9AI score0.00144EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2025/09/05 5:21 p.m.6 views

CVE-2025-39710

In the Linux kernel, the following vulnerability has been resolved: media: venus: Add a check for packet size after reading from shared memory Add a check to ensure that the packet size does not exceed the number of available words after reading the packet header from shared memory. This ensures...

7.8CVSS6.1AI score0.00167EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/09/05 5:21 p.m.9 views

CVE-2025-39704

In the Linux kernel, the following vulnerability has been resolved: LoongArch: KVM: Fix stack protector issue in sendipidata Function kvmiobusread is called in function sendipidata, buffer size of parameter val should be at least 8 bytes. Since some emulation functions like loongarchipireadl and...

8.8CVSS5.7AI score0.00148EPSS
SaveExploits0
UbuntuCve
UbuntuCve
added 2025/09/04 4:15 p.m.3 views

CVE-2025-38687

In the Linux kernel, the following vulnerability has been resolved: comedi: fix race between polling and detaching syzbot reports a use-after-free in comedi in the below link, which is due to comedi gladly removing the allocated async area even though poll requests are still active on the...

7.3CVSS6.1AI score0.00124EPSS
SaveExploits0References36
UbuntuCve
UbuntuCve
added 2025/09/04 4:15 p.m.8 views

CVE-2025-38681

In the Linux kernel, the following vulnerability has been resolved: mm/ptdump: take the memory hotplug lock inside ptdumpwalkpgd Memory hot remove unmaps and tears down various kernel page table regions as required. The ptdump code can race with concurrent modifications of the kernel page tables...

4.7CVSS5.9AI score0.00122EPSS
SaveExploits0References35
UbuntuCve
UbuntuCve
added 2025/09/04 4:15 p.m.3 views

CVE-2025-38686

In the Linux kernel, the following vulnerability has been resolved: userfaultfd: fix a crash in UFFDIOMOVE when PMD is a migration entry When UFFDIOMOVE encounters a migration PMD entry, it proceeds with obtaining a folio and accessing it even though the entry is swpentryt. Add the missing check...

5.5CVSS5.7AI score0.00155EPSS
SaveExploits0References22
UbuntuCve
UbuntuCve
added 2025/09/04 4:15 p.m.2 views

CVE-2025-38718

In the Linux kernel, the following vulnerability has been resolved: sctp: linearize cloned gso packets in sctprcv A cloned head skb still shares these frag skbs in fraglist with the original head skb. It's not safe to access these frag skbs. syzbot reported two use-of-uninitialized-memory bugs...

7.8CVSS6.5AI score0.00162EPSS
SaveExploits0References35
UbuntuCve
UbuntuCve
added 2025/09/04 4:15 p.m.4 views

CVE-2025-38694

In the Linux kernel, the following vulnerability has been resolved: media: dvb-frontends: dib7090p: fix null-ptr-deref in dib7090prwonapb In dib7090prwonapb, msg is controlled by user. When msg0.buf is null and msg0.len is zero, former checks on msg0.buf would be passed. If accessing msg0.buf2...

5.5CVSS5.9AI score0.00172EPSS
SaveExploits0References36
UbuntuCve
UbuntuCve
added 2025/09/04 4:15 p.m.3 views

CVE-2025-38720

In the Linux kernel, the following vulnerability has been resolved: net: hibmcge: fix rtnl deadlock issue Currently, the hibmcge netdev acquires the rtnllock in pcierrorhandlers.resetprepare and releases it in pcierrorhandlers.resetdone. However, in the PCI framework: pciresetbus - pciresetslot -...

5.5CVSS5.9AI score0.00112EPSS
SaveExploits0References5
Rows per page
Query Builder