VYPR

linux package

kernel

pkg:linux/kernel

Vulnerabilities (14,027)

  • CVE-2026-72381CriAug 15, 2026
    affected < 6.6.145fixed 6.6.145

    In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix use-after-free of fp->owner.name in durable handle owner check Two concurrent SMB2 durable reconnects (DH2C/DHnC) on the same persistent_id race the fp->owner.name compare-read in ksmbd_vfs_compare_d

  • CVE-2026-72380HigAug 15, 2026
    affected >= 4.15.0, < 7.1.5fixed 7.1.5

    In the Linux kernel, the following vulnerability has been resolved: xen/pvcalls: bound backend response req_id before indexing rsp[] pvcalls_front_event_handler() takes req_id directly from the backend-supplied ring response and uses it to index the fixed-size bedata->rsp[] arr

  • CVE-2026-72379Aug 15, 2026
    affected >= 5.13.0, < 6.6.145fixed 6.6.145

    In the Linux kernel, the following vulnerability has been resolved: fs: refuse O_TMPFILE creation with an unmapped fsuid or fsgid vfs_tmpfile() never checked that the caller's fsuid and fsgid map into the filesystem. On an idmapped mount whose idmapping does not cover the call

  • CVE-2026-72378HigAug 15, 2026
    affected >= 4.20.0, < 5.10.261fixed 5.10.261

    In the Linux kernel, the following vulnerability has been resolved: afs: Fix error code in afs_extract_vl_addrs() The error codes on these paths are only set on the first iteration through the loop. Set the correct error code on every iteration.

  • CVE-2026-72377Aug 15, 2026
    affected >= 6.14.0, < 7.1.5fixed 7.1.5

    In the Linux kernel, the following vulnerability has been resolved: afs: Remove setting of AS_RELEASE_ALWAYS for symlinks and mountpoints Regular AFS files correctly use afs_file_aops which have release_folio set as netfs_release_folio, so AS_RELEASE_ALWAYS is valid for them wh

  • CVE-2026-72376Aug 15, 2026
    affected >= 5.10.0, < 6.12.97fixed 6.12.97

    In the Linux kernel, the following vulnerability has been resolved: afs: Fix misplaced inc of net->cells_outstanding Fix net->cells_outstanding being incremented before the check for failure of idr_alloc_cyclic(), leaving the count incremented on error.

  • CVE-2026-72375HigAug 15, 2026
    affected >= 2.6.23, < 6.18.40fixed 6.18.40

    In the Linux kernel, the following vulnerability has been resolved: afs: Fix reinitialisation of the inode, in particular ->lock_work It seems that initalising afs_vnode::lock_work a single time in the slab's init function isn't sufficient for work_structs. This results in the

  • CVE-2026-72374HigAug 15, 2026
    affected >= 4.9.0, < 5.10.261fixed 5.10.261

    In the Linux kernel, the following vulnerability has been resolved: afs: Fix callback service message parsers to pass through -EAGAIN The AFS filesystem client uses an rxrpc server to listen for callback notifications. Each callback call type handler has a delivery function th

  • CVE-2026-72373HigAug 15, 2026
    affected >= 5.8.0, < 6.12.97fixed 6.12.97

    In the Linux kernel, the following vulnerability has been resolved: afs: Fix missing NULL pointer check in afs_break_some_callbacks() Fix afs_break_some_callbacks() to check to see if afs_lookup_volume_rcu() returned NULL (e.g. the specified volume is unknown).

  • CVE-2026-72372HigAug 15, 2026
    affected < 6.12.101fixed 6.12.101

    In the Linux kernel, the following vulnerability has been resolved: afs: Fix lack of locking around modifications of net->cells_dyn_ino Fix the lack of locking around modifications of net->cells_dyn_ino by taking net->cells_lock exclusively. This also requires to cell to be re

  • CVE-2026-72371HigAug 15, 2026
    affected < 5.15.212fixed 5.15.212

    In the Linux kernel, the following vulnerability has been resolved: afs: Fix the volume AFS_VOLUME_RM_TREE is set on Fix afs_insert_volume_into_cell() to set AFS_VOLUME_RM_TREE on the volume replaced, not the new volume, as it's now removed from the cell's volume tree. This wi

  • CVE-2026-72370Aug 15, 2026
    affected >= 6.13.0, < 7.1.5fixed 7.1.5

    In the Linux kernel, the following vulnerability has been resolved: iomap: release pages on atomic dio size mismatch If bio_iov_iter_get_pages() or the bounce helper succeeds but builds a short bio, the REQ_ATOMIC size check rejects it before submission. The old error path onl

  • CVE-2026-72369HigAug 15, 2026
    affected < 6.6.145fixed 6.6.145

    In the Linux kernel, the following vulnerability has been resolved: minix: avoid overflow in bitmap block count calculation minix_check_superblock() uses minix_blocks_needed() to verify that the on-disk imap and zmap block counts are large enough for the advertised inode and zo

  • CVE-2026-72368HigAug 15, 2026
    affected >= 6.19.0, < 7.1.5fixed 7.1.5

    In the Linux kernel, the following vulnerability has been resolved: cachefiles: Fix double unlock in nomem_d_alloc error path When start_creating() fails and returns -ENOMEM, it has already released the parent directory lock in __start_dirop(): static struct dentry *__star

  • CVE-2026-72367HigAug 15, 2026
    affected >= 6.13.0, < 6.18.40fixed 6.18.40

    In the Linux kernel, the following vulnerability has been resolved: iomap: guard io_size EOF trim against concurrent truncate underflow iomap: fix zero padding data issue in concurrent append writes changed ioend accounting so that io_size tracks only valid data within EOF. Th

  • CVE-2026-72366CriAug 15, 2026
    affected >= 6.11.0, < 6.18.40fixed 6.18.40

    In the Linux kernel, the following vulnerability has been resolved: netfs: Fix netfs_create_write_req() to handle async cache object creation netfs_create_write_req() will skip caching if the fscache cookie is disabled, but this is a problem because async cache object creation

  • CVE-2026-72365Aug 15, 2026
    affected >= 6.10.0, < 6.18.40fixed 6.18.40

    In the Linux kernel, the following vulnerability has been resolved: netfs: Fix writethrough to use collection offload Fix writethrough write to set NETFS_RREQ_OFFLOAD_COLLECTION on the request so that collection is processed asynchronously rather than only right at the end - an

  • CVE-2026-72364HigAug 15, 2026
    affected >= 6.10.0, < 6.12.97fixed 6.12.97

    In the Linux kernel, the following vulnerability has been resolved: netfs: Fix writeback error handling Fix the error handling in writeback_iter() loop. If an error occurs, writeback_iter() needs to be called again with *error set to the error so that it can clean up iteration

  • CVE-2026-72363Aug 15, 2026
    affected >= 6.14.0, < 6.18.40fixed 6.18.40

    In the Linux kernel, the following vulnerability has been resolved: netfs: Fix folio state after ENOMEM whilst under writeback iteration Fix the state of the current folio when ENOMEM occurs during writeback iteration. The folio needs to be redirtied and unlocked before the te

  • CVE-2026-72362Aug 15, 2026
    affected >= 6.8.0, < 6.12.97fixed 6.12.97

    In the Linux kernel, the following vulnerability has been resolved: drm/xe/pt: Fix NULL pointer dereference in xe_pt_zap_ptes_entry() The page-table walk framework may pass a NULL *child pointer for unpopulated entries. xe_pt_zap_ptes_entry() called container_of(*child) before

Page 31 of 702