CyberRota Analysis
This is a high severity vulnerability with a CVSS score of 8.8. It affects Linux.
CVE
CVE-2023-54040
Severity
HIGH
CVSS
8.8
EPSS
0.16%
Linux
Original NVD Description
In the Linux kernel, the following vulnerability has been resolved: ice: fix wrong fallback logic for FDIR When adding a FDIR filter, if ice_vc_fdir_set_irq_ctx returns failure, the inserted fdir entry will not be removed and if ice_vc_fdir_write_fltr returns failure, the fdir context info for irq handler will not be cleared which may lead to inconsistent or memory leak issue. This patch refines failure cases to resolve this issue.