Threats Tagged 'cwe-22'
View all threats tagged with 'cwe-22'. 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-22'
Click on any threat for detailed analysis and mitigation recommendations
CVE-2026-55443: CWE-22: Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') in langchain-ai langchainCVE-2026-55443 0 LangChain is a framework for building agents and LLM-powered applications. Prior to 1.3.9, several LangChain components that resolve filesystem paths or expand search patterns do not consistently confine the resolved path to the intended root directory. Affected behaviors include: a file-search agent middleware that validates a starting directory but not the search pattern or the resolved target of matched files, so glob patterns and symlinks can reach files outside the configured root; prompt- and chain/agent-configuration loaders that accept path fields and resolve them without confining the result to a trusted base or rejecting symlink targets; and path-prefix authorization checks that compare by string prefix without a path-segment boundary, so a sibling path sharing the prefix is accepted. When these components receive path values, search patterns, or workspace contents influenced by an untrusted source — including an LLM acting on untrusted input — the result can be disclosure of files outside the intended boundary. This vulnerability is fixed in 1.3.9. Join the discussion | CVE Database V5 | 06/22/2026, 17:21:46 UTC Added: 06/22/2026, 19:09:21 UTC |
CVE-2026-54286: CWE-22: Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') in honojs honoCVE-2026-54286 0 Hono, a JavaScript web application framework, has a path traversal vulnerability (CWE-22) affecting versions prior to 4.12.25 on Windows hosts. An encoded backslash (%5C) in the request path is decoded to a backslash, which Windows treats as a path separator. This allows an attacker to access nested files outside intended directories, bypassing middleware protections. The vulnerability is fixed in version 4.12.25. Join the discussion | CVE Database V5 | 06/22/2026, 17:14:40 UTC Added: 06/22/2026, 17:39:40 UTC |
CVE-2026-53571: CWE-22: Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') in vitejs viteCVE-2026-53571 0 Vite is a frontend tooling framework for JavaScript. Prior to 8.0.16, 7.3.5, and 6.4.3, the contents of files that are specified by server.fs.deny can be returned to the browser on Windows. Vite’s dev server denies direct access to sensitive files through server.fs.deny, including entries such as .env, .env.*, and *.{crt,pem}. However, on Windows, the deny logic does not correctly normalize NTFS ADS path forms before access checks are applied. Because of this, requests such as /.env::$DATA?raw are treated as allowed paths, while Windows resolves them to the original file's default data stream. Similar to that, Windows allows accessing a file using a different name with the 8.3 short name compatibility feature. Vite did not reject accessing files via them. This vulnerability is fixed in 8.0.16, 7.3.5, and 6.4.3. Join the discussion | CVE Database V5 | 06/22/2026, 16:10:58 UTC Added: 06/22/2026, 17:39:39 UTC |
CVE-2026-12479: CWE-22 Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') in keras-team keras-team/kerasCVE-2026-12479 0 A path traversal vulnerability exists in keras-team/keras version 3.14.0, specifically in the `DiskIOStore.make` method within the Keras 3 model saving and loading library. This vulnerability arises from the improper handling of user-provided layer names, which are used to construct directory paths without sanitizing for parent directory components (`..`). While forward slashes (`/`) are restricted in layer names, directory traversal sequences are not. This allows an attacker to craft a malicious Keras model that, when saved or loaded, can escape the intended temporary working directory and perform unauthorized file system operations, such as creating directories or writing files in arbitrary locations. Join the discussion | CVE Database V5 | 06/22/2026, 15:21:19 UTC Added: 06/22/2026, 15:39:21 UTC |
CVE-2026-56448: CWE-22 Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') in ail project ail frameworkCVE-2026-56448 0 A path traversal vulnerability exists in AIL Framework before the release containing commit 0041456af25da0cdea1c1c4624e46baff2731d8f. An authenticated AIL user can supply crafted object identifiers through the investigation workflow to cause file paths to resolve outside the intended image, favicon, or screenshot storage directories. This may allow the attacker to download and read arbitrary files that are accessible to the AIL process. The issue occurs because user-controlled path components were joined with application storage paths without verifying that the resolved path remained within the expected directory. The affected download functionality could then include the contents of such files in a generated archive. Join the discussion | GCVE Database | 06/22/2026, 12:53:47 UTC Added: 06/22/2026, 13:23:06 UTC |
CVE-2026-11911: CWE-22 Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') in eemitch Simple File ListCVE-2026-11911 0 The Simple File List plugin for WordPress is vulnerable to arbitrary file deletion due to insufficient file path validation in the eeSFL_DeleteFile function in all versions up to, and including, 6.3.7. This makes it possible for unauthenticated attackers to delete arbitrary files on the server, which can easily lead to remote code execution when the right file is deleted (such as wp-config.php). The simplefilelist_edit_job AJAX action is registered via wp_ajax_nopriv_, making it accessible without authentication, and the is_admin() guard that would otherwise restrict access is bypassed because is_admin() always returns true for requests to the admin-ajax.php endpoint. Join the discussion | CVE Database V5 | 06/20/2026, 08:29:48 UTC Added: 06/20/2026, 09:11:33 UTC |
CVE-2026-9843: CWE-22 Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') in crmperks Database for Contact Form 7, WPforms, Elementor formsCVE-2026-9843 0 The Database for Contact Form 7, WPforms, Elementor forms plugin for WordPress is vulnerable to arbitrary file deletion due to insufficient file path validation in the view_page function in all versions up to, and including, 1.5.1. This makes it possible for unauthenticated attackers to delete arbitrary files on the server, which can easily lead to remote code execution when the right file is deleted (such as wp-config.php). Successful exploitation requires an administrator to view or edit the poisoned form entry, at which point PHP's bracket parser reshapes the attacker-crafted JSON key to bypass the stored-path isset check and trigger deletion of the traversal-specified file. Join the discussion | CVE Database V5 | 06/20/2026, 01:27:22 UTC Added: 06/20/2026, 01:56:32 UTC |
CVE-2026-48129: CWE-22: Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') in kestra-io kestraCVE-2026-48129 0 Kestra is an open-source, event-driven orchestration platform. Prior to versions 1.3.19, 1.2.19, 1.1.19, and 1.0.43, Kestra task `inputFiles` writes rendered file names directly under the task working directory. When a flow forwards untrusted execution or webhook data into an `inputFiles` file name, a caller can use `../` path segments to create or overwrite files outside that task working directory on the worker filesystem. Versions 1.3.19, 1.2.19, 1.1.19, and 1.0.43 patch the issue. Join the discussion | CVE Database V5 | 06/19/2026, 20:16:24 UTC Added: 06/19/2026, 20:28:05 UTC |
CVE-2026-49342: CWE-22: Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') in lsegal yardCVE-2026-49342 0 YARD is a documentation generation tool for the Ruby programming language. Prior to version 0.9.44, YARD's static cache lookup reads a request path before the router's path cleanup runs. When a server is configured with a document root, a traversal path such as `/../yard-cache-secret.html` is joined against that root and can return a readable sibling `.html` file outside the intended static tree. Version 0.9.44 patches the issue. Join the discussion | CVE Database V5 | 06/19/2026, 19:13:59 UTC Added: 06/19/2026, 19:50:05 UTC |
CVE-2026-49340: CWE-22: Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') in sentriz gonicCVE-2026-49340 0 gonic is a music streaming server / free-software subsonic server API implementation. Prior to version 0.21.0, a logic error in `ServeCreateOrUpdatePlaylist` allows any authenticated Subsonic user (including non-admin) to write playlist M3U content to an attacker-controlled absolute filesystem path on the gonic host, and to create intermediate directories with `0o777` permissions. The bug is independent of CVE-2026-49338 and CVE-2026-49339. It is an unreachable guard clause combined with no path containment in `Store.Write`. Version 0.21.0 patches the issue. Join the discussion | CVE Database V5 | 06/19/2026, 19:11:20 UTC Added: 06/19/2026, 19:20:10 UTC |
Showing 1 to 10 of 138 results