Lucene search

K
cvelistMitreCVELIST:CVE-2022-24448
HistoryFeb 04, 2022 - 7:45 p.m.

CVE-2022-24448

2022-02-0419:45:48
mitre
www.cve.org

5.8 Medium

AI Score

Confidence

High

0.0005 Low

EPSS

Percentile

18.1%

An issue was discovered in fs/nfs/dir.c in the Linux kernel before 5.16.5. If an application sets the O_DIRECTORY flag, and tries to open a regular file, nfs_atomic_open() performs a regular lookup. If a regular file is found, ENOTDIR should occur, but the server instead returns uninitialized data in the file descriptor.