Tribiq CMS Direct Request Information Disclosure Vulnerability
🗓️ 31 Dec 2014 00:00:00Reported by Copyright (C) 2014 Greenbone AGType
openvas🔗 plugins.openvas.org👁 12 Views
| Reporter | Title | Published | Views | Family All 7 |
|---|---|---|---|---|
| Tribal Tribiq CMS Path Disclosure Vulnerability | 4 Jan 201500:00 | – | cnvd | |
| CVE-2011-2727 | 30 Dec 201402:00 | – | cve | |
| CVE-2011-2727 | 30 Dec 201402:00 | – | cvelist | |
| EUVD-2011-2705 | 7 Oct 202500:30 | – | euvd | |
| Installation Path Disclosure Weakness in Tribiq CMS | HTB22857 | 17 Feb 201100:00 | – | htbridge | |
| CVE-2011-2727 | 30 Dec 201402:59 | – | nvd | |
| Information disclosure | 30 Dec 201402:59 | – | prion |
| Source | Link |
|---|---|
| htbridge | www.htbridge.com/advisory/HTB22857 |
| sourceforge | www.sourceforge.net/projects/tribiq |
# SPDX-FileCopyrightText: 2014 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
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.805232");
script_version("2023-12-13T05:05:23+0000");
script_cve_id("CVE-2011-2727");
script_tag(name:"cvss_base", value:"4.3");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:N/C:P/I:N/A:N");
script_tag(name:"last_modification", value:"2023-12-13 05:05:23 +0000 (Wed, 13 Dec 2023)");
script_tag(name:"creation_date", value:"2014-12-31 15:18:53 +0530 (Wed, 31 Dec 2014)");
script_name("Tribiq CMS Direct Request Information Disclosure Vulnerability");
script_tag(name:"summary", value:"Tribiq CMS is prone to an information disclosure vulnerability.");
script_tag(name:"vuldetect", value:"Send a crafted HTTP GET request and check
whether it is possible to read full path to installation directory");
script_tag(name:"insight", value:"The error exists as application reveals
the full path to installation directory in an error message.");
script_tag(name:"impact", value:"Successful exploitation will allow remote
attackers to gain knowledge of the web root directory and other potentially
sensitive information.");
script_tag(name:"affected", value:"Tribiq CMS version 5.2.7b and probably
prior.");
script_tag(name:"solution", value:"Upgrade to Tribiq CMS version 5.2.7c or
later.");
script_tag(name:"qod_type", value:"remote_app");
script_tag(name:"solution_type", value:"VendorFix");
script_xref(name:"URL", value:"https://www.htbridge.com/advisory/HTB22857");
script_category(ACT_ATTACK);
script_copyright("Copyright (C) 2014 Greenbone AG");
script_family("Web application abuses");
script_dependencies("find_service.nasl", "no404.nasl", "webmirror.nasl", "DDI_Directory_Scanner.nasl", "gb_php_http_detect.nasl", "global_settings.nasl");
script_require_ports("Services/www", 80);
script_exclude_keys("Settings/disable_cgi_scanning");
script_xref(name:"URL", value:"http://sourceforge.net/projects/tribiq");
exit(0);
}
include("http_func.inc");
include("http_keepalive.inc");
include("port_service_func.inc");
include("list_array_func.inc");
cmsPort = http_get_port(default:80);
if(!http_can_host_php(port:cmsPort)){
exit(0);
}
foreach dir (make_list_unique("/", "/community", "/tribiqcms", "/cms", http_cgi_dirs(port:cmsPort)))
{
if(dir == "/") dir = "";
sndReq = http_get(item:string(dir, "/admin/welcome.php"), port:cmsPort);
rcvRes = http_keepalive_send_recv(port:cmsPort, data:sndReq);
if (rcvRes && rcvRes =~ ">Welcome to Tribiq CMS<")
{
url = dir + "/cmsjs/plugin.js.php";
sndReq = http_get(item:url, port:cmsPort);
rcvRes = http_keepalive_send_recv(port:cmsPort, data:sndReq);
if(rcvRes && rcvRes =~ ">Warning<.*Invalid argument.*in <b")
{
security_message(port:cmsPort);
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
13 Dec 2023 00:00Current
6.3Medium risk
Vulners AI Score6.3
CVSS 24.3
EPSS0.01533