CVE-2026-73663: FreePBX: Unauthenticated SQL injection in FreePBX missedcall via inbound Caller ID name leads to administrator takeover
FreePBX is an open source IP PBX. From 16.0.0 until 16.0.11 and 17.0.4, the FreePBX missedcall module places the inbound Caller ID name from crafted SIP From headers into the missedcalllog INSERT in agi-bin/missedcallnotify.php without escaping or bound parameters. An unauthenticated caller can inject SQL when a monitored extension goes unanswered, corrupting the database and modifying FreePBX administrator accounts to obtain unauthorized remote access. This issue is fixed in versions 16.0.11 and 17.0.4.
Security readout for executives and security teams
Plain-English summary
A remote, unauthenticated caller can exploit how FreePBX records missed calls, potentially changing administrator accounts and taking control of the phone system. Exploitation requires a monitored extension to receive the crafted call and leave it unanswered. Successful compromise could expose communications, disrupt telephony, and corrupt the database.
Executive priority
Treat as an urgent remediation for affected, externally callable FreePBX systems. The low-complexity, unauthenticated path to administrator takeover creates material operational and confidentiality risk. Confirm exposure immediately and deploy the fixed module versions through normal change controls.
Technical view
The missedcall module inserts an inbound Caller ID name from a SIP From header into missedcalllog without escaping or bound parameters. This permits SQL injection in agi-bin/missedcallnotify.php when a monitored extension does not answer. The reported impact includes database corruption and modification of FreePBX administrator accounts for unauthorized remote access.
Likely exposure
FreePBX deployments using missedcall 16.0.0–16.0.10 or 17.0.1–17.0.3 are affected. Practical exposure is highest where untrusted inbound SIP calls can reach monitored extensions. The supplied sources do not establish how commonly the module or monitoring feature is enabled.
Exploitation context
The flaw is network-accessible, requires no authentication or user interaction, and is rated CVSS 4.0 9.3. The CVE is not listed as KEV in the supplied bundle, and no cited source confirms active exploitation. Absence from KEV does not prove exploitation is not occurring.
Researcher notes
CWE-89 applies. The vulnerable data flow is attacker-controlled SIP Caller ID name to a missedcalllog INSERT in missedcallnotify.php. Triggering depends on an unanswered call to a monitored extension. Supplied references include the vendor advisory and two remediation commits, but provide no confirmed exploitation telemetry.
Mitigation direction
Upgrade missedcall to 16.0.11 or 17.0.4, matching the installed FreePBX branch.
Prioritize internet-reachable or externally callable systems and those monitoring extensions for missed calls.
Back up relevant configuration and data using established procedures before upgrading.
If upgrading is delayed, consult the vendor advisory for supported protections; none are specified in the supplied sources.
Validation and detection
Inventory FreePBX systems and record the installed missedcall module version.
Confirm upgraded systems report missedcall 16.0.11, 17.0.4, or a later vendor-supported release.
Identify whether untrusted inbound SIP calls can reach monitored extensions.
Review administrator accounts for unexpected creation, modification, or access.
Investigate database anomalies and missed-call activity around suspicious inbound Caller ID values.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · medium confidence lookup
CWE-89: Database access and collection lookup
Injection into data stores can inform collection, data access, and exfiltration detection reviews. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
The CVE wording references database injection or access, so collection and exfiltration review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
1CVSS vectors
3Timeline events
1ADP providers
4Source links
SSVC decision data
CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: yesTechnical Impact: total
CVSS vector scores
1 official score
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-89 · source CWE mapping
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.