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.

658 CVEsRSS

CVE-2026-89649High· 7.0⚖ disputed
1w ago

kernel: ceph: bound xattr value length in __build_xattrs() (CVE-2026-89649)

A flaw was found in the Linux kernel's Ceph file system (CephFS) component. A malicious or compromised metadata server can manipulate the length of an extended attribute (xattr) value, causing the system to read beyond the intended memory …

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

kernel: cifs: fix loff_t underflow in cifs_remap_file_range() when len == 0 (CVE-2026-89640)

A flaw was found in the Linux kernel's Common Internet File System (CIFS) implementation. When performing a file range remapping operation with a zero length, an integer underflow can occur if the offset exceeds the file size. This can lea…

SunlitRed Hat · Red Hat Enterprise Linux 9EPSS 0.13%via CSAF
CVE-2026-89636High· 7.0⚖ disputed
1w ago

kernel: smb: client: clear ce->tgthint in free_tgts() (CVE-2026-89636)

A flaw was found in the Linux kernel's Server Message Block (SMB) client. When the `free_tgts()` function frees data structures, a pointer (`ce->tgthint`) is not properly reset, leaving it pointing to a memory location that has already bee…

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

kernel: smb: client: fix ALIGN() overflow in symlink_data() error context loop (CVE-2026-89634)

A flaw was found in the Server Message Block (SMB) client within the Linux kernel. An integer overflow in the ALIGN() function, specifically within the symlink_data() error context loop, can lead to an out-of-bounds read. This issue allows…

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

kernel: HID: picolcd: clamp eeprom debugfs read to bytes actually received (CVE-2026-89628)

A flaw was found in the Human Interface Device (HID) picolcd driver in the Linux kernel. A local attacker with root privileges, by using a specially crafted or spoofed picoLCD device, could exploit an out-of-bounds read vulnerability in th…

SunlitRed Hat · Red Hat Enterprise Linux 9EPSS 0.22%via CSAF
CVE-2026-89627Medium· 5.5
1w ago

kernel: HID: roccat: free buffered reports when destroying device (CVE-2026-89627)

A flaw was found in the Linux kernel's HID (Human Interface Device) roccat driver. When a roccat device is destroyed, the driver fails to properly free buffered reports, leading to a memory leak. A local attacker could potentially exploit …

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

kernel: HID: sensor: custom: Fix field sysfs group cleanup on failure (CVE-2026-89626)

A flaw was found in the Linux kernel's Human Interface Device (HID) sensor custom driver. When creating sysfs groups for custom sensor fields, the `hid_sensor_custom_add_attributes()` function fails to properly clean up previously created …

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

kernel: eventfs: Initialize ei->children and ei->list in init_ei() (CVE-2026-89618)

A flaw was found in the Linux kernel's eventfs component. When the `eventfs_create_dir()` function fails due to memory pressure, an uninitialized internal data structure can cause the system to issue a misleading warning during the cleanup…

SunlitRed Hat · Red Hat Enterprise Linux 10EPSS 0.18%via CSAF
CVE-2026-89609High· 7.0
1w ago

kernel: ecryptfs: hold msg ctx list lock when cleaning daemon queue (CVE-2026-89609)

A flaw was found in the eCryptfs component of the Linux kernel. A race condition occurs during the cleanup of the daemon message queue because a required lock is not held. This can lead to unpredictable system behavior or instability due t…

TwilightRed Hat · Red Hat Enterprise Linux 6EPSS 0.18%via CSAF
CVE-2026-89608Medium· 5.5
1w ago

kernel: ecryptfs: pass packet set buffer size to parser (CVE-2026-89608)

A flaw was found in the `ecryptfs` component of the Linux kernel. The `ecryptfs_parse_packet_set()` function incorrectly calculates the available buffer size when processing version 1 headers, leading to an overstatement of the buffer's ac…

SunlitRed Hat · Red Hat Enterprise Linux 6EPSS 0.16%via CSAF
CVE-2026-89746High· 7.0
1w ago

kernel: tracing: Fix use-after-free with same-name named triggers (CVE-2026-89746)

A flaw was found in the Linux kernel's tracing component. A local user can exploit a use-after-free vulnerability by registering multiple histogram triggers with the same name. This action causes the kernel to attempt to access freed memor…

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

kernel: device property: fix infinite loop in fwnode_for_each_child_node() (CVE-2026-89744)

A flaw was found in the Linux kernel's device property handling. When the kernel iterates over child nodes of a firmware node (fwnode) that also has a secondary fwnode, the `fwnode_get_next_child_node()` function can enter an endless loop.…

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

kernel: Revert "media: v4l2-dev: fix error handling in __video_register_device()" (CVE-2026-89741)

A flaw was found in the Linux kernel's media subsystem, specifically within the v4l2-dev component. This vulnerability arises from incorrect error handling in the `__video_register_device()` function. If a device registration fails, the sy…

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

kernel: lib/ucs2_string.c: fix out-of-bounds read in ucs2_strnlen() (CVE-2026-89726)

A flaw was found in the Linux kernel's `ucs2_strnlen()` function. This vulnerability occurs because the function checks the current character before verifying if the maximum allowed length has been reached. If the input string is not prope…

SunlitRed Hat · Red Hat Enterprise Linux 9EPSS 0.18%via CSAF
CVE-2026-89712High· 7.0⚖ disputed
1w ago

kernel: NFSD: restart ssc_expire_umount walk after dropping nfsd_ssc_lock (CVE-2026-89712)

A flaw was found in the Linux kernel's Network File System Daemon (NFSD) component. A race condition exists where, during the processing of unmounted source-server mounts, a thread may temporarily release a lock. During this window, anothe…

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

kernel: NFSv4.1: fix layout segment leak on the pnfs_layout_process() forget path (CVE-2026-89710)

A flaw was found in the Linux kernel's NFSv4.1 implementation. When a server returns a new layout state identifier while an existing one is still active, the pnfs_layout_process() function fails to properly release memory associated with l…

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

kernel: nfsd: release path refs on follow_down() error (CVE-2026-89707)

A flaw was found in the Linux kernel's nfsd component. An authenticated Network File System (NFS) client can exploit this vulnerability by triggering a failed cross-mount operation through `nfsd_lookup_dentry` or the NFSv4 READDIR encode p…

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

kernel: nfsd: Reset write verifier when async COPY writeback fails (CVE-2026-89706)

A flaw was found in the Linux kernel's nfsd component. When an asynchronous (async) copy writeback operation fails, the server's write verifier is not properly reset. This can lead to a client incorrectly assuming that data has been made d…

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

kernel: nfsd: sample writeback error cursor before async COPY loop (CVE-2026-89704)

A flaw was found in the Linux kernel's nfsd component. The _nfsd_copy_file_range() function incorrectly samples the writeback error cursor after the copy loop. This allows a concurrent write operation to advance the error cursor prematurel…

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

kernel: nfsd: validate symlink target length in NFSv4 CREATE (CVE-2026-89699)

A flaw was found in the Linux kernel's Network File System Daemon (nfsd) when handling NFSv4 CREATE operations. A remote attacker can exploit this by sending a crafted request with an oversized symbolic link (symlink) target length. This u…

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

kernel: nfsd: add fh_want_write() for early-verified SETATTR in nfsd_proc_setattr() (CVE-2026-89697)

A flaw was found in the Linux kernel's Network File System Daemon (nfsd). When setting file attributes using `nfsd_proc_setattr()`, a specific code path (`BOTH_TIME_SET` branch) prematurely verifies file handles. This bypasses a critical w…

TwilightRed Hat · Red Hat Enterprise Linux 8EPSS 0.69%via CSAF
CVE-2026-89696Medium· 5.5⚖ disputed
1w ago

kernel: nfsd: block non-SAVEFH ops after FOREIGN PUTFH to prevent NULL deref (CVE-2026-89696)

A flaw was found in the Linux kernel's Network File System (NFS) daemon (nfsd). A remote client can exploit this by sending a specially crafted NFS COMPOUND request. This request, when processed, can lead to a NULL pointer dereference in t…

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

kernel: nfsd: check client ownership when cancelling a copy-notify stateid (CVE-2026-89694)

A flaw was found in the Linux kernel's NFSv4.2 server (nfsd). An authenticated NFSv4.2 client could exploit a vulnerability in the `manage_cpntf_state()` function by guessing a state identifier. This improper ownership check allows the cli…

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

kernel: timers/itimer: Zero-init old itimerval before copy to userspace (CVE-2026-89765)

A flaw was found in the Linux kernel's `timers/itimer` component. On native sparc64 systems, the `struct __kernel_old_timeval` contains uninitialized padding bytes. When `put_itimerval()` copies this structure to userspace, these padding b…

SunlitRed Hat · Red Hat Enterprise Linux 9EPSS 0.20%via CSAF
CVE-2026-89756Medium· 5.5
1w ago

kernel: mm/migrate: report RCU-tasks quiescent states in migrate_pages_batch() (CVE-2026-89756)

A flaw was found in the Linux kernel. When performing memory migration on KVM (Kernel-based Virtual Machine) hosts, the `migrate_pages_batch()` function fails to report RCU (Read-Copy Update) tasks quiescent states during large batch unmap…

SunlitRed Hat · Red Hat Enterprise Linux 9EPSS 0.19%via CSAF
CVE-2026-89753Medium· 5.5
1w ago

kernel: mm/vmscan: report RCU-tasks quiescent states in shrink_lruvec() (CVE-2026-89753)

A flaw was found in the Linux kernel's memory management subsystem. The `shrink_lruvec()` function, responsible for memory reclaim, fails to properly report Read-Copy-Update (RCU) task quiescent states on systems with preemption enabled. T…

SunlitRed Hat · Red Hat Enterprise Linux 9EPSS 0.18%via CSAF
CVE-2026-89752Medium· 5.5
1w ago

kernel: mm: memcg: stop reclaim when a limit update is superseded (CVE-2026-89752)

A flaw was found in the Linux kernel's memory cgroup (memcg) component. When multiple file operations concurrently update `memory.high` or `memory.max` files in `kernfs`, a writer can continue reclaiming memory towards an outdated target. …

SunlitRed Hat · Red Hat Enterprise Linux 9EPSS 0.18%via CSAF
CVE-2026-89751Medium· 5.5
1w ago

kernel: x86/tdx: Fix off-by-one in port I/O handling (CVE-2026-89751)

A flaw was found in the Linux kernel's x86/tdx component. An off-by-one error in the `handle_in()` and `handle_out()` functions, specifically in the `GENMASK` calculation for port I/O operations, causes the mask to be one bit too wide. Thi…

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

kernel: tracing: Fix crash passing ERR_PTR to kthread_stop() (CVE-2026-89749)

A flaw was found in the Linux kernel. Specifically, within the tracing subsystem, the `event_test_stuff()` function can pass an invalid error pointer to `kthread_stop()` if `kthread_run()` fails to create a kernel thread. This improper han…

SunlitRed Hat · Red Hat Enterprise Linux 9EPSS 0.21%via CSAF
CVE-2026-89514Medium· 5.5
1w ago

kernel: scsi: fnic: Use GFP_ATOMIC for VLAN alloc under spinlock (CVE-2026-89514)

A flaw was found in the Linux kernel's Fibre Channel over Ethernet Network Interface Card (fnic) driver. The `fnic_fcoe_process_vlan_resp()` function attempts to allocate memory in a way that can cause the system to sleep while holding a s…

SunlitRed Hat · Red Hat Enterprise Linux 9EPSS 0.17%via CSAF
enterprise_linux vulnerabilities (CVEs) — page 7 · VulnSea