CWE
190
Advisory Published
Updated

REDHAT-BUG-526924: Integer Overflow

First published: Fri Oct 02 2009(Updated: )

Ludwig Nussel reported an integer overflow in poppler's create_surface_from_thumbnail_data() function. cairo_pixels buffer is allocated as: cairo_pixels = (guchar *)g_malloc (4 * width * height); <a href="http://cgit.freedesktop.org/poppler/poppler/tree/glib/poppler-page.cc#n615">http://cgit.freedesktop.org/poppler/poppler/tree/glib/poppler-page.cc#n615</a> where width / height is read from PDF file. Some validation of the values is done in Page::loadThumb(), but it is not sufficient to prevent the overflow: if (width &gt; INT_MAX / 3 / height) <a href="http://cgit.freedesktop.org/poppler/poppler/tree/poppler/Page.cc#n547">http://cgit.freedesktop.org/poppler/poppler/tree/poppler/Page.cc#n547</a> This code does not exist in poppler as shipped in EL5, nor it is part of xpdf.

Affected SoftwareAffected VersionHow to fix
Poppler Data

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 REDHAT-BUG-526924?

    The severity of REDHAT-BUG-526924 is high due to the potential for an integer overflow leading to memory corruption.

  • How do I fix REDHAT-BUG-526924?

    To fix REDHAT-BUG-526924, update your Poppler package to a version that includes the patch for the integer overflow issue.

  • Which software is affected by REDHAT-BUG-526924?

    The affected software for REDHAT-BUG-526924 is Poppler, specifically in its create_surface_from_thumbnail_data() function.

  • Can REDHAT-BUG-526924 lead to security vulnerabilities?

    Yes, REDHAT-BUG-526924 can lead to security vulnerabilities by allowing potential exploitation through memory corruption.

  • Is there a workaround for REDHAT-BUG-526924 until I can apply a patch?

    A potential workaround for REDHAT-BUG-526924 is to limit the input data size to prevent triggering the integer overflow.

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