Weaknesses of type CWE-476

2,331 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-2024-47602MEDIUMGHSL-2024-250: Streamer NULL-pointer dereferences and out-of-bounds reads in Matroska/WebM demuxerEPSS 0.9%CVE-2026-60109HIGHZeek < 8.0.9 Null Pointer Dereference DoS via Kerberos KRB_ERROR ParsingEPSS 0.9%CVE-2024-36896CRITICALUSB: core: Fix access violation during port device removalEPSS 0.9%CVE-2022-28070HIGHA null pointer deference in __core_anal_fcn function in radare2 5.4.2 and 5.4.0.EPSS 0.9%CVE-2023-45924CRITICALlibglxproto.c in OpenGL libglvnd bb06db5a was discovered to contain a segmentation violation via the function glXGetDrawableScreen(). NOTE: EPSS 0.9%CVE-2022-23017—On BIG-IP version 16.x before 16.1.0, 15.1.x before 15.1.4.1, 14.1.x before 14.1.4.5, and all versions of 13.1.x, when a virtual server is cEPSS 0.9%CVE-2022-23021—On BIG-IP version 16.1.x before 16.1.2, when any of the following configurations are configured on a virtual server, undisclosed requests caEPSS 0.9%CVE-2022-23016—On versions 16.1.x before 16.1.2 and 15.1.x before 15.1.4.1, when BIG-IP SSL Forward Proxy with TLS 1.3 is configured on a virtual server, uEPSS 0.9%CVE-2022-23022—On BIG-IP version 16.1.x before 16.1.2, when an HTTP profile is configured on a virtual server, undisclosed requests can cause the Traffic MEPSS 0.9%CVE-2022-0481MEDIUMNULL Pointer Dereference in mruby/mrubyEPSS 0.9%CVE-2022-29491HIGHOn F5 BIG-IP LTM, Advanced WAF, ASM, or APM 16.1.x versions prior to 16.1.2.2, 15.1.x versions prior to 15.1.5, 14.1.x versions prior to 14.EPSS 0.9%CVE-2024-3385HIGHPAN-OS: Firewall Denial of Service (DoS) when GTP Security is DisabledEPSS 0.9%CVE-2022-23025—On BIG-IP version 16.1.x before 16.1.1, 15.1.x before 15.1.4, 14.1.x before 14.1.4.4, and all versions of 13.1.x, when a SIP ALG profile is EPSS 0.9%CVE-2023-3603LOWProcessing sftp server read may cause null dereferenceEPSS 0.9%CVE-2026-42903MEDIUMWindows Kerberos Denial of Service VulnerabilityEPSS 0.9%CVE-2020-15204MEDIUMSegfault in TensorflowEPSS 0.9%CVE-2024-47613HIGHGHSL-2024-118: GStreamer has a null pointer dereference in gst_gdk_pixbuf_dec_flushEPSS 0.9%CVE-2020-15191MEDIUMUndefined behavior in TensorflowEPSS 0.9%CVE-2025-69421HIGHNULL Pointer Dereference in PKCS12_item_decrypt_d2i_ex functionEPSS 0.9%CVE-2023-26917HIGHlibyang from v2.0.164 to v2.1.30 was discovered to contain a NULL pointer dereference via the function lysp_stmt_validate_value at lys_parseEPSS 0.9%