Home
Home
Trends
Trends
Vulnerabilities
Vulnerabilities
News
News
Researchers
Researchers
Why dbugs?
Why dbugs?
Settings

Baochen Qiang

Researcher fromQUIC Inc.
#17781of 56,330
16.1Total CVSS
Vulnerabilities · 2
High
2
PT-2023-9195
7.7
2023-09-20
Linux · Linux Kernel · CVE-2023-52827
**Name of the Vulnerable Software and Affected Versions** Linux kernel (affected versions not specified) **Description** The issue is related to a possible out-of-bound read in the `ath12k htt pull ppdu stats()` function. The `len` value is extracted from an HTT message and could be an unexpected value in case of errors, potentially leading to an out-of-bound read. The same issue applies to `ppdu info->ppdu stats.common.num users`. Validation has been added to prevent this issue. The problem was discovered during a code review. **Recommendations** At the moment, there is no information about a newer version that contains a fix for this vulnerability.
PT-2024-14766
8.4
2023-09-20
Linux · Linux Kernel · CVE-2023-52829
**Name of the Vulnerable Software and Affected Versions** Linux kernel (affected versions not specified) **Description** The issue is related to a possible out-of-bound write in the `ath12k wmi ext hal reg caps()` function. The `reg cap.phy id` is extracted from a WMI event and could be an unexpected value in case of errors, leading to an out-of-bound write to `soc->hal reg cap`. This is fixed by validating `reg cap.phy id` before using it. The issue was found during a code review. **Recommendations** At the moment, there is no information about a newer version that contains a fix for this vulnerability.