https://bugzilla.redhat.com/show_bug.cgi?id=1191089
Tomas Hoger <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|medium |low Status|NEW |CLOSED Fixed In Version| |freetype 2.5.4 Resolution|--- |NOTABUG Summary|CVE-2014-9666 freetype: |CVE-2014-9666 freetype: |integer overflow and |integer overflow in |out-of-bounds read in the |tt_sbit_decoder_init() |tt_sbit_decoder_init |leading to out-of-bounds |function in sfnt/ttsbit.c |read Whiteboard|impact=moderate,public=2014 |impact=low,public=20141124, |1124,reported=20150210,sour |reported=20150210,source=cv |ce=cve,cvss2=3.7/AV:L/AC:H/ |e,cvss2=4.3/AV:N/AC:M/Au:N/ |Au:N/C:P/I:P/A:P,fedora-all |C:N/I:N/A:P,cwe=CWE-190->CW |/freetype=affected,rhel-5/f |E-125,rhel-4/freetype=notaf |reetype=new,rhel-6/freetype |fected,rhel-5/freetype=nota |=new,rhel-7/freetype=new |ffected,rhel-6/freetype=not | |affected,rhel-7/freetype=no | |taffected,rhev-m-3/mingw-vi | |rt-viewer=notaffected,fedor | |a-all/freetype=affected,fed | |ora-all/mingw-freetype=affe | |cted,epel-7/mingw-freetype= | |affected Severity|medium |low Last Closed| |2015-02-23 04:55:46 --- Comment #4 from Tomas Hoger <[email protected]> --- Upstream bug is: https://savannah.nongnu.org/bugs/?43591 Issue was fixed upstream in 2.5.4. The issue is an integer overflow flaw in a check protecting against out-of-bounds reads. The check was originally introduced in: http://git.savannah.gnu.org/cgit/freetype/freetype2.git/commit/?id=88ab638e Affected code is not build and used in the freetype packages in Red Hat Enterprise Linux. In versions prior to 2.5, the code was only used when FT_CONFIG_OPTION_OLD_INTERNALS macro was not defined. Upstream default was to define the macro and it only became undefined by default in upstream version 2.4.12: http://git.savannah.gnu.org/cgit/freetype/freetype2.git/commit/?id=e4ecce3b The freetype packages in Red Hat Enterprise Linux 7 are based on upstream version 2.4.11 or older and do not override this upstream default. Statement: This issue did not affect the versions of freetype as shipped with Red Hat Enterprise Linux 5, 6, and 7. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=SO5xtkDHLO&a=cc_unsubscribe _______________________________________________ fonts-bugs mailing list [email protected] https://admin.fedoraproject.org/mailman/listinfo/fonts-bugs http://fonts.fedoraproject.org/
