First published: Mon Sep 13 2010(Updated: )
Description of problem: <a href="http://lkml.org/lkml/2010/9/11/167">http://lkml.org/lkml/2010/9/11/167</a> The TIOCGICOUNT device ioctl allows unprivileged users to read 9 bytes of uninitialized stack memory, because the "reserved" member of the serial_icounter_struct struct declared on the stack in hso_get_count() is not altered or zeroed before being copied back to the user. This patch takes care of it. Acknowledgements: Red Hat would like to thank Dan Rosenberg for reporting this issue.
Credit: secalert@redhat.com
Affected Software | Affected Version | How to fix |
---|---|---|
debian/linux-2.6 | ||
Linux Kernel | <2.6.36 | |
Linux Kernel | =2.6.36 | |
Linux Kernel | =2.6.36-rc1 | |
Linux Kernel | =2.6.36-rc2 | |
Linux Kernel | =2.6.36-rc3 | |
Linux Kernel | =2.6.36-rc4 | |
SUSE Linux | =11.2 | |
SUSE Linux | =11.3 | |
SUSE Linux Enterprise Desktop | =11-sp1 | |
SUSE Linux Enterprise Real Time Extension | =11-sp1 | |
SUSE Linux Enterprise Server | =11-sp1 | |
Debian | =5.0 | |
Ubuntu | =9.10 | |
Ubuntu | =10.04 | |
Ubuntu | =10.10 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2010-3298 is considered a medium severity vulnerability as it allows unprivileged users to read sensitive information from uninitialized stack memory.
To mitigate CVE-2010-3298, update your Linux kernel to version 2.6.36 or later, which includes a patch for this vulnerability.
CVE-2010-3298 affects various Linux distributions including Debian, Ubuntu, openSUSE, and SUSE Linux Enterprise.
CVE-2010-3298 does not allow remote exploitation as it requires local access to the system for the unprivileged user.
CVE-2010-3298 can leak uninitialized stack memory, potentially exposing sensitive data stored in memory.