VYPR

linux package

kernel

pkg:linux/kernel

Vulnerabilities (14,027)

  • CVE-2026-72220CriAug 15, 2026
    affected >= 6.18.0, < 6.18.40fixed 6.18.40

    In the Linux kernel, the following vulnerability has been resolved: sunrpc: harden rq_procinfo lifecycle to prevent double-free The svc_release_rqst() function executes the callback inside rqstp->rq_procinfo->pc_release. However, if a worker thread begins processing a new reque

  • CVE-2026-72219Aug 15, 2026
    affected < 5.10.261fixed 5.10.261

    In the Linux kernel, the following vulnerability has been resolved: lockd: Plug nlm_file leak when nlm_do_fopen() fails A client can repeatedly drive nlm_do_fopen() failures by presenting file handles that the underlying export rejects. After kzalloc_obj() succeeds in nlm_looku

  • CVE-2026-72218Aug 15, 2026
    affected < 5.10.261fixed 5.10.261

    In the Linux kernel, the following vulnerability has been resolved: lockd: Plug nlm_file refcount leak on cached nlm_do_fopen() failure The cached-file path in nlm_lookup_file() reaches the found: label unconditionally, even when nlm_do_fopen() fails. At that label *result and

  • CVE-2026-72217CriAug 15, 2026
    affected >= 6.6.0, < 6.6.145fixed 6.6.145

    In the Linux kernel, the following vulnerability has been resolved: SUNRPC: Bound-check xdr_buf_to_bvec() stores before writing xdr_buf_to_bvec() writes a bio_vec into the caller's array before testing whether that slot is in range, and the head branch performs the store with n

  • CVE-2026-72216Aug 15, 2026
    affected >= 5.11.0, < 5.15.217fixed 5.15.217

    In the Linux kernel, the following vulnerability has been resolved: remoteproc: qcom: Fix leak when custom dump_segments addition fails Free allocated minidump_region 'name' in qcom_add_minidump_segments() when failing before adding the region to 'dump_segments'. Otherwise, the

  • CVE-2026-72215Aug 15, 2026
    affected >= 2.6.12, < 5.10.261fixed 5.10.261

    In the Linux kernel, the following vulnerability has been resolved: MIPS: DEC: Ensure 32-bit stack location for o32 prom_printf() In 64-bit configurations calling any firmware entry points from a kernel thread other than the initial one will result in a situation where the stac

  • CVE-2026-72214Aug 15, 2026
    affected >= 5.18.0, < 6.1.178fixed 6.1.178

    In the Linux kernel, the following vulnerability has been resolved: power: supply: cpcap-battery: Fix missing nvmem_device_put() causing reference leak In cpcap_battery_detect_battery_type(), the reference to an nvmem device obtained via nvmem_device_find() is not released with

  • CVE-2026-72213HigAug 15, 2026
    affected >= 5.7.0, < 6.12.101fixed 6.12.101

    In the Linux kernel, the following vulnerability has been resolved: mm/hugetlb: fix hugetlb cgroup rsvd charge/uncharge mismatch In alloc_hugetlb_folio(), a single h_cg pointer is used for both the rsvd and non-rsvd hugetlb cgroup charges. When map_chg is set, hugetlb_cgroup_c

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

    In the Linux kernel, the following vulnerability has been resolved: mm/memory_hotplug: fix incorrect altmap passing in error path In create_altmaps_and_memory_blocks(), when arch_add_memory() succeeds with memmap_on_memory enabled, the vmemmap pages are allocated from params.al

  • CVE-2026-72211CriAug 15, 2026
    affected >= 7.1.0, < 7.1.5fixed 7.1.5

    In the Linux kernel, the following vulnerability has been resolved: ntfs: grow index root value before reparent header update ntfs_ir_reparent() moves the resident index root entries into an index block and leaves a small root stub containing the child VCN. That root stub can b

  • CVE-2026-72210CriAug 15, 2026
    affected >= 7.1.0, < 7.1.5fixed 7.1.5

    In the Linux kernel, the following vulnerability has been resolved: ntfs: fix off-by-one in mapping pairs decoding bounds checks In ntfs_mapping_pairs_decompress(), attr_end points one byte past the end of the attribute record: attr_end = (u8 *)attr + le32_to_cpu(attr->len

  • CVE-2026-72209CriAug 15, 2026
    affected >= 7.1.0, < 7.1.5fixed 7.1.5

    In the Linux kernel, the following vulnerability has been resolved: ntfs: validate attribute values on lookup ntfs_attr_find() and ntfs_external_attr_find() check that generic resident attribute values fit in their attribute records and that fixed-size resident values are large

  • CVE-2026-72208CriAug 15, 2026
    affected >= 7.1.0, < 7.1.5fixed 7.1.5

    In the Linux kernel, the following vulnerability has been resolved: ntfs: add bounds check before accessing EA entries in ntfs_ea_lookup and ntfs_listxattr, this verifies that there is enough space in the EA entry before accessing the next_entry_offset field of the EA entry.

  • CVE-2026-72207CriAug 15, 2026
    affected >= 7.1.0, < 7.1.5fixed 7.1.5

    In the Linux kernel, the following vulnerability has been resolved: ntfs: not change 0-byte $DATA attribute to non-resident When ntfs_resident_attr_resize() cannot grow a resident attribute in place, it retries after converting other resident attributes to non-resident to free

  • CVE-2026-72206CriAug 15, 2026
    affected >= 7.1.0, < 7.1.5fixed 7.1.5

    In the Linux kernel, the following vulnerability has been resolved: ntfs: validate index block header more strictly Modify ntfs_index_block_inconsisent() to perform stricter validation of INDEX_HEADER geometry in INDX blocks, and update ntfs_lookup_inode_by_name() to use that f

  • CVE-2026-72205Aug 15, 2026
    affected >= 7.1.0, < 7.1.5fixed 7.1.5

    In the Linux kernel, the following vulnerability has been resolved: ntfs: free volume-wide resources on fill_super failure ntfs_fill_super()'s err_out_now path frees only the volume struct via kfree(vol), leaving several vol-owned allocations behind on every mount failure: -

  • CVE-2026-72204HigAug 15, 2026
    affected >= 7.1.0, < 7.1.5fixed 7.1.5

    In the Linux kernel, the following vulnerability has been resolved: ntfs: centalize $INDEX_ROOT header validation Add a dedicated helper to perform stricter validation of $INDEX_ROOT and use it for both directory inodes and named index inodes. This keeps the root size and heade

  • CVE-2026-72203HigAug 15, 2026
    affected >= 2.6.12, < 6.9fixed 6.9

    In the Linux kernel, the following vulnerability has been resolved: ntfs: skip extent mft records in writeback to prevent deadlock This patch fixes the ABBA deadlock between extent_lock and extent mrec_lock triggered by xfstests generic/113, that occurs since the commit 6994acf

  • CVE-2026-72202HigAug 15, 2026
    affected >= 7.1.0, < 7.1.5fixed 7.1.5

    In the Linux kernel, the following vulnerability has been resolved: ntfs: avoid heap allocation for free-cluster readahead state get_nr_free_clusters() allocates a temporary file_ra_state before it publishes the precomputed free cluster count, sets NVolFreeClusterKnown(), and w

  • CVE-2026-72201CriAug 15, 2026
    affected >= 7.1.0, < 7.1.5fixed 7.1.5

    In the Linux kernel, the following vulnerability has been resolved: ntfs: validate index entries on reading Validate index entries immediately after reading an index root or index block from disk. This eliminates repeated checks in lookup and readdir, and reduce the risk of mis

Page 39 of 702