Description
In do_sss_aes_gcm_256_op of crypto-aes.c, there is a possible out-of-bounds read due to a missing bounds check. This could lead to local information disclosure with System execution privileges needed. User interaction is not needed for exploitation.
Published: 2026-09-15
Score: 4.4 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Local Information Disclosure
Action: Apply Patch
AI Analysis

Impact

In Android’s crypto‑aes.c, the function do_sss_aes_gcm_256_op omits a bounds check, causing an out‑of‑bounds read. An attacker with system execution privileges could read memory that should not be accessible, leading to local disclosure of sensitive data. No user interaction is required for exploitation.

Affected Systems

Google Android devices are affected, as identified by the Google security bulletin referenced in the advisory. Specific affected versions are not enumerated in the CVE entry. Devices that have not yet applied the 2026‑09‑01 security bulletin remain at risk, while those that have applied the patch are considered protected.

Risk and Exploitability

The CVSS score of 4.4 indicates moderate severity. Exploitation requires the attacker to already possess system execution privileges; therefore it is a local vulnerability and can only be abused by an adversary who has some level of elevated access to the device. Because KEV is not listed and no EPSS score is available, the current exploitation likelihood cannot be quantified from the available data.

Generated by OpenCVE AI on September 16, 2026 at 02:45 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Install the 2026‑09‑01 security bulletin update
  • Keep the device’s Android OS updated to receive all security fixes
  • Apply the principle of least privilege to applications, minimizing the chances of a local attacker gaining system execution rights

Generated by OpenCVE AI on September 16, 2026 at 02:45 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 16 Sep 2026 03:15:00 +0000

Type Values Removed Values Added
Title Out‑of‑Bounds Read in Android AES GCM Function

Tue, 15 Sep 2026 21:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-120
CWE-125
Metrics cvssV3_1

{'score': 4.4, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N'}

ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Tue, 15 Sep 2026 20:15:00 +0000

Type Values Removed Values Added
First Time appeared Google
Google android
Vendors & Products Google
Google android

Tue, 15 Sep 2026 18:45:00 +0000

Type Values Removed Values Added
Description In do_sss_aes_gcm_256_op of crypto-aes.c, there is a possible out-of-bounds read due to a missing bounds check. This could lead to local information disclosure with System execution privileges needed. User interaction is not needed for exploitation.
References

cve-icon MITRE

Status: PUBLISHED

Assigner: Google_Devices

Published:

Updated: 2026-09-15T20:33:58.839Z

Reserved: 2025-10-23T08:45:23.331Z

Link: CVE-2026-0177

cve-icon Vulnrichment

Updated: 2026-09-15T20:33:54.150Z

cve-icon NVD

Status : Awaiting Analysis

Published: 2026-09-15T19:17:14.163

Modified: 2026-09-16T19:24:44.153

Link: CVE-2026-0177

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-16T03:00:15Z

Weaknesses
  • CWE-120

    Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')

  • CWE-125

    Out-of-bounds Read