Lucene search
+L

1038878 matches found

UbuntuCve
UbuntuCve
added 2026/02/04 5:16 p.m.8 views

CVE-2026-23067

In the Linux kernel, the following vulnerability has been resolved: iommu/io-pgtable-arm: fix sizet signedness bug in unmap path armlpaeunmap returns sizet but was returning -ENOENT negative error code when encountering an unmapped PTE. Since sizet is unsigned, -ENOENT typically -2 becomes a huge...

5.5CVSS5.5AI score0.00107EPSS
SaveExploits0References10
OSV
OSV
added 2026/02/04 5:16 p.m.10 views

UBUNTU-CVE-2026-23057

In the Linux kernel, the following vulnerability has been resolved: vsock/virtio: Coalesce only linear skb vsock/virtio common tries to coalesce buffers in rx queue: if a linear skb with a spare tail room is followed by a small skb length limited by GOODCOPYLEN = 128, an attempt is made to join...

5.7AI score0.00166EPSS
SaveExploits0References21
CVE
CVE
added 2026/02/04 4:08 p.m.53 views

CVE-2026-23106

CVE-2026-23106 concerns the Linux kernel timekeeping subsystem. The root cause is in __do_adjtimex(), which incorrectly references the core timekeeper’s tk_core when adjusting leap second state for an auxiliary timekeeper. This leads to a seqlock protocol violation where the timekeepers sequence ...

5.5CVSS5.2AI score0.001EPSS
SaveExploits0References2Affected Software1
Vulnrichment
Vulnrichment
added 2026/02/04 4:08 p.m.9 views

CVE-2026-23099 bonding: limit BOND_MODE_8023AD to Ethernet devices

In the Linux kernel, the following vulnerability has been resolved: bonding: limit BONDMODE8023AD to Ethernet devices BONDMODE8023AD makes sense for ARPHRDETHER only. syzbot reported: BUG: KASAN: global-out-of-bounds in hwaddrcreate net/core/devaddrlists.c:63 inline BUG: KASAN: global-out-of-boun...

5.3AI score0.00152EPSS
SaveExploits0References7
EUVD
EUVD
added 2026/02/04 4:08 p.m.10 views

EUVD-2026-5443

In the Linux kernel, the following vulnerability has been resolved: bonding: limit BONDMODE8023AD to Ethernet devices BONDMODE8023AD makes sense for ARPHRDETHER only. syzbot reported: BUG: KASAN: global-out-of-bounds in hwaddrcreate net/core/devaddrlists.c:63 inline BUG: KASAN: global-out-of-boun...

5.2AI score0.00152EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/02/04 4:08 p.m.48 views

CVE-2026-23099 bonding: limit BOND_MODE_8023AD to Ethernet devices

In the Linux kernel, the following vulnerability has been resolved: bonding: limit BONDMODE8023AD to Ethernet devices BONDMODE8023AD makes sense for ARPHRDETHER only. syzbot reported: BUG: KASAN: global-out-of-bounds in hwaddrcreate net/core/devaddrlists.c:63 inline BUG: KASAN: global-out-of-boun...

0.00152EPSS
SaveExploits0References7
OSV
OSV
added 2026/02/04 4:08 p.m.11 views

CVE-2026-23077 mm/vma: fix anon_vma UAF on mremap() faulted, unfaulted merge

In the Linux kernel, the following vulnerability has been resolved: mm/vma: fix anonvma UAF on mremap faulted, unfaulted merge Patch series "mm/vma: fix anonvma UAF on mremap faulted, unfaulted merge", v2. Commit 879bca0a2c4f "mm/vma: fix incorrectly disallowed anonymous VMA merges" introduced th...

7.8CVSS5.2AI score
SaveExploits0References5
Debian CVE
Debian CVE
added 2026/02/04 4:08 p.m.35 views

CVE-2026-23077

In the Linux kernel, the following vulnerability has been resolved: mm/vma: fix anonvma UAF on mremap faulted, unfaulted merge Patch series "mm/vma: fix anonvma UAF on mremap faulted, unfaulted merge", v2. Commit 879bca0a2c4f "mm/vma: fix incorrectly disallowed anonymous VMA merges" introduced th...

7.8CVSS5.3AI score0.00134EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2026/02/04 4:08 p.m.8 views

CVE-2026-23076 ALSA: ctxfi: Fix potential OOB access in audio mixer handling

In the Linux kernel, the following vulnerability has been resolved: ALSA: ctxfi: Fix potential OOB access in audio mixer handling In the audio mixer handling code of ctxfi driver, the conf field is used as a kind of loop index, and it's referred in the index callbacks amixerindex and sumindex. As...

5.4AI score0.00126EPSS
SaveExploits0References7
CVE
CVE
added 2026/02/04 4:08 p.m.34 views

CVE-2026-23076

CVE-2026-23076 affects the Linux kernel ALSA ctxfi driver: a potential out-of-bounds access in the audio mixer handling due to using conj as a loop index and referencing it in amixer_index() and sum_index(). The issue stems from lack of proper re-initialization of conj, enabling OOB reads at ctam...

7.1CVSS5.3AI score0.00126EPSS
SaveExploits0References7Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/02/04 4:07 p.m.7 views

CVE-2026-23067

In the Linux kernel, the following vulnerability has been resolved: iommu/io-pgtable-arm: fix sizet signedness bug in unmap path armlpaeunmap returns sizet but was returning -ENOENT negative error code when encountering an unmapped PTE. Since sizet is unsigned, -ENOENT typically -2 becomes a huge...

5.3AI score0.00107EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2026/02/04 4:07 p.m.9 views

CVE-2026-23067 iommu/io-pgtable-arm: fix size_t signedness bug in unmap path

In the Linux kernel, the following vulnerability has been resolved: iommu/io-pgtable-arm: fix sizet signedness bug in unmap path armlpaeunmap returns sizet but was returning -ENOENT negative error code when encountering an unmapped PTE. Since sizet is unsigned, -ENOENT typically -2 becomes a huge...

5.3AI score
SaveExploits0References5
OSV
OSV
added 2026/02/04 4:04 p.m.9 views

CVE-2026-23051 drm/amdgpu: fix drm panic null pointer when driver not support atomic

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix drm panic null pointer when driver not support atomic When driver not support atomic, fb using plane-fb rather than plane-state-fb. cherry picked from commit 2f2a72de673513247cd6fae14e53f6c40c5841ef...

5.1AI score
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/02/04 3:43 p.m.8 views

Important: Red Hat Security Advisory: Red Hat Quay 3.15.3

Red Hat Quay 3.15.3 is now available with bug fixes. Quay 3.15.3...

8.9CVSS7.1AI score0.02774EPSS
SaveExploits11References17
SUSE Linux
SUSE Linux
added 2026/02/04 12:55 p.m.8 views

Security update for the Linux Kernel

The SUSE Linux Enterprise 11 SP4 kernel was updated to receive various security bugfixes. The following security bugs were fixed: CVE-2021-47633: ath5k: fix OOB in ath5keepromreadpcalinfo5111 bsc1237768. CVE-2022-49545: ALSA: usb-audio: Cancel pending work at closing a MIDI substream bsc1238729...

8.5CVSS6.9AI score0.00303EPSS
SaveExploits1References48
OSV
OSV
added 2026/02/04 11:40 a.m.7 views

SUSE-SU-2026:20231-1 Security update for cups

This update for cups fixes the following issues: Update to version 2.4.16. Security issues fixed: - CVE-2025-61915: local denial-of-service via cupsd.conf update and related issues bsc1253783. - CVE-2025-58436: slow client communication leads to a possible DoS attack bsc1244057. - CVE-2025-58364:...

8CVSS6.5AI score0.01067EPSS
SaveExploits4References10
RedHat Linux
RedHat Linux
added 2026/02/04 11:22 a.m.11 views

Moderate: Red Hat Security Advisory: util-linux security update

An update for util-linux is now available for Red Hat Enterprise Linux 8. Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability from...

6.1CVSS7.3AI score0.00196EPSS
SaveExploits0References2
OSV
OSV
added 2026/02/04 10:19 a.m.18 views

RHSA-2026:1823 Red Hat Security Advisory: JMC bug fix and enhancement update

Bulletin has no description...

7.5CVSS4.9AI score0.00614EPSS
SaveExploits0References9
RedHat Linux
RedHat Linux
added 2026/02/04 9:07 a.m.22 views

Important: Red Hat Security Advisory: kernel security update

An update for kernel is now available for Red Hat Enterprise Linux 8.4 Advanced Mission Critical Update Support and Red Hat Enterprise Linux 8.4 Extended Update Support Long-Life Add-On. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerabilit...

9.8CVSS6.7AI score0.00456EPSS
SaveExploits0References9
OSV
OSV
added 2026/02/04 7:37 a.m.5 views

SUSE-SU-2026:0377-1 Security update for libheif

This update for libheif fixes the following issues: - CVE-2025-68431: Fixed heap buffer over-read in HeifPixelImage::overlay via crafted HEIF that exercises the overlay image item bsc1255735...

7.1CVSS6AI score0.00332EPSS
SaveExploits1References3
Rows per page
Query Builder