CVE-2022-48503
Apple Safari ≤ 15.6
Raw vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:HSummary
CVE-2022-48503 is a high-severity Improper Validation of Array Index (CWE-129) vulnerability in Apple Safari. Its CVSS base score is 8.8 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploitation for Privilege Escalation (T1068); ranked in the top 13% of CVEs by exploit likelihood; CISA has added it to the Known Exploited Vulnerabilities catalog.
Deeper analysis AI-assisted summary
Synthesised by an AI model from the NVD description and linked references — a reading aid, not an authoritative source.
The vulnerability is an insufficient bounds checking issue that affects multiple Apple platforms when processing web content. Impacted software includes iOS 15.6 and iPadOS 15.6, macOS Monterey 12.5, tvOS 15.6, watchOS 8.7, and Safari 15.6. The flaw carries a CVSS 3.1 base score of 8.8 and is tracked under CWE-129.
An unauthenticated remote attacker can exploit the issue by supplying malicious web content that the victim processes in a vulnerable browser or application. Successful exploitation results in arbitrary code execution with the privileges of the affected process, requiring only that the user interact with the content such as by visiting a crafted web page.
Apple security advisories for HT213340, HT213341, HT213342, HT213345, and HT213346 state that the issue was resolved through improved bounds checks and recommend installing the listed updates to eliminate the vulnerability. The current EPSS score of 0.0016 indicates low observed exploitation activity.
OWASP Top 10 for Web (2025)
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2022-51199
Vulnerability Data
The issue was addressed with improved bounds checks. This issue is fixed in tvOS 15.6, watchOS 8.7, iOS 15.6 and iPadOS 15.6, macOS Monterey 12.5, Safari 15.6. Processing web content may lead to arbitrary code execution.
- CWE(s)
- KEV Date Added
- 20 October 2025
Related Threats
MITRE ATT&CK Enterprise Techniques
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST CSF 2.0) AI
Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.
Secure SDLC practices directly require input validation and bounds checking that prevent improper array indexing.
Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI
Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.
Security testing in development can detect out-of-bounds array access but does not prevent the weakness by itself.
Secure development lifecycle mandates input validation and bounds checking that directly prevents improper array indexing.
Application security requirements include validation of untrusted input used for indexing or addressing memory structures.
Secure architecture principles encourage defensive coding patterns that reduce index-related vulnerabilities.
Secure coding standards explicitly require bounds checking and validation of array indices derived from untrusted data.