๐Ÿ” CVE Alert

CVE-2026-19264

CRITICAL 9.8

Unauthenticated arbitrary file read via /uploads path traversal (URL-encoded separators) leading to instance takeover

CVSS Score
9.8
EPSS Score
0.0%
EPSS Percentile
0th

Postiz is an open-source social media scheduling tool. The route that serves locally stored media joins URL-supplied path segments onto the upload directory and streams the file without normalising the path or confining it to that directory, and the route requires no authentication. Raw dot-segments are collapsed before routing, but URL-encoded separators survive route matching and are decoded only once they reach the handler, restoring the traversal at the filesystem call. An unauthenticated remote attacker can therefore read any file readable by the application process, including the process environment, which exposes the JWT signing secret, the database connection string, and connected provider and billing secrets. Because session tokens are signed with that secret and carry no expiry, this allows forging a non-expiring session as any user, including an administrator, without a password.

CWE CWE-22
Vendor gitroomhq
Product postiz-app
Published Aug 7, 2026
Last Updated Aug 7, 2026
Stay Ahead of the Next One

Get instant alerts for gitroomhq postiz-app

Be the first to know when new critical vulnerabilities affecting gitroomhq postiz-app are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Attack Vector
Attack Complexity
Privileges Required
User Interaction
Scope
Confidentiality
Integrity
Availability

Affected Versions

gitroomhq / postiz-app
0 < 2.22.1

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/gitroomhq/postiz-app/commit/7936062 github.com: https://github.com/gitroomhq/postiz-app/releases/tag/v2.22.1 gadvisory.org: https://gadvisory.org/advisories/PSA-2026-TH12B7

Credits

๐Ÿ” KRITHIK BABU P Enno Gelhaus Nevo David