Triage of Android's July 2026 security release addressing remote code execution via malformed H.264/H.265 video processing in MediaCodec.
| CVE Identifier | Subsystem / Component | Impact | CVSS | In-The-Wild Exploitation? |
|---|---|---|---|---|
| CVE-2024-31317 | Stagefright / MediaCodec | Remote Code Execution | 8.8 High | YES (Zero-Click Vector) |
| CVE-2024-31318 | System Server | Privilege Escalation | 7.5 High | No |
| CVE-2024-31319 | NFC Hardware Service | Out-of-Bounds Read | 6.3 Medium | No |
See the C++ patch from platform/frameworks/av showing safe integer bounds checking during NALU parameter set parsing.