CVE-2023-53554
Unknown Unknown - Not Provided

BaseFortify

Vulnerability report for CVE-2023-53554, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2025-10-04

Last updated on: 2026-03-23

Assigner: kernel.org

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

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2025-10-04
Last Modified
2026-03-23
Generated
2026-07-06
AI Q&A
2025-10-04
EPSS Evaluated
2026-07-05
NVD
EUVD

Affected Vendors & Products

Showing 10 associated CPEs
Vendor Product Version / Range
linux linux_kernel 6.5
linux linux_kernel 6.5
linux linux_kernel 6.5
linux linux_kernel From 4.15 (inc) to 4.19.291 (exc)
linux linux_kernel From 6.2 (inc) to 6.4.8 (exc)
linux linux_kernel From 5.16 (inc) to 6.1.43 (exc)
linux linux_kernel From 5.11 (inc) to 5.15.124 (exc)
linux linux_kernel From 5.5 (inc) to 5.10.190 (exc)
linux linux_kernel From 4.20 (inc) to 5.4.253 (exc)
linux linux_kernel From 4.12 (inc) to 4.14.322 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-787 The product writes data past the end, or before the beginning, of the intended buffer.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a potential buffer overflow in the Linux kernel's ks7010 wireless driver, specifically in the function ks_wlan_set_encode_ext(). It occurs because the key length (exc->key_len), which is a 16-bit unsigned integer provided by the user, can exceed the maximum allowed size (IW_ENCODING_TOKEN_MAX, which is 64). If the key length is larger than this limit, it can cause memory corruption.

Impact Analysis

If exploited, this buffer overflow vulnerability could lead to memory corruption in the Linux kernel. This may result in system instability, crashes, or potentially allow an attacker to execute arbitrary code with kernel privileges, compromising the security and reliability of the affected system.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2023-53554. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart