| Reporter | Title | Published | Views | Family All 11 |
|---|---|---|---|---|
| CVE-2025-34111 | 15 Jul 202513:09 | – | attackerkb | |
| CVE-2025-34111 | 29 May 201815:50 | – | circl | |
| Tiki Wiki CMS Groupware 安全漏洞 | 15 Jul 202500:00 | – | cnnvd | |
| CVE-2025-34111 | 15 Jul 202513:09 | – | cve | |
| CVE-2025-34111 Tiki Wiki <= 15.1 ELFinder Unauthenticated File Upload RCE | 15 Jul 202513:09 | – | cvelist | |
| EUVD-2025-21425 | 3 Oct 202520:07 | – | euvd | |
| CVE-2025-34111 | 15 Jul 202513:15 | – | nvd | |
| CVE-2025-34111 | 15 Jul 202513:15 | – | osv | |
| PT-2025-29553 · Unknown +1 · Tikiwiki Cms/Groupware +1 | 15 Jul 202500:00 | – | ptsecurity | |
| CVE-2025-34111 | 17 Jul 202513:57 | – | redhatcve |
# SPDX-FileCopyrightText: 2016 Greenbone AG
# Some text descriptions might be excerpted from (a) referenced
# source(s), and are Copyright (C) by the respective right holder(s).
#
# SPDX-License-Identifier: GPL-2.0-only
CPE = "cpe:/a:tiki:tikiwiki_cms%2fgroupware";
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.106131");
script_version("2025-10-06T05:38:41+0000");
script_tag(name:"last_modification", value:"2025-10-06 05:38:41 +0000 (Mon, 06 Oct 2025)");
script_tag(name:"creation_date", value:"2016-07-13 13:02:15 +0700 (Wed, 13 Jul 2016)");
script_tag(name:"cvss_base", value:"10.0");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:C/I:C/A:C");
script_tag(name:"severity_vector", value:"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H");
script_tag(name:"severity_origin", value:"NVD");
script_tag(name:"severity_date", value:"2025-10-03 00:42:13 +0000 (Fri, 03 Oct 2025)");
script_cve_id("CVE-2025-34111");
script_name("Tiki Wiki CMS Groupware File Upload Vulnerability (Jul 2016)");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2016 Greenbone AG");
script_family("Web application abuses");
script_dependencies("gb_tikiwiki_http_detect.nasl");
script_require_ports("Services/www", 80);
script_mandatory_keys("tiki/wiki/http/detected");
script_xref(name:"URL", value:"https://tiki.org/article434-Security-update-Tiki-15-2-Tiki-14-4-and-Tiki-12-9-released");
script_xref(name:"URL", value:"https://www.mehmetince.net/exploit/tiki-wiki-unauthenticated-file-upload-vulnerability");
script_xref(name:"URL", value:"https://raw.githubusercontent.com/rapid7/metasploit-framework/master/modules/exploits/unix/webapp/tikiwiki_upload_exec.rb");
script_xref(name:"URL", value:"https://www.exploit-db.com/exploits/40091");
script_tag(name:"summary", value:"Tiki Wiki CMS Groupware is prone to a remote file upload
vulnerability.");
script_tag(name:"vuldetect", value:"Checks if a vulnerable version and components is/are
present on the target host.");
script_tag(name:"insight", value:"The 3rd party component ELFinder 2.0 comes with an example page
which demonstrates file upload, remove, rename and creating directories. The default
configuration of Tiki Wiki CMS Groupware does not enforce validation on file extensions, etc.");
script_tag(name:"impact", value:"An unauthenticated attacker may upload PHP files and execute
them.");
script_tag(name:"affected", value:"Tiki Wiki CMS Groupware version 12.8 and prior, 13.x through
14.3 and 15.x through 15.1.");
script_tag(name:"solution", value:"Update to version 12.9, 14.4, 15.2 or later.");
script_tag(name:"qod_type", value:"remote_banner");
script_tag(name:"solution_type", value:"VendorFix");
exit(0);
}
include("http_func.inc");
include("http_keepalive.inc");
include("host_details.inc");
include("version_func.inc");
if( ! port = get_app_port( cpe:CPE ) )
exit( 0 );
if( ! infos = get_app_version_and_location( cpe:CPE, port:port, exit_no_version:TRUE ) )
exit( 0 );
ver = infos["version"];
dir = infos["location"];
if( version_is_less( version:ver, test_version:"12.9" ) ||
version_in_range( version:ver, test_version:"14.0", test_version2:"14.3" ) ||
version_in_range( version:ver, test_version:"15.0", test_version2:"15.1" ) ) {
if( dir == "/" )
dir = "";
url = dir + "/vendor_extra/elfinder/elfinder.html";
if( http_vuln_check( port:port, url:url, pattern:"<title>elFinder 2.0</title>",
check_header:TRUE, extra_check:"php/connector.minimal.php" ) ) {
report = http_report_vuln_url( port:port, url:url );
security_message( port:port, data:report );
exit( 0 );
}
}
exit( 99 );
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