Bugzilla 'show_bug.cgi' Information Disclosure Vulnerability
2009-08-28T00:00:00
ID OPENVAS:1361412562310100263 Type openvas Reporter This script is Copyright (C) 2009 Greenbone Networks GmbH Modified 2019-07-05T00:00:00
Description
Bugzilla is prone to an information-disclosure vulnerability.
###############################################################################
# OpenVAS Vulnerability Test
#
# Bugzilla 'show_bug.cgi' Information Disclosure Vulnerability
#
# Authors:
# Michael Meyer
#
# Copyright:
# Copyright (c) 2009 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 version 2
# (or any later version), as published by the Free Software Foundation.
#
# 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:/a:mozilla:bugzilla";
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.100263");
script_version("2019-07-05T10:41:31+0000");
script_tag(name:"last_modification", value:"2019-07-05 10:41:31 +0000 (Fri, 05 Jul 2019)");
script_tag(name:"creation_date", value:"2009-08-28 10:47:21 +0200 (Fri, 28 Aug 2009)");
script_bugtraq_id(35916);
script_tag(name:"cvss_base", value:"4.4");
script_tag(name:"cvss_base_vector", value:"AV:L/AC:M/Au:N/C:P/I:P/A:P");
script_name("Bugzilla 'show_bug.cgi' Information Disclosure Vulnerability");
script_xref(name:"URL", value:"http://www.securityfocus.com/bid/35916");
script_xref(name:"URL", value:"http://www.bugzilla.org/security/3.4/");
script_category(ACT_GATHER_INFO);
script_tag(name:"qod_type", value:"remote_banner");
script_family("Web application abuses");
script_copyright("This script is Copyright (C) 2009 Greenbone Networks GmbH");
script_dependencies("bugzilla_detect.nasl");
script_mandatory_keys("bugzilla/installed");
script_tag(name:"solution_type", value:"VendorFix");
script_tag(name:"solution", value:"Updates are available. Please see the references for details.");
script_tag(name:"summary", value:"Bugzilla is prone to an information-disclosure vulnerability.");
script_tag(name:"impact", value:"Successful exploits will allow authenticated attackers to obtain
potentially sensitive information that may aid in further attacks.");
script_tag(name:"affected", value:"Bugzilla 3.3.4, 3.4rc1, and 3.4.");
exit(0);
}
include("host_details.inc");
include("version_func.inc");
if (!port = get_app_port(cpe: CPE))
exit(0);
if (!Ver = get_app_version(cpe: CPE, port: port))
exit(0);
if (version_in_range(version:Ver, test_version:"3.3", test_version2:"3.3.4") ||
version_in_range(version:Ver, test_version:"3.4", test_version2:"3.4.0")) {
report = report_fixed_ver(installed_version:Ver, fixed_version:"See references");
security_message(port:port, data:report);
exit(0);
}
exit(99);
{"id": "OPENVAS:1361412562310100263", "type": "openvas", "bulletinFamily": "scanner", "title": "Bugzilla 'show_bug.cgi' Information Disclosure Vulnerability", "description": "Bugzilla is prone to an information-disclosure vulnerability.", "published": "2009-08-28T00:00:00", "modified": "2019-07-05T00:00:00", "cvss": {"vector": "NONE", "score": 0.0}, "href": "http://plugins.openvas.org/nasl.php?oid=1361412562310100263", "reporter": "This script is Copyright (C) 2009 Greenbone Networks GmbH", "references": ["http://www.securityfocus.com/bid/35916", "http://www.bugzilla.org/security/3.4/"], "cvelist": [], "lastseen": "2019-07-17T14:31:48", "viewCount": 0, "enchantments": {"dependencies": {"references": [], "modified": "2019-07-17T14:31:48", "rev": 2}, "score": {"value": -0.3, "vector": "NONE", "modified": "2019-07-17T14:31:48", "rev": 2}, "vulnersScore": -0.3}, "pluginID": "1361412562310100263", "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n#\n# Bugzilla 'show_bug.cgi' Information Disclosure Vulnerability\n#\n# Authors:\n# Michael Meyer\n#\n# Copyright:\n# Copyright (c) 2009 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:mozilla:bugzilla\";\n\nif(description)\n{\n script_oid(\"1.3.6.1.4.1.25623.1.0.100263\");\n script_version(\"2019-07-05T10:41:31+0000\");\n script_tag(name:\"last_modification\", value:\"2019-07-05 10:41:31 +0000 (Fri, 05 Jul 2019)\");\n script_tag(name:\"creation_date\", value:\"2009-08-28 10:47:21 +0200 (Fri, 28 Aug 2009)\");\n script_bugtraq_id(35916);\n script_tag(name:\"cvss_base\", value:\"4.4\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:L/AC:M/Au:N/C:P/I:P/A:P\");\n\n script_name(\"Bugzilla 'show_bug.cgi' Information Disclosure Vulnerability\");\n\n script_xref(name:\"URL\", value:\"http://www.securityfocus.com/bid/35916\");\n script_xref(name:\"URL\", value:\"http://www.bugzilla.org/security/3.4/\");\n\n script_category(ACT_GATHER_INFO);\n script_tag(name:\"qod_type\", value:\"remote_banner\");\n script_family(\"Web application abuses\");\n script_copyright(\"This script is Copyright (C) 2009 Greenbone Networks GmbH\");\n script_dependencies(\"bugzilla_detect.nasl\");\n script_mandatory_keys(\"bugzilla/installed\");\n\n script_tag(name:\"solution_type\", value:\"VendorFix\");\n script_tag(name:\"solution\", value:\"Updates are available. Please see the references for details.\");\n\n script_tag(name:\"summary\", value:\"Bugzilla is prone to an information-disclosure vulnerability.\");\n\n script_tag(name:\"impact\", value:\"Successful exploits will allow authenticated attackers to obtain\n potentially sensitive information that may aid in further attacks.\");\n\n script_tag(name:\"affected\", value:\"Bugzilla 3.3.4, 3.4rc1, and 3.4.\");\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 (!Ver = get_app_version(cpe: CPE, port: port))\n exit(0);\n\nif (version_in_range(version:Ver, test_version:\"3.3\", test_version2:\"3.3.4\") ||\n version_in_range(version:Ver, test_version:\"3.4\", test_version2:\"3.4.0\")) {\n report = report_fixed_ver(installed_version:Ver, fixed_version:\"See references\");\n security_message(port:port, data:report);\n exit(0);\n}\n\nexit(99);", "naslFamily": "Web application abuses"}