LiveActive security incident?Get immediate response
CVE Record

CVE-2020-36521: An out-of-bounds read was addressed with improved input validation.

An out-of-bounds read was addressed with improved input validation. This issue is fixed in iCloud for Windows 11.4, iOS 14.0 and iPadOS 14.0, watchOS 7.0, tvOS 14.0, iCloud for Windows 7.21, iTunes for Windows 12.10.9. Processing a maliciously crafted tiff file may lead to a denial-of-service or potentially disclose memory contents.

HighCVSS 7.1Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

CVE-2020-36521 is an Apple image-processing flaw where a malicious TIFF file could crash affected software or expose memory contents. The business risk is highest for users and systems that handle untrusted image files on affected Apple platforms or Windows Apple applications before the listed fixed versions.

Executive priority

Treat this as a high-priority patch hygiene issue, not an emergency exploitation event based on the provided evidence. Prioritize exposed endpoints, shared workstations, and workflows that receive external images.

Technical view

The issue is CWE-125 out-of-bounds read. Apple addressed it with improved input validation. The CVSS 3.1 score is 7.1: local attack vector, low complexity, no privileges, user interaction required, with high confidentiality and availability impact.

Likely exposure

Likely exposure includes iOS/iPadOS, watchOS, tvOS, iCloud for Windows, and iTunes for Windows installations below Apple’s fixed releases. The source bundle does not provide exact vulnerable version ranges beyond the fixed versions.

Exploitation context

The source bundle does not support active exploitation; KEV is false. Exploitation depends on processing a maliciously crafted TIFF file, so practical risk is tied to users or workflows that open or ingest untrusted image content.

Researcher notes

Apple’s public wording is limited. The reliable facts are out-of-bounds read, crafted TIFF trigger, possible denial of service or memory disclosure, and remediation through improved input validation in listed releases. Do not infer code path, exploitability beyond CVSS, or affected version ranges not stated.

Mitigation direction

  • Update iOS and iPadOS to 14.0 or later where applicable.
  • Update watchOS to 7.0 or later where applicable.
  • Update tvOS to 14.0 or later where applicable.
  • Update iCloud for Windows to 11.4 or 7.21 or later as applicable.
  • Update iTunes for Windows to 12.10.9 or later.
  • Follow Apple guidance for unsupported devices or legacy application channels.

Validation and detection

  • Inventory Apple OS and Windows Apple application versions.
  • Compare installed versions against Apple’s fixed release list.
  • Confirm patch deployment through MDM, endpoint management, or software inventory records.
  • Identify systems or users that handle untrusted TIFF files.
  • Review security tooling for crashes or alerts tied to suspicious TIFF processing.
Prepared
Confidence
medium
Sources
8

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
cve · low confidence lookup

CVE-2020-36521 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:H/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
7Source 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:H/I:N/A:H1.85.2Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

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

Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/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
AppleiTunes for WindowsunspecifiedListed
AppleiOS and iPadOSunspecifiedListed
AppleiCloud for WindowsunspecifiedListed
AppleiCloud for WindowsunspecifiedListed
ApplewatchOSunspecifiedListed
ApplewatchOSunspecifiedListed
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.