Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Primary rating from Vendor (mitre) · only source for this CVE.
CVSS VectorVendor: mitre
Lifecycle Timeline
3DescriptionCVE.org
FlexRIC v2.0.0 contains a reachable assertion in e2ap_recv_sctp_msg() (src/lib/ep/e2ap_ep.c). The function allocates a fixed 32KB receive buffer and enforces assert(rc < len) on the sctp_recvmsg() return value. A remote unauthenticated attacker can send a single SCTP message with payload >= 32,768 bytes to crash the near-RT RIC, iApp, E2 Agent, or xApp process via SIGABRT. No valid E2AP PDU is required. All four SCTP endpoint types (ports 36421 and 36422) share this vulnerable code path. In Release builds (NDEBUG), the stripped assertion leads to a signed-to-unsigned integer overflow and potential out-of-bounds read.
AnalysisAI
Remote denial-of-service in FlexRIC v2.0.0 allows unauthenticated attackers to crash near-RT RIC, iApp, E2 Agent, or xApp processes by sending a single oversized SCTP message (>=32,768 bytes) to ports 36421 or 36422. The flaw is a reachable assertion in e2ap_recv_sctp_msg() that triggers SIGABRT in debug builds, while NDEBUG release builds face a signed-to-unsigned integer overflow leading to potential out-of-bounds reads. No public exploit identified at time of analysis and EPSS probability is very low (0.04%), but the trivial preconditions make this a meaningful availability risk for O-RAN deployments.
Technical ContextAI
FlexRIC is EURECOM's open-source implementation of the O-RAN near-real-time RAN Intelligent Controller (near-RT RIC) and associated E2 agents/xApps, which communicate over SCTP using the E2AP protocol on standard ports 36421 (E2) and 36422 (A1/management variants). The vulnerable code path lives in src/lib/ep/e2ap_ep.c where the function allocates a fixed 32KB stack/heap receive buffer and uses assert(rc < len) to validate the byte count returned by sctp_recvmsg(). The CWE-617 (Reachable Assertion) root cause means a defensive check intended to catch programmer error is reachable by attacker-controlled network input, and the secondary defect - a signed-to-unsigned conversion when assertions are compiled out - can transform the crash into an out-of-bounds read of adjacent memory.
RemediationAI
No vendor-released patch identified at time of analysis; operators should monitor the upstream repository at https://gitlab.eurecom.fr/mosaic5g/flexric and the third-party advisory at https://github.com/MinamiKotor1/oran-security-advisories-zhongnan-luo/blob/main/advisories/CVE-2026-37228.md for a fixed release. Until a patch is available, restrict SCTP access on ports 36421 and 36422 to a dedicated management VLAN or IPsec tunnel between known RIC, E2 agent, and xApp peers (this is the standard O-RAN deployment posture and has minimal side effects); add upstream rate-limiting or size-based filtering at an SCTP-aware middlebox to drop messages above 32KB (note that legitimate E2AP PDUs are typically well below this threshold, so false positives should be rare); and as a source-code workaround, locally patch e2ap_recv_sctp_msg() to replace the assert with a bounded length check that discards oversized datagrams and continues the receive loop, accepting the maintenance cost of carrying a downstream patch.
LibreNMS before 24.10.0 allows a remote attacker to execute arbitrary code via OS command injection involving AboutContr
Reachable assertion in Open5GS up to version 2.7.6 allows remote unauthenticated attackers to crash the Diameter CER han
A Command Injection issue in the payload build page in BYOB (Build Your Own Botnet) 2.0 allows attackers to execute arbi
Denial of service in Open5GS 2.7.6 and earlier allows network-adjacent attackers with low-privilege Diameter Gx peer acc
Denial of service in Open5GS HSS (Home Subscriber Server) versions 2.7.0 through 2.7.6 is triggered remotely by manipula
Remote command injection in Control Web Panel allows unauthenticated attackers to execute arbitrary OS commands as root
LINQPad before 5.52.01 Pro edition is vulnerable to Unsafe Deserialization in LINQPad.AutoRefManager::PopulateFromCache(
Remote code execution in dash-uploader (Python package for Plotly Dash) versions 0.1.0 through 0.7.0a2 allows unauthenti
Command injection in LiteLLM 1.18.10 lets attackers who can configure MCP (Model Context Protocol) servers supply arbitr
SQL injection in AzuraCast's backup restore flow (versions up to and including 0.23.7) lets an attacker achieve privileg
Arbitrary file read in Yu AI Code Mother v4.3 lets anonymous, remote attackers retrieve files outside the intended previ
Remote code execution in APScheduler (all versions through 3.10.x and 4.0.0a5) is achievable when applications deseriali
Same weakness CWE-617 – Reachable Assertion
View allSame technique Buffer Overflow
View allShare
External POC / Exploit Code
Leaving vuln.today