Threats Tagged 'cve-2026-56846'
View all threats tagged with 'cve-2026-56846'. 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 'cve-2026-56846'
Click on any threat for detailed analysis and mitigation recommendations
This update includes the following RPMs: nodejs26: * nodejs26-26.7.0-1.5.2.hum1 (aarch64, x86_64) * nodejs26-bin-26.7.0-1.5.2.hum1 (noarch) * nodejs26-devel-26.7.0-1.5.2.hum1 (aarch64, x86_64) * nodejs26-docs-26.7.0-1.5.2.hum1 (noarch) * nodejs26-full-i18n-26.7.0-1.5.2.hum1 (aarch64, x86_64) * nodejs26-libs-26.7.0-1.5.2.hum1 (aarch64, x86_64) * nodejs26-npm-11.19.0-1.26.7.0.1.5.2.hum1 (noarch) * nodejs26-npm-bin-26.7.0-1.5.2.hum1 (noarch) * v8-14.6-devel-14.6.202.34-1.26.7.0.1.5.2.hum1 (aarch64, x86_64) * nodejs26-26.7.0-1.5.2.hum1.src (src) Security Fix(es): nodejs26: * CVE-2026-14257 * CVE-2026-69152 Join the discussion | GCVE Database | 08/12/2026, 14:18:37 UTC Added: 08/05/2026, 15:30:56 UTC |
0 A security update for SUSE's nodejs24 addresses multiple vulnerabilities including SSRF bypass, HTTP/2 memory limit bypass, permission model flaws, heap-use-after-free, HTTPS agent issues, DNS resolution errors, request smuggling, and crash conditions. The update upgrades nodejs24 to version 24.18.1 to fix these issues. Join the discussion | GCVE Database | 08/10/2026, 09:28:21 UTC Added: 09/17/2026, 01:58:58 UTC |
0 A security update for SUSE's nodejs22 addresses multiple vulnerabilities including SSRF bypass, HTTP/2 memory limit bypass, permission model flaws, heap-use-after-free, hostname verification bypass, DNS resolution issues, request smuggling, and crash conditions. The update advances to version 22.23.2 to fix these issues. No CVSS score is provided, but the severity is assessed as high due to the range and nature of the vulnerabilities. Join the discussion | GCVE Database | 08/10/2026, 09:02:01 UTC Added: 09/17/2026, 01:58:58 UTC |
CVE-2026-56846 is a high-severity vulnerability in Node.js HTTP/2 handling that allows remote attackers to exhaust memory by evading maxSessionMemory limits through retained header blocks. It affects Node.js versions 22.23.1 and 24.18.0. The flaw results in uncontrolled resource consumption leading to denial of service. No official patch or remediation guidance is currently provided by the vendor. Join the discussion | CVE Database V5 | 08/04/2026, 00:49:58 UTC Added: 08/04/2026, 01:03:31 UTC |
0 These are all security issues fixed in the nodejs26-26.5.1-1.1 package on the GA media of openSUSE Tumbleweed. Join the discussion | GCVE Database | 08/03/2026, 00:00:00 UTC Added: 08/07/2026, 05:56:37 UTC |
0 This update includes the following RPMs: nodejs24: * nodejs24-24.18.1-0.1.hum1 (aarch64, x86_64) * nodejs24-bin-24.18.1-0.1.hum1 (noarch) * nodejs24-devel-24.18.1-0.1.hum1 (aarch64, x86_64) * nodejs24-docs-24.18.1-0.1.hum1 (noarch) * nodejs24-full-i18n-24.18.1-0.1.hum1 (aarch64, x86_64) * nodejs24-libs-24.18.1-0.1.hum1 (aarch64, x86_64) * nodejs24-npm-11.16.0-1.24.18.1.0.1.hum1 (noarch) * nodejs24-npm-bin-24.18.1-0.1.hum1 (noarch) * v8-13.6-devel-13.6.233.17-1.24.18.1.0.1.hum1 (aarch64, x86_64) * nodejs24-24.18.1-0.1.hum1.src (src) Join the discussion | GCVE Database | 07/30/2026, 03:14:48 UTC Added: 07/31/2026, 15:39:35 UTC |
0 This update for sqlite3 fixes the following issues Update to 3.53.2: - CVE-2026-11822: memory corruption vulnerabilities in the FTS5 full-text search extension that allow attackers to cause process crashes, memory exhaustion, or arbitrary code execution (bsc#1268012). - CVE-2026-11824: heap-based buffer overflow vulnerability in the FTS5 full-text search extension that allows attackers to cause a crash or execute arbitrary code (bsc#1268013). Changes: * Add the Query Result Formatter (QRF) library for formatting the results of SQL queries for human readability on a fixed-pitch font screen. * Enhance ALTER TABLE to permit adding and removing NOT NULL and CHECK constraints. * The REINDEX EXPRESSIONS statement rebuilds expression indexes. * The body of TEMP triggers may now modify and/or query tables in the main schema. * Enhance VACUUM INTO so that if a URI filename is used as the target and that filename has a reserve=N query parameter with N between 0 and 255, then the reserve amount for the generated database copy is set to N. * New SQL functions json_array_insert() and jsonb_array_insert(). * Renovations to the CLI. * New C-language interfaces: sqlite3_str_truncate(), sqlite3_str_free(), sqlite3_carray_bind_v2(). * Add the SQLITE_PREPARE_FROM_DDL option to sqlite3_prepare_v3(). * Added the SQLITE_UTF8_ZT constant which can be used as the encoding parameter to sqlite3_result_text64() or sqlite3_bind_text64() to indicate that the value is UTF-8 encoded and zero terminated. * The SQLITE_LIMIT_PARSER_DEPTH option is added to sqlite3_limit(). * The SQLITE_DBCONFIG_FP_DIGITS option is added to sqlite3_db_config(). * Query planner improvements. * Add new interfaces to the session extension that enable an application to add changes one at a time to the sqlite3_changegroup object. * Improvements to floating-point <-> text conversions. * Added the self-healing index feature to deal with the stale expression index problem. * Add the "-p|--port" option to sqlite3_rsync. * Add the "opfs-wl" VFS, functionally identical to the "opfs" VFS but using Web Locks for locking, which can promise fairer lock sharing than the "opfs" bespoke protocol can. "opfs-wl" requires Atomics.waitAsync(), so requires newer browsers than "opfs" does. * Fixes for problems in 3.53.0 and 3.53.1 reported by users. * See the check-in timeline for details: https://sqlite.org/src/timeline?from=version-3.53.0&to=version-3.53.2 * https://sqlite.org/releaselog/3_53_0.html Join the discussion | GCVE Database | 06/18/2026, 21:01:36 UTC Added: 06/11/2026, 09:09:28 UTC |
Showing 1 to 7 of 7 results