Lucene search

K
openvasCopyright (C) 2009 Greenbone AGOPENVAS:1361412562310900857
HistorySep 23, 2009 - 12:00 a.m.

Opera Multiple Cross-Site Scripting Vulnerabilities (Sep 2009) - Windows

2009-09-2300:00:00
Copyright (C) 2009 Greenbone AG
plugins.openvas.org
14

CVSS2

4.3

Attack Vector

NETWORK

Attack Complexity

MEDIUM

Authentication

NONE

Confidentiality Impact

NONE

Integrity Impact

PARTIAL

Availability Impact

NONE

AV:N/AC:M/Au:N/C:N/I:P/A:N

AI Score

6.1

Confidence

High

EPSS

0.005

Percentile

77.4%

Opera is prone to multiple Cross-Site Scripting vulnerabilities.

# SPDX-FileCopyrightText: 2009 Greenbone AG
# Some text descriptions might be excerpted from (a) referenced
# source(s), and are Copyright (C) by the respective right holder(s).
#
# SPDX-License-Identifier: GPL-2.0-only

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.900857");
  script_version("2024-02-08T05:05:59+0000");
  script_tag(name:"last_modification", value:"2024-02-08 05:05:59 +0000 (Thu, 08 Feb 2024)");
  script_tag(name:"creation_date", value:"2009-09-23 08:37:26 +0200 (Wed, 23 Sep 2009)");
  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_cve_id("CVE-2009-3265", "CVE-2009-3266");
  script_name("Opera Multiple Cross-Site Scripting Vulnerabilities (Sep 2009) - Windows");
  script_xref(name:"URL", value:"http://www.securityfocus.com/archive/1/archive/1/506517/100/0/threaded");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/36418");
  script_xref(name:"URL", value:"http://securethoughts.com/2009/09/exploiting-chrome-and-operas-inbuilt-atomrss-reader-with-script-execution-and-more/");

  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2009 Greenbone AG");
  script_family("Web application abuses");
  script_dependencies("gb_opera_detect_portable_win.nasl");
  script_mandatory_keys("Opera/Win/Version");
  script_tag(name:"impact", value:"Attacker can exploit this issue to conduct XSS attacks to inject
arbitrary web script or HTML.");
  script_tag(name:"affected", value:"Opera version 9.x and 10.x on Windows.");
  script_tag(name:"insight", value:"An error in the application which can be exploited to obtain
complete control over feeds via a 'RSS' or 'Atom' feed. It is related to the
rendering of the application/rss+xml content type as 'scripted content'.");
  script_tag(name:"solution", value:"Upgrade to version 10.1 or later.");
  script_tag(name:"summary", value:"Opera is prone to multiple Cross-Site Scripting vulnerabilities.");
  script_tag(name:"qod_type", value:"registry");
  script_tag(name:"solution_type", value:"VendorFix");
  script_xref(name:"URL", value:"http://www.opera.com");
  exit(0);
}



operaVer = get_kb_item("Opera/Win/Version");
if(!operaVer){
  exit(0);
}

if(operaVer =~ "^(9|10)\..*"){
  security_message( port: 0, data: "The target host was found to be vulnerable" );
}

CVSS2

4.3

Attack Vector

NETWORK

Attack Complexity

MEDIUM

Authentication

NONE

Confidentiality Impact

NONE

Integrity Impact

PARTIAL

Availability Impact

NONE

AV:N/AC:M/Au:N/C:N/I:P/A:N

AI Score

6.1

Confidence

High

EPSS

0.005

Percentile

77.4%

Related for OPENVAS:1361412562310900857