REDHAT-BUG-2372666: Buffer Overflow
An integer overflow vulnerability exists in the gstringmaybeexpand() function of the GLib library. When extremely large strings are used and more data is appended, an internal size calculation can wrap around, making the system incorrectly assume that there’s enough space in the buffer. This leads to a buffer overflow, causing memory corruption or a crash. Although difficult to exploit in practice due to the extremely large memory conditions required, this issue could be triggered remotely if an application accepts large untrusted input and uses GString for string operations.
Affected Software
Event History
Frequently Asked Questions
What is the severity of REDHAT-BUG-2372666?
The severity of REDHAT-BUG-2372666 is classified as high due to the potential for denial of service attacks.
How do I fix REDHAT-BUG-2372666?
To fix REDHAT-BUG-2372666, you should update the GLib library to the latest patched version provided by your distribution.
What are the potential impacts of REDHAT-BUG-2372666?
The potential impacts of REDHAT-BUG-2372666 include application crashes and denial of service if exploited.
Which versions of GLib are affected by REDHAT-BUG-2372666?
Versions of GLib prior to the security patch addressing REDHAT-BUG-2372666 are affected.
What is the nature of the vulnerability in REDHAT-BUG-2372666?
The nature of the vulnerability in REDHAT-BUG-2372666 is an integer overflow that can lead to improper buffer sizes.