LiveActive security incident?Get immediate response
CVE Record

CVE-2021-25487: Lack of boundary checking of a buffer in set_skb_priv() of modem interface driver prior to SMR Oct-2021 Rel...

Lack of boundary checking of a buffer in set_skb_priv() of modem interface driver prior to SMR Oct-2021 Release 1 allows OOB read and it results in arbitrary code execution by dereference of invalid function pointer.

HighCVSS 7.3Known exploitedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

This Samsung Mobile vulnerability affects older Android-based Samsung devices before the October 2021 Security Maintenance Release 1. A low-privileged local attacker could trigger memory handling weakness in the modem interface driver, potentially leading to code execution. Because CISA lists it as known exploited, organizations should treat unpatched affected devices as urgent mobile fleet risk.

Executive priority

High priority for organizations with older Samsung mobile fleets. KEV status means this is not theoretical. Focus on confirming patch level, removing unsupported devices, and documenting remediation for any regulated or high-risk mobile users.

Technical view

CVE-2021-25487 is a CWE-125 out-of-bounds read in set_skb_priv() in Samsung's modem interface driver. Missing boundary checking can cause dereference of an invalid function pointer, resulting in arbitrary code execution. CVSS 3.1 is 7.3 with local attack vector, low complexity, low privileges, no user interaction, and changed scope.

Likely exposure

Exposure is limited to Samsung Mobile Devices running Android O 8.1, P 9.0, Q 10.0, or R 11.0 before SMR Oct-2021 Release 1. The bundle does not provide model-level affected lists, so validation requires device inventory and vendor patch-level checks.

Exploitation context

CISA KEV inclusion supports that exploitation has been observed. The provided CVSS vector indicates local access with low privileges and no user interaction. The source bundle does not include exploit details, affected model names, or campaign information.

Researcher notes

The public bundle supports a local, low-privilege attack path in a modem interface driver, but does not provide model granularity, exploit chain details, or standalone mitigations beyond Samsung's October 2021 release context. Avoid assuming remote exploitability from the supplied CVSS vector.

Mitigation direction

  • Update affected Samsung devices to SMR Oct-2021 Release 1 or later where available.
  • Replace or isolate legacy devices that cannot receive the required Samsung security update.
  • Check Samsung and carrier guidance for model-specific update availability.
  • Prioritize managed, shared, or high-privilege user devices for remediation first.

Validation and detection

  • Inventory Samsung devices and record Android version and security patch level.
  • Confirm devices on Android 8.1 through 11 are at SMR Oct-2021 Release 1 or later.
  • Check mobile device management compliance reports for stale patch levels.
  • Track CISA KEV status and internal remediation deadlines for this CVE.
Prepared
Confidence
high
Sources
4

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-125: 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
description · low confidence lookup

Execution behavior lookup

The CVE wording references code or command execution, so execution technique review may help defensive triage. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2021-25487 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
High
CVSS
7.3 (3.1)
Known Exploited
Yes
Published

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

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
3Source links

CISA KEV status

Status
Known exploited
Source
CISA / ADP
Date added
Not provided

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
7.3CVSS 3.1HighCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:L/A:N24.7Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

7.3High
CVSS 3.1 vector shape for CVE-2021-25487Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

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

Products and packages named in the record

VendorProductVersion / packageStatus
Samsung MobileSamsung Mobile DevicesO(8.1), P(9.0), Q(10.0), R(11.0)Listed
Weakness

CWE details

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

CWE-125 · source CWE mapping

Out-of-bounds Read

Out-of-bounds Read represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.