VulnSea

enterprise_linux vulnerabilities

CVEs whose affected-version data names the enterprise_linux package. Each record lists the affected and patched versions; check a specific version with the dependency checker or POST /api/sbom.

659 CVEsRSS

CVE-2026-89605Medium· 5.5⚖ disputed
1w ago

kernel: ecryptfs: release message context on send failure (CVE-2026-89605)

A flaw was found in the `ecryptfs` component of the Linux kernel. When the `ecryptfs_send_miscdev()` function fails to send a message to the userspace daemon, the associated message context is not properly released. This oversight leaves t…

SunlitRed Hat · Red Hat Enterprise Linux 6EPSS 0.16%via CSAF
CVE-2026-89604Medium· 5.5
1w ago

kernel: efivarfs: Rate limit statfs() handler (CVE-2026-89604)

A flaw was found in the Linux kernel's efivarfs component. An unprivileged local user can exploit this by repeatedly calling the `statfs()` handler on the `efivarfs` mount point. This action triggers a flood of calls to the `QueryVariableI…

SunlitRed Hat · Red Hat Enterprise Linux 9EPSS 0.21%via CSAF
CVE-2026-89603High· 7.0
1w ago

kernel: entry: Fix seccomp bypass after ptrace with TSYNC (CVE-2026-89603)

A flaw was found in the Linux kernel. A race condition exists where a seccomp filter, intended to restrict system calls, can be bypassed by an unprivileged process. This occurs when a thread is stopped for tracing (ptrace) and another thre…

TwilightRed Hat · Red Hat Enterprise Linux 9EPSS 0.14%via CSAF
CVE-2026-89598Medium· 5.5
1w ago

kernel: fbdev: ssd1307fb: defer I2C transfers from damage callbacks (CVE-2026-89598)

A flaw was found in the Linux kernel's fbdev (framebuffer device) subsystem, specifically within the ssd1307fb driver. This vulnerability occurs when display damage callbacks, which handle updates to the display, perform synchronous I2C (I…

SunlitRed Hat · Red Hat Enterprise Linux 9EPSS 0.17%via CSAF
CVE-2026-89587High· 7.0
1w ago

kernel: ACPI: pfr_update: fix stack buffer overflow in query_capability() (CVE-2026-89587)

A flaw was found in the Linux kernel's ACPI Platform Firmware Runtime Update (pfr_update) component. The `query_capability()` function, responsible for handling ACPI buffer objects from firmware, performs an unchecked memory copy operation…

TwilightRed Hat · Red Hat Enterprise Linux 9EPSS 0.14%via CSAF
CVE-2026-89586Medium· 5.5⚖ disputed
1w ago

kernel: ata: libata-scsi: fix DSM TRIM for sector sizes larger than 2048 bytes (CVE-2026-89586)

A flaw was found in the Linux kernel's `libata-scsi` component. This vulnerability occurs when the system attempts to perform Data Set Management (DSM) TRIM operations on storage devices with logical sector sizes exceeding 2048 bytes. Due …

SunlitRed Hat · Red Hat Enterprise Linux 9EPSS 0.61%via CSAF
CVE-2026-89583High· 7.0
1w ago

kernel: Bluetooth: eir: Fix OOB read in eir_get_service_data() (CVE-2026-89583)

A flaw was found in the Linux kernel's Bluetooth subsystem. An out-of-bounds (OOB) read vulnerability exists in the `eir_get_service_data()` function due to incorrect length calculation when parsing Extended Inquiry Response (EIR) advertis…

TwilightRed Hat · Red Hat Enterprise Linux 9EPSS 0.27%via CSAF
CVE-2026-89582High· 7.0
1w ago

kernel: bnx2x: fix double free in bnx2x_init_firmware() error path (CVE-2026-89582)

A flaw was found in the `bnx2x` component of the Linux kernel. This flaw occurs due to a double free vulnerability within the `bnx2x_init_firmware()` function's error handling path. Memory pointers are freed without being set to NULL, allo…

TwilightRed Hat · Red Hat Enterprise Linux 9EPSS 0.18%via CSAF
CVE-2026-89579High· 7.0
1w ago

kernel: bpf: Harden bloom filter sizing and indexing on 32-bit kernels (CVE-2026-89579)

A flaw was found in the Linux kernel's Berkeley Packet Filter (BPF) component, specifically impacting 32-bit systems. This vulnerability stems from incorrect sizing and indexing of bloom filters, which can lead to out-of-bounds memory acce…

TwilightRed Hat · Red Hat Enterprise Linux 9EPSS 0.17%via CSAF
CVE-2026-89576Medium· 5.5
1w ago

kernel: dm-era: fix shadowed superblock leak on take-snap failure (CVE-2026-89576)

A flaw was found in the Linux kernel's device-mapper era (dm-era) component. When a snapshot operation fails, a block of metadata is allocated but not properly freed. This leads to a permanent leak of system resources with each failed atte…

SunlitRed Hat · Red Hat Enterprise Linux 9EPSS 0.21%via CSAF
CVE-2026-89575High· 7.0
1w ago

kernel: dm raid1: reserve space for NUL-terminator in build_constructor_string() (CVE-2026-89575)

A flaw was found in the Linux kernel's device mapper (dm-raid1) component. This vulnerability occurs in the `build_constructor_string()` function, where insufficient space is reserved for a NUL-terminator when formatting a string with `spr…

TwilightRed Hat · Red Hat Enterprise Linux 9EPSS 0.23%via CSAF
CVE-2026-89569High· 7.0
1w ago

kernel: Bluetooth: RFCOMM: serialize security confirmation handling (CVE-2026-89569)

A flaw was found in the Linux kernel's Bluetooth RFCOMM subsystem. This vulnerability arises because the system does not properly manage memory when handling Bluetooth security confirmations. A race condition allows a part of the system to…

TwilightRed Hat · Red Hat Enterprise Linux 9EPSS 0.34%via CSAF
CVE-2026-89565Medium· 5.5
1w ago

kernel: ipip: fix skb leak in collect_md mode when metadata_dst allocation fails (CVE-2026-89565)

A flaw was found in the Linux kernel's IP over IP (ipip) tunnel driver. When operating in collect_md mode, the ipip_tunnel_rcv() function fails to free a network packet buffer (skb) if the metadata_dst allocation fails. This oversight lead…

SunlitRed Hat · Red Hat Enterprise Linux 9EPSS 0.17%via CSAF
CVE-2026-89563High· 7.0
1w ago

kernel: ip6_tunnel: use skb_cow_head() in ip6_tnl_xmit() (CVE-2026-89563)

A flaw was found in the `ip6_tunnel` module of the Linux kernel. Incorrect handling of socket buffers (skb) during headroom reallocation in the `ip6_tnl_xmit()` function can lead to a double-free vulnerability. This occurs when an error pa…

TwilightRed Hat · Red Hat Enterprise Linux 9EPSS 0.14%via CSAF
CVE-2026-89559High· 7.0
1w ago

kernel: libnvdimm/labels: Prevent integer overflow in __nd_label_validate() (CVE-2026-89559)

A flaw was found in the Linux kernel's `libnvdimm/labels` component. An integer overflow vulnerability exists in the `__nd_label_validate()` function, where a 32-bit calculation of a namespace index field (`nslot`) can wrap around. This al…

TwilightRed Hat · Red Hat Enterprise Linux 9EPSS 0.16%via CSAF
CVE-2026-89554Medium· 5.5⚖ disputed
1w ago

kernel: mptcp: fix uninitialized local_id in syncookie MP_JOIN reconstruction (CVE-2026-89554)

A flaw was found in the Linux kernel's Multipath TCP (MPTCP) implementation. When reconstructing a Multipath TCP (MPTCP) join request under SYN cookies, the `local_id` field is not properly initialized. An off-path attacker can influence t…

SunlitRed Hat · Red Hat Enterprise Linux 9EPSS 0.61%via CSAF
CVE-2026-89553High· 7.0
1w ago

kernel: nouveau/gem: reserve the bo in the info ioctl around the vma lookup (CVE-2026-89553)

A flaw was found in the Linux kernel's nouveau/gem component. A race condition exists where the graphics execution manager (GEM) close path can close a virtual memory area (VMA) while an information lookup is still trying to access it. Thi…

TwilightRed Hat · Red Hat Enterprise Linux 9EPSS 0.13%via CSAF
CVE-2026-89684High· 7.0
1w ago

kernel: nfsd: fix cpntf publish race in nfs4_init_cp_state (CVE-2026-89684)

A flaw was found in the Linux kernel's nfsd component. A remote attacker, by sending a specially crafted OFFLOAD_CANCEL request, could exploit a race condition during the initialization of copy state notifications. This could lead to a den…

TwilightRed Hat · Red Hat Enterprise Linux 9EPSS 0.51%via CSAF
CVE-2026-89672High· 7.0⚖ disputed
1w ago

kernel: nfsd: gate nfs2 setacl by argp->mask (CVE-2026-89672)

A flaw was found in the Linux kernel's Network File System (NFS) server daemon (`nfsd`). When processing NFSACL version 2 SETACL requests, the system could unintentionally remove a directory's default Access Control List (ACL) or both acce…

TwilightRed Hat · Red Hat Enterprise Linux 9EPSS 0.52%via CSAF
CVE-2026-89671High· 7.0⚖ disputed
1w ago

kernel: nfsd: gate nfs3 setacl by argp->mask (CVE-2026-89671)

A flaw was found in the Linux kernel's Network File System version 3 (NFSv3) server daemon (`nfsd`). The `nfsd3_proc_setacl()` function unconditionally processes Access Control List (ACL) update requests, even when the client's request doe…

TwilightRed Hat · Red Hat Enterprise Linux 9EPSS 0.49%via CSAF
CVE-2026-89669High· 7.0⚖ disputed
1w ago

kernel: nfsd: initialize copy-notify stateid before publishing it (CVE-2026-89669)

A flaw was found in the `nfsd` component of the Linux kernel. A use-after-free vulnerability exists due to improper initialization of the copy-notify state ID before its publication. A remote attacker could exploit this by sending a crafte…

TwilightRed Hat · Red Hat Enterprise Linux 9EPSS 0.68%via CSAF
CVE-2026-89665High· 7.0
1w ago

kernel: nfsd: reject out-of-range useconds in NFSv2 SETATTR/CREATE (CVE-2026-89665)

A flaw was found in the Linux kernel's nfsd component. A remote attacker could exploit this vulnerability by sending a specially crafted NFSv2 SETATTR or CREATE request with an out-of-range 'useconds' value. This could lead to incorrect ti…

TwilightRed Hat · Red Hat Enterprise Linux 8EPSS 0.62%via CSAF
CVE-2026-89663High· 7.0
1w ago

kernel: nfsd: revoke copy-notify stateids before dropping their reference (CVE-2026-89663)

A flaw was found in the Linux kernel's Network File System Daemon (nfsd). This vulnerability arises from improper handling of "copy-notify stateids" during their revocation. When a stateid's reference is dropped without unlinking it, the m…

TwilightRed Hat · Red Hat Enterprise Linux 9EPSS 0.46%via CSAF
CVE-2026-89662High· 7.0⚖ disputed
1w ago

kernel: NFSD: Prevent lock owner use-after-free during client teardown (CVE-2026-89662)

A flaw was found in the Linux kernel's Network File System Daemon (NFSD). During client teardown, a race condition can occur where a lock owner is freed while still being referenced, leading to a use-after-free vulnerability. This can resu…

TwilightRed Hat · Red Hat Enterprise Linux 9EPSS 0.68%via CSAF
CVE-2026-89657High· 7.0
1w ago

kernel: libceph: validate OSD extent maps before cursor advance (CVE-2026-89657)

A flaw was found in libceph in the Linux kernel. A malicious or compromised authenticated Ceph Object Storage Device (OSD) peer could send a specially crafted sparse-read reply that lacks proper validation of extent maps. This could cause …

TwilightRed Hat · Red Hat Enterprise Linux 9EPSS 0.60%via CSAF
CVE-2026-89656High· 7.0⚖ disputed
1w ago

kernel: libceph: reject buckets with mismatched CRUSH ids (CVE-2026-89656)

A flaw was found in libceph within the Linux kernel. This vulnerability allows a local attacker to craft a malformed CRUSH map, which is used for data placement. By doing so, one data bucket can be made to reuse another bucket's memory wor…

TwilightRed Hat · Red Hat Enterprise Linux 9EPSS 0.52%via CSAF
CVE-2026-89655High· 7.0⚖ disputed
1w ago

kernel: ceph: fix UAF in __kick_flushing_caps() on cf entry freed during unlock (CVE-2026-89655)

A flaw was found in the Linux kernel's Ceph file system component. A race condition exists in the `__kick_flushing_caps()` function during the handling of capability messages. This allows a separate process to free a data structure (`cf en…

TwilightRed Hat · Red Hat Enterprise Linux 9EPSS 0.70%via CSAF
CVE-2026-89653High· 8.1⚖ disputed
1w ago

kernel: ceph: reject export_targets ranks >= CEPH_MAX_MDS in mdsmap decode (CVE-2026-89653)

A flaw was found in the Linux kernel's Ceph filesystem. This vulnerability occurs when a malicious or malformed MDSMap export_targets entry, controlled by a monitor, contains a rank value that exceeds the maximum allowed (CEPH_MAX_MDS) dur…

TwilightRed Hat · Red Hat Enterprise Linux 9EPSS 0.51%via CSAF
CVE-2026-89652High· 7.0⚖ disputed
1w ago

kernel: ceph: bound copied dentry name length in NFS export get_name (CVE-2026-89652)

A flaw was found in the Linux kernel's Ceph file system. A malicious or compromised Ceph Metadata Server (MDS) can send a specially crafted `LOOKUPNAME` reply that causes a buffer overflow when copying dentry names during an NFS export ope…

TwilightRed Hat · Red Hat Enterprise Linux 9EPSS 0.46%via CSAF
CVE-2026-89650High· 7.0⚖ disputed
1w ago

kernel: ceph: bound num_export_targets array for mds info v2/v3 (CVE-2026-89650)

A flaw was found in the Linux kernel's Ceph client. A malicious or compromised Ceph monitor, or an on-path attacker, can send a specially crafted Metadata Server (MDS) map. This map, with an oversized num_export_targets field and a per-MDS…

TwilightRed Hat · Red Hat Enterprise Linux 9EPSS 0.51%via CSAF
enterprise_linux vulnerabilities (CVEs) — page 6 · VulnSea