Threats Tagged 'cwe-367'
View all threats tagged with 'cwe-367'. 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-367'
Click on any threat for detailed analysis and mitigation recommendations
CVE-2026-43632: CWE-416 Use After Free in ggml-org llama.cppCVE-2026-43632 0 llama.cpp builds b7492 through the latest b9060 contains a use-after-free vulnerability in llama-server affecting six tokenization endpoints (/tokenize, /detokenize, /infill, /apply-template, /rerank, and /anthropic/count_tokens) that bypass the task queue and access ctx_server.vocab directly on HTTP worker threads. Attackers can exploit a time-of-check-time-of-use race condition where the main thread destroys and frees vocab after the synchronization lock is released but before the handler finishes using it, causing a crash or potential code execution when --sleep-idle-seconds is configured. Join the discussion | CVE Database V5 | 08/07/2026, 00:31:18 UTC Added: 08/06/2026, 22:13:22 UTC |
A race condition in JCacheCodeDataProvider allows an attacker to redeem a single authorization code multiple times via concurrent requests,… (CVE-2026-57818)CVE-2026-57818 0 A race condition in JCacheCodeDataProvider allows an attacker to redeem a single authorization code multiple times via concurrent requests, resulting in the issuance of multiple distinct, valid access tokens. Users are recommended to upgrade to versions 4.2.3, 4.1.8 or 3.6.12, which fix this issue. Join the discussion | GCVE Database | 08/06/2026, 12:31:14 UTC Added: 08/06/2026, 18:16:30 UTC |
CVE-2026-57818: CWE-367 Time-of-check Time-of-use (TOCTOU) Race Condition in Apache Software Foundation Apache CXFCVE-2026-57818 0 A race condition in JCacheCodeDataProvider allows an attacker to redeem a single authorization code multiple times via concurrent requests, resulting in the issuance of multiple distinct, valid access tokens. Users are recommended to upgrade to versions 4.2.3, 4.1.8 or 3.6.12, which fix this issue. Join the discussion | CVE Database V5 | 08/06/2026, 11:24:53 UTC Added: 08/06/2026, 11:56:58 UTC |
CVE-2026-55524: CWE-367: Time-of-check Time-of-use (TOCTOU) Race Condition in MervinPraison PraisonAICVE-2026-55524 0 PraisonAI is a multi-agent teams system. In versions prior to 1.6.58, the web_crawl tool performs its SSRF check only on the initially supplied URL, allowing the protection to be bypassed so the tool connects to attacker-chosen internal destinations. The check resolves the hostname once with socket.gethostbyname and rejects private/loopback/link-local results, but then passes the URL to a fetcher using httpx.Client(follow_redirects=True) (or urllib.request.urlopen when httpx is absent, which also follows redirects) that re-resolves the hostname at connect time with no further validation. This validate-here/fetch-there gap is exploitable through both HTTP redirects and DNS rebinding. If an attacker can influence URLs passed to web_crawl(), directly or through an agent/tool workflow, they can cause the PraisonAI host to fetch loopback, private-network, or cloud metadata endpoints reachable from that host, with the response body returned in the web_crawl() result. This issue has been fixed in version 1.6.58. Join the discussion | CVE Database V5 | 08/05/2026, 19:58:46 UTC Added: 08/05/2026, 20:26:48 UTC |
CVE-2026-71272: CWE-367 in usememos memosCVE-2026-71272 0 Memos' webhook dispatch function safeDialContext() (internal/webhook/webhook.go) resolves the target hostname via net.DefaultResolver.LookupHost() and validates the resulting IPs against reserved ranges, but then dials net.JoinHostPort(host, port) using the original hostname rather than the already-validated IP address. Because net.Dialer.DialContext() performs its own independent DNS resolution, an attacker controlling DNS for the webhook's hostname (e.g. via a short TTL) can return a public, allowed IP during validation and a different, internal IP at dial time — a classic time-of-check/time-of-use DNS-rebinding bypass of the SSRF protection. Join the discussion | CVE Database V5 | 08/05/2026, 12:26:19 UTC Added: 08/05/2026, 13:13:09 UTC |
CVE-2026-71210: CWE-367 Time-of-check Time-of-use (TOCTOU) Race Condition in mealie-recipes mealieCVE-2026-71210 0 Mealie's AsyncSafeTransport SSRF guard (mealie/pkgs/safehttp/transport.py) resolves a target hostname once, checks the resolved IP against private-range rules, but then issues the actual outbound HTTP request using the original hostname, which the underlying async transport re-resolves independently. Because the validated IP is never pinned to the actual connection, a DNS-rebinding attacker (returning a public IP to the validation lookup and a private/metadata IP to the real connection) defeats the guard. This is reachable by any authenticated user via /api/recipes/create/url, /api/recipes/test-scrape-url, and /api/recipes/{slug}/image, and the scraper reflects fetched content back to the requester, allowing an authenticated user to read internal HTTP services and cloud-metadata endpoints. Join the discussion | CVE Database V5 | 08/05/2026, 06:59:19 UTC Added: 08/05/2026, 07:27:09 UTC |
CVE-2026-47621: CWE-367 Time-of-check Time-of-use (TOCTOU) Race Condition in NVIDIA DynamoCVE-2026-47621 0 NVIDIA Dynamo for Linux contains a vulnerability where an attacker could cause a race condition in the LoRA manager singleton initialization. A successful exploit of this vulnerability might lead to denial of service and data tampering. Join the discussion | CVE Database V5 | 08/04/2026, 17:33:00 UTC Added: 08/04/2026, 17:57:22 UTC |
CVE-2026-58041: CWE-367 Time-of-check Time-of-use (TOCTOU) Race Condition in nodejs nodeCVE-2026-58041 0 A flaw in Node.js node:sqlite allows a stale StatementSyncIterator created through DatabaseSync#createTagStore() to continue executing a cached prepared statement after it has been reset and rebound with new parameters. SQLTagStore resets cached statements using sqlite3_reset() directly, bypassing the iterator invalidation mechanism introduced for StatementSync in recent releases This vulnerability affects Node.js **22.x**, **24.x**, and **26.x**. Join the discussion | CVE Database V5 | 08/04/2026, 00:49:58 UTC Added: 08/04/2026, 01:03:31 UTC |
CVE-2026-11835: CWE-367 Time-of-check Time-of-use (TOCTOU) Race Condition in Caliptra Core ROMCVE-2026-11835 0 Time-of-check time-of-use (TOCTOU) vulnerability combined with missing input validation in Caliptra Core ROM (UpdateResetFlow::run()) in subsystem mode allows a compromised local attacker to silently bypass secure boot by supplying an AXI staging address that is not validated against the strap-configured SS_EXTERNAL_STAGING_AREA_BASE_ADDR, enabling firmware to be modified between verification and loading into ICCM. Attestation continues to report the originally verified image digest, masking the compromise. Exploitation requires a compromised MCU firmware with AXI manager access to unprotected SRAM reachable by Caliptra. This issue affects Core ROM: 2.1.0 through 2.1.1. Join the discussion | CVE Database V5 | 08/04/2026, 00:03:23 UTC Added: 08/04/2026, 00:33:45 UTC |
CVE-2026-66314: CWE-367: Time-of-check Time-of-use (TOCTOU) Race Condition in Microsoft Microsoft Edge (Chromium-based)CVE-2026-66314 0 Time-of-check time-of-use (toctou) race condition in Microsoft Edge (Chromium-based) allows an unauthorized attacker to disclose information over a network. Join the discussion | CVE Database V5 | 08/03/2026, 22:53:12 UTC Added: 08/03/2026, 23:19:24 UTC |
Showing 1 to 10 of 33 results