<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "http://bugs.gentoo.org/bugzilla.dtd">

<bugzilla version="2.22.7"
          urlbase="http://bugs.gentoo.org/"
          maintainer="bugzilla@gentoo.org"
>

    <bug>
          <bug_id>141684</bug_id>
          
          <creation_ts>2006-07-25 03:06 0000</creation_ts>
          <short_desc>media-gfx/fbida: typo prevents filtering (CVE-2006-3119)</short_desc>
          <delta_ts>2006-08-23 13:02:08 0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>Gentoo Security</product>
          <component>Vulnerabilities</component>
          <version>unspecified</version>
          <rep_platform>All</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          <bug_file_loc>http://www.us.debian.org/security/2006/dsa-1124</bug_file_loc>
          <status_whiteboard>B2 [glsa]</status_whiteboard>
          
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>dercorny@gentoo.org</reporter>
          <assigned_to>security@gentoo.org</assigned_to>
          <cc>spock@gentoo.org</cc>

      

      
          <long_desc isprivate="0">
            <who>dercorny@gentoo.org</who>
            <bug_when>2006-07-25 03:06:35 0000</bug_when>
            <thetext>gs is not called with -dSAFER because of a typo, which might allow pdf files to do evil stuff.

This is fixed in version 2.05. Either dump or apply this simple patch (gained from a diff 2.04-&gt;2.05):

--- fbida-2.04/fbgs     2006-04-10 09:43:01.000000000 +0200
+++ fbida-2.05/fbgs     2006-07-25 09:26:16.000000000 +0200
@@ -51,7 +51,7 @@
 echo
 echo &quot;### rendering pages, please wait ... ###&quot;
 echo
-gs     -dSAVER -dNOPAUSE -dBATCH                       \
+gs     -dSAFER -dNOPAUSE -dBATCH                       \
        -sPDFPassword=&quot;$password&quot;                       \
        -sDEVICE=${device} -sOutputFile=$DIR/ps%03d.tiff \
        $gsopts                                         \</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>koon@gentoo.org</who>
            <bug_when>2006-07-29 05:37:50 0000</bug_when>
            <thetext>spock please bump with patch.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>spock@gentoo.org</who>
            <bug_when>2006-08-07 17:59:38 0000</bug_when>
            <thetext>Fixed in CVS, thanks.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>koon@gentoo.org</who>
            <bug_when>2006-08-12 08:17:34 0000</bug_when>
            <thetext>Fixed in 2.03-r4, already stable, thanks Michal.

The &quot;?&quot; in B2? calls for a vote, I&apos;d say this warrants a GLSA</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>falco@gentoo.org</who>
            <bug_when>2006-08-16 01:54:12 0000</bug_when>
            <thetext>yes

does &quot;pdf files to do evif stuff&quot; means code execution ? (==&gt; B2 sure)</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>jaervosz@gentoo.org</who>
            <bug_when>2006-08-19 09:25:26 0000</bug_when>
            <thetext>Let&apos;s have a GLSA on this one as well.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>falco@gentoo.org</who>
            <bug_when>2006-08-23 13:02:08 0000</bug_when>
            <thetext>GLSA 200608-22

thanks everybody</thetext>
          </long_desc>
      
    </bug>

</bugzilla>