CVE-2026-73663 is a pre-authentication SQL injection in FreePBX's missed-call notification module. An unauthenticated attacker sends a SIP INVITE to a monitored extension with a crafted caller ID field, and the SQL payload executes in the missedcalllog database table before the call is even answered. No credentials, no victim interaction beyond a failed call attempt, no administrative access required. The CVSS 9.3 is accurate — this is trivial, remote, unauthenticated code execution on a security appliance.

What the EPSS score of 0.00954 badly misses: EPSS is trained on HTTP-accessible vulnerabilities and systematically underweights protocol-exposed services like SIP. Organizations routinely NAT or port-forward SIP to the internet with far less scrutiny than HTTP/HTTPS admin interfaces. The attack surface here is not a hidden administrative panel — it's a signaling path that many enterprises intentionally expose for external communications. If your FreePBX instance accepts SIP INVITEs from untrusted sources, you are vulnerable. There is no mitigation through network segmentation that doesn't break the functional requirement for external call termination.

The missed-call logging path being the exploitation vector is also critical: this is low-visibility logging that security teams rarely monitor. Attackers have extended dwell time because missed-call records appear benign. You should immediately audit your SIP INVITE traffic for anomalous caller ID patterns — standard IDS rules won't catch SQL injection in SIP fields because most deployments don't inspect SIP payloads at that depth.

Check your FreePBX version. Versions 16.0.11 and 17.0.4 contain the fix. But verify whether your organization is running legacy branches, particularly 15.x LTS — determine whether the patch was backported or whether you're on an unsupported branch with no security updates. Many VoIP installations run past support windows because upgrades risk call disruption. If you're on a legacy branch, treat this as an architectural decision with documented risk acceptance, not a patch you can defer indefinitely.

The downstream impact of compromise is also underappreciated: FreePBX admin account modification gives attackers persistent access to call records, voicemail credentials, and the ability to redirect calls. This is not a web app compromise — it's a telecommunications security appliance. The blast radius extends to every system that trusts this PBX for call termination and voicemail storage.