CVE-2026-56210
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:H
Summary
A heap-buffer-overflow read vulnerability was found in libaom, the reference AV1 codec implementation. A missing bounds check in the SVC (Scalable Video Coding) layer ID control function allows setting a spatial_layer_id exceeding the configured number of layers. This causes an out-of-bounds heap read of approximately 40,728 bytes when computing a layer context array index. An attacker who can influence SVC encoder parameters in a network-facing service could exploit this for information disclosure (heap content leak) or denial of service (segmentation fault from hitting unmapped memory).
Affected Software
| Vendor | Product | Version Range | Status |
|---|---|---|---|
| Red Hat | Red Hat Hardened Images | 3.14.0-0.1.hum1 < * | unaffected |
Weaknesses
- CWE-125: Out-of-bounds Read
Workarounds
There is no complete mitigation for this vulnerability. The following measures can reduce risk:
- If using libaom as a standalone encoder library with SVC enabled, validate that spatial_layer_id does not exceed the number of configured spatial layers before calling aom_codec_control with AV1E_SET_SVC_LAYER_ID.
- Restrict access to encoding services to trusted clients only.
- For Firefox and Thunderbird, ensure browsers are updated to versions that include the patched libaom (v3.14.0 or later).
- Monitor encoding service processes for unexpected crashes (segfaults) that may indicate exploitation attempts.
ADP Enrichment
CISA ADP Vulnrichment
- SSVC:
- Exploitation: none
- Automatable: no
- Technical Impact: partial
libaom: libaom: heap-buffer-overflow read via missing bounds check in ctrl_set_layer_id
Additional References
- https://access.redhat.com/security/cve/CVE-2026-56210
- https://bugzilla.redhat.com/show_bug.cgi?id=2490801
- https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-56210.json
- https://access.redhat.com/errata/RHSA-2026:30814
References
- https://access.redhat.com/errata/RHSA-2026:30814
- https://access.redhat.com/security/cve/CVE-2026-56210
- https://aomedia.googlesource.com/aom/+/a93ba0ffaa
- https://bugzilla.redhat.com/show_bug.cgi?id=2490801
- https://issues.chromium.org/issues/503975732
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.