1. Gentoo Linux Security Advisory
| Advisory Reference | GLSA 200503-13 / mlterm |
| Release Date | March 07, 2005 |
| Latest Revision | May 22, 2006: 02 |
| Impact | normal |
| Exploitable | remote |
| Package | Vulnerable versions | Unaffected versions | Architecture(s) |
| x11-terms/mlterm | < 2.9.2 | >= 2.9.2 | All supported architectures |
Related bugreports: #84174
mlterm is vulnerable to an integer overflow, which could potentially allow the execution of arbitrary code.
mlterm is a multi-lingual terminal emulator.
mlterm is vulnerable to an integer overflow that can be triggered by specifying a large image file as a background. This only effects users that have compiled mlterm with the 'gtk' USE flag, which enables gdk-pixbuf support.
An attacker can create a specially-crafted image file which, when used as a background by the victim, can lead to the execution of arbitrary code with the privileges of the user running mlterm.
Re-compile mlterm without the 'gtk' USE flag.
All mlterm users should upgrade to the latest version:
Code Listing 3.1: Resolution |
# emerge --sync # emerge --ask --oneshot --verbose ">=x11-terms/mlterm-2.9.2" |