CVE Catalog

CVE-2026-37231

HighCVSS 7.5
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.49%

39th percentile - higher than 39% of all known CVEs

Summary

FlexRIC v2.0.0 uses a uint16_t counter for xapp_id assignment but stores the value in uint32_t message fields. After 65,530+ E42_SETUP_REQUESTs, the 16-bit counter wraps around and produces duplicate xapp_ids. The iApp (port 36422) crashes when attempting to register a duplicate ID. A remote attacker can trigger this by repeatedly connecting and requesting new xApp registrations.

Risk Assessment

An attacker can remotely crash the iApp service, leading to disruption of the FlexRIC system and potentially affecting network management.

Recommendation

Update FlexRIC to a version with fixed xapp_id counter management. If a patch is unavailable, limit the number of allowed xApp registrations or monitor traffic for excessive E42_SETUP_REQUESTs.

Other vulnerabilities in FlexRIC

See all
Original NVD description (English source)

FlexRIC v2.0.0 uses a uint16_t counter for xapp_id assignment but stores the value in uint32_t message fields. After 65,530+ E42_SETUP_REQUESTs, the 16-bit counter wraps around and produces duplicate xapp_ids. The iApp (port 36422) crashes when attempting to register a duplicate ID in its internal data structure. A remote attacker can trigger this by repeatedly connecting and requesting new xApp registrations.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS