CVE-2026-7708 — Denial of Service
CVE-2026-7708 — A vulnerability was determined in Open5GS up to 2.7.7. The affected element is the function ogs_dbi_subscription_data in the library /lib/dbi/subscription.c of the component UDR. This manipulation of the argument supi_id causes denial of service. The attack may be initiated remotely.
What This Means For You
- If your environment is affected by CWE-404, review your exposure and prioritize patching based on your environment. Monitor vendor advisories for CVE-2026-7708 updates and patches.
Related ATT&CK Techniques
🛡️ Detection Rules
1 rule · 6 SIEM formats1 detection rule auto-generated for this incident, mapped to MITRE ATT&CK. Sigma YAML is free — export to any SIEM format via the Intel Bot.
CVE-2026-7708 - Open5GS UDR Subscription Data Denial of Service
title: CVE-2026-7708 - Open5GS UDR Subscription Data Denial of Service
id: scw-2026-05-03-ai-1
status: experimental
level: high
description: |
This rule detects potential exploitation of CVE-2026-7708, a denial of service vulnerability in Open5GS. It specifically looks for web requests targeting a subscription-related URI with a 'supi_id' parameter, which, when manipulated, can trigger the vulnerability. A 500 status code indicates a server error, which is a common outcome of such a DoS attack.
author: SCW Feed Engine (AI-generated)
date: 2026-05-03
references:
- https://shimiscyberworld.com/posts/nvd-CVE-2026-7708/
tags:
- attack.initial_access
- attack.t1190
logsource:
category: webserver
detection:
selection:
cs-uri|contains:
- '/subscription'
cs-uri-query|contains:
- 'supi_id='
sc-status:
- 500
condition: selection
falsepositives:
- Legitimate administrative activity
Source: Shimi's Cyber World · License & reuse
Indicators of Compromise
| ID | Type | Indicator |
|---|---|---|
| CVE-2026-7708 | vulnerability | CVE-2026-7708 |
| CWE-404 | weakness | CWE-404 |
Source & Attribution
| Source Platform | NVD |
| Channel | National Vulnerability Database |
| Published | May 04, 2026 at 02:16 UTC |
This content was curated and summarized by Shimi's Cyber World for informational purposes. It is not copied or republished in full. All intellectual property rights remain with the original author and source.
Believe this infringes your rights? Submit a takedown request.