CVE Catalog

CVE-2026-94456

CriticalCVSS 9.1
Published: Translated: NVD NIST

Summary

Postiz generates security-sensitive credentials using Math.random() instead of a cryptographically secure source. The same helper is used for OAuth access tokens, authorization codes, client secrets, organization API keys, and PKCE verifiers, meaning these credentials depend entirely on V8's deterministic xorshift128+ PRNG state. An unauthenticated OAuth dynamic client registration endpoint exposes freshly generated client credentials, giving attackers enough consecutive PRNG output to reconstruct that internal state and derive past and future values.

Risk Assessment

An attacker can reconstruct the PRNG state and predict credentials belonging to other users and organizations, leading to account takeover and unauthorized access to resources.

Recommendation

Update Postiz to a version that uses a cryptographically secure random source for credential generation, and revoke and regenerate all existing tokens, secrets, and API keys.

Other vulnerabilities in Postiz

See all
Original NVD description (English source)

Postiz generates security-sensitive credentials using `Math.random()` instead of a cryptographically secure source. The same helper is used for OAuth access tokens, authorization codes, client secrets, organization API keys, and PKCE verifiers, meaning these credentials depend entirely on V8’s deterministic xorshift128+ PRNG state. An unauthenticated OAuth dynamic client registration endpoint exposes freshly generated client credentials, giving attackers enough consecutive PRNG output to reconstruct that internal state. Once recovered, they can deterministically derive past and future values produced by the same generator, potentially compromising credentials belonging to other users and organizations.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS