CVE-2026-40168 PUBLISHED

Postiz has Server-Side Request Forgery via Redirect Bypass in /api/public/stream

Assigner: GitHub_M
Reserved: 09.04.2026 Published: 10.04.2026 Updated: 10.04.2026

Postiz is an AI social media scheduling tool. Prior to 2.21.5, the /api/public/stream endpoint is vulnerable to SSRF. Although the application validates the initially supplied URL and blocks direct private/internal hosts, it does not re-validate the final destination after HTTP redirects. As a result, an attacker can supply a public HTTPS URL that passes validation and then redirects the server-side request to an internal resource.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:L
CVSS Score: 8.2

Product Status

Vendor gitroomhq
Product postiz-app
Versions
  • Version < 2.21.5 is affected

References

Problem Types

  • CWE-918: Server-Side Request Forgery (SSRF) CWE