Bugzilla – Bug 1170352
VUL-1: CVE-2019-9444: kernel-source: pointer leak in sync debug fs driver leads to local information disclosure
Last modified: 2020-04-23 15:08:26 UTC
CVE-2019-9444 A vulnerability was found in sync debug fs driver in Kernel where there is a kernel pointer leak due to the usage of printf with %p. This could lead to local information disclosure with system execution privileges needed. User interaction is not needed for exploitation. References: https://lore.kernel.org/patchwork/patch/902287/ https://bugzilla.redhat.com/show_bug.cgi?id=1819433 http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2019-9444 https://access.redhat.com/security/cve/CVE-2019-9444 http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-9444 https://source.android.com/security/bulletin/pixel/2019-09-01
Even though our kernels have address space randomization enabled, this should not be considered a security vulnerability in our current protection model. Root is required to trigger the information leak, and we have CONFIG_SECURITY_DMESG_RESTRICT=y set.