Threats Tagged 'cwe-476'
View all threats tagged with 'cwe-476'. Filter and sort to focus on specific types of threats.
Stop chasing alerts. Route them.
Start free, then upgrade once to turn Radar into an automated delivery engine for your security stack.
Custom feeds / Automations: email, Slack, webhooks, SIEM/MISP / API access (baseline limits)
API access activates after upgrading in Console -> Billing.
Check if your credentials are on the dark web
Instant breach scanning across billions of leaked records. Free tier available.
Filter Threats
Narrow down the results by type, severity, or affected countries
Threats Tagged 'cwe-476'
Click on any threat for detailed analysis and mitigation recommendations
CVE-2026-17510: CWE-476 NULL Pointer Dereference in JONASBN Crypt::OpenSSL::PKCS12CVE-2026-17510 0 Crypt::OpenSSL::PKCS12 versions before 1.98 for Perl allow a NULL pointer dereference in print_attribute via a zero length BMPSTRING attribute. print_attribute() sizes the destination buffer for a BMPSTRING attribute from its declared byte length with `Renew(*attribute, length, char)`. A zero length attribute makes that a zero size reallocation, which Perl implements as a free returning NULL, so the buffer pointer becomes NULL, the following `strncpy` copies nothing, and the caller dereferences NULL in the `strlen()` it passes to `newSVpvn()`. A zero length BMPSTRING is even length, so the ASN.1 decoder accepts it and the value reaches this code. The UTF8STRING, OCTET STRING and BIT STRING arms size on `length + 1` or `length * 4 + 1` and are unaffected. Any caller that passes an untrusted PKCS#12 file to info_as_hash() can crash the process. info() prints attribute values directly without sizing a buffer and is unaffected. Join the discussion | CVE Database V5 | 08/09/2026, 01:21:30 UTC Added: 08/09/2026, 01:41:57 UTC |
CVE-2026-52878: CWE-476: NULL Pointer Dereference in klever-io klever-goCVE-2026-52878 0 Klever-Go is the Go implementation of the Klever blockchain protocol. Versions 1.7.14 through 1.7.17 are vulnerable to a nil-pointer panic triggered by a protobuf Transaction whose embedded RawData sub-message is omitted. This omission causes RawData to decode to nil. Every transaction gossiped on the Klever-Go P2P network is decoded and validated synchronously inside the libp2p pubsub topic-validator callback, where txVersionChecker.CheckTxVersion dereferences tx.RawData.Version with no nil check. Because the libp2p pubsub callback, the underlying go-libp2p-pubsub validation worker, and Klever's own network/p2p layer install no recover(), the panic propagates and crashes the entire node process. The attacker payload is a 3-byte protobuf message; no validator key, stake, funds, or on-chain account is required, and delivery aimed at enough of the BLS validator set can halt block production, resulting in a chain halt. This issue has been fixed in version 1.7.18. Join the discussion | CVE Database V5 | 08/07/2026, 22:32:27 UTC Added: 08/07/2026, 22:41:53 UTC |
CVE-2026-48097: CWE-78: Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection') in 0x5t4l1n NexTOR_IP_CHANGERCVE-2026-48097 0 NexTor IP Changer is a command-line tool that leverages the Tor network to periodically rotate a user's IP address. Versions prior to 2.0.0 have a command execution vulnerability due to unsafe use of `shell=True` with commands that rely on executable resolution through the `PATH` environment variable. An attacker controlling the execution environment can place malicious executables such as sudo earlier in the `PATH`, resulting in execution of attacker-controlled code. Version 2.0.0 fixes the issue. Join the discussion | CVE Database V5 | 08/07/2026, 19:06:22 UTC Added: 08/07/2026, 19:42:03 UTC |
CVE-2026-19012: CWE-476: NULL Pointer Dereference in HashiCorp ConsulCVE-2026-19012 0 Consul Community Edition and Consul Enterprise 1.18.0 through 2.0.2 are vulnerable to an authenticated denial of service in the Enterprise-to-Community Edition downgrade path that may allow an authorized caller to crash the Consul server. A caller with config-entry write permission can submit a service-router configuration entry that causes the agent to exit unexpectedly. This vulnerability, CVE-2026-19012, is fixed in Consul 2.0.3 and Consul Enterprise 1.21.17, 1.22.11, and 2.0.3. Join the discussion | CVE Database V5 | 08/07/2026, 21:30:37 UTC Added: 08/07/2026, 19:42:01 UTC |
CVE-2026-45204: CWE - CWE-476: NULL Pointer Dereference (4.15) in Imagination Technologies Graphics DDKCVE-2026-45204 0 Software installed and run as a non-privileged user may conduct improper GPU system calls to trigger OOB access and kernel null pointer dereference in an error path. Null pointer dereference occurs in an error path of a function running in kernel thread of execution leading to kernel exceptions, platform instability and denial of service. Join the discussion | CVE Database V5 | 08/07/2026, 03:30:28 UTC Added: 08/07/2026, 02:26:57 UTC |
CVE-2026-70640: NULL Pointer Dereference in ggml-org llama.cppCVE-2026-70640 0 llama.cpp builds b1886 through b7445 contain a race condition use-after-free vulnerability in the LLaMA-Android JNI wrapper where bench_1model() and free_1context() lack synchronization, allowing Thread A to operate on freed memory while Thread B concurrently frees the llama_context. Attackers can exploit this by performing heap spray with attacker-controlled data containing a fake vtable to hijack the vtable pointer at offset +0x30, causing llama_batch_allocr::clear() to dereference arbitrary memory and achieve remote code execution. Join the discussion | CVE Database V5 | 08/07/2026, 00:31:22 UTC Added: 08/06/2026, 22:13:33 UTC |
CVE-2026-70639: NULL Pointer Dereference in ggml-org llama.cppCVE-2026-70639 0 llama.cpp builds b1886 through b7445 contain a null pointer dereference vulnerability in the LLaMA-Android JNI wrapper where the bench_1model() function fails to validate the model context pointer before dereferencing it. Attackers can supply a malicious, corrupt, or truncated model file to trigger a null context condition, causing a SIGSEGV crash that terminates the Android application process and results in denial of service. Join the discussion | CVE Database V5 | 08/07/2026, 00:31:22 UTC Added: 08/06/2026, 22:13:33 UTC |
CVE-2026-19024: CWE-476 NULL pointer dereference in The HDF Group HDF5CVE-2026-19024 0 A NULL pointer dereference vulnerability exists in the H5Pget_fill_value function of The HDF Group's HDF5 library before version 2.1.1. This flaw occurs when processing a dataset with a version 1 or 2 fill value message that has the "defined" flag set and a negative size field, which is not normalized properly. This leads to a NULL datatype pointer being passed to H5T_path_find, causing a denial of service. Join the discussion | GCVE Database | 08/05/2026, 22:14:29 UTC Added: 08/06/2026, 18:17:21 UTC |
CVE-2026-19026: CWE-476 NULL pointer dereference in The HDF Group HDF5CVE-2026-19026 0 H5Z__filter_nbit in H5Znbit.c in HDF5 through 2.3.0 dereferences cd_values[0] through cd_values[4] without validating that cd_values is non-NULL or that cd_nelmts is at least 5, the fixed size of the filter's header. This allows attackers to cause a denial of service via a crafted HDF5 file that stores the N-Bit filter pipeline message with zero client-data values, opened and read via H5Dread, e.g. by the h5ls or h5repack tools. Join the discussion | CVE Database V5 | 08/05/2026, 22:47:58 UTC Added: 08/05/2026, 22:56:45 UTC |
CVE-2026-19024: CWE-476 NULL pointer dereference in The HDF Group HDF5CVE-2026-19024 0 NULL pointer dereference in H5Pget_fill_value in HDF5 before 2.3.0 allows attackers to cause a denial of service via a dataset whose version 1 or 2 fill value message has the "defined" flag set together with a negative size field, which is not normalized to the library's "undefined" sentinel and reaches H5T_path_find with a NULL datatype. Join the discussion | CVE Database V5 | 08/05/2026, 22:14:29 UTC Added: 08/05/2026, 22:41:45 UTC |
Showing 1 to 10 of 33 results