Weaknesses of type CWE-476

2,328 results

Desreferência de nulo autenticada remota

A aplicação não valida corretamente se um ponteiro ou referência é nulo antes de usá-lo, permitindo que um usuário autenticado remotamente forneça entrada que causa uma desreferência de nulo. O resultado é um crash da aplicação ou, em cenários mais graves, execução de código não prevista, dependendo de como a memória é tratada.

Example

Um endpoint de API autenticada que busca um usuário por ID, mas não verifica se o resultado da busca é nulo. Um atacante autenticado fornece um ID inexistente, o código tenta acessar propriedades do resultado nulo e a aplicação falha ou se comporta de forma imprevista.

How to mitigate

Sempre validar retornos de funções que podem ser nulos antes de acessar seus membros ou métodos. Use assertions, verificações explícitas (if obj != null) ou mecanismos de linguagem como optional/Maybe types para forçar o tratamento seguro de valores nulos.

CVE-2023-0216HIGHInvalid pointer dereference in d2i_PKCS7 functionsEPSS 1.8%CVE-2023-0217HIGHNULL dereference validating DSA public keyEPSS 1.8%CVE-2023-0401HIGHNULL dereference during PKCS7 data verificationEPSS 1.8%CVE-2020-24421MEDIUMAdobe InDesign 15.1.2 NULL Pointer Dereference BugEPSS 1.8%CVE-2021-35984MEDIUMAdobe Acrobat Pro DC PDFLibTool Null Pointer Dereference BugEPSS 1.8%CVE-2021-42268MEDIUMAdobe Animate FLA File Parsing Null Pointer Dereference Application Denial of ServiceEPSS 1.8%CVE-2023-32084HIGHHTTP.sys Denial of Service VulnerabilityEPSS 1.8%CVE-2025-60336HIGHA NULL pointer dereference in the sub_41773C function of TOTOLINK N600R v4.3.0cu.7866_B20220506 allows attackers to cause a Denial of ServicEPSS 1.8%CVE-2021-20299—A flaw was found in OpenEXR's Multipart input file functionality. A crafted multi-part input file with no actual parts can trigger a NULL poEPSS 1.8%CVE-2017-7655—In Eclipse Mosquitto version from 1.0 to 1.4.15, a Null Dereference vulnerability was found in the Mosquitto library which could lead to craEPSS 1.8%CVE-2022-23476HIGHUnchecked return value from xmlTextReaderExpand in NokogiriEPSS 1.8%CVE-2021-4209—A NULL pointer dereference flaw was found in GnuTLS. As Nettle's hash update functions internally call memcpy, providing zero-length input mEPSS 1.7%CVE-2021-20296—A flaw was found in OpenEXR in versions before 3.0.0-beta. A crafted input file supplied by an attacker, that is processed by the Dwa decompEPSS 1.7%CVE-2022-23189MEDIUMAdobe Illustrator NULL Pointer Dereference Application denial-of-serviceEPSS 1.7%CVE-2022-23198MEDIUMAdobe Illustrator NULL Pointer Dereference Application denial-of-serviceEPSS 1.7%CVE-2022-23199MEDIUMAdobe Illustrator NULL Pointer Dereference Application denial-of-serviceEPSS 1.7%CVE-2025-33057MEDIUMWindows Local Security Authority (LSA) Denial of Service VulnerabilityEPSS 1.7%CVE-2020-27279HIGHA NULL pointer deference vulnerability has been identified in the protocol converter. An attacker could send a specially crafted packet thatEPSS 1.7%CVE-2024-27978MEDIUMA Null Pointer Dereference vulnerability in WLAvalancheService component of Ivanti Avalanche before 6.4.3 allows an authenticated remote attEPSS 1.7%CVE-2024-24991MEDIUMA Null Pointer Dereference vulnerability in WLAvalancheService component of Ivanti Avalanche before 6.4.3 allows an authenticated remote attEPSS 1.7%