boastMachine is prone to a vulnerability that lets attackers upload arbitrary
files because the application fails to adequately sanitize user-supplied input.
{"id": "OPENVAS:1361412562310100461", "vendorId": null, "type": "openvas", "bulletinFamily": "scanner", "title": "boastMachine Arbitrary File Upload Vulnerability", "description": "boastMachine is prone to a vulnerability that lets attackers upload arbitrary\n files because the application fails to adequately sanitize user-supplied input.", "published": "2010-01-25T00:00:00", "modified": "2019-03-01T00:00:00", "cvss": {"vector": "NONE", "score": 0.0}, "cvss2": {}, "cvss3": {}, "href": "http://plugins.openvas.org/nasl.php?oid=1361412562310100461", "reporter": "This script is Copyright (C) 2010 Greenbone Networks GmbH", "references": ["http://www.securityfocus.com/bid/37940", "http://boastology.com/"], "cvelist": [], "immutableFields": [], "lastseen": "2019-03-04T16:04:42", "viewCount": 5, "enchantments": {"dependencies": {}, "score": {"value": 0.5, "vector": "NONE"}, "backreferences": {}, "exploitation": null, "vulnersScore": 0.5}, "_state": {"dependencies": 1678916735, "score": 1678914494, "epss": 1678933836}, "_internal": {"score_hash": "8e5065e84937bf746394baddaab44467"}, "pluginID": "1361412562310100461", "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n# $Id: boastMachine_37940.nasl 13960 2019-03-01 13:18:27Z cfischer $\n#\n# boastMachine Arbitrary File Upload Vulnerability\n#\n# Authors:\n# Michael Meyer\n#\n# Copyright:\n# Copyright (c) 2010 Greenbone Networks GmbH\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\nCPE = \"cpe:/a:kailash_nadh:boastmachine\";\n\nif (description)\n{\n script_oid(\"1.3.6.1.4.1.25623.1.0.100461\");\n script_version(\"$Revision: 13960 $\");\n script_tag(name:\"last_modification\", value:\"$Date: 2019-03-01 14:18:27 +0100 (Fri, 01 Mar 2019) $\");\n script_tag(name:\"creation_date\", value:\"2010-01-25 18:49:48 +0100 (Mon, 25 Jan 2010)\");\n script_bugtraq_id(37940);\n script_tag(name:\"cvss_base\", value:\"6.8\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:M/Au:N/C:P/I:P/A:P\");\n\n script_name(\"boastMachine Arbitrary File Upload Vulnerability\");\n\n script_xref(name:\"URL\", value:\"http://www.securityfocus.com/bid/37940\");\n script_xref(name:\"URL\", value:\"http://boastology.com/\");\n\n script_tag(name:\"qod_type\", value:\"remote_banner\");\n script_category(ACT_GATHER_INFO);\n script_family(\"Web application abuses\");\n script_copyright(\"This script is Copyright (C) 2010 Greenbone Networks GmbH\");\n script_dependencies(\"boastMachine_detect.nasl\");\n script_mandatory_keys(\"boastmachine/installed\");\n\n script_tag(name:\"summary\", value:\"boastMachine is prone to a vulnerability that lets attackers upload arbitrary\n files because the application fails to adequately sanitize user-supplied input.\");\n\n script_tag(name:\"impact\", value:\"An attacker can exploit this vulnerability to upload arbitrary code and run it in the context of the webserver\n process. This may facilitate unauthorized access or privilege escalation. Other attacks are also possible.\");\n\n script_tag(name:\"affected\", value:\"boastMachine 3.1 is affected. Other versions may be vulnerable as well.\");\n\n script_tag(name:\"solution_type\", value:\"WillNotFix\");\n script_tag(name:\"solution\", value:\"No known solution was made available for at least one year since the disclosure\n of this vulnerability. Likely none will be provided anymore. General solution options are to upgrade to a newer\n release, disable respective features, remove the product or replace the product by another one.\");\n\n exit(0);\n}\n\ninclude(\"host_details.inc\");\ninclude(\"version_func.inc\");\n\nif (!port = get_app_port(cpe: CPE))\n exit(0);\n\nif (!version = get_app_version(cpe: CPE, port: port))\n exit(0);\n\nif (version_is_less_equal(version: version, test_version: \"3.1\")) {\n report = report_fixed_ver(installed_version: version, fixed_version: \"None\");\n security_message(port: port, data: report);\n exit(0);\n}\n\nexit(0);", "naslFamily": "Web application abuses"}