Início
Tendências
Vulnerabilidades
Notícias
Pesquisadores
Por que dbugs?

Haowen Bai

Pesquisador deMeizu
#21789de 53,638
11CVSS total
Vulnerabilidades · 2
Média
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
**Nome do Software Vulnerável e Versões Afetadas** Kernel Linux (versões afetadas não especificadas) **Descrição** Foi identificado um possível problema de desreferência de NULL na função `libipw xmit()`. As variáveis `crypt` e `crypt->ops` podem ser nulas, exigindo verificações de null antes da desreferência para prevenir o problema. **Recomendações** No momento, não há informações sobre uma versão mais recente que contenha uma correção para esta vulnerabilidade.