CWE
119 190 476
Advisory Published
Updated

REDHAT-BUG-526893: Buffer Overflow

First published: Fri Oct 02 2009(Updated: )

An integer overflow flaw exists in xpdf's ImageStream::ImageStream (Stream.cc) when calculating size of the imgLine buffer: 320 nVals = width * nComps; 321 if (nBits == 1) { 322 imgLineSize = (nVals + 7) & ~7; 323 } else { 324 imgLineSize = nVals; 325 } 326 imgLine = (Guchar *)gmallocn(imgLineSize, sizeof(Guchar)); width and nComps used go compute nVals value come from the input PDF file. Their multiplication may overflow / wrap, resulting in smaller imgLine buffer allocation than expected. ImageStream always uses nVals as an upper bound when writing data into imgLine. Therefore, no buffer overflow occurs in ImageStream, but NULL pointer dereference may occur (gmallocn returns NULL when called with imgLineSize 0). Pointer to imgLine is also returned out of ImageStream class instance from ImageStream::getLine() method. Callers of the method may later over-read allocated buffer, but no caller over-writing it was identified. This code was introduced in xpdf in some early versions (exists in 0.9x), so is likely to appear in all applications embedding / forking xpdf.

Affected SoftwareAffected VersionHow to fix
Xpdf>=0.9

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-526893?

    The severity of REDHAT-BUG-526893 is categorized as critical due to the potential for exploitation through an integer overflow vulnerability.

  • How do I fix REDHAT-BUG-526893?

    To fix REDHAT-BUG-526893, update the xpdf application to the latest version that addresses this integer overflow vulnerability.

  • What software is affected by REDHAT-BUG-526893?

    REDHAT-BUG-526893 affects the xpdf software, specifically versions from 0.9 and above.

  • What type of vulnerability is REDHAT-BUG-526893?

    REDHAT-BUG-526893 is an integer overflow flaw that can lead to buffer overflows and potential code execution.

  • Can REDHAT-BUG-526893 be exploited remotely?

    Yes, REDHAT-BUG-526893 can potentially be exploited remotely if an attacker can manipulate the processing of malformed PDF files.

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