CyberRota Analysis
AI-GeneratedA vulnerability in the Linux kernel's cfg80211 component allows for the acceptance of preamble values outside the defined nl80211 range during PMSR FTM request parsing. This could lead to potential exploitation through improper validation, impacting systems relying on wireless networking capabilities. Linux system administrators and developers should prioritize patching this issue to mitigate any associated risks.
Original NVD Description
In the Linux kernel, the following vulnerability has been resolved: wifi: cfg80211: validate PMSR FTM preamble range PMSR FTM request parsing accepts preamble values outside the enumerated nl80211 preamble range. Reject out-of-range values before using them in the parser capability bit test using the policy. [drop unnecessary check]