LiveActive security incident?Get immediate response
CVE Record

CVE-2022-32925: An out-of-bounds write issue was addressed with improved bounds checking.

An out-of-bounds write issue was addressed with improved bounds checking. This issue is fixed in tvOS 16, iOS 16, watchOS 9. An app may be able to cause unexpected system termination or write kernel memory.

HighCVSS 7.1Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

CVE-2022-32925 is an Apple operating system kernel memory safety issue. A malicious app could crash the system or write kernel memory. Apple says it was fixed with improved bounds checking in iOS 16, watchOS 9, and tvOS 16. Organizations should prioritize unmanaged or delayed-update Apple fleets.

Executive priority

Treat this as a high-priority Apple fleet hygiene issue, especially for devices allowed to install apps or access sensitive services. The main business risk is device instability or kernel memory modification from a malicious app on unpatched devices.

Technical view

The issue is an out-of-bounds write (CWE-787) with local attack vector, low complexity, no privileges, and user interaction required. Scope is unchanged; confidentiality impact is not indicated, but integrity and availability impact are high. Apple’s advisory describes unexpected system termination or kernel memory write by an app.

Likely exposure

Exposure is most likely on Apple iOS, watchOS, or tvOS devices that have not reached the fixed releases named by Apple. The source bundle does not provide exact vulnerable version ranges, so validation should focus on OS version inventory against Apple’s advisories.

Exploitation context

No provided source states active exploitation, and the CVE is not listed as CISA KEV in the bundle. The CVSS vector indicates local exploitation through an app with user interaction, not a direct unauthenticated network attack.

Researcher notes

Evidence supports a kernel-impacting out-of-bounds write fixed by bounds checking. The bundle does not identify the component, precise vulnerable version ranges, exploit artifacts, or in-the-wild exploitation. Avoid assuming broader product impact beyond Apple’s named fixed platforms.

Mitigation direction

  • Update eligible iOS devices to iOS 16 or later.
  • Update eligible Apple Watch devices to watchOS 9 or later.
  • Update eligible Apple TV devices to tvOS 16 or later.
  • Use MDM controls to enforce minimum OS versions.
  • Review Apple guidance for unsupported or exception devices.

Validation and detection

  • Inventory iOS, watchOS, and tvOS versions across managed assets.
  • Flag devices below iOS 16, watchOS 9, or tvOS 16.
  • Confirm update policy coverage for BYOD and unmanaged devices.
  • Check Apple advisory pages for model-specific support details.
  • Track remediation exceptions with business owner and expiry date.
Prepared
Confidence
medium
Sources
5

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-787: 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-2022-32925 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.1 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:H/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
4Source 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
7.1CVSS 3.1HighCVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:H1.85.2Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

7.1High
CVSS 3.1 vector shape for CVE-2022-32925Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:H/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
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
AppleiOSunspecifiedListed
ApplewatchOSunspecifiedListed
ApplewatchOSunspecifiedListed
Weakness

CWE details

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

CWE-787 · source CWE mapping

Out-of-bounds Write

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