---
id: CVE-2026-94455
title: >-
  An HTTP endpoint intended for provisioning enterprise and reseller
  organisations is reachable without any session
summary: >-
  An HTTP endpoint intended for provisioning enterprise and reseller
  organisations is reachable without any session. The authentication middleware
  is bound only to an explicit list of controllers, and the enterprise
  controller is not on th…
severity: high
cvss: 7.1
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:L'
cwe:
  - CWE-306
  - CWE-345
  - CWE-770
  - CWE-1390
vendor: GitroomHQ
product: postiz-app
affected:
  - postiz-app < 2.4.0
published: '2026-09-22'
updated: '2026-09-22'
sourceUpdated: '2026-09-22T19:37:36.747'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-94455'
references:
  - url: 'https://gadvisory.org/advisories/PSA-2026-P8W1J0'
    label: 4cdc9741-f887-419a-a2fd-acbbd2729276
  - url: 'https://github.com/gitroomhq/postiz-app'
    label: 4cdc9741-f887-419a-a2fd-acbbd2729276
  - url: >-
      https://github.com/gitroomhq/postiz-app/commit/9259cf2429e8cc0c88414e88d5e6c783d7ffba63
    label: 4cdc9741-f887-419a-a2fd-acbbd2729276
  - url: 'https://github.com/gitroomhq/postiz-app/releases/tag/v2.24.0'
    label: 4cdc9741-f887-419a-a2fd-acbbd2729276
tags:
  - nvd
  - cve.org
ssvc:
  exploitation: none
  automatable: 'no'
  technicalImpact: partial
  timestamp: '2026-09-22T18:13:58.426768Z'
ingestedAt: '2026-09-22T17:07:07.384Z'
---

## Overview

An HTTP endpoint intended for provisioning enterprise and reseller organisations is reachable without any session. The authentication middleware is bound only to an explicit list of controllers, and the enterprise controller is not on that list, so no authentication runs for these routes.

The endpoint's only check is that the request body carries a token bearing a valid signature from the instance secret. It does not check what that token was issued for. Login tokens are signed with the same secret and carry no purpose, audience or expiry claim, so an ordinary user's own session token satisfies the check.

Presented with such a token, the endpoint creates a new organisation holding the highest subscription tier, flagged as lifetime and with a channel allowance far above any sold plan, creates an organisation-owner account alongside it, and returns the new organisation's API key in the response body. That key is immediately valid against the public API.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
