Home
Trends
Vulnerabilities
News
Researchers
Why dbugs?

Haowen Bai

Researcher fromMeizu
#21758of 53,633
11Total CVSS
Vulnerabilities · 2
Medium
2
PT-2025-8551
5.5
2025-02-26
Linux · Linux Kernel · CVE-2022-49618
**Name of the Vulnerable Software and Affected Versions** Linux kernel (affected versions not specified) **Description** A potential NULL dereference issue in the `aspeed pinmux set mux()` function has been identified. The `pdesc` could be null, but the code still attempts to dereference `pdesc->name`, leading to a null pointer access. To address this, a null check has been added before the dereference. **Recommendations** For the affected Linux kernel versions, consider applying the patch that adds a null check before dereferencing `pdesc` in the `aspeed pinmux set mux()` function. At the moment, there is no information about a newer version that contains a fix for this vulnerability.
PT-2025-8477
5.5
2022-04-06
Linux · Linux Kernel · CVE-2022-49544
**Name of the Vulnerable Software and Affected Versions** Linux kernel (affected versions not specified) **Description** A potential NULL dereference issue in the `libipw xmit()` function has been identified. The `crypt` and `crypt->ops` variables could be null, requiring null checks before dereference to prevent the issue. **Recommendations** At the moment, there is no information about a newer version that contains a fix for this vulnerability.