PatchSiren cyber security CVE debrief
CVE-2026-49843 signalwire CVE debrief
CVE-2026-49843 is a MEDIUM severity vulnerability in FreeSWITCH's mod_verto JSON-RPC handler. An unauthenticated attacker could evict a legitimate client by hijacking a target session UUID, allowing them to disrupt communication. This issue was patched in version 1.11.1.
- Vendor
- signalwire
- Product
- freeswitch
- CVSS
- MEDIUM 5.3
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-06-09
- Original CVE updated
- 2026-06-10
- Advisory published
- 2026-06-09
- Advisory updated
- 2026-06-10
Who should care
Users of FreeSWITCH software-defined telecom stacks, particularly those using mod_verto, should be aware of this vulnerability. An unauthenticated network attacker with knowledge of a target session UUID could exploit this issue to evict the legitimate client, disrupting communication.
Technical summary
In FreeSWITCH before version 1.11.1, the mod_verto JSON-RPC handler binds a connection to a client-supplied sessid on the first frame, before authentication. This binding inserts the connection into the global session hash. If a key collision occurs, the prior occupant is dropped, receiving a verto.punt, detaching its calls, and closing its socket. An attacker knowing a target session UUID could exploit this to evict the legitimate client.
Defensive priority
MEDIUM
Recommended defensive actions
- Upgrade to FreeSWITCH version 1.11.1 or later to patch this vulnerability.
- Review and restrict access to session UUIDs to prevent unauthorized eviction.
Evidence notes
This CVE was published on 2026-06-09T17:17:48.170Z and modified on 2026-06-10T15:07:18.270Z. The CVSS score is 5.3, with a severity of MEDIUM. The vulnerability is tracked under CWE-287.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-49843 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-49843
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-49843 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-49843
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Mitigation or vendor reference
Unverified legacy reference
URL: https://github.com/signalwire/freeswitch/releases/tag/v1.11.1
[email protected] - Release Notes
-
Mitigation or vendor reference
Unverified legacy reference
URL: https://github.com/signalwire/freeswitch/security/advisories/GHSA-9457-fxr9-x78m
[email protected] - Third Party Advisory
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.