CVE Vulnerability Catalog

Translated CVE descriptions from NVD NIST - in English

Browse vulnerabilities by package

CISA KEV catalog updated: (v2026.09.01)

Weekly CVE digest

One email a week with newly published vulnerabilities worth knowing about. No account needed.

This digest covers new vulnerabilities in general, not your servers. If you want to know which of them actually run in your infrastructure, that is what Secvalis does: it scans your machines and reports only what concerns them.

I agree to receive the weekly CVE digest at the address above. I can withdraw this consent at any time using the link in the footer of every message.

CVE-2026-53397
High

A memory leak was discovered in the Linux kernel's NFS server (nfsd) during SETACL decode failure handling. The decoder calls nfs_stream_decode_acl() twice for access and default ACLs, but if the second call fails, the first allocated posix_acl is not freed. The fix adds dedicated release functions (nfsaclsvc_release_setacl and nfs3svc_release_setacl) that properly clean both ACL fields.

CVE-2026-53396
High

In the Linux kernel, the nfsd4_create_file() function in the NFSD server has two vulnerabilities: a posix_acl memory leak and ignored errors during NFSv4-to-POSIX ACL conversion. These bugs can cause memory exhaustion and violate RFC 7530/8881.

CVE-2026-53395
High

In the Linux kernel NFSD subsystem, a dead ACL conflict guard in nfsd4_create() checked nulled pointers instead of stolen values, causing memory leak of posix_acl objects when both ACL and POSIX ACL attributes are requested in the same CREATE operation.

CVE-2026-53394
High

In the Linux kernel NFSD module, a memory leak was found related to pre-allocated openowner structures. The issue occurs in find_or_alloc_open_stateowner() during a race condition with unconfirmed open owners in NFSv4.0.

CVE-2026-53392
High

In the Linux kernel, the NFSv4/flexfiles driver lacks validation for a zero filehandle version count. An attacker can supply a malformed flexfiles layout, causing a NULL pointer dereference and kernel panic.

CVE-2026-53391
High

A vulnerability in the Linux kernel's nfs4_decode_mp_ds_addr() function in NFSv4/pNFS fails to properly handle zero-length r_addr fields in GETDEVICEINFO responses, leading to a NULL pointer dereference and kernel panic. An attacker can exploit this via a malicious or compromised metadata server.

CVE-2026-53390
High

In the Linux kernel's ksmbd filesystem, an out-of-bounds read vulnerability was found in smb_check_perm_dacl(). Missing ACE size validation before reading SID sub-authorities allows an authenticated client on a share using ACL xattrs to trigger a heap out-of-bounds read past the allocated buffer.

CVE-2026-53389
High

A use-after-free vulnerability was found in the Linux kernel's TCP-AO implementation. In the del_async path of key deletion, the current_key and rnext_key pointers are not cleared, causing a reference to freed memory after the RCU grace period.

CVE-2026-53388
High

In the Linux kernel FUSE subsystem, a vulnerability was found due to missing re-locking of the request after successful fuse_try_move_folio(). This can lead to a use-after-free issue when accessing the fuse_io_args structure.

CVE-2026-53387
High

In the Linux kernel VEML6075 light sensor driver, a missing bounds check on the `veml6075_it_ms` array index could cause an out-of-bounds access. The index from the configuration register can be 0-7 but the array has only 5 elements. A validation was added returning -EINVAL for invalid values.

CVE-2026-53386
High

In the Linux kernel, the ti-ads1298 ADC driver lacked bounds checking for the pga_settings array index. The ADS1298_MASK_CH_PGA mask can yield values 0-7, but the array has only 7 elements (indices 0-6). Value 7 causes an out-of-bounds read. A bounds check was added, returning -EINVAL for invalid indices.

CVE-2026-53383
High

In the Linux kernel, ksmbd module fails to validate session state in compound requests. An invalid IN_PROGRESS session can be used to trigger a remote NULL pointer dereference, causing a kernel Oops and crashing the SMB server.

CVE-2026-53381
High

A use-after-free (UAF) vulnerability was found in the Linux kernel's virtiofs when unmounting submounts. The issue occurs when iput() called from fuse_release_end() accesses a superblock that has already been destroyed.

CVE-2026-53380
High

In the Linux kernel, the rzv2h-ivc driver had a race condition where `list_del()` was called without holding the spinlock, allowing concurrent modification of the buffer list. This could lead to undefined behavior.

CVE-2026-53375
High

In the Linux kernel, in the DRM driver for AMD GPUs (amdgpu) within the VCE component, a vulnerability was found due to incomplete address patching. When only one part (low or high) of the address is valid, patching may result in writing a bad address to the firmware.

CVE-2026-53374
High

In the Linux kernel, the amdgpu driver has a vulnerability where the GART table is not zero-initialized upon allocation. After writing a single PTE entry, the TLB may speculatively load uninitialized, potentially valid-looking data from the same cache line, which can lead to the GPU using stale PTE entries.

CVE-2026-53373
High

In the Linux kernel, a vulnerability was found in the mmap_prepare mechanism where attempting to unmap a VMA during error handling in the mmap() function can cause warnings and an invalid state. The issue occurs when mmap_prepare is invoked from the mmap() hook of 'stacked' drivers (e.g., overlayfs, shm) because the VMA is not fully established in the maple tree.

CVE-2026-16228
High

A SQL Injection vulnerability was found in SourceCodester Class and Exam Timetabling System 1.0 in the file /edit_schoolyr.php. Manipulating the ID argument allows remote SQL injection. The exploit is publicly available.

CVE-2026-16227
High

SourceCodester Class and Exam Timetabling System 1.0 is vulnerable to SQL Injection in the file /edit_subject.php via manipulation of the ID argument. The attack can be performed remotely.

CVE-2026-53369
High

In the Linux kernel, a vulnerability in the UDF filesystem allows udf_read_tagged() to skip CRC verification when the CRC length exceeds the block size. A crafted UDF image can set an oversized CRC length to bypass validation entirely, accepting the descriptor based solely on a weak 8-bit tag checksum.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS