PoC Archive PoC Archive

tag

Cwe-22

  • CVE-2026-65694 web HIGH 7.5

    Microweber CMS Unauthenticated Path Traversal → Arbitrary File Read (CVE-2026-65694)

    Microweber CMS exposes an unauthenticated GET /userfiles/{path} route intended to serve files from its userfiles/ upload directory. The controller reads the path via $request->path — a Laravel magic-property accessor that falls back to the request's…

    Patched 2026-07-31
  • CVE-2026-66066 web CRITICAL 9.5

    Rails Active Storage Arbitrary File Read to RCE via libvips Unfuzzed Loaders (CVE-2026-66066)

    Rails Active Storage hands untrusted, attacker-supplied image uploads directly to libvips for variant/representation generation without disabling libvips' "unfuzzed" (i.e. not hardened against malicious input) loaders, specifically the MATLAB/HDF5 matload…

    Patched 2026-07-27
  • CVE-2026-48282 web CRITICAL 10 KEV EPSS 99%

    Adobe ColdFusion RDS Path Traversal → Arbitrary File Read/Write → RCE (CVE-2026-48282)

    Adobe ColdFusion's Remote Development Service (RDS), a legacy feature that lets IDEs like Dreamweaver remotely browse, read, and write files on a ColdFusion server, is reachable via the /CFIDE/main/ide.cfm endpoint using a simple length-prefixed text…

    Patched 2026-07-19
  • CVE-2026-56260 web CRITICAL 9.1

    Crawl4AI Docker API Server Arbitrary File Write via `output_path` (CVE-2026-56260)

    Crawl4AI's Docker API server exposes /screenshot and /pdf endpoints that accept an outputpath parameter specifying where the rendered output should be saved. The parameter is passed straight into a file-write call with no validation whatsoever — no check for…

    Patched 2026-07-12
  • CVE-2023-38950 web HIGH 7.5 KEV EPSS 85%

    ZKTeco BioTime v8.5.5 Unauthenticated Path Traversal / Arbitrary File Read via iclock API (CVE-2023-38950)

    ZKTeco BioTime v8.5.5 exposes the iclock device-communication API endpoint (/iclock/file) without authentication. The url query parameter, which is meant to reference firmware/log filenames pulled by physical biometric terminals, is concatenated into a…

    Patched 2026-07-11
  • CVE-2025-63888 web CRITICAL 9.8

    ThinkPHP 5.0.24 File Inclusion Leading to Remote Code Execution (CVE-2025-63888)

    ThinkPHP 5.0.24's read() method in thinkphp/library/think/template/driver/File.php fails to validate the template path derived from user-controlled input passed to the framework's view() function. By submitting a crafted template parameter (e.g. a…

    Unverified 2026-07-06
  • CVE-2025-4632 web CRITICAL 9.8 KEV EPSS 24%

    Samsung MagicINFO 9 Server Unauthenticated Path Traversal to RCE (CVE-2025-4632)

    Samsung MagicINFO 9 Server's SWUpdateFileUploader servlet, which handles firmware/content update uploads from signage devices, fails to properly sanitize the fileName parameter, allowing directory traversal sequences (../../) to break out of the intended…

    Patched 2026-07-06
  • CVE-2025-4517 misc CRITICAL 9.4

    Python tarfile `filter="data"` Bypass via PATH_MAX/realpath Confusion (CVE-2025-4517)

    Python's tarfile module added extraction filters (filter="data"/"tar", PEP 706, enabled by default since Python 3.12 and backported) specifically to prevent unsafe archive extraction — path traversal, symlink escapes, and writes outside the destination…

    Patched 2026-07-06
  • CVE-2025-49132 web CRITICAL 10 EPSS 41%

    Pterodactyl Panel Unauthenticated Path Traversal via locale.json Leaking Database Credentials (CVE-2025-49132)

    Pterodactyl Panel prior to version 1.11.11 exposes a /locales/locale.json endpoint that accepts attacker-controlled locale and namespace query parameters without a required integrity/hash check, allowing an unauthenticated attacker to traverse outside the…

    Patched 2026-07-06
  • CVE-2025-52913 network CRITICAL 9.8

    Mitel MiCollab Path Normalization Bypass to Internal Endpoints (CVE-2025-52913)

    Mitel MiCollab fails to properly normalize URL paths before applying access-control checks on its NPM (Network Protocol Manager) web endpoints. By appending crafted traversal sequences such as ..;/..;/ after seemingly-legitimate, unauthenticated-facing…

    Unverified 2026-07-06
  • CVE-2025-64446 network CRITICAL 9.8 KEV EPSS 92%

    FortiWeb `cgi-bin/fwbcgi` Path Traversal Authentication Bypass Leading to Rogue Admin Creation (CVE-2025-64446)

    FortiWeb exposes an internal CGI handler (cgi-bin/fwbcgi) that is reachable through the authenticated cmdb REST API path by appending a relative path-traversal sequence (../) after a request to a nonexistent object (admin%3f). Because path handling for the…

    Unverified 2026-07-06
  • CVE-2026-37066 web HIGH

    Veno File Manager Path Traversal to Arbitrary File Read (CVE-2026-37066)

    Veno File Manager Project 4.4.9 contains a path traversal vulnerability in /vfm-admin/index.php and /vfm-admin/ajax/streamvid.php that allows an authenticated attacker with the superadmin role to disclose sensitive information via two specially crafted HTTP…

    Unverified 2026-07-05
  • CVE-2026-37065 web HIGH

    Veno File Manager Arbitrary File Deletion (CVE-2026-37065)

    Veno File Manager Project 4.4.9 is vulnerable to arbitrary file deletion. An authenticated attacker with the superadmin role can send a specially crafted POST request using the remove URL parameter to control which file gets deleted, with no further…

    Unverified 2026-07-05
  • CVE-2026-36851 misc HIGH 7.5

    UnPoller Path Traversal / Arbitrary File Read via file:// Password Prefix (CVE-2026-36851)

    UnPoller supports a file:// prefix convention for its UniFi controller password configuration value, intended to read the password from a file on disk. However, the path following the file:// prefix is not restricted, allowing path traversal to read arbitrary…

    Unverified 2026-07-05
  • CVE-2026-25964 web MEDIUM 4.9

    Tandoor Recipes Authenticated Local File Disclosure via Recipe Import (CVE-2026-25964)

    CVE-2026-25964 is a path traversal / arbitrary file read vulnerability in Tandoor Recipes' recipe-import workflow. The /api/recipe-import/ endpoint lets an authenticated user set an arbitrary filepath and storage backend on a RecipeImport object without…

    Patched 2026-07-05
  • CVE-2026-24849 web CRITICAL 6.5

    OpenEMR EtherFax Module Authenticated Arbitrary File Read (CVE-2026-24849)

    OpenEMR's Fax/SMS module ships an EtherFax integration whose disposeDoc() handler (in EtherFaxActions.php) takes an attacker-controlled filepath request parameter, checks only that the file exists, and passes it directly to readfile() with no canonicalization…

    Patched 2026-07-05
  • CVE-2026-53519 web INFO

    Nezha Dashboard Path Traversal → JWT Secret Leak → Token Forgery — CVE-2026-53519

    The Nezha Dashboard improperly normalizes its routing paths, allowing a crafted request such as /dashboard../data/config.yaml to escape the intended static-file root and read arbitrary files served by the dashboard process. The PoC uses this path traversal…

    Patched 2026-07-05
  • CVE-2026-27825 web CRITICAL 9.3

    mcp-atlassian Path Traversal via confluence_upload_attachment (CVE-2026-27825)

    The confluenceuploadattachment MCP tool in mcp-atlassian passes its filepath argument straight into open(filepath, "rb") with no path validation, letting an attacker read arbitrary files on the server's filesystem and exfiltrate them via a multipart upload to…

    Patched 2026-07-05
  • CVE-2026-42048 web HIGH

    Langflow Knowledge Base Path Traversal / Arbitrary Directory Deletion (CVE-2026-42048)

    Langflow's DELETE /api/v1/knowledgebases bulk-delete endpoint accepts a list of kbnames values and builds a filesystem path for each by joining it onto the current user's Knowledge Base directory, without normalizing or validating that the resulting path…

    Patched 2026-07-05
  • CVE-2026-48866 web CRITICAL 9.6

    Gravity Forms Path Traversal → Arbitrary File Deletion (CVE-2026-48866)

    Gravity Forms stores the URL of uploaded files in a form entry via the gformuploadedfiles parameter without stripping ../ sequences (escurlraw() and isvalidurl() both accept path-traversal payloads). When an entry containing such a URL is later deleted —…

    Patched 2026-07-05
  • CVE-2026-25895 web CRITICAL 9.8

    FUXA SCADA/HMI — Unauthenticated Path Traversal to Remote Code Execution (CVE-2026-25895)

    FUXA's POST /api/upload endpoint (server/api/projects/index.js:193) is registered without the middleware chain applied to every other project-management route, so it bypasses both the JWT/API-key check and the admin permission gate — even when the…

    Patched 2026-07-05
  • CVE-2026-6815 web HIGH

    Casdoor Authenticated Path Traversal to Arbitrary File Write (CVE-2026-6815)

    Casdoor's Local File System storage provider fails to properly sanitize the pathPrefix configuration and fullFilePath parameter during resource uploads. An authenticated administrator (or equivalent privileged user) can use directory traversal sequences to…

    Unverified 2026-07-05
  • CVE-2026-21440 web CRITICAL 9.2

    AdonisJS bodyparser Path Traversal to Arbitrary File Write (CVE-2026-21440)

    CVE-2026-21440 is a path-traversal vulnerability in @adonisjs/bodyparser's MultipartFile.move() method. When an application calls file.move(location) without explicitly supplying a sanitized name option, the library falls back to the client-supplied original…

    Patched 2026-07-05
  • CVE-2026-20262 network MEDIUM 6.5 KEV EPSS 28%

    Cisco Catalyst SD-WAN Manager Arbitrary File Write (CVE-2026-20262)

    CVE-2026-20262 is an authenticated remote arbitrary file write vulnerability in the web UI of Cisco Catalyst SD-WAN Manager. Improper validation of user-supplied input during a file upload process enables path traversal, letting an authenticated attacker…

    Unverified 2026-07-01