LiveActive security incident?Get immediate response
CVE Record

CVE-2025-24179: A null pointer dereference was addressed with improved input validation.

A null pointer dereference was addressed with improved input validation. This issue is fixed in iOS 18.3 and iPadOS 18.3, iPadOS 17.7.6, macOS Sequoia 15.3, macOS Sonoma 14.7.5, macOS Ventura 13.7.5, tvOS 18.3, visionOS 2.3. An attacker on the local network may be able to cause a denial-of-service.

MediumCVSS 5.7Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2025-24179 can let an attacker on the same local network crash an affected Apple device or service, disrupting availability. It is not described as exposing or changing data. Apple corrected the null pointer dereference through improved input validation in specified operating-system updates.

Executive priority

Treat this as a normal but time-bound availability update, prioritizing shared-network, operationally important, and difficult-to-restart devices. Emergency incident response is not supported by the supplied evidence, but delayed patching leaves a plausible local-network disruption risk.

Technical view

This CWE-476 null pointer dereference has CVSS 3.1 score 5.7 (AV:A/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H). The supplied vector indicates adjacent-network access, low complexity, no privileges, and user interaction, with availability as the only stated security impact. Exact vulnerable version ranges are not provided.

Likely exposure

Potential exposure includes Apple devices running releases earlier than the listed fixed versions and reachable by an attacker on the local network. The bundle covers iOS, iPadOS, macOS, tvOS, and visionOS, but does not provide reliable lower or upper affected-version boundaries.

Exploitation context

The documented outcome is denial-of-service from the local network. The CVSS vector indicates user interaction is required. The CVE is not listed in KEV, and the supplied sources provide no evidence of active exploitation or a public exploit.

Researcher notes

Public evidence identifies input validation as the correction but does not name the affected component, triggering input, crash scope, persistence, or precise vulnerable builds. Testing should remain non-destructive and focus on version applicability and availability telemetry; the bundle does not support conclusions about code execution or data compromise.

Mitigation direction

  • Update iPhones and supported iPads to iOS or iPadOS 18.3 or later.
  • Update applicable older iPads to iPadOS 17.7.6 or later.
  • Update Macs to Sequoia 15.3, Sonoma 14.7.5, or Ventura 13.7.5 or later.
  • Update Apple TV devices to tvOS 18.3 or later.
  • Update Apple Vision Pro devices to visionOS 2.3 or later.
  • Limit affected devices' exposure to untrusted local networks until updated.

Validation and detection

  • Inventory managed Apple devices by product and operating-system version.
  • Confirm installed versions meet or exceed Apple's applicable fixed release.
  • Prioritize devices regularly connected to shared or untrusted local networks.
  • Check management and update reports for failed, deferred, or unsupported devices.
  • Review Apple advisories for product-specific applicability and later guidance.
Prepared
Confidence
high
Sources
9

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-2025-24179 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
5.7 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:A/AC:L/PR:N/UI:R/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
3Timeline events
1ADP providers
8Source links

SSVC decision data

CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: partial

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
5.7CVSS 3.1MediumCVSS:3.1/AV:A/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H2.13.6CISA-ADP

Vulnerability scoring details

Base CVSS 3.1 score

5.7Medium
CVSS 3.1 vector shape for CVE-2025-24179Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:A/AC:L/PR:N/UI:R/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

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. CVE publishedCVE Program

    The CVE record was published.

  3. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CISA-ADPCISA ADP Vulnrichment
cvssV3_1other:ssvc
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
AppleiOS and iPadOS0Listed
AppleiPadOS0Listed
ApplemacOS0, 0, 0Listed
AppletvOS0Listed
ApplevisionOS0Listed
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.