Live Exposure Defense: From CVE to Confirmed Exposure in 12 Hours – See more

New CVE Detected

CVE-2026-49847 – Denial of Service via Stack Overflow – FreeSWITCH prior to 1.11.1

Be the first to know when new zero-days emerge:

Summary

CVE-2026-49847 is a high-severity Denial of Service vulnerability in FreeSWITCH, the open-source Software Defined Telecom Stack maintained by SignalWire. The flaw stems from uncontrolled recursion (CWE-674) in FreeSWITCH’s bundled cJSON parser, and affects all versions prior to 1.11.1. A single unauthenticated WebSocket frame carrying a deeply nested JSON document is sufficient to crash the entire FreeSWITCH process, instantly terminating all active calls and sessions on the affected host. The CVSS v3.1 base score is 7.5 (High).

Technical details

  • Root cause: The bundled cJSON parser performs unbounded recursive descent when parsing nested JSON objects. There is no cap on recursion depth, allowing a specially crafted payload to drive recursive calls until the worker thread’s stack is exhausted. The fix in v1.11.1 explicitly caps the cJSON parser nesting depth to prevent this condition.
  • Trigger conditions: A single WebSocket frame containing a deeply nested JSON document. No prior authentication, no established session, and no user interaction are required — the attack is fully pre-authentication with low complexity (AC:L).
  • Attack vector: Network (AV:N). The exploit is deliverable from anywhere on the internet to any FreeSWITCH instance with an exposed WebSocket port (default: 5066/TCP for WS, 7443/TCP for WSS).
  • Impact: The worker thread’s stack pointer is driven into the kernel-managed stack guard page, raising SIGSEGV. The kernel signal terminates the entire FreeSWITCH process — immediately dropping all active calls and sessions on the host. No usable memory write primitive develops; impact is confined to availability (A:H, C:N, I:N).

Affected software

  • FreeSWITCH (signalwire/freeswitch): all versions prior to 1.11.1

Severity

  • CVSS v3.1 base score: 7.5 (High)
  • Vector string: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

Mitigation and recommended actions

  • Immediate action: Upgrade FreeSWITCH to version 1.11.1 or later. The v1.11.1 release caps the cJSON parser nesting depth, directly remediating the uncontrolled recursion. SignalWire describes v1.11.1 as an important release containing critical security fixes and recommends immediate upgrading for all users.
  • If immediate patching is not feasible: Restrict access to FreeSWITCH’s WebSocket ports (default 5066/TCP and 7443/TCP) at the network perimeter using firewall rules or ACLs to limit exposure to trusted IP ranges only. Note that this is a temporary measure and does not eliminate the vulnerability.

IONIX Status

The IONIX research team is tracking ongoing exploitation attempts and recommends immediate patching. Potentially affected assets are outlined in this post.

References

Are you exposed?

Get a free report of your organization’s exposure to this CVE and threat

How IONIX’s External Exposure Management Platform Detects and Validates
Zero-Days to Shrink MTTR

1

Map your entire attack surface (continously)

IONIX uses multi-factor discovery methods, including DNS analysis, certificate mapping, metadata inspection, and more, to automatically map every internet-facing asset across your environment. This includes cloud instances, third-party platforms, shadow IT, and even forgotten infrastructure that traditional tools miss.

2

Monitor for new CVEs

Dozens of threat intel feeds using agentic technology are continuously analyzed to detect the appearance of proof-of-concept code, exploit kits, and indicators of active targeting. IONIX goes further by applying AI to proactively evaluate whether emerging vulnerabilities are likely to be exploited, even before PoCs go public.

3

Identify Potential External Exposures

Not all CVEs matter. IONIX filters vulnerabilities by asking attacker-centric questions: Can it be reached from the internet? Does it require authentication? Is it being exploited in the wild? This dramatically reduces noise and focuses teams on threats that can actually be weaponized.

4

Create Safe, Scalable Exploit Validations

IONIX transforms real-world PoCs into safe, non-intrusive test payloads that can be run in production environments without disruption. These simulations are precisely targeted to the systems that are vulnerable, ensuring rapid validation without unnecessary load.

5

Execute Exploit Validations

By combining context about software stack, versioning, exposure status, and reachability, IONIX ensures that only the right payloads are executed against the right assets, maximizing efficiency and minimizing risk.

6

Drive Fast and Actionable Remediation

Results are routed through integrations with ticketing, SOAR, and SIEM tools. Issues are written in plain language, bundled into remediation clusters, and prioritized based on asset criticality, exploitability, and blast radius. This shortens mean time to remediation (MTTR) and empowers teams to act with confidence.

Are you exposed?

Get a free report of your organization’s exposure to this CVE and threat

Subscribe to Threat Center RSS

Copy/paste the link below into your preferred RSS reader or follow these instructions to subscribe to Slack alerts.

Get Real-Time CVE Alerts to Your Email

Be the first to know when new zero-days emerge