CVE-2010-4242: Null Pointer Dereference

Published Oct 8, 2010
·
Updated

Last updated 24 July 2024

Other sources

Problem description:

hciuartttyopen() is missing check that tty has a write op (a few don't), and you should check this at open and refuse if the ops you need don't exist (eg as SLIP does:

static int slipopen(struct ttystruct tty) { struct slip sl; int err;

if (!capable(CAPNETADMIN)) return -EPERM;

if (tty->ops->write == NULL) return -EOPNOTSUPP;

Fortunately almost no system will have a driver loaded which lacks a write op, but this should be fixed.

Red Hat

The hciuartttyopen function in the HCI UART driver (drivers/bluetoo ...

Debian

Affected Software

3 affected components
Linux Linux kernel=2.6.36
debian/linux-2.6
debian/user-mode-linux

Event History

Oct 8, 2010
Data Sourced
via Red Hat·03:55 PM
DescriptionSeverityAffected Software
Jan 11, 2011
CVE Published
via MITRE·01:00 AM
Data Sourced
via MITRE·01:00 AM
Description
Jan 11, 2024
Data Sourced
via Launchpad·09:54 PM
Description
Sep 15, 2024
Data Sourced
via Ubuntu·10:42 PM
RemedyDescriptionSeverityAffected Software

Frequently Asked Questions

1

What is the severity of CVE-2010-4242?

CVE-2010-4242 has a medium severity level due to potential invalid pointer access in the Bluetooth HCI UART.

2

How do I fix CVE-2010-4242?

To fix CVE-2010-4242, update to a later version of the Linux kernel where this vulnerability has been addressed.

3

What systems are affected by CVE-2010-4242?

CVE-2010-4242 affects the Linux Kernel version 2.6.36 and potentially other packages reliant on the affected code.

4

What type of vulnerability is CVE-2010-4242?

CVE-2010-4242 is classified as an invalid pointer dereference vulnerability.

5

Is CVE-2010-4242 a known issue in Linux 2.6.36?

Yes, CVE-2010-4242 is a documented issue within Linux 2.6.36 affecting Bluetooth HCI UART operations.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203