Bug 152462 - CAN-2005-0866 cdrecord insecure temporary file
Summary: CAN-2005-0866 cdrecord insecure temporary file
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Enterprise Linux 4
Classification: Red Hat
Component: cdrtools
Version: 4.0
Hardware: All
OS: Linux
low
low
Target Milestone: ---
: ---
Assignee: Harald Hoyer
QA Contact:
URL:
Whiteboard: source=cve,impact=low,public=20050120...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2005-03-29 18:50 UTC by Josh Bressers
Modified: 2007-11-30 22:07 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2005-09-09 16:04:50 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
Proposed patch for this issue (1.36 KB, patch)
2005-03-29 18:50 UTC, Josh Bressers
no flags Details | Diff

Description Josh Bressers 2005-03-29 18:50:35 UTC
Stolen from: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=291376

Cdrtools has some code (and default configuration) that suggests users that 
want to debug its behaviour to open up a can of worms associate to insecure 
temporary files usage. The Debug file defined in the configuration will 
just be fopened() without any checks and is thus vulnerable to symlink 
attacks.

The attached patch tries to fix this minor bug (not many users will really 
enabled DEBUG) by introducing a check in rscsi.c to avoid being vulnerable 
to symlink attacks and by modifying the provided config file telling users 
to use safe locations for debug files. The patch introduces a DoS condition 
(if somebody has created the file the program will exit) and that's why 
users are suggested (in the comments of the configuration file) to use a 
safe location (not /tmp) for debugging.

Comment 1 Josh Bressers 2005-03-29 18:50:35 UTC
Created attachment 112423 [details]
Proposed patch for this issue

Comment 2 Josh Bressers 2005-03-29 18:51:14 UTC
This issue should also affect RHEL2.1 and RHEL3

Comment 3 Josh Bressers 2005-06-02 18:44:44 UTC
Ping on this issue

Comment 4 Harald Hoyer 2005-09-09 16:04:50 UTC
WONTFIX until next real issue.


Note You need to log in before you can comment on or make changes to this bug.