| Reporter | Title | Published | Views | Family All 18 |
|---|---|---|---|---|
| Security Bulletin: TS3310 Tape Library contains pre-configured default accounts (CVE-2012-1844) | 26 Sep 202204:23 | – | ibm | |
| CVE-2012-1841 | 22 Mar 201210:00 | – | cve | |
| CVE-2012-1842 | 22 Mar 201210:00 | – | cve | |
| CVE-2012-1844 | 22 Mar 201210:00 | – | cve | |
| CVE-2012-1841 | 22 Mar 201210:00 | – | cvelist | |
| CVE-2012-1842 | 22 Mar 201210:00 | – | cvelist | |
| CVE-2012-1844 | 22 Mar 201210:00 | – | cvelist | |
| EUVD-2012-1851 | 7 Oct 202500:30 | – | euvd | |
| EUVD-2012-1852 | 7 Oct 202500:30 | – | euvd | |
| EUVD-2012-1854 | 7 Oct 202500:30 | – | euvd |
# SPDX-FileCopyrightText: 2012 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.103462");
script_cve_id("CVE-2012-1841", "CVE-2012-1842", "CVE-2012-1844");
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_version("2025-04-15T05:54:49+0000");
script_name("Multiple Vendor Products Security Vulnerabilities");
script_xref(name:"URL", value:"http://www.securityfocus.com/bid/52566");
script_xref(name:"URL", value:"http://www.quantum.com/ServiceandSupport/SoftwareandDocumentationDownloads/SI500/Index.aspx");
script_xref(name:"URL", value:"http://www.kb.cert.org/vuls/id/913483");
script_tag(name:"last_modification", value:"2025-04-15 05:54:49 +0000 (Tue, 15 Apr 2025)");
script_tag(name:"creation_date", value:"2012-04-11 09:50:54 +0200 (Wed, 11 Apr 2012)");
script_category(ACT_ATTACK);
script_tag(name:"qod_type", value:"remote_vul");
script_family("Web application abuses");
script_tag(name:"solution_type", value:"VendorFix");
script_copyright("Copyright (C) 2012 Greenbone AG");
script_dependencies("find_service.nasl", "httpver.nasl", "os_detection.nasl", "global_settings.nasl");
script_require_ports("Services/www", 80);
script_exclude_keys("Settings/disable_cgi_scanning");
script_tag(name:"summary", value:"Quantum Scalar i500, Dell ML6000, and IBM TS3310 are prone to following vulnerabilities:
1. An information disclosure vulnerability
2. A cross-site scripting vulnerability
3. A cross-site request-forgery vulnerability
4. A security bypass vulnerability");
script_tag(name:"impact", value:"An attacker may leverage these issues to execute arbitrary script
code in the browser of an unsuspecting user in the context of the
affected site. This may let the attacker steal cookie-based
authentication credentials and launch other attacks. The information-
disclosure vulnerability can allow the attacker to obtain sensitive
information that may aid in launching further attacks.
Exploiting the cross-site request-forgery may allow a remote attacker
to perform certain administrative actions and gain unauthorized access
to the affected application. Other attacks are also possible.
Attackers can exploit a password weakness issue to bypass security
restrictions to obtain sensitive information or perform unauthorized
actions, this may aid in launching further attacks.");
script_tag(name:"solution", value:"Updates are available. Check the references.");
exit(0);
}
include("http_func.inc");
include("http_keepalive.inc");
include("port_service_func.inc");
include("host_details.inc");
include("os_func.inc");
include("misc_func.inc");
include("traversal_func.inc");
port = http_get_port(default:80);
url = "/index.htm";
buf = http_get_cache(port:port, item:url);
if(egrep(string:buf, pattern:"(<title>QUANTUM - Scalar|<title>DELL - ML.* Login Screen)")) {
files = traversal_files();
foreach pattern(keys(files)) {
file = files[pattern];
url = '/logShow.htm?file=/' + file;
if(http_vuln_check(port:port, url:url, pattern:pattern)) {
report = http_report_vuln_url(port:port, url:url);
security_message(data:report, port:port);
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