Vulnerability in Linux

CVE-2025-21994

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.

EPSS: 0.003 (20.9th percentile) — read the EPSS interpretation.

CVSS v3 metric

CVSS v3 base score 7.6 (High). Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:H.

Affected products

Public proof-of-concept exploits

References

Frequently asked questions

What is CVE-2025-21994?
CVE-2025-21994 is a high-severity vulnerability in Linux. CVSS score: 7.6/10. Published 2025-04-02.
How severe is CVE-2025-21994?
High severity. CVSS v3 base score is 7.6 out of 10.
Is CVE-2025-21994 known to be exploited?
2 public proof-of-concept repositories are indexed. Not currently listed in the CISA KEV catalog.