VYPR

linux package

kernel

pkg:linux/kernel

Vulnerabilities (14,027)

  • CVE-2024-35882HigMay 19, 2024
    affected >= 6.6.0, < 6.6.26fixed 6.6.26

    In the Linux kernel, the following vulnerability has been resolved: SUNRPC: Fix a slow server-side memory leak with RPC-over-TCP Jan Schunk reports that his small NFS servers suffer from memory exhaustion after just a few days. A bisect shows that commit e18e157bb5c8 ("SUNRPC:

  • CVE-2024-35880HigMay 19, 2024
    affected < 6.6.26fixed 6.6.26

    In the Linux kernel, the following vulnerability has been resolved: io_uring/kbuf: hold io_buffer_list reference over mmap If we look up the kbuf, ensure that it doesn't get unregistered until after we're done with it. Since we're inside mmap, we cannot safely use the io_uring

  • CVE-2024-35879HigMay 19, 2024
    affected < 5.10.215fixed 5.10.215

    In the Linux kernel, the following vulnerability has been resolved: of: dynamic: Synchronize of_changeset_destroy() with the devlink removals In the following sequence: 1) of_platform_depopulate() 2) of_overlay_remove() During the step 1, devices are destroyed and devlinks

  • CVE-2024-35878MedMay 19, 2024
    affected >= 6.4.0, < 6.6.26fixed 6.6.26

    In the Linux kernel, the following vulnerability has been resolved: of: module: prevent NULL pointer dereference in vsnprintf() In of_modalias(), we can get passed the str and len parameters which would cause a kernel oops in vsnprintf() since it only allows passing a NULL ptr

  • CVE-2024-35877MedMay 19, 2024
    affected >= 2.6.29, < 4.19.312fixed 4.19.312

    In the Linux kernel, the following vulnerability has been resolved: x86/mm/pat: fix VM_PAT handling in COW mappings PAT handling won't do the right thing in COW mappings: the first PTE (or, in fact, all PTEs) can be replaced during write faults to point at anon folios. Reliabl

  • CVE-2024-35875HigMay 19, 2024
    affected >= 4.15.0, < 6.1.85fixed 6.1.85

    In the Linux kernel, the following vulnerability has been resolved: x86/coco: Require seeding RNG with RDRAND on CoCo systems There are few uses of CoCo that don't rely on working cryptography and hence a working RNG. Unfortunately, the CoCo threat model means that the VM host

  • CVE-2024-35874HigMay 19, 2024
    affected >= 6.8.0, < 6.8.5fixed 6.8.5

    In the Linux kernel, the following vulnerability has been resolved: aio: Fix null ptr deref in aio_complete() wakeup list_del_init_careful() needs to be the last access to the wait queue entry - it effectively unlocks access. Previously, finish_wait() would see the empty list

  • CVE-2024-35873MedMay 19, 2024
    affected >= 6.8.0, < 6.8.5fixed 6.8.5

    In the Linux kernel, the following vulnerability has been resolved: riscv: Fix vector state restore in rt_sigreturn() The RISC-V Vector specification states in "Appendix D: Calling Convention for Vector State" [1] that "Executing a system call causes all caller-saved vector reg

  • CVE-2024-35872HigMay 19, 2024
    affected >= 5.14.0, < 5.15.154fixed 5.15.154

    In the Linux kernel, the following vulnerability has been resolved: mm/secretmem: fix GUP-fast succeeding on secretmem folios folio_is_secretmem() currently relies on secretmem folios being LRU folios, to save some cycles. However, folios might reside in a folio batch without

  • CVE-2024-35871HigMay 19, 2024
    affected >= 4.15.0, < 5.10.216fixed 5.10.216

    In the Linux kernel, the following vulnerability has been resolved: riscv: process: Fix kernel gp leakage childregs represents the registers which are active for the new thread in user context. For a kernel thread, childregs->gp is never used since the kernel gp is not touched

  • CVE-2024-35870CriMay 19, 2024
    affected >= 4.16.0, < 6.1.121fixed 6.1.121

    In the Linux kernel, the following vulnerability has been resolved: smb: client: fix UAF in smb2_reconnect_server() The UAF bug is due to smb2_reconnect_server() accessing a session that is already being teared down by another thread that is executing __cifs_put_smb_ses(). Thi

  • CVE-2024-35869CriMay 19, 2024
    affected >= 6.4.0, < 6.6.29fixed 6.6.29

    In the Linux kernel, the following vulnerability has been resolved: smb: client: guarantee refcounted children from parent session Avoid potential use-after-free bugs when walking DFS referrals, mounting and performing DFS failover by ensuring that all children from parent @tco

  • CVE-2024-35868HigMay 19, 2024
    affected >= 3.13.0, < 6.1.85fixed 6.1.85

    In the Linux kernel, the following vulnerability has been resolved: smb: client: fix potential UAF in cifs_stats_proc_write() Skip sessions that are being teared down (status == SES_EXITING) to avoid UAF.

  • CVE-2024-35867HigMay 19, 2024
    affected >= 3.13.0, < 5.10.237fixed 5.10.237

    In the Linux kernel, the following vulnerability has been resolved: smb: client: fix potential UAF in cifs_stats_proc_show() Skip sessions that are being teared down (status == SES_EXITING) to avoid UAF.

  • CVE-2024-35866HigMay 19, 2024
    affected >= 5.13.0, < 5.15.181fixed 5.15.181

    In the Linux kernel, the following vulnerability has been resolved: smb: client: fix potential UAF in cifs_dump_full_key() Skip sessions that are being teared down (status == SES_EXITING) to avoid UAF.

  • CVE-2024-35865CriMay 19, 2024
    affected >= 3.13.0, < 5.15.209fixed 5.15.209

    In the Linux kernel, the following vulnerability has been resolved: smb: client: fix potential UAF in smb2_is_valid_oplock_break() Skip sessions that are being teared down (status == SES_EXITING) to avoid UAF.

  • CVE-2024-35864CriMay 19, 2024
    affected >= 3.13.0, < 6.1.85fixed 6.1.85

    In the Linux kernel, the following vulnerability has been resolved: smb: client: fix potential UAF in smb2_is_valid_lease_break() Skip sessions that are being teared down (status == SES_EXITING) to avoid UAF.

  • CVE-2024-35863CriMay 19, 2024
    affected >= 3.13.0, < 6.1.85fixed 6.1.85

    In the Linux kernel, the following vulnerability has been resolved: smb: client: fix potential UAF in is_valid_oplock_break() Skip sessions that are being teared down (status == SES_EXITING) to avoid UAF.

  • CVE-2024-35862CriMay 19, 2024
    affected >= 5.12.0, < 6.1.85fixed 6.1.85

    In the Linux kernel, the following vulnerability has been resolved: smb: client: fix potential UAF in smb2_is_network_name_deleted() Skip sessions that are being teared down (status == SES_EXITING) to avoid UAF.

  • CVE-2024-35861CriMay 19, 2024
    affected >= 5.18.0, < 6.1.85fixed 6.1.85

    In the Linux kernel, the following vulnerability has been resolved: smb: client: fix potential UAF in cifs_signal_cifsd_for_reconnect() Skip sessions that are being teared down (status == SES_EXITING) to avoid UAF.

Page 657 of 702