CVE-2023-53554

Updated on 04 Oct 2025

Severity

7.8 High severity

Details

CVSS score
7.8
CVSS vector
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Overview

About vulnerability

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 it’s over IW_ENCODING_TOKEN_MAX (64) that could lead to memory corruption.

Details

Affected packages:
linux @ 4.15.0 (+4 more)

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 it’s over IW_ENCODING_TOKEN_MAX (64) that could lead to memory corruption.

Fixes