CVE-2010-4650: Buffer Overflow

Published Jan 7, 2011
·
Updated

Buffer overflow in the fusedoioctl function in fs/fuse/file.c in the Linux kernel before 2.6.37 allows local users to cause a denial of service or possibly have unspecified other impact by leveraging the ability to operate a CUSE server.

Other sources

Verify that the total length of the iovec returned in FUSEIOCTLRETRY doesn't overflow iovlength().

Upstream commit: http://git.kernel.org/linus/7572777eef78ebdee1ecb7c258c0ef94d35bad16

Introduced in 59efec7b v2.6.29-rc1

long fusedoioctl(struct file file, unsigned int cmd, unsigned long arg, unsigned int flags) { [...] / did it ask for retry? / if (outarg.flags & FUSEIOCTLRETRY) { [...] / no retry if in restricted mode / err = -EIO; if (!(flags & FUSEIOCTLUNRESTRICTED)) goto out; [...] iniov = pageaddress(iovpage); outiov = iniov + iniovs;

So this affects unrestricted ioctl that is used by CUSE. Others use restricted ioctl.

On Red Hat Enterprise Linux 6, /dev/cuse is root-owned by default. crw-rw----. 1 root root 10, 57 Jan 7 06:51 /dev/cuse

Red Hat

Affected Software

5 affected components
debian/linux-2.6
Linux Linux kernel<=2.6.36.4
Linux Linux kernel=2.6.36.3
Linux Linux kernel=2.6.36.1
Linux Linux kernel=2.6.36.2

Event History

Jan 7, 2011
Data Sourced
via Red Hat·07:08 AM
DescriptionSeverityAffected Software
Jun 21, 2012
CVE Published
via MITRE·11:00 PM
Data Sourced
via MITRE·11:00 PM
Description
Jan 11, 2024
Data Sourced
via Launchpad·09:54 PM
Description
Sep 19, 2024
Data Sourced
via Ubuntu·10:43 PM
RemedyDescriptionSeverityAffected Software

Frequently Asked Questions

1

What is the severity of CVE-2010-4650?

CVE-2010-4650 is considered to have a high severity as it can lead to a denial of service vulnerability.

2

How do I fix CVE-2010-4650?

To fix CVE-2010-4650, upgrade the Linux kernel to version 2.6.37 or later.

3

Which versions of the Linux kernel are affected by CVE-2010-4650?

CVE-2010-4650 affects Linux kernel versions up to 2.6.36.4.

4

Who can exploit CVE-2010-4650?

Local users with the ability to operate a CUSE server can exploit CVE-2010-4650.

5

What impact can CVE-2010-4650 have on a system?

CVE-2010-4650 can potentially cause a denial of service or other unspecified impacts on the system.

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