FreepbxApplication · Sangoma

CVE-2024-53564

HIGH · 7.2 CVSS v3.1 Published 2024-12-02
Mitigation only
No fix yet — a mitigation exists. There is no fixed release. A documented workaround reduces exposure in the meantime.
See remediation →
78/100
Remediation priority · High
Remotely reachable Zero-click

Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.

NVD · unedited
A vulnerability was discovered in FreePBX 17.0.19.17. It does not verify the type of uploaded (valid FreePBX module) files, allowing high-privilege administrators to insert unwanted files. NOTE: the Supplier's position is that there is no risk beyond what high-privilege administrators are intentionally allowed to do.

Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.

dbcve analysis · high confidence

FreePBX 17.0.19.17 lacks proper file type validation during module uploads, allowing authenticated high-privilege administrators to upload arbitrary files disguised as valid module packages. This bypasses expected module verification controls.

MitigationImplement strict file type validation using MIME type checking and file signature (magic byte) verification for uploaded module files, alongside existing module integrity checks.

Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.

Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.

NVD · CPE data
FreepbxApplication
Affected:= 17.0.19.17

CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.

From the vector
Attack vector
Network
Complexity
Low
Privileges
High
User interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H

Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.

dbcve checks

Work through these to decide whether this CVE applies to you.

  1. Check FreePBX version
    Run `grep -r "VERSION" /etc/freepbx.conf` or access Admin > System Admin > Version in the web interface to confirm the installed version is exactly 17.0.19.17
    Affected if The installed version is 17.0.19.17 exactly, indicating the specific patch version lacking proper file type validation
  2. Verify module upload feature exists
    Navigate to Admin > Module Administration in the FreePBX web interface, or check for the /admin/config.php?type=tool&module=modules page access
    Affected if The Module Administration interface is accessible and functional, indicating the upload vector is present
  3. Confirm admin privilege level
    Check if the logged-in administrator has high-privilege access (Admin > User Management to verify role permissions include module management/upload rights)
    Affected if The authenticated user has high-privilege administrative rights enabling module upload capability
  4. Inspect module upload handling
    Review the PHP source files in /var/www/html/admin/modules/ directory, specifically any upload handling code in the module admin functionality, for lack of MIME type or magic byte validation
    Affected if The module upload code does not perform MIME type checking or file signature (magic byte) verification on uploaded files

A user is affected if they are running FreePBX version 17.0.19.17 and have authenticated high-privilege administrators with access to the Module Administration upload feature, as the missing file type validation allows arbitrary file uploads.

Generated from the published advisory. Verify against your own configuration.

Check your environment

Paste your version and any relevant configuration and it will be compared against the affected criteria above. Do not include secrets or credentials.

AI-assisted, checked against the advisory. Informational, not a guarantee.

Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.

From vendor data
Mitigation available No clean upgrade yet — mitigate in the meantime
Mitigation

Implement strict file type validation using MIME type checking and file signature (magic byte) verification for uploaded module files, alongside existing module integrity checks.

Fix this in Freepbx Scoped from the published advisory
  • Consultation3.0 h
  • Implementation6.0 h
  • Testing3.0 h
  • Review / QA2.0 h
14.0 hours of engineering $2,490
Get help mitigating

An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $3,984.

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

Check whether your project pulls in CVE-2024-53564 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.

References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.

Primary sources

Practitioner notes

Contributed

Peer-ranked notes from engineers who’ve handled CVE-2024-53564 in production — separate from our analysis above.

No notes yet

Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.

What this is

A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.

What belongs here
  • Verified mitigations, workarounds, and config changes
  • Version or environment caveats, and links to real fixes
  • No weaponised exploit code, or anything meant to cause harm
  • No spam, self-promotion, credentials, or personal data