Summary
CVE-2026-19264 is a critical, unauthenticated path traversal vulnerability in Postiz (gitroomhq/postiz-app), an open-source social media scheduling application. The flaw in Postiz’s media-serving route allows a remote attacker to read arbitrary files accessible to the application process, exposing secrets that enable full administrator account takeover. It is rated CVSS v3.1 9.8 (Critical).
Technical details
- Root cause: The media-serving route (
/uploads) joins URL-supplied path segments onto the upload directory and streams the resulting file without normalizing the path or confining it to the intended directory. - Trigger conditions: Raw dot-segments (
../) are collapsed before route matching, but URL-encoded separators bypass this initial filtering and are decoded at the handler level, restoring traversal capability. Per the CVE record, this is exploitable whenSTORAGE_PROVIDERis set tolocal(the default in.env.example). - Attack vector: Network; no authentication or user interaction required (AV:N, PR:N, UI:N).
- Impact: Arbitrary file read of any file accessible to the application process, including environment variables containing the JWT secret, database credentials, and provider tokens. Disclosure of the JWT signing secret allows an attacker to forge non-expiring administrator sessions.
Affected software
- Postiz (gitroomhq/postiz-app): all versions from 0 up to and including 2.22.0 (i.e., versions before 2.22.1).
Severity
- CVSS v3.1 base score: 9.8 (Critical)
- Vector:
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Mitigation and recommended actions
- Immediate: Upgrade to Postiz 2.22.1 or later, which contains the fix.
- If no patch can be applied immediately: Restrict network access to the Postiz instance (e.g., place it behind authentication/VPN or a reverse-proxy allowlist), and rotate any secrets that may have been exposed (JWT signing secret, database credentials, and provider tokens). Where feasible, avoid the
localstorage provider configuration.
How IONIX identifies potentially affected assets
IONIX matches the following signals against data already collected when it crawled the asset; identifying the technology sends no request beyond that crawl.
- Page title:
Postiz Register - Raw response body:
Postiz To Grow Their Social Presence,"children": "Postiz Register"

