| Reporter | Title | Published | Views | Family All 7 |
|---|---|---|---|---|
| CVE-2012-2990 | 24 Aug 201220:00 | – | cve | |
| CVE-2012-2990 | 24 Aug 201220:00 | – | cvelist | |
| EUVD-2012-2968 | 7 Oct 202500:30 | – | euvd | |
| CVE-2012-2990 | 24 Aug 201220:55 | – | nvd | |
| Hardcoded credentials | 24 Aug 201220:55 | – | prion | |
| CVE-2012-2990 | 22 May 202512:11 | – | redhatcve | |
| MarkAny ContentSAFER MASetupCaller ActiveX control arbitrary download and execution | 23 Aug 201200:00 | – | cert |
| Source | Link |
|---|---|
| markany | www.markany.com/en/ |
| cve | www.cve.mitre.org/cgi-bin/cvename.cgi |
#
# (C) Tenable Network Security, Inc.
#
include("compat.inc");
if (description)
{
script_id(63268);
script_version("1.6");
script_cvs_date("Date: 2018/07/14 1:59:37");
script_cve_id("CVE-2012-2990");
script_bugtraq_id(55192);
script_xref(name:"CERT", value:"663809");
script_name(english:"MarkAny Content SAFER ActiveX Arbitrary Download and Execution");
script_summary(english:"Checks version of ActiveX Control");
script_set_attribute(
attribute:"synopsis",
value:
"The remote host has software installed that is affected by an arbitrary
file write vulnerability."
);
script_set_attribute(
attribute:"description",
value:
"The remote host has the MarkAny Content SAFER ActiveX control
installed, which is distributed with Samsung KIES. It is affected by an
arbitrary file write vulnerability that is triggered during the parsing
of a method call. This may allow attackers to overwrite or download
arbitrary files."
);
script_set_attribute(attribute:"see_also", value:"http://www.markany.com/en/?p=2307");
# https://www.krcert.or.kr/kor/data/secNoticeView.jsp?p_bulletin_writing_sequence=931
script_set_attribute(attribute:"solution", value:"Upgrade to MarkAny Content SAFER version 1.4.2012.508 or later.");
script_set_cvss_base_vector("CVSS2#AV:N/AC:M/Au:N/C:C/I:C/A:C");
script_set_cvss_temporal_vector("CVSS2#E:U/RL:OF/RC:C");
script_set_attribute(attribute:"exploitability_ease", value:"No known exploits are available");
script_set_attribute(attribute:"exploit_available", value:"false");
script_set_attribute(attribute:"vuln_publication_date", value:"2012/06/05");
script_set_attribute(attribute:"patch_publication_date", value:"2012/06/05");
script_set_attribute(attribute:"plugin_publication_date", value:"2012/12/14");
script_set_attribute(attribute:"plugin_type", value:"local");
script_set_attribute(attribute:"cpe", value:"cpe:/a:samsung:kies");
script_set_attribute(attribute:"cpe", value:"x-cpe:/a:markany:content_safer");
script_end_attributes();
script_category(ACT_GATHER_INFO);
script_family(english:"Windows");
script_copyright(english:"This script is Copyright (C) 2012-2018 Tenable Network Security, Inc.");
script_dependencies("smb_hotfixes.nasl");
script_require_keys("SMB/Registry/Enumerated");
script_require_ports(139, 445);
exit(0);
}
include("audit.inc");
include("smb_func.inc");
include("smb_hotfixes.inc");
include("smb_hotfixes_fcheck.inc");
include("smb_activex_func.inc");
include("smb_reg_query.inc");
include("misc_func.inc");
get_kb_item_or_exit("SMB/Registry/Enumerated");
clsid = '{99806ADD-C5EF-4632-A3D0-3E778B051F94}';
if (activex_init() != ACX_OK) exit(1, "activex_init() failed.");
info = '';
fix = '1.4.2012.508';
file = activex_get_filename(clsid:clsid);
if (isnull(file))
{
activex_end();
exit(1, "activex_get_filename() returned NULL.");
}
if (!file)
{
activex_end();
audit(AUDIT_ACTIVEX_NOT_FOUND, clsid);
}
# Get its version.
version = activex_get_fileversion(clsid:clsid);
if (!version)
{
activex_end();
audit(AUDIT_VER_FAIL, file);
}
if (ver_compare(ver:version, fix:fix) == -1)
{
if (report_paranoia > 1 || activex_get_killbit(clsid:clsid) == 0)
{
info += '\n Class identifier : ' + clsid +
'\n Filename : ' + file +
'\n Installed version : ' + version +
'\n Fixed version : ' + fix + '\n';
}
}
activex_end();
# Report findings.
if (info)
{
if (report_paranoia > 1)
{
report = info +
'\n' +
'Note, though, that Nessus did not check whether the kill bit was\n' +
'set for the control\'s CLSID because of the Report Paranoia setting\n' +
'in effect when this scan was run.\n';
}
else
{
report = info +
'\n' +
'Additionally, the kill bit is not set for this ActiveX control,\n' +
'making it accessible via Internet Explorer.\n';
}
if (report_verbosity > 0) security_hole(port:kb_smb_transport(), extra:report);
else security_hole(kb_smb_transport());
exit(0);
}
else
{
if (ver_compare(ver:version, fix:fix) >= 0) audit(AUDIT_INST_VER_NOT_VULN, file, version);
else audit(AUDIT_ACTIVEX, version);
}
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