lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 10 Jun 2014 08:36:34 +0200
From:	Richard Weinberger <richard@....at>
To:	Andy Lutomirski <luto@...capital.net>
CC:	the arch/x86 maintainers <x86@...nel.org>,
	Peter Zijlstra <peterz@...radead.org>,
	"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: Out-of-bounds access in vread_hpet()

FYI:
________________________________________________________________________________________________________
*** CID 1222081:  Out-of-bounds access  (ARRAY_VS_SINGLETON)
/arch/x86/vdso/vclock_gettime.c: 38 in vread_hpet()
32     #ifdef CONFIG_HPET_TIMER
33     extern u8 hpet_page
34     	__attribute__((visibility("hidden")));
35
36     static notrace cycle_t vread_hpet(void)
37     {
>>>     CID 1222081:  Out-of-bounds access  (ARRAY_VS_SINGLETON)
>>>     Using "&hpet_page" as an array.  This might corrupt or misinterpret adjacent memory locations.
38     	return *(const volatile u32 *)(&hpet_page + HPET_COUNTER);
39     }
40     #endif
41
42     #ifndef BUILD_VDSO32
43

Thanks,
//richard
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ