CVE-2017-8244
Buffer overflow is possible on race conditions. "buffer->curr" itself could also be overwritten, which means that it may point to anywhere of kernel memory (for write).
Does this matter?
High impact if exploited, but EPSS currently rates exploitation as unlikely (0.15%). Schedule it in the normal patch cycle and watch for a rise in EPSS or a public exploit.
Description
In core_info_read and inst_info_read in all Android releases from CAF using the Linux kernel, variable "dbg_buf", "dbg_buf->curr" and "dbg_buf->filled_size" could be modified by different threads at the same time, but they are not protected with mutex or locks. Buffer overflow is possible on race conditions. "buffer->curr" itself could also be overwritten, which means that it may point to anywhere of kernel memory (for write).
- CVSS 3.1
- 7.0 HIGHCVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H
- EPSS
- 0.15% probability · 4th percentile
- CISA KEV
- Not listed
- Weakness
- CWE-362
- Affected
- google/android
- Source
- product-security@qualcomm.com
References
- http://www.securityfocus.com/bid/98547Third Party Advisory, VDB Entry
- https://source.android.com/security/bulletin/pixel/2017-12-01Vendor Advisory
- https://www.codeaurora.org/buffer-overflow-msmvidc-debugfs-driver-coreinforead-and-instinforead-cve-2017-8244Broken Link
- http://www.securityfocus.com/bid/98547Third Party Advisory, VDB Entry
- https://source.android.com/security/bulletin/pixel/2017-12-01Vendor Advisory
- https://www.codeaurora.org/buffer-overflow-msmvidc-debugfs-driver-coreinforead-and-instinforead-cve-2017-8244Broken Link
Source: NVD record, EPSS from FIRST.org, KEV from CISA. Refreshed daily.