7.5
CWE
189 190
Advisory Published
CVE Published
Updated

CVE-2014-0250: Integer Overflow

First published: Tue Aug 20 2013(Updated: )

client/X11/xf_graphics.c:xf_Pointer_New() performs a heap allocation this way: void xf_Pointer_New(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). xf_Bitmap_Decompress() 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).

Credit: secalert@redhat.com

Affected SoftwareAffected VersionHow to fix
FreeRDP=1.0.0
FreeRDP=1.0.1
FreeRDP=1.0.2
openSUSE=12.3
openSUSE=13.1

Never miss a vulnerability like this again

Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.

Frequently Asked Questions

  • What is the severity of CVE-2014-0250?

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

  • 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.

  • 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.

  • What kind of vulnerability is CVE-2014-0250?

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

  • 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.
© 2025 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203