Threats Tagged 'cwe-120'
View all threats tagged with 'cwe-120'. 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-120'
Click on any threat for detailed analysis and mitigation recommendations
CVE-2024-5974: CWE-120 in WatchGuard Fireware OSCVE-2024-5974 0 A buffer overflow vulnerability exists in WatchGuard Fireware OS that could allow an authenticated remote attacker with privileged management access to execute arbitrary code with system privileges on the firewall. The affected versions range from 11.9.6 through 12.10.3. This vulnerability has a high severity score of 7.2 and impacts confidentiality, integrity, and availability of the system. Join the discussion | GCVE Database | 07/09/2024, 02:24:47 UTC Added: 08/08/2026, 14:51:58 UTC |
CVE-2024-5974: CWE-120 in WatchGuard Fireware OSCVE-2024-5974 0 A buffer overflow in WatchGuard Fireware OS could may allow an authenticated remote attacker with privileged management access to execute arbitrary code with system privileges on the firewall. This issue affects Fireware OS: from 11.9.6 through 12.10.3. Join the discussion | CVE Database V5 | 07/09/2024, 02:24:47 UTC Added: 08/07/2026, 22:12:01 UTC |
CVE-2026-67869: n/aCVE-2026-67869 0 A buffer overflow vulnerability exists in open62541 version 1.5.5 that allows a remote attacker to cause a denial of service. The issue arises from improper validation of input arguments in the Service_Call function against runtime-resolved InputArguments metadata. Join the discussion | GCVE Database | 08/05/2026, 00:00:00 UTC Added: 08/06/2026, 18:17:19 UTC |
CVE-2026-67871: n/aCVE-2026-67871 0 A buffer overflow vulnerability exists in Systerel S2OPC version 1.7.3 that allows a remote attacker to cause a denial of service. The flaw is triggered via the AddNodes function involving the address_space_bs.c, sopc_node_mgt_helper_internal.c, and toolkit_test_server components. This vulnerability does not impact confidentiality or integrity but can disrupt availability. Join the discussion | GCVE Database | 08/05/2026, 00:00:00 UTC Added: 08/06/2026, 18:16:32 UTC |
CVE-2026-15314: CWE-120 Buffer Copy without Checking Size of Input in TP-Link Systems Inc. P110 v1CVE-2026-15314 0 Tapo P110 v1 smart Wi-Fi Plug contains an improper boundary validation vulnerability in the handling of authenticated HTTP request bodies due to insufficient input validation before memory copy operations. This may lead to buffer overflow condition, causing the web service process to crash. Successful exploitation may cause the web service process to stop responding or restart, resulting in a denial-of-service condition. Join the discussion | CVE Database V5 | 08/04/2026, 18:31:27 UTC Added: 08/04/2026, 17:11:46 UTC |
CVE-2026-24080: CWE-120 Buffer Copy Without Checking Size of Input ('Classic Buffer Overflow') in Qualcomm, Inc. SnapdragonCVE-2026-24080 0 Memory Corruption when handling malformed request parameters in the fingerprint TA. Join the discussion | CVE Database V5 | 08/04/2026, 15:07:18 UTC Added: 08/04/2026, 15:42:02 UTC |
CVE-2026-24076: CWE-120 Buffer Copy Without Checking Size of Input ('Classic Buffer Overflow') in Qualcomm, Inc. SnapdragonCVE-2026-24076 0 Memory Corruption when processing registry values with incorrect types using a direct query method. Join the discussion | CVE Database V5 | 08/04/2026, 15:07:13 UTC Added: 08/04/2026, 15:42:02 UTC |
Red Hat Security Advisory: libpq security updateCVE-2026-6477 0 The libpq package provides the PostgreSQL client library, which allows client programs to connect to PostgreSQL servers. Security Fix(es): * postgresql: PostgreSQL libpq: Buffer overflow allows server superuser to overwrite client stack memory (CVE-2026-6477) For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section. Join the discussion | GCVE Database | 07/23/2026, 12:16:42 UTC Added: 08/03/2026, 21:22:00 UTC |
CVE-2026-11885: CWE-120 Buffer Copy without Checking Size of Input ('Classic Buffer Overflow') in IBM PowerVM HypervisorCVE-2026-11885 0 CVE-2026-11885 is a high-severity buffer overflow vulnerability in IBM PowerVM Hypervisor versions FW1110.00 through FW1110.20, FW1060.00 through FW1060.71, and FW950.00 through FW950.H1. A specially crafted OS hypervisor call can cause the hypervisor to crash or compromise OS memory integrity. This vulnerability is classified as CWE-120, indicating a classic buffer copy without checking the size of input. The vulnerability has a CVSS 3.1 score of 8.4, reflecting high impact on integrity and availability with low attack complexity and limited privileges required. No patch or official remediation information is currently available, and no known exploits are reported in the wild. Join the discussion | CVE Database V5 | 07/30/2026, 16:38:25 UTC Added: 07/30/2026, 16:52:55 UTC |
CVE-2026-59250: CWE-120 Buffer Copy without Checking Size of Input ('Classic Buffer Overflow') in Erlang OTPCVE-2026-59250 0 Classic buffer overflow in the Erlang/OTP megaco flex scanner C driver allows a remote unauthenticated attacker to corrupt the driver's memory (and potentially achieve remote code execution or a denial-of-service crash) by sending a single text-encoded H.248/Megaco message containing an oversized property parm name. When tokenizing a Local/Remote descriptor, mfs_load_property_groups extracts the attacker-controlled property name (bounded only by the message length) and, when no value follows, formats it into a fixed 512-byte error_msg field of the MfsErlDrvData struct using an unchecked sprintf call. Names longer than roughly 452 bytes overflow into the immediately following struct fields (text_buf, text_ptr, term_spec, term_spec_size, term_spec_index), overwriting live pointers and counters with attacker-chosen bytes. Subsequent scanner code writes and frees through the corrupted pointers, producing arbitrary write and arbitrary free primitives inside the BEAM VM process, which can be leveraged for remote code execution. On builds compiled with _FORTIFY_SOURCE the overflow is detected at runtime and terminates the process with SIGABRT, resulting in denial of service. The overflow occurs in the flex scanner before any grammar or Megaco-level authentication processing, so exploitation requires only network reachability to the megaco transport port on a node configured with {scanner, flex}. This vulnerability is associated with program files lib/megaco/src/flex/megaco_flex_scanner_drv.flex.src and program routines mfs_load_property_groups. This issue affects OTP from OTP 17.0 before OTP 29.0.4, OTP 28.5.0.4 and OTP 27.3.4.15, corresponding to megaco from 3.17.1 before 4.9.1, 4.8.3.1 and 4.7.2.2. Versions prior to OTP 17.0 are also affected but are not listed because the OTP version scheme is only defined from OTP 17.0 onwards. Join the discussion | CVE Database V5 | 07/27/2026, 15:25:03 UTC Added: 07/27/2026, 15:37:42 UTC |
Showing 1 to 10 of 22 results