APPLIED: [SRU][N][PATCH 0/1] CVE-2024-56663

Koichiro Den koichiro.den at canonical.com
Fri Feb 14 07:02:02 UTC 2025


On Tue, Feb 11, 2025 at 12:49:28PM GMT, Massimiliano Pellizzer wrote:
> [Impact]
> 
> wifi: nl80211: fix NL80211_ATTR_MLO_LINK_ID off-by-one
> 
> Since the netlink attribute range validation provides inclusive
> checking, the *max* of attribute NL80211_ATTR_MLO_LINK_ID should be
> IEEE80211_MLD_MAX_NUM_LINKS - 1 otherwise causing an off-by-one.
> 
> Update the policy to ensure correct validation.
> 
> [Fix]
> 
> Oracular: Fixed via upstream stable updates (LP: #2097332)
> Noble: Cherry picked from mainline
> Jammy: Not affected
> Focal: Not affected
> 
> [Test case]
> 
> Compile tested only.
> 
> [Where problems could occur]
> 
> A regression here is unlikely due to the very limited scope of the
> patch.
> 
> Lin Ma (1):
>   wifi: nl80211: fix NL80211_ATTR_MLO_LINK_ID off-by-one
> 
>  net/wireless/nl80211.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

Applied to noble:linux master-next branch. Thanks!



More information about the kernel-team mailing list