AUGUST 4, 2026
Live Feed
Back to database
Case File

CVE-2025-21994

HIGH · CVSS 7.6 EPSS 0.28%

Source: NVD + CISA KEV + EPSS (historical backfill) · Published 2025-04-02 · Last synced 2026-08-04

CyberRota Analysis

This is a high severity vulnerability with a CVSS score of 7.6. It affects Linux.

CVE
CVE-2025-21994
Severity
HIGH
CVSS
7.6
EPSS
0.28%
Linux

Original NVD Description

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix incorrect validation for num_aces field of smb_acl parse_dcal() validate num_aces to allocate posix_ace_state_array. if (num_aces > ULONG_MAX / sizeof(struct smb_ace *)) It is an incorrect validation that we can create an array of size ULONG_MAX. smb_acl has ->size field to calculate actual number of aces in request buffer size. Use this to check invalid num_aces.

Related CVEs

Other vulnerabilities affecting the same vendor(s)