Lucene search
K

Flock Browser RSS Feed Cross site scripting Vulnerability

🗓️ 29 Sep 2010 00:00:00Reported by Copyright (c) 2010 SecPodType 
openvas
 openvas
🔗 plugins.openvas.org👁 23 Views

Flock Browser RSS Feed Cross site scripting Vulnerability, impacts Flock versions 3.0 to 3.0.0.4113, allowing HTML code execution and sensitive information retrieva

Related
Refs
Code
ReporterTitlePublishedViews
Family
CVE
CVE-2010-3262
20 Sep 201020:00
cve
Cvelist
CVE-2010-3262
20 Sep 201020:00
cvelist
EUVD
EUVD-2010-3261
7 Oct 202500:30
euvd
NVD
CVE-2010-3262
20 Sep 201021:00
nvd
OpenVAS
Flock Browser RSS Feed Cross site scripting Vulnerability
29 Sep 201000:00
openvas
OSV
CGA-3R6G-28QM-WH9W
31 Mar 202516:00
osv
OSV
CGA-8386-H3C9-Q48H
12 Jan 202617:05
osv
OSV
MINI-967R-GH6P-RCJM
29 May 202501:09
osv
Prion
Cross site scripting
20 Sep 201021:00
prion
securityvulns
[FLOCK-SA-2010-02] Flock Browser: A malicious RSS feed can bypass cross origin protection (XSS)
17 Sep 201000:00
securityvulns
Rows per page
###############################################################################
# OpenVAS Vulnerability Test
# $Id: secpod_flock_xss_win01.nasl 5394 2017-02-22 09:22:42Z teissa $
#
# Flock Browser RSS Feed 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.
###############################################################################

tag_impact = "Successful exploitation will allow attackers to execute HTML code in the
  context of the affected browser, bypass the same-origin protection and obtain
  potentially sensitive information.
  Impact Level: Application";
tag_affected = "Flock versions 3.0 to 3.0.0.4113";
tag_insight = "The flaw is due to the improper validation of user-supplied input
  when processing RSS feeds.";
tag_solution = "Upgrade to the Flock version 3.0.0.4114
  For updates refer to http://www.flock.com/";
tag_summary = "This host is installed with Flock browser and is prone to cross
  site scripting vulnerability.";

if(description)
{
  script_id(902314);
  script_version("$Revision: 5394 $");
  script_tag(name:"last_modification", value:"$Date: 2017-02-22 10:22:42 +0100 (Wed, 22 Feb 2017) $");
  script_tag(name:"creation_date", value:"2010-09-29 09:26:02 +0200 (Wed, 29 Sep 2010)");
  script_cve_id("CVE-2010-3262");
  script_bugtraq_id(43225);
  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 RSS Feed Cross site scripting Vulnerability");


  script_tag(name:"qod_type", value:"executable_version");
  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (c) 2010 SecPod");
  script_family("General");
  script_dependencies("gb_flock_detect_win.nasl");
  script_require_keys("Flock/Win/Ver");
  script_tag(name : "impact" , value : tag_impact);
  script_tag(name : "affected" , value : tag_affected);
  script_tag(name : "insight" , value : tag_insight);
  script_tag(name : "solution" , value : tag_solution);
  script_tag(name : "summary" , value : tag_summary);
  script_xref(name : "URL" , value : "http://xforce.iss.net/xforce/xfdb/61820");
  script_xref(name : "URL" , value : "http://www.securityfocus.com/archive/1/archive/1/513701/100/0/threaded");
  exit(0);
}


include("version_func.inc");

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

# Check for Flock Version 3.x to 3.0.0.4113
if(version_in_range(version:flockVer, test_version:"3.0", test_version2:"3.0.0.4113")){
  security_message(0);
}

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

22 Feb 2017 00:00Current
6.2Medium risk
Vulners AI Score6.2
EPSS0.00285
23