LiveActive security incident?Get immediate response
CVE Record

CVE-2023-37028: A Null pointer dereference vulnerability in the Mobile Management Entity (MME) in Magma <= 1.8.0 (fixed in...

A Null pointer dereference vulnerability in the Mobile Management Entity (MME) in Magma <= 1.8.0 (fixed in v1.9 commit 08472ba98b8321f802e95f5622fa90fec2dea486) allows network-adjacent attackers to crash the MME via an S1AP `E-RAB Modification Indication` packet missing an expected `eNB_UE_S1AP_ID` field.

MediumCVSS 6.5Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

This flaw can let a network-adjacent attacker crash Magma's MME by sending malformed signaling that omits an expected identifier. The impact is denial of service, not data theft or code execution. Business urgency depends on whether your Magma mobile-core components are reachable from untrusted or compromised RAN-side systems.

Executive priority

Treat as a moderate availability risk for Magma-based mobile networks. Prioritize patching where MME downtime would disrupt subscriber service or where RAN-side access is not tightly controlled. There is no supplied evidence of active exploitation.

Technical view

CVE-2023-37028 is a CWE-476 null pointer dereference in Magma MME <= 1.8.0. The CVE states it is fixed in v1.9 commit 08472ba98b8321f802e95f5622fa90fec2dea486. CVSS 3.1 is 6.5: adjacent network, low complexity, no privileges, no user interaction, high availability impact.

Likely exposure

Exposure appears limited to deployments running Magma MME versions at or below 1.8.0 with S1AP adjacency reachable from eNodeB or RAN-side entities. The bundle does not identify CPEs or downstream vendor packages, so asset owners must map Magma usage directly.

Exploitation context

CISA KEV status is false, and the supplied sources do not state active exploitation. The described attack requires adjacent network positioning and affects availability only. No evidence in the bundle supports confidentiality impact, integrity impact, or remote internet exploitation.

Researcher notes

The record identifies the affected component and fix commit, but affected vendor/product metadata is sparse. Avoid assuming downstream package names or exploit prevalence. Validation should focus on version confirmation, patch presence, network adjacency, and operational evidence of MME instability.

Mitigation direction

  • Upgrade Magma to a version containing the v1.9 fix commit.
  • Check vendor or project guidance for supported patched releases.
  • Restrict MME S1AP adjacency to trusted RAN-side systems only.
  • Monitor MME crash, restart, and availability alerts.
  • Prioritize operational resilience for affected mobile-core deployments.

Validation and detection

  • Inventory Magma MME deployments and record exact versions.
  • Confirm whether version is <= 1.8.0.
  • Verify the v1.9 fix commit or equivalent patch is present.
  • Review MME logs for unexplained crashes or restarts.
  • Confirm only trusted RAN-side peers can reach S1AP services.
Prepared
Confidence
high
Sources
3

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · low confidence lookup

CWE-476: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2023-37028 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Medium
CVSS
6.5 (3.1)
Known Exploited
No
Published

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

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
2Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
6.5CVSS 3.1MediumCVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H2.83.6Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

6.5Medium
CVSS 3.1 vector shape for CVE-2023-37028Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
n/an/an/aListed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-476 · source CWE mapping

NULL Pointer Dereference

NULL Pointer Dereference represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.