Bug 995851 - gnuplot: Make gnuplot's NOCWDRC (not to read the content of .gnuplot from CWD at the startup) default
Summary: gnuplot: Make gnuplot's NOCWDRC (not to read the content of .gnuplot from CWD...
Keywords:
Status: CLOSED WORKSFORME
Alias: None
Product: Red Hat Enterprise Linux 5
Classification: Red Hat
Component: gnuplot
Version: 5.10
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: ---
Assignee: Frantisek Kluknavsky
QA Contact: BaseOS QE - Apps
URL: http://www.gnuplotting.org/configurat...
Whiteboard:
Depends On:
Blocks: 995852 995853 995854 995855 995856
TreeView+ depends on / blocked
 
Reported: 2013-08-11 14:28 UTC by Jan Lieskovsky
Modified: 2013-08-30 13:45 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
: 995852 (view as bug list)
Environment:
Last Closed: 2013-08-30 13:45:08 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Jan Lieskovsky 2013-08-11 14:28:06 UTC
Description of problem:
As written in:
  http://www.gnuplotting.org/configuration/

or in gnuplot's startup help:

gnuplot> help startup
 When `gnuplot` is run, it looks for an initialization file to load.
 This file is called `.gnuplot` on Unix and AmigaOS systems, and
 `GNUPLOT.INI` on other systems.  If this file is not found in the
 current directory, the program will look for it in the HOME directory
 (under AmigaOS, MS-DOS, Windows and OS/2, the
 environment variable `GNUPLOT` should contain the name of this
 directory; on Windows NT, it will use `USERPROFILE` if GNUPLOT isn't
 defined).  Note: if NOCWDRC is defined during the installation,
 `gnuplot` will not read from the current directory.

 If the initialization file is found, `gnuplot` executes the commands in it.
 These may be any legal `gnuplot` commands, but typically they are limited to
 setting the terminal and defining frequently-used functions or variables.

when 'NOCWDRC' is not defined in the moment of gnuplot's startup, gnuplot tries to load content of .gnuplot file from current working directory. Since when run from untrusted directory, this might be dangerous, that feature (loading of .gnuplot content from CWD) should be disabled in the default configuration (=> 'NOCWDRC' option should be used).


Version-Release number of selected component (if applicable):
gnuplot/4.0.0/14.el5

How reproducible:
Always

Steps to Reproduce:
1. Define some gnuplot commands (even to run some system ones) into .gnuplot file in CWD
2. Run gnuplot


Actual results:
Commands from .gnuplot in CWD are executed by gnuplot startup.

Expected results:
Commands aren't executed.

Additional info:
This is not a security flaw, since above behaviour is documented in gnuplot startup help and/or in upstream documentation.

Anyway, the more secure (not to load .gnuplot from CWD at startup) behaviour should be used.

Comment 1 Frantisek Kluknavsky 2013-08-30 13:45:08 UTC
It seems to affect only RHEL6, closing as WORKSFORME.


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