Cisco Email Security Appliance Drop Bypass Vulnerability
2016-10-27T00:00:00
ID OPENVAS:1361412562310140025 Type openvas Reporter This script is Copyright (C) 2016 Greenbone Networks GmbH Modified 2019-10-09T00:00:00
Description
A vulnerability in the configured security policies, including drop email filtering, in Cisco
AsyncOS for Cisco Email Security Appliance (ESA) could allow an unauthenticated, remote attacker to
bypass a configured drop filter by using an email with a corrupted attachment.
The vulnerability is due to improper error handling. An attacker could exploit this vulnerability by
sending an email message with a corrupted attachment. A successful exploit could allow the attacker
to bypass a configured drop filter.
Cisco has released software updates that address this vulnerability. There are no workarounds that
address this vulnerability.
###############################################################################
# OpenVAS Vulnerability Test
#
# Cisco Email Security Appliance Drop Bypass Vulnerability
#
# Authors:
# Michael Meyer <michael.meyer@greenbone.net>
#
# Copyright:
# Copyright (c) 2016 Greenbone Networks GmbH
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
###############################################################################
CPE = "cpe:/h:cisco:email_security_appliance";
if (description)
{
script_oid("1.3.6.1.4.1.25623.1.0.140025");
script_cve_id("CVE-2016-6357");
script_tag(name:"cvss_base", value:"5.0");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:P/I:N/A:N");
script_version("2019-10-09T06:43:33+0000");
script_name("Cisco Email Security Appliance Drop Bypass Vulnerability");
script_xref(name:"URL", value:"http://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20161026-esa5");
script_tag(name:"vuldetect", value:"Checks if a vulnerable version is present on the target host.");
script_tag(name:"solution", value:"See the referenced vendor advisory for a solution.");
script_tag(name:"summary", value:"A vulnerability in the configured security policies, including drop email filtering, in Cisco
AsyncOS for Cisco Email Security Appliance (ESA) could allow an unauthenticated, remote attacker to
bypass a configured drop filter by using an email with a corrupted attachment.
The vulnerability is due to improper error handling. An attacker could exploit this vulnerability by
sending an email message with a corrupted attachment. A successful exploit could allow the attacker
to bypass a configured drop filter.
Cisco has released software updates that address this vulnerability. There are no workarounds that
address this vulnerability.");
script_tag(name:"qod_type", value:"package");
script_tag(name:"solution_type", value:"VendorFix");
script_tag(name:"last_modification", value:"2019-10-09 06:43:33 +0000 (Wed, 09 Oct 2019)");
script_tag(name:"creation_date", value:"2016-10-27 14:09:52 +0200 (Thu, 27 Oct 2016)");
script_category(ACT_GATHER_INFO);
script_family("CISCO");
script_copyright("This script is Copyright (C) 2016 Greenbone Networks GmbH");
script_dependencies("gb_cisco_esa_version.nasl");
script_mandatory_keys("cisco_esa/installed");
exit(0);
}
include("host_details.inc");
include("version_func.inc");
if( ! version = get_app_version( cpe:CPE ) ) exit( 0 );
affected = make_list(
'9.9.6-026',
'9.7.1-066' );
foreach af ( affected )
{
if( version == af )
{
report = report_fixed_ver( installed_version:version, fixed_version: "See advisory" );
security_message( port:0, data:report );
exit( 0 );
}
}
exit( 99 );
{"id": "OPENVAS:1361412562310140025", "type": "openvas", "bulletinFamily": "scanner", "title": "Cisco Email Security Appliance Drop Bypass Vulnerability", "description": "A vulnerability in the configured security policies, including drop email filtering, in Cisco\n AsyncOS for Cisco Email Security Appliance (ESA) could allow an unauthenticated, remote attacker to\n bypass a configured drop filter by using an email with a corrupted attachment.\n\n The vulnerability is due to improper error handling. An attacker could exploit this vulnerability by\n sending an email message with a corrupted attachment. A successful exploit could allow the attacker\n to bypass a configured drop filter.\n\n Cisco has released software updates that address this vulnerability. There are no workarounds that\n address this vulnerability.", "published": "2016-10-27T00:00:00", "modified": "2019-10-09T00:00:00", "cvss": {"score": 5.0, "vector": "AV:N/AC:L/Au:N/C:P/I:N/A:N"}, "href": "http://plugins.openvas.org/nasl.php?oid=1361412562310140025", "reporter": "This script is Copyright (C) 2016 Greenbone Networks GmbH", "references": ["http://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20161026-esa5"], "cvelist": ["CVE-2016-6357"], "lastseen": "2019-10-09T15:19:16", "viewCount": 0, "enchantments": {"dependencies": {"references": [{"type": "cve", "idList": ["CVE-2016-6357"]}, {"type": "cisco", "idList": ["CISCO-SA-20161026-ESA5"]}], "modified": "2019-10-09T15:19:16", "rev": 2}, "score": {"value": 5.2, "vector": "NONE", "modified": "2019-10-09T15:19:16", "rev": 2}, "vulnersScore": 5.2}, "pluginID": "1361412562310140025", "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n#\n# Cisco Email Security Appliance Drop Bypass Vulnerability\n#\n# Authors:\n# Michael Meyer <michael.meyer@greenbone.net>\n#\n# Copyright:\n# Copyright (c) 2016 Greenbone Networks GmbH\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.\n###############################################################################\n\nCPE = \"cpe:/h:cisco:email_security_appliance\";\n\nif (description)\n{\n script_oid(\"1.3.6.1.4.1.25623.1.0.140025\");\n script_cve_id(\"CVE-2016-6357\");\n script_tag(name:\"cvss_base\", value:\"5.0\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:L/Au:N/C:P/I:N/A:N\");\n script_version(\"2019-10-09T06:43:33+0000\");\n\n script_name(\"Cisco Email Security Appliance Drop Bypass Vulnerability\");\n\n script_xref(name:\"URL\", value:\"http://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20161026-esa5\");\n\n script_tag(name:\"vuldetect\", value:\"Checks if a vulnerable version is present on the target host.\");\n\n script_tag(name:\"solution\", value:\"See the referenced vendor advisory for a solution.\");\n script_tag(name:\"summary\", value:\"A vulnerability in the configured security policies, including drop email filtering, in Cisco\n AsyncOS for Cisco Email Security Appliance (ESA) could allow an unauthenticated, remote attacker to\n bypass a configured drop filter by using an email with a corrupted attachment.\n\n The vulnerability is due to improper error handling. An attacker could exploit this vulnerability by\n sending an email message with a corrupted attachment. A successful exploit could allow the attacker\n to bypass a configured drop filter.\n\n Cisco has released software updates that address this vulnerability. There are no workarounds that\n address this vulnerability.\");\n\n script_tag(name:\"qod_type\", value:\"package\");\n script_tag(name:\"solution_type\", value:\"VendorFix\");\n\n script_tag(name:\"last_modification\", value:\"2019-10-09 06:43:33 +0000 (Wed, 09 Oct 2019)\");\n script_tag(name:\"creation_date\", value:\"2016-10-27 14:09:52 +0200 (Thu, 27 Oct 2016)\");\n script_category(ACT_GATHER_INFO);\n script_family(\"CISCO\");\n script_copyright(\"This script is Copyright (C) 2016 Greenbone Networks GmbH\");\n script_dependencies(\"gb_cisco_esa_version.nasl\");\n script_mandatory_keys(\"cisco_esa/installed\");\n exit(0);\n}\n\ninclude(\"host_details.inc\");\ninclude(\"version_func.inc\");\n\nif( ! version = get_app_version( cpe:CPE ) ) exit( 0 );\n\naffected = make_list(\n '9.9.6-026',\n '9.7.1-066' );\n\nforeach af ( affected )\n{\n if( version == af )\n {\n report = report_fixed_ver( installed_version:version, fixed_version: \"See advisory\" );\n security_message( port:0, data:report );\n exit( 0 );\n }\n}\n\nexit( 99 );\n\n", "naslFamily": "CISCO"}
{"cve": [{"lastseen": "2021-02-02T06:28:09", "description": "A vulnerability in the configured security policies, including drop email filtering, in Cisco AsyncOS for Cisco Email Security Appliance (ESA) could allow an unauthenticated, remote attacker to bypass a configured drop filter by using an email with a corrupted attachment. More Information: CSCuz01651. Known Affected Releases: 10.0.9-015 9.7.1-066 9.9.6-026.", "edition": 4, "cvss3": {"exploitabilityScore": 3.9, "cvssV3": {"baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "attackComplexity": "LOW", "scope": "UNCHANGED", "attackVector": "NETWORK", "availabilityImpact": "NONE", "integrityImpact": "NONE", "baseScore": 7.5, "privilegesRequired": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N", "userInteraction": "NONE", "version": "3.0"}, "impactScore": 3.6}, "published": "2016-10-28T10:59:00", "title": "CVE-2016-6357", "type": "cve", "cwe": ["CWE-388"], "bulletinFamily": "NVD", "cvss2": {"severity": "MEDIUM", "exploitabilityScore": 10.0, "obtainAllPrivilege": false, "userInteractionRequired": false, "obtainOtherPrivilege": false, "cvssV2": {"accessComplexity": "LOW", "confidentialityImpact": "PARTIAL", "availabilityImpact": "NONE", "integrityImpact": "NONE", "baseScore": 5.0, "vectorString": "AV:N/AC:L/Au:N/C:P/I:N/A:N", "version": "2.0", "accessVector": "NETWORK", "authentication": "NONE"}, "impactScore": 2.9, "obtainUserPrivilege": false}, "cvelist": ["CVE-2016-6357"], "modified": "2017-07-29T01:34:00", "cpe": ["cpe:/a:cisco:email_security_appliance:9.9.6-026", "cpe:/a:cisco:email_security_appliance:9.7.1-066"], "id": "CVE-2016-6357", "href": "https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2016-6357", "cvss": {"score": 5.0, "vector": "AV:N/AC:L/Au:N/C:P/I:N/A:N"}, "cpe23": ["cpe:2.3:a:cisco:email_security_appliance:9.7.1-066:*:*:*:*:*:*:*", "cpe:2.3:a:cisco:email_security_appliance:9.9.6-026:*:*:*:*:*:*:*"]}], "cisco": [{"lastseen": "2020-12-24T11:41:17", "bulletinFamily": "software", "cvelist": ["CVE-2016-6357"], "description": "A vulnerability in the configured security policies, including drop email filtering, in Cisco AsyncOS for Cisco Email Security Appliance (ESA) could allow an unauthenticated, remote attacker to bypass a configured drop filter by using an email with a corrupted attachment.\n\nThe vulnerability is due to improper error handling. An attacker could exploit this vulnerability by sending an email message with a corrupted attachment. A successful exploit could allow the attacker to bypass a configured drop filter.\n\nCisco has released software updates that address this vulnerability. There are no workarounds that address this vulnerability.\n\nThis advisory is available at the following link:\n\nhttp://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20161026-esa5[\"http://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20161026-esa5\"]", "modified": "2016-10-18T17:41:12", "published": "2016-10-26T16:00:00", "id": "CISCO-SA-20161026-ESA5", "href": "https://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20161026-esa5", "type": "cisco", "title": "Cisco Email Security Appliance Drop Bypass Vulnerability", "cvss": {"score": 5.0, "vector": "AV:N/AC:L/Au:N/C:P/I:N/A:N"}}]}