CVE-2026-39863
Published: 08 April 2026
Summary
CVE-2026-39863 is a high-severity Improper Restriction of Operations within the Bounds of a Memory Buffer (CWE-119) vulnerability in Kamailio Kamailio. Its CVSS base score is 7.5 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Application or System Exploitation (T1499.004); ranked at the 14.5th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.
The strongest mitigations our analysis identified are NIST 800-53 SI-16 (Memory Protection) and SI-2 (Flaw Remediation).
Threat & Defense at a Glance
Threat & Defense Details
Mitigating Controls (NIST 800-53 r5)AI
Directly mitigates the vulnerability by requiring timely remediation through patching to versions that fix the out-of-bounds access in Kamailio core.
Provides memory protection safeguards like address space randomization and non-executable memory to prevent exploitation of out-of-bounds access leading to process crash.
Requires validation of incoming TCP packets to reject specially crafted data that triggers out-of-bounds access in Kamailio.
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
The out-of-bounds access vulnerability in Kamailio enables remote unauthenticated attackers to send a crafted TCP packet causing process crash and denial of service, directly mapping to application or system exploitation for endpoint DoS.
NVD Description
Kamailio is an open source implementation of a SIP Signaling Server. Prior to 6.1.1, 6.0.6, and 5.8.8, an out-of-bounds access in the core of Kamailio (formerly OpenSER and SER) allows remote attackers to cause a denial of service (process crash)…
more
via a specially crafted data packet sent over TCP. The issue impacts Kamailio instances having TCP or TLS listeners. This vulnerability is fixed in 5.1.1, 6.0.6, and 5.8.8.
Deeper analysisAI
Kamailio, an open-source SIP signaling server formerly known as OpenSER and SER, is affected by CVE-2026-39863, an out-of-bounds access vulnerability in its core. The issue impacts versions prior to 6.1.1, 6.0.6, and 5.8.8, particularly instances configured with TCP or TLS listeners.
Remote, unauthenticated attackers can exploit the vulnerability by sending a specially crafted data packet over TCP, resulting in a denial of service via process crash. The CVSS v3.1 base score of 7.5 (AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H) reflects its network accessibility, low attack complexity, lack of required privileges or user interaction, and high availability impact with no confidentiality or integrity effects.
The vulnerability is addressed in Kamailio versions 5.1.1, 6.0.6, and 5.8.8. Additional mitigation guidance is available in the GitHub security advisory at https://github.com/kamailio/kamailio/security/advisories/GHSA-2wj4-f825-2h2f.
Details
- CWE(s)