FreePBX is an open source IP PBX. Prior to 17.0.8, the FreePBX api module's OAuth2 implementation does not sufficiently validate client credentials during token issuance. Knowledge of a valid client_id is required. The validateClient() method in ClientRepository.php unconditionally returns true, allowing any party with knowledge of a valid client_id to obtain OAuth2 access tokens without providing the correct client_secret. This vulnerability is fixed in 17.0.8.
| Vendor | Product | Versions |
|---|---|---|
| freepbx | security-reporting | < 17.0.8 |
Updated description with new technical details, changed severity to CRITICAL, and added patch version 17.0.8 and CVE-2026-44237 tag.
Initial creation