diff options
author | 2016-04-14 08:02:22 +0000 | |
---|---|---|
committer | 2016-04-14 08:02:22 +0000 | |
commit | 670f14532cf81a4e02d989bcb1254e1e48bcb4e4 (patch) | |
tree | 68ef72d9e802ec198860f87b94402f4ca3aae287 /metadata/glsa/glsa-200409-08.xml | |
parent | Add 'metadata/dtd/' from commit 'f8325042cda078a7fa29be8dcb9a092219332112' (diff) | |
parent | Add GLSA 201604-03 - Fix (diff) | |
download | gentoo-670f14532cf81a4e02d989bcb1254e1e48bcb4e4.tar.gz gentoo-670f14532cf81a4e02d989bcb1254e1e48bcb4e4.tar.bz2 gentoo-670f14532cf81a4e02d989bcb1254e1e48bcb4e4.zip |
Add 'metadata/glsa/' from commit 'aacff3c55fb52643f95332002ecdb7d439b8e4df'
git-subtree-dir: metadata/glsa
git-subtree-mainline: 3149e13ab601ad3a8f925656fd88567d2626de47
git-subtree-split: aacff3c55fb52643f95332002ecdb7d439b8e4df
Diffstat (limited to 'metadata/glsa/glsa-200409-08.xml')
-rw-r--r-- | metadata/glsa/glsa-200409-08.xml | 72 |
1 files changed, 72 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-200409-08.xml b/metadata/glsa/glsa-200409-08.xml new file mode 100644 index 000000000000..c9e55a88e54d --- /dev/null +++ b/metadata/glsa/glsa-200409-08.xml @@ -0,0 +1,72 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> + +<glsa id="200409-08"> + <title>Ruby: CGI::Session creates files insecurely</title> + <synopsis> + When used for CGI scripting, Ruby creates session files in /tmp with the + permissions of the default umask. Depending on that umask, local users may + be able to read sensitive data stored in session files. + </synopsis> + <product type="ebuild">dev-lang/ruby</product> + <announced>September 03, 2004</announced> + <revised>September 03, 2004: 01</revised> + <bug>60525</bug> + <access>local</access> + <affected> + <package name="dev-lang/ruby" auto="yes" arch="*"> + <unaffected range="rge">1.6.8-r11</unaffected> + <unaffected range="rge">1.8.0-r7</unaffected> + <unaffected range="ge">1.8.2_pre2</unaffected> + <vulnerable range="lt">1.8.2_pre2</vulnerable> + </package> + </affected> + <background> + <p> + Ruby is an Object Oriented, interpreted scripting language used for many + system scripting tasks. It can also be used for CGI web applications. + </p> + </background> + <description> + <p> + The CGI::Session::FileStore implementation (and presumably + CGI::Session::PStore), which allow data associated with a particular + Session instance to be written to a file, writes to a file in /tmp with no + regard for secure permissions. As a result, the file is left with whatever + the default umask permissions are, which commonly would allow other local + users to read the data from that session file. + </p> + </description> + <impact type="normal"> + <p> + Depending on the default umask, any data stored using these methods could + be read by other users on the system. + </p> + </impact> + <workaround> + <p> + By changing the default umask on the system to not permit read access to + other users (e.g. 0700), one can prevent these files from being readable by + other users. + </p> + </workaround> + <resolution> + <p> + All Ruby users should upgrade to the latest version: + </p> + <code> + # emerge sync + + # emerge -pv ">=dev-lang/ruby-your_version" + # emerge ">=dev-lang/ruby-your_version"</code> + </resolution> + <references> + <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0755">CAN-2004-0755</uri> + </references> + <metadata tag="requester" timestamp="Sat, 28 Aug 2004 23:01:05 +0000"> + jaervosz + </metadata> + <metadata tag="submitter" timestamp="Wed, 1 Sep 2004 04:27:07 +0000"> + dmargoli + </metadata> +</glsa> |