CVE-2018-5860
MediumIn the MDSS driver in all Android releases(Android for MSM, Firefox OS for MSM, QRD Android) from CAF using the Linux kernel, a data structure may be used without being initialized correctly.
CVSS 3.0 score
5.5
CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Weakness type
CWE-824CVE-2018-5860 is a Access of Uninitialized Pointer vulnerability
What is Access of Uninitialized Pointer?
The product accesses or uses a pointer that has not been initialised, leading to undefined behaviour. Learn more on MITRE CWE
References
The following references provide additional information about CVE-2018-5860 including vendor advisories, patch commits, exploit details, and third-party analysis. Links are sourced from the NIST NVD database.
-
PatchKernel patch commithttps://www.codeaurora.org/security-bulletin/2018/06/04/june-2018-code-aurora-security-bulletin
Frequently asked questions
-
What is CVE-2018-5860?
CVE-2018-5860 is a Medium severity Linux kernel vulnerability with a CVSS score of 5.5 out of 10 , classified as an Access of Uninitialized Pointer flaw (CWE-824) . CVE-2018-5860 has not been confirmed as actively exploited and is not listed in the CISA KEV catalog.
-
What is the CVSS score for CVE-2018-5860?
CVE-2018-5860 has a CVSS score of 5.5 out of 10, rated Medium severity (CVSS 3.0). The vector string is
CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H. -
Is there a patch available for CVE-2018-5860?
No patch is currently available for CVE-2018-5860. Monitor the NIST NVD and your Linux distribution's security advisories for updates.
-
Is CVE-2018-5860 actively exploited?
No — CVE-2018-5860 has not been confirmed as actively exploited. It is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog.
-
What is Access of Uninitialized Pointer (CWE-824)?
The product accesses or uses a pointer that has not been initialised, leading to undefined behaviour. View CWE-824 on MITRE CWE →