ID CVE-2011-5060 Type cve Reporter cve@mitre.org Modified 2017-08-29T01:30:00
Description
The par_mktmpdir function in the PAR module before 1.003 for Perl creates temporary files in a directory with a predictable name without verifying ownership and permissions of this directory, which allows local users to overwrite files when another user extracts a PAR packed program, a different vulnerability in a different package than CVE-2011-4114.
{"openvas": [{"lastseen": "2020-04-23T19:05:34", "bulletinFamily": "scanner", "cvelist": ["CVE-2011-3597", "CVE-2011-2939", "CVE-2011-4114", "CVE-2011-5060", "CVE-2011-2728"], "description": "The host is installed with Active Perl and is prone to multiple\n vulnerabilities.", "modified": "2020-04-21T00:00:00", "published": "2013-03-27T00:00:00", "id": "OPENVAS:1361412562310803343", "href": "http://plugins.openvas.org/nasl.php?oid=1361412562310803343", "type": "openvas", "title": "Active Perl Modules Multiple Vulnerabilities (Windows)", "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n#\n# Active Perl Modules Multiple Vulnerabilities (Windows)\n#\n# Authors:\n# Arun Kallavi <karun@secpod.com>\n#\n# Copyright:\n# Copyright (C) 2013 Greenbone Networks GmbH, http://www.greenbone.net\n#\n# This program is free software; you can redistribute it and/or modify\n# it under the terms of the GNU General Public License version 2\n# (or any later version), as published by the Free Software Foundation.\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\nif(description)\n{\n script_oid(\"1.3.6.1.4.1.25623.1.0.803343\");\n script_version(\"2020-04-21T11:03:03+0000\");\n script_cve_id(\"CVE-2011-5060\", \"CVE-2011-4114\", \"CVE-2011-3597\", \"CVE-2011-2939\",\n \"CVE-2011-2728\");\n script_bugtraq_id(49911);\n script_tag(name:\"last_modification\", value:\"2020-04-21 11:03:03 +0000 (Tue, 21 Apr 2020)\");\n script_tag(name:\"creation_date\", value:\"2013-03-27 11:15:50 +0530 (Wed, 27 Mar 2013)\");\n script_tag(name:\"cvss_base\", value:\"7.5\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:L/Au:N/C:P/I:P/A:P\");\n script_name(\"Active Perl Modules Multiple Vulnerabilities (Windows)\");\n script_category(ACT_GATHER_INFO);\n script_copyright(\"Copyright (C) 2013 Greenbone Networks GmbH\");\n script_family(\"Denial of Service\");\n script_dependencies(\"gb_perl_detect_win.nasl\");\n script_mandatory_keys(\"ActivePerl/Ver\");\n\n script_xref(name:\"URL\", value:\"http://search.cpan.org/dist/Digest/Digest.pm\");\n script_xref(name:\"URL\", value:\"https://bugzilla.redhat.com/show_bug.cgi?id=731246\");\n script_xref(name:\"URL\", value:\"https://bugzilla.redhat.com/show_bug.cgi?id=753955\");\n script_xref(name:\"URL\", value:\"https://rt.cpan.org/Public/Bug/Display.html?id=69560\");\n\n script_tag(name:\"impact\", value:\"Successful exploitation will allow attackers to cause an affected\n application to crash or execute arbitrary perl code.\");\n\n script_tag(name:\"affected\", value:\"Active Perl PAR module before 1.003\n\n Active Perl Digest module before 1.17\n\n Active Perl Encode module before 2.44\n\n Active Perl PAR::Packer module before 1.012\");\n\n script_tag(name:\"insight\", value:\"The flaws are due to\n\n - an error in par_mktmpdir function in the 'PAR::Packer' and 'PAR' modules\n creates temporary files in a directory with a predictable name without\n verifying ownership and permissions of this directory.\n\n - the 'Digest->new()' function not properly sanitising input before using it\n in an 'eval()' call, which can be exploited to inject and execute arbitrary\n perl code.\n\n - off-by-one error in the decode_xs function in Unicode/Unicode.xs in the\n 'Encode' module.\n\n - An error within the 'File::Glob::bsd_glob()' function when handling the\n GLOB_ALTDIRFUNC flag can be exploited to cause an access violation and\n potentially execute arbitrary code.\");\n\n script_tag(name:\"summary\", value:\"The host is installed with Active Perl and is prone to multiple\n vulnerabilities.\");\n\n script_tag(name:\"solution\", value:\"Upgrade to Perl 5.14.2 or later.\n\n Upgrade to Active Perl PAR module version 1.003 or later.\n\n Upgrade to Active Perl Digest module version 1.17 or later.\n\n Upgrade to Active Perl Encode module version 2.44 or later.\n\n Upgrade Active Perl PAR::Packer module version 1.012 or later.\");\n\n script_tag(name:\"qod\", value:\"30\");\n script_tag(name:\"solution_type\", value:\"VendorFix\");\n\n exit(0);\n}\n\nCPE = \"cpe:/a:perl:perl\";\n\ninclude( \"host_details.inc\" );\ninclude( \"version_func.inc\" );\n\n## Perl Digest and Perl Encode modules are the default modules in perl\n## Test for the perl versions < 5.14.2, because all perl versions are\n## having Digest and Encode modules < 1.17 and 2.44 respectively\n\nif( ! infos = get_app_version_and_location( cpe: CPE, exit_no_version: TRUE ) ) exit( 0 );\n\nversion = infos[\"version\"];\nlocation = infos[\"location\"];\n\nif( version_is_less( version: version, test_version: \"5.14.2\" ) ) {\n report = report_fixed_ver( installed_version: version, fixed_version: \"5.14.2\", install_path: location );\n report = report_fixed_ver(installed_version:version, fixed_version:\"5.14.2\");\n security_message(port: 0, data: report);\n exit( 0 );\n}\n\nexit( 99 );\n", "cvss": {"score": 7.5, "vector": "AV:N/AC:L/Au:N/C:P/I:P/A:P"}}, {"lastseen": "2017-07-02T21:11:20", "bulletinFamily": "scanner", "cvelist": ["CVE-2011-3597", "CVE-2011-2939", "CVE-2011-4114", "CVE-2011-5060", "CVE-2011-2728"], "description": "The host is installed with Active Perl and is prone to multiple\n vulnerabilities.", "modified": "2017-05-12T00:00:00", "published": "2013-03-27T00:00:00", "id": "OPENVAS:803343", "href": "http://plugins.openvas.org/nasl.php?oid=803343", "type": "openvas", "title": "Active Perl Modules Multiple Vulnerabilities (Windows)", "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n# $Id: gb_activeperl_modules_mult_vuln_win.nasl 6115 2017-05-12 09:03:25Z teissa $\n#\n# Active Perl Modules Multiple Vulnerabilities (Windows)\n#\n# Authors:\n# Arun Kallavi <karun@secpod.com>\n#\n# Copyright:\n# Copyright (c) 2012 Greenbone Networks GmbH, http://www.greenbone.net\n#\n# This program is free software; you can redistribute it and/or modify\n# it under the terms of the GNU General Public License version 2\n# (or any later version), as published by the Free Software Foundation.\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\ntag_solution = \"Upgrade to Perl 5.14.2 or latr,\n Upgrade to Active Perl PAR module version 1.003 or later\n Upgrade to Active Perl Digest module version 1.17 or later\n Upgrade to Active Perl Encode module version 2.44 or later\n Upgrade Active Perl PAR::Packer module version 1.012 or later\n For updates refer to http://www.perl.org/get.html\n\n *****\n NOTE: Ignore this warning if above mentioned versions of modules are already installed.\n *****\";\n\ntag_impact = \"Successful exploitation will allow attackers to cause an affected\n application to crash or execute arbitrary perl code.\n Impact Level: System/Application\";\n\ntag_affected = \"Active Perl PAR module before 1.003\n Active Perl Digest module before 1.17\n Active Perl Encode module before 2.44\n Active Perl PAR::Packer module before 1.012 on winows\";\ntag_insight = \"The flaws are due to\n - an error in par_mktmpdir function in the 'PAR::Packer' and 'PAR' modules\n creates temporary files in a directory with a predictable name without\n verifying ownership and permissions of this directory.\n - the 'Digest->new()' function not properly sanitising input before using it\n in an 'eval()' call, which can be exploited to inject and execute arbitrary\n perl code.\n - off-by-one error in the decode_xs function in Unicode/Unicode.xs in the\n 'Encode' module.\n - An error within the 'File::Glob::bsd_glob()' function when handling the\n GLOB_ALTDIRFUNC flag can be exploited to cause an access violation and\n potentially execute arbitrary code.\";\ntag_summary = \"The host is installed with Active Perl and is prone to multiple\n vulnerabilities.\";\n\nif(description)\n{\n script_id(803343);\n script_version(\"$Revision: 6115 $\");\n script_cve_id(\"CVE-2011-5060\", \"CVE-2011-4114\", \"CVE-2011-3597\", \"CVE-2011-2939\",\n \"CVE-2011-2728\");\n script_bugtraq_id(49911);\n script_tag(name:\"last_modification\", value:\"$Date: 2017-05-12 11:03:25 +0200 (Fri, 12 May 2017) $\");\n script_tag(name:\"creation_date\", value:\"2013-03-27 11:15:50 +0530 (Wed, 27 Mar 2013)\");\n script_tag(name:\"cvss_base\", value:\"7.5\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:L/Au:N/C:P/I:P/A:P\");\n script_name(\"Active Perl Modules Multiple Vulnerabilities (Windows)\");\n\n script_xref(name : \"URL\" , value : \"http://secunia.com/advisories/46172\");\n script_xref(name : \"URL\" , value : \"http://secunia.com/advisories/46279\");\n script_xref(name : \"URL\" , value : \"http://search.cpan.org/dist/Digest/Digest.pm\");\n script_xref(name : \"URL\" , value : \"https://bugzilla.redhat.com/show_bug.cgi?id=731246\");\n script_xref(name : \"URL\" , value : \"https://bugzilla.redhat.com/show_bug.cgi?id=753955\");\n script_xref(name : \"URL\" , value : \"https://rt.cpan.org/Public/Bug/Display.html?id=69560\");\n script_category(ACT_GATHER_INFO);\n script_copyright(\"Copyright (c) 2011 Greenbone Networks GmbH\");\n script_family(\"Denial of Service\");\n script_dependencies(\"gb_perl_detect_win.nasl\");\n script_mandatory_keys(\"ActivePerl/Ver\");\n script_tag(name : \"impact\" , value : tag_impact);\n script_tag(name : \"affected\" , value : tag_affected);\n script_tag(name : \"insight\" , value : tag_insight);\n script_tag(name : \"summary\" , value : tag_summary);\n script_tag(name : \"solution\" , value : tag_solution);\n script_tag(name:\"qod_type\", value:\"registry\");\n script_tag(name:\"solution_type\", value:\"VendorFix\");\n exit(0);\n}\n\n\ninclude(\"version_func.inc\");\n\n## Perl Digest and Perl Encode modules are the default modules in perl\n## Checking for the perl versions < 5.14.2, because all perl versions are\n## having Digest and Encode modules < 1.17 and 2.44 respectively\n\napVer = get_kb_item(\"ActivePerl/Ver\");\nif(apVer)\n{\n if(version_is_less(version:apVer, test_version:\"5.14.2\"))\n {\n security_message(0);\n exit(0);\n }\n}\n", "cvss": {"score": 7.5, "vector": "AV:NETWORK/AC:LOW/Au:NONE/C:PARTIAL/I:PARTIAL/A:PARTIAL/"}}, {"lastseen": "2019-12-19T16:09:13", "bulletinFamily": "scanner", "cvelist": ["CVE-2011-3597", "CVE-2011-2939", "CVE-2011-4114", "CVE-2011-5060", "CVE-2011-2728"], "description": "The host is installed with Strawberry Perl and is prone to\n multiple vulnerabilities.", "modified": "2019-12-18T00:00:00", "published": "2012-01-17T00:00:00", "id": "OPENVAS:1361412562310802562", "href": "http://plugins.openvas.org/nasl.php?oid=1361412562310802562", "type": "openvas", "title": "Strawberry Perl Modules Multiple Vulnerabilities (Windows)", "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n#\n# Strawberry Perl Modules Multiple Vulnerabilities (Windows)\n#\n# Authors:\n# Madhuri D <dmadhuri@secpod.com>\n#\n# Copyright:\n# Copyright (c) 2012 Greenbone Networks GmbH, http://www.greenbone.net\n#\n# This program is free software; you can redistribute it and/or modify\n# it under the terms of the GNU General Public License version 2\n# (or any later version), as published by the Free Software Foundation.\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\nif(description)\n{\n script_oid(\"1.3.6.1.4.1.25623.1.0.802562\");\n script_version(\"2019-12-18T15:04:04+0000\");\n script_cve_id(\"CVE-2011-5060\", \"CVE-2011-4114\", \"CVE-2011-3597\", \"CVE-2011-2939\",\n \"CVE-2011-2728\");\n script_bugtraq_id(49911);\n script_tag(name:\"last_modification\", value:\"2019-12-18 15:04:04 +0000 (Wed, 18 Dec 2019)\");\n script_tag(name:\"creation_date\", value:\"2012-01-17 17:28:53 +0530 (Tue, 17 Jan 2012)\");\n script_tag(name:\"cvss_base\", value:\"7.5\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:L/Au:N/C:P/I:P/A:P\");\n script_name(\"Strawberry Perl Modules Multiple Vulnerabilities (Windows)\");\n script_category(ACT_GATHER_INFO);\n script_copyright(\"Copyright (c) 2012 Greenbone Networks GmbH\");\n script_family(\"Denial of Service\");\n script_dependencies(\"gb_perl_detect_win.nasl\");\n script_mandatory_keys(\"Strawberry/Perl/Ver\");\n\n script_xref(name:\"URL\", value:\"http://search.cpan.org/dist/Digest/Digest.pm\");\n script_xref(name:\"URL\", value:\"https://bugzilla.redhat.com/show_bug.cgi?id=731246\");\n script_xref(name:\"URL\", value:\"https://bugzilla.redhat.com/show_bug.cgi?id=753955\");\n script_xref(name:\"URL\", value:\"https://rt.cpan.org/Public/Bug/Display.html?id=69560\");\n\n script_tag(name:\"impact\", value:\"Successful exploitation will allow attackers to cause an affected\n application to crash or execute arbitrary perl code.\");\n\n script_tag(name:\"affected\", value:\"Strawberry Perl PAR module before 1.003\n\n Strawberry Perl Digest module before 1.17\n\n Strawberry Perl Encode module before 2.44\n\n Strawberry Perl PAR::Packer module before 1.012\");\n\n script_tag(name:\"insight\", value:\"The flaws are due to\n\n - an error in par_mktmpdir function in the 'PAR::Packer' and 'PAR' modules\n creates temporary files in a directory with a predictable name without\n verifying ownership and permissions of this directory.\n\n - the 'Digest->new()' function not properly sanitising input before using it\n in an 'eval()' call, which can be exploited to inject and execute arbitrary\n perl code.\n\n - off-by-one error in the decode_xs function in Unicode/Unicode.xs in the\n 'Encode' module.\n\n - An error within the 'File::Glob::bsd_glob()' function when handling the\n GLOB_ALTDIRFUNC flag can be exploited to cause an access violation and\n potentially execute arbitrary code.\");\n\n script_tag(name:\"summary\", value:\"The host is installed with Strawberry Perl and is prone to\n multiple vulnerabilities.\");\n\n script_tag(name:\"solution\", value:\"Update to Strawberry Perl 5.14.2 or later\n\n Update to Strawberry Perl PAR module version 1.003 or later\n\n Update to Strawberry Perl Digest module version 1.17 or later\n\n Update to Strawberry Perl Encode module version 2.44 or later\n\n Update Strawberry Perl PAR::Packer module version 1.012 or later\");\n\n script_tag(name:\"qod_type\", value:\"registry\");\n script_tag(name:\"solution_type\", value:\"VendorFix\");\n\n exit(0);\n}\n\nCPE = \"cpe:/a:vanilla_perl_project:strawberry_perl\";\n\ninclude( \"host_details.inc\" );\ninclude( \"version_func.inc\" );\n\n## Perl Digest and Perl Encode modules are the default modules in perl\n## having Digest and Encode modules < 1.17 and 2.44 respectively\n\nif( ! infos = get_app_version_and_location( cpe: CPE, exit_no_version: TRUE ) ) exit( 0 );\n\nversion = infos[\"version\"];\nlocation = infos[\"location\"];\n\nif( version_is_less( version: version, test_version: \"5.14.2\" ) ) {\n report = report_fixed_ver( installed_version: version, fixed_version: \"5.14.2\", install_path: location );\n security_message( data: report, port: 0 );\n exit( 0 );\n}\n\nexit( 99 );\n", "cvss": {"score": 7.5, "vector": "AV:N/AC:L/Au:N/C:P/I:P/A:P"}}, {"lastseen": "2017-07-02T21:10:44", "bulletinFamily": "scanner", "cvelist": ["CVE-2011-3597", "CVE-2011-2939", "CVE-2011-4114", "CVE-2011-5060", "CVE-2011-2728"], "description": "The host is installed with Strawberry Perl and is prone to\n multiple vulnerabilities.", "modified": "2017-04-13T00:00:00", "published": "2012-01-17T00:00:00", "id": "OPENVAS:802562", "href": "http://plugins.openvas.org/nasl.php?oid=802562", "type": "openvas", "title": "Strawberry Perl Modules Multiple Vulnerabilities (Windows)", "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n# $Id: gb_perl_modules_mult_vuln_win.nasl 5950 2017-04-13 09:02:06Z teissa $\n#\n# Strawberry Perl Modules Multiple Vulnerabilities (Windows)\n#\n# Authors:\n# Madhuri D <dmadhuri@secpod.com>\n#\n# Copyright:\n# Copyright (c) 2012 Greenbone Networks GmbH, http://www.greenbone.net\n#\n# This program is free software; you can redistribute it and/or modify\n# it under the terms of the GNU General Public License version 2\n# (or any later version), as published by the Free Software Foundation.\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\ntag_solution = \"Upgrade to Strawberry Perl 5.14.2 or later,\n Upgrade to Strawberry Perl PAR module version 1.003 or later\n Upgrade to Strawberry Perl Digest module version 1.17 or later\n Upgrade to Strawberry Perl Encode module version 2.44 or later\n Upgrade Strawberry Perl PAR::Packer module version 1.012 or later\n For updates refer to http://strawberryperl.com\n\n *****\n NOTE: Ignore this warning if above mentioned versions of modules are already installed.\n *****\";\n\ntag_impact = \"Successful exploitation will allow attackers to cause an affected\n application to crash or execute arbitrary perl code.\n Impact Level: System/Application\";\ntag_affected = \"Strawberry Perl PAR module before 1.003\n Strawberry Perl Digest module before 1.17\n Strawberry Perl Encode module before 2.44\n Strawberry Perl PAR::Packer module before 1.012 on winows\";\ntag_insight = \"The flaws are due to\n - an error in par_mktmpdir function in the 'PAR::Packer' and 'PAR' modules\n creates temporary files in a directory with a predictable name without\n verifying ownership and permissions of this directory.\n - the 'Digest->new()' function not properly sanitising input before using it\n in an 'eval()' call, which can be exploited to inject and execute arbitrary\n perl code.\n - off-by-one error in the decode_xs function in Unicode/Unicode.xs in the\n 'Encode' module.\n - An error within the 'File::Glob::bsd_glob()' function when handling the\n GLOB_ALTDIRFUNC flag can be exploited to cause an access violation and\n potentially execute arbitrary code.\";\ntag_summary = \"The host is installed with Strawberry Perl and is prone to\n multiple vulnerabilities.\";\n\nif(description)\n{\n script_id(802562);\n script_version(\"$Revision: 5950 $\");\n script_cve_id(\"CVE-2011-5060\", \"CVE-2011-4114\", \"CVE-2011-3597\", \"CVE-2011-2939\",\n \"CVE-2011-2728\");\n script_bugtraq_id(49911);\n script_tag(name:\"last_modification\", value:\"$Date: 2017-04-13 11:02:06 +0200 (Thu, 13 Apr 2017) $\");\n script_tag(name:\"creation_date\", value:\"2012-01-17 17:28:53 +0530 (Tue, 17 Jan 2012)\");\n script_tag(name:\"cvss_base\", value:\"7.5\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:L/Au:N/C:P/I:P/A:P\");\n script_name(\"Strawberry Perl Modules Multiple Vulnerabilities (Windows)\");\n\n script_xref(name : \"URL\" , value : \"http://secunia.com/advisories/46172\");\n script_xref(name : \"URL\" , value : \"http://secunia.com/advisories/46279\");\n script_xref(name : \"URL\" , value : \"http://search.cpan.org/dist/Digest/Digest.pm\");\n script_xref(name : \"URL\" , value : \"https://bugzilla.redhat.com/show_bug.cgi?id=731246\");\n script_xref(name : \"URL\" , value : \"https://bugzilla.redhat.com/show_bug.cgi?id=753955\");\n script_xref(name : \"URL\" , value : \"https://rt.cpan.org/Public/Bug/Display.html?id=69560\");\n script_category(ACT_GATHER_INFO);\n script_copyright(\"Copyright (c) 2011 Greenbone Networks GmbH\");\n script_family(\"Denial of Service\");\n script_dependencies(\"gb_perl_detect_win.nasl\");\n script_mandatory_keys(\"Strawberry/Perl/Ver\");\n script_tag(name : \"impact\" , value : tag_impact);\n script_tag(name : \"affected\" , value : tag_affected);\n script_tag(name : \"insight\" , value : tag_insight);\n script_tag(name : \"summary\" , value : tag_summary);\n script_tag(name : \"solution\" , value : tag_solution);\n script_tag(name:\"qod_type\", value:\"registry\");\n script_tag(name:\"solution_type\", value:\"VendorFix\");\n exit(0);\n}\n\n\ninclude(\"version_func.inc\");\n\n## Perl Digest and Perl Encode modules are the default modules in perl\n## Checking for the perl versions < 5.14.2, because all perl versions are\n## having Digest and Encode modules < 1.17 and 2.44 respectively\n\nspVer = get_kb_item(\"Strawberry/Perl/Ver\");\nif(spVer)\n{\n if(version_is_less(version:spVer, test_version:\"5.14.2\")){\n security_message(0);\n }\n}\n", "cvss": {"score": 7.5, "vector": "AV:NETWORK/AC:LOW/Au:NONE/C:PARTIAL/I:PARTIAL/A:PARTIAL/"}}]}