Lucene search

K
openvasCopyright (C) 2010 SecPodOPENVAS:1361412562310902313
HistorySep 29, 2010 - 12:00 a.m.

Flock Browser Malformed Bookmark Cross site scripting Vulnerability

2010-09-2900:00:00
Copyright (C) 2010 SecPod
plugins.openvas.org
9

0.002 Low

EPSS

Percentile

57.2%

This host is installed with Flock browser and is prone to cross
site scripting vulnerability.

###############################################################################
# OpenVAS Vulnerability Test
#
# Flock Browser Malformed Bookmark Cross site scripting Vulnerability
#
# Authors:
# Madhuri D <[email protected]>
#
# Copyright:
# Copyright (C) 2010 SecPod, http://www.secpod.com
#
# 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.
###############################################################################

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.902313");
  script_version("2020-04-23T12:22:09+0000");
  script_tag(name:"last_modification", value:"2020-04-23 12:22:09 +0000 (Thu, 23 Apr 2020)");
  script_tag(name:"creation_date", value:"2010-09-29 09:26:02 +0200 (Wed, 29 Sep 2010)");
  script_cve_id("CVE-2010-3202");
  script_bugtraq_id(42556);
  script_tag(name:"cvss_base", value:"4.3");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:N/C:N/I:P/A:N");
  script_name("Flock Browser Malformed Bookmark Cross site scripting Vulnerability");


  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2010 SecPod");
  script_family("General");
  script_dependencies("gb_flock_detect_win.nasl");
  script_mandatory_keys("Flock/Win/Ver");
  script_tag(name:"impact", value:"Successful exploitation will allow attackers to execute HTML code in the
  context of the affected browser, potentially allowing the attacker to steal
  cookie-based authentication credentials.");
  script_tag(name:"affected", value:"Flock versions 3.0 to 3.0.0.4093");
  script_tag(name:"insight", value:"The flaw is due to malformed favourite imported from an HTML file,
  imported from another browser, or manually created can bypass cross-origin
  protection, which has unspecified impact and attack vectors.");
  script_tag(name:"solution", value:"Upgrade to the Flock version 3.0.0.4094");
  script_tag(name:"summary", value:"This host is installed with Flock browser and is prone to cross
  site scripting vulnerability.");
  script_tag(name:"qod_type", value:"registry");
  script_tag(name:"solution_type", value:"VendorFix");
  script_xref(name:"URL", value:"http://flock.com/security/");
  script_xref(name:"URL", value:"http://lostmon.blogspot.com/2010/08/flock-browser-3003989-malformed.html");
  script_xref(name:"URL", value:"http://www.flock.com/");
  exit(0);
}


include("version_func.inc");

flockVer = get_kb_item("Flock/Win/Ver");
if(!flockVer){
  exit(0);
}

if(version_in_range(version:flockVer, test_version:"3.0", test_version2:"3.0.0.4093")){
  report = report_fixed_ver(installed_version:flockVer, vulnerable_range:"3.0 - 3.0.0.4093");
  security_message(port: 0, data: report);
}

0.002 Low

EPSS

Percentile

57.2%

Related for OPENVAS:1361412562310902313