CVE-2024-56189
BaseFortify
Publication date: 2025-09-04
Last updated on: 2025-09-26
Assigner: Google Devices
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| android | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-125 | The product reads data past the end, or before the beginning, of the intended buffer. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is an out of bounds read in the function SAEMM_DiscloseMsId within the SAEMM_RadioMessageCodec.c file. It occurs because there is a missing bounds check, which means the program may read memory outside the intended buffer. This flaw can be exploited remotely after authentication without needing any additional execution privileges or user interaction.
How can this vulnerability impact me? :
The vulnerability can lead to remote information disclosure, meaning an attacker who is authenticated can potentially access sensitive information from memory that they should not be able to see. This could compromise confidentiality of data handled by the affected system.