Fallos del tipo CWE-908

345 resultados

Uso de recurso não inicializado

O código utiliza uma variável, buffer, ponteiro ou outro recurso sem atribuir um valor inicial válido. Isso causa comportamento imprevisível: o programa lê lixo de memória ou executa operações com dados aleatórios, podendo levar a falhas, vazamento de informação ou execução de código arbitrário.

Ejemplo

Um desenvolvedor declara um array local sem zerá-lo e o passa diretamente para uma função criptográfica; a função processa dados lixo da stack anterior, compromentendo a segurança da operação criptográfica. Ou um ponteiro é usado antes de ser alocado, causando acesso a endereço de memória inválido.

Cómo mitigar

Inicialize sempre variáveis no ponto de declaração (em C/C++: use memset, calloc ou atribua valores válidos; em linguagens gerenciadas, confie no runtime). Use analisadores estáticos (como Clang Static Analyzer ou Coverity) para detectar leitura sem inicialização; implemente code review obrigatório para declarações de recursos.

CVE-2025-31649HIGHDell ControlVault3 ControlVault WBDI Driver hard-coded password vulnerabilityEPSS 0.2%CVE-2024-53155HIGHocfs2: fix uninitialized value in ocfs2_file_read_iter()EPSS 0.2%CVE-2026-87456LOWUninitialized resource in Media in Google Chrome prior to 153.0.8010.36 allowed a remote attacker who had compromised the renderer process tEPSS 0.2%CVE-2025-21862MEDIUMdrop_monitor: fix incorrect initialization orderEPSS 0.2%CVE-2026-62986MEDIUMOpenEXR: PyOpenEXR deep prefixed RGB stale lane disclosureEPSS 0.2%CVE-2024-27431HIGHcpumap: Zero-initialise xdp_rxq_info struct before running XDP programEPSS 0.2%CVE-2024-56739MEDIUMrtc: check if __rtc_read_time was successful in rtc_timer_do_work()EPSS 0.2%CVE-2024-32606MEDIUMHDF5 Library through 1.14.3 may attempt to dereference uninitialized values in h5tools_str_sprint in tools/lib/h5tools_str.c (called from h5EPSS 0.2%CVE-2024-50173HIGHdrm/panthor: Fix access to uninitialized variable in tick_ctx_cleanup()EPSS 0.2%CVE-2024-50300HIGHregulator: rtq2208: Fix uninitialized use of regulator_configEPSS 0.2%CVE-2025-21922MEDIUMppp: Fix KMSAN uninit-value warning with bpfEPSS 0.2%CVE-2025-31361HIGHDell ControlVault3 ControlVault WBDI Driver Broadcom Storage Adapter privilege escalation vulnerabilityEPSS 0.2%CVE-2024-57906HIGHiio: adc: ti-ads8688: fix information leak in triggered bufferEPSS 0.2%CVE-2024-53083MEDIUMusb: typec: qcom-pmic: init value of hdr_len/txbuf_len earlierEPSS 0.2%CVE-2024-57910HIGHiio: light: vcnl4035: fix information leak in triggered bufferEPSS 0.2%CVE-2024-57908HIGHiio: imu: kmx61: fix information leak in triggered bufferEPSS 0.2%CVE-2021-3435MEDIUML2CAP: Information leakage in le_ecred_conn_req()EPSS 0.2%CVE-2026-58247MEDIUMMemory Corruption vulnerability in SAP ABAP PlatformEPSS 0.2%CVE-2026-26825MEDIUMA use-of-uninitialized memory vulnerability exists in libxls 1.6.3 when parsing malformed XLS files. The issue is reachable via xls_parseWorEPSS 0.2%CVE-2024-57907HIGHiio: adc: rockchip_saradc: fix information leak in triggered bufferEPSS 0.2%