FlexRIC CVE-2026-37235
HIGHSeverity 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 trusts the xapp_id field from E42 message payloads without binding it to the sender's SCTP association. The validation function valid_xapp_id() only checks that the value is within the assigned range. A remote unauthenticated attacker can impersonate any xApp by specifying their xapp_id in requests sent to the iApp (port 36422), causing responses to be misrouted to the victim xApp. This can crash the victim xApp, the RIC, or the iApp itself through state inconsistencies in the red-black tree data structure.
AnalysisAI
Denial of service in FlexRIC v2.0.0 allows remote unauthenticated attackers to impersonate any xApp by forging the xapp_id field in E42 messages sent to the iApp on port 36422, since the value is not bound to the sender's SCTP association. Misrouted responses corrupt the red-black tree state and can crash the targeted xApp, the RIC, or the iApp itself. No public exploit identified at time of analysis, and EPSS is very low (0.03%, 9th percentile) reflecting limited weaponization to date.
Technical ContextAI
FlexRIC is the EURECOM/Mosaic5G open-source O-RAN Near-RT RIC implementation used to host xApps that interact with RAN components over E2/E4x interfaces transported on SCTP. The E42 control plane uses an xapp_id identifier to route responses between the iApp (port 36422) and registered xApps, stored in a red-black tree keyed by that ID. The validation routine valid_xapp_id() only range-checks the value rather than verifying it matches the SCTP association of the sender, which is the classic CWE-284 (Improper Access Control) flaw: the trust decision is based on attacker-supplied data instead of the authenticated transport-layer identity. Corrupting or replaying entries in this RB-tree produces state inconsistencies that propagate into the iApp and RIC dispatch logic.
RemediationAI
No vendor-released patch identified at time of analysis from the supplied references - the linked GitLab repository and the third-party advisory at https://github.com/MinamiKotor1/oran-security-advisories-zhongnan-luo/blob/main/advisories/CVE-2026-37235.md should be monitored for a fixed FlexRIC release that binds xapp_id to the originating SCTP association inside valid_xapp_id(). As a compensating control, restrict reachability to the iApp SCTP listener on port 36422 to only known xApp hosts via network ACLs or O-RAN O1/O2 segmentation, which prevents external impersonation but does not stop a malicious or compromised xApp host from forging IDs; alternatively, place the RIC behind an SCTP-aware proxy that pins associations to expected xapp_id values, accepting the operational overhead of maintaining that mapping. Operators can also add monitoring/alerting on duplicate or unexpected xapp_id values in iApp logs so crashes are detected and recovered quickly until an upstream fix lands.
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-284 – Improper Access Control
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today