CVE-2023-53729
Unknown Unknown - Not Provided
BaseFortify

Publication date: 2025-10-22

Last updated on: 2025-10-22

Assigner: kernel.org

Description
In the Linux kernel, the following vulnerability has been resolved: soc: qcom: qmi_encdec: Restrict string length in decode The QMI TLV value for strings in a lot of qmi element info structures account for null terminated strings with MAX_LEN + 1. If a string is actually MAX_LEN + 1 length, this will cause an out of bounds access when the NULL character is appended in decoding.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-10-22
Last Modified
2025-10-22
Generated
2026-05-07
AI Q&A
2025-10-22
EPSS Evaluated
2026-05-05
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
qcom qmi_encdec *
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?

This vulnerability in the Linux kernel's Qualcomm QMI encoder/decoder (qmi_encdec) involves improper handling of string lengths during decoding. Specifically, the QMI TLV value for strings assumes null-terminated strings with a maximum length plus one character. If a string actually reaches this maximum length plus one, appending the null terminator causes an out-of-bounds memory access, potentially leading to memory corruption or crashes.


How can this vulnerability impact me? :

The vulnerability can lead to out-of-bounds memory access when decoding certain strings, which may cause system instability, crashes, or potentially allow an attacker to execute arbitrary code or cause denial of service on affected systems using the vulnerable Linux kernel component.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart