Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 104469 - app-accessibility/SphinxTrain insecure file creation
Summary: app-accessibility/SphinxTrain insecure file creation
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Security
Classification: Unclassified
Component: Auditing (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Security
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-01 05:10 UTC by Romang
Modified: 2005-09-01 11:37 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Romang 2005-09-01 05:10:02 UTC
Hello,

Take a look on src/programs/make_quests/cmd_ln.c :

111         { "-tempfn",
112           CMD_LN_STRING,
113           CMD_LN_NO_VALIDATION,
114           "/tmp/TEMP.QUESTS",
115           "File to write temprorary results to (important)" },

Regards.
Comment 1 Tavis Ormandy (RETIRED) gentoo-dev 2005-09-01 11:37:05 UTC
The program does not appear to use this option for any purpose, and therefore 
will never create that file, even if the user let it use the default.

closing as INVALID.