Uncontrolled Resource ConsumptionWeakness · CWE-400

CVE-2024-34035

MEDIUM · 5.7 CVSS v3.1 Published 2025-02-25
Mitigation only
No fix yet — a mitigation exists. There is no fixed release. A documented workaround reduces exposure in the meantime.
See remediation →
62/100
Remediation priority · Elevated
No privileges Zero-click

Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.

NVD · unedited
An issue was discovered in O-RAN Near Realtime RIC H-Release. To trigger the crashing of the e2mgr, an adversary must flood the system with a significant quantity of E2 Subscription Requests originating from an xApp.

Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.

dbcve analysis · moderate confidence

This is a denial of service vulnerability in the O-RAN Near Realtime RIC H-Release's e2mgr component. An attacker can crash the e2mgr by flooding the system with a large volume of E2 Subscription Requests from a malicious or compromised xApp, causing service disruption for E2 interface management functions.

MitigationImplement rate limiting and resource quotas for E2 Subscription Requests at the xApp interface, add input validation to handle excessive request volumes gracefully, and configure process supervision to automatically restart e2mgr if it crashes.

Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.

CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.

From the vector
Attack vector
Physical
Complexity
Low
Privileges
None
User interaction
None
Scope
Unchanged
Confidentiality
Low
Integrity
Low
Availability
High

CVSS:3.1/AV:P/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:H

Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.

dbcve checks

Work through these to decide whether this CVE applies to you.

  1. Identify e2mgr component presence
    Search for the e2mgr process or service in your running processes and installed packages. Common commands: 'ps aux | grep e2mgr', 'systemctl list-units | grep e2mgr', or check Kubernetes pods if containerized.
    Affected if e2mgr process or service is found running in the environment
  2. Verify e2mgr version
    Check the installed version of the e2mgr component. Use package manager queries, container image tags, or check /opt or /usr/lib directories for version files. Compare against any documented H-release versions.
    Affected if Installed version corresponds to O-RAN H-Release and cannot be determined as patched
  3. Check E2 interface exposure
    Inspect network configuration to determine if the E2 interface (typically ports 36422 or 38000-38010 range) is exposed to xApps or external network segments. Review firewall rules, Kubernetes network policies, and service mesh configurations.
    Affected if E2 interface is accessible to xApps without network segmentation or strict ACLs
  4. Look for e2mgr crash logs
    Review system logs, journald, or container logs for e2mgr process restarts, segfaults, or unexpected termination events. Search for patterns like 'e2mgr.*crash', 'e2mgr.*exit', 'signal 11', or core dump files.
    Affected if Recent crash events or frequent restarts of e2mgr are logged without known cause
  5. Check rate limiting configuration
    Inspect configuration files for rate limiting, resource quotas, or throttling settings on the E2 Subscription Request path. Look in /etc/ric-config, /opt/ric/conf, or Kubernetes ConfigMaps for rate-limit, quota, or max-request settings.
    Affected if No rate limiting or resource quotas are configured for E2 Subscription Requests

You are affected if e2mgr from O-RAN H-Release is running, the E2 interface is accessible to xApps, and no rate limiting is configured for E2 Subscription Requests.

Generated from the published advisory. Verify against your own configuration.

Check your environment

Paste your version and any relevant configuration and it will be compared against the affected criteria above. Do not include secrets or credentials.

AI-assisted, checked against the advisory. Informational, not a guarantee.

Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.

From vendor data
Mitigation available No clean upgrade yet — mitigate in the meantime
Mitigation

Implement rate limiting and resource quotas for E2 Subscription Requests at the xApp interface, add input validation to handle excessive request volumes gracefully, and configure process supervision to automatically restart e2mgr if it crashes.

Have this fixed Scoped from the published advisory
  • Consultation6.0 h
  • Implementation12.0 h
  • Testing10.0 h
  • Review / QA4.0 h
32.0 hours of engineering $5,580
Get help mitigating

An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $8,928.

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

Check whether your project pulls in CVE-2024-34035 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.

References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.

Primary sources

Practitioner notes

Contributed

Peer-ranked notes from engineers who’ve handled CVE-2024-34035 in production — separate from our analysis above.

No notes yet

Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.

What this is

A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.

What belongs here
  • Verified mitigations, workarounds, and config changes
  • Version or environment caveats, and links to real fixes
  • No weaponised exploit code, or anything meant to cause harm
  • No spam, self-promotion, credentials, or personal data