CVE-2023-53554

Publication date

2025-10-04 15:16:59

Family

Linux

State

PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: staging: ks7010: potential buffer overflow in ks_wlan_set_encode_ext() The "exc->key_len" is a u16 that comes from the user. If its over IW_ENCODING_TOKEN_MAX (64) that could lead to memory corruption.