Description
A cross-site request forgery (CSRF) vulnerability in FreePBX Framework 17.0 allows an unauthenticated remote attacker to perform administrative actions on behalf of an authenticated administrator.
Published: 2026-08-10
Score: 8.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A cross‑site request forgery (CSRF) vulnerability in FreePBX Framework 17.0 allows an unauthenticated remote attacker to perform administrative actions on behalf of an authenticated administrator. The Ajax dispatcher in the admin panel does not validate a CSRF token, letting the attacker craft privileged requests that execute without the administrator’s consent. This flaw can lead to unauthorized configuration changes, potentially compromising call routing, security settings, and system availability.

Affected Systems

Products affected are FreePBX Framework version 17.0. The vulnerability exists in the amp_conf/htdocs/admin/libraries/BMO/Ajax.class.php file that handles Ajax requests in the admin panel.

Risk and Exploitability

The vulnerability carries a CVSS score of 8.8, indicating a high severity level. No EPSS score is available and it is not listed in the CISA KEV catalog. The attack vector is a CSRF scenario where the attacker lures a legitimate administrator to a malicious web page, enabling the attacker to send a request to /admin/ajax.php while the administrator is authenticated. This allows the attacker to invoke any admin function tied to the Ajax dispatcher.

Generated by OpenCVE AI on August 10, 2026 at 19:58 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Deploy the latest FreePBX release that includes CSRF protection for the Ajax dispatcher.
  • Limit access to the FreePBX administrative interface to trusted networks or IP addresses and enforce strong authentication mechanisms.
  • Configure a Web Application Firewall or add server‑side rules to block cross‑site Ajax requests lacking a proper CSRF token or from unknown referer sources.
  • Monitor administrative logs for unexpected Ajax activity and review user sessions for signs of unauthorized use.

Generated by OpenCVE AI on August 10, 2026 at 19:58 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 11 Aug 2026 15:45:00 +0000

Type Values Removed Values Added
First Time appeared Freepbx
Freepbx freepbx Framework
Vendors & Products Freepbx
Freepbx freepbx Framework

Mon, 10 Aug 2026 13:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Mon, 10 Aug 2026 12:00:00 +0000

Type Values Removed Values Added
Description A cross-site request forgery (CSRF) vulnerability in FreePBX Framework 17.0 allows an unauthenticated remote attacker to perform administrative actions on behalf of an authenticated administrator. The /admin/ajax.php dispatcher in amp_conf/htdocs/admin/libraries/BMO/Ajax.class.php does not implement CSRF tokens; its only protection is a Referer header check that is bypassed when the request is sent without a Referer header or from a same-site context, enabling attackers to trigger admin operations by luring an administrator to a malicious page. A cross-site request forgery (CSRF) vulnerability in FreePBX Framework 17.0 allows an unauthenticated remote attacker to perform administrative actions on behalf of an authenticated administrator.

Mon, 10 Aug 2026 11:00:00 +0000

Type Values Removed Values Added
Description A cross-site request forgery (CSRF) vulnerability in FreePBX Framework 17.0 allows an unauthenticated remote attacker to perform administrative actions on behalf of an authenticated administrator. The /admin/ajax.php dispatcher in amp_conf/htdocs/admin/libraries/BMO/Ajax.class.php does not implement CSRF tokens; its only protection is a Referer header check that is bypassed when the request is sent without a Referer header or from a same-site context, enabling attackers to trigger admin operations by luring an administrator to a malicious page.
Title FreePBX Framework - Missing CSRF Protection in Admin Panel Ajax Dispatcher
Weaknesses CWE-352
References
Metrics cvssV3_1

{'score': 8.8, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H'}


Subscriptions

Freepbx Freepbx Framework
cve-icon MITRE

Status: PUBLISHED

Assigner: TuranSec

Published:

Updated: 2026-08-10T13:06:27.063Z

Reserved: 2026-08-10T10:32:53.854Z

Link: CVE-2026-72578

cve-icon Vulnrichment

Updated: 2026-08-10T13:06:23.240Z

cve-icon NVD

Status : Deferred

Published: 2026-08-10T11:17:30.660

Modified: 2026-08-28T18:51:39.823

Link: CVE-2026-72578

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-11T14:23:55Z

Weaknesses
  • CWE-352

    Cross-Site Request Forgery (CSRF)