Bugzilla – Bug 132729
VUL-0: CVE-2005-3108: kernel: leakage or dos in ioremap or other io memory map
Last modified: 2021-12-07 16:12:29 UTC
CVE-2005-3108 mm/ioremap.c in Linux 2.6 on 64-bit x86 systems allows local users to cause a denial of service or an information leak via an ioremap on a certain memory map that causes the iounmap to perform a lookup of a page that does not exist. http://www.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=93ef70a217637ade3f335303a112b22a134a1ec2
are there any user controlled processes that could have io mmaps? if only root can exploit this we do not need to look at this I guess. Andi?
The change is already in SLES9 Also iounmap is a kernel internal function and cannot be normally used by any user space process. So I don't see why this should be a VUL or CVE (Someone must have been confused)
thanks andi!
CVE-2005-3108: CVSS v2 Base Score: 2.1 (AV:L/AC:L/Au:N/C:N/I:N/A:P)