CVE-2026-42556 PUBLISHED

Postiz stored XSS in public preview page

Assigner: GitHub_M
Reserved: 28.04.2026 Published: 08.05.2026 Updated: 08.05.2026

Postiz is an AI social media scheduling tool. From version 2.21.6 to before version 2.21.7, any authenticated user who can create a post can store arbitrary HTML in post content by tampering their own save request and send the public preview link /p/<postId>?share=true to another user. The preview page renders that stored HTML with dangerouslySetInnerHTML on the main application origin. This issue has been patched in version 2.21.7.

Metrics

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

Product Status

Vendor gitroomhq
Product postiz-app
Versions
  • Version >= 2.21.6, < 2.21.7 is affected

References

Problem Types

  • CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') CWE