CVE-2014-0250: Integer Overflow

Published Aug 20, 2013
·
Updated

client/X11/xfgraphics.c:xfPointerNew() performs a heap allocation this way:

void xfPointerNew(rdpContext context, rdpPointer pointer) { XcursorImage ci; […] ci.width = pointer->width; ci.height = pointer->height; […] ci.pixels = (XcursorPixel) malloc(ci.width ci.height 4);

The width and height members are read from the wire. Both are 16 bit, but because of the multiplication with 4, the allocation still overflows (on 32 bit and 64 bit).

xfBitmapDecompress() appears to have a similar issue.

These look very much like a trust boundary is crossed. Consequently, this is an embargoed security bug which has to be fixed in cooperation with upstream (which appears to be affected as well).

Other sources

Multiple integer overflows in client/X11/xfgraphics.c in FreeRDP allow remote attackers to have an unspecified impact via the width and height to the (1) xfPointerNew or (2) xfBitmapDecompress function, which causes an incorrect amount of memory to be allocated.

MITRE

Affected Software

5 affected components
FreeRDP freerdp=1.0.0
FreeRDP freerdp=1.0.1
FreeRDP freerdp=1.0.2
openSUSE openSUSE=12.3
openSUSE openSUSE=13.1

Event History

Aug 20, 2013
Data Sourced
via Red Hat·11:19 AM
DescriptionSeverityAffected Software
Nov 16, 2014
CVE Published
via MITRE·05:00 PM
Data Sourced
via MITRE·05:00 PM
Description

Frequently Asked Questions

1

What is the severity of CVE-2014-0250?

CVE-2014-0250 has a moderate severity rating, impacting the stability and security of affected applications.

2

How do I fix CVE-2014-0250?

To fix CVE-2014-0250, upgrade FreeRDP to versions 1.0.3 or later, or apply any available security patches.

3

What are the affected versions for CVE-2014-0250?

CVE-2014-0250 affects FreeRDP versions 1.0.0, 1.0.1, and 1.0.2 as well as openSUSE versions 12.3 and 13.1.

4

What kind of vulnerability is CVE-2014-0250?

CVE-2014-0250 is related to memory management issues due to improper heap allocation.

5

Is CVE-2014-0250 present in my FreeRDP installation?

You can determine if CVE-2014-0250 is present by checking your FreeRDP version against the affected versions list.

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