Lucene search

K
nessusThis script is Copyright (C) 2008-2018 Tenable Network Security, Inc.OPERA_950.NASL
HistoryJun 13, 2008 - 12:00 a.m.

Opera < 9.50 Multiple Vulnerabilities

2008-06-1300:00:00
This script is Copyright (C) 2008-2018 Tenable Network Security, Inc.
www.tenable.com
10

5 Medium

CVSS2

Attack Vector

NETWORK

Attack Complexity

LOW

Authentication

NONE

Confidentiality Impact

NONE

Integrity Impact

PARTIAL

Availability Impact

NONE

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

0.008 Low

EPSS

Percentile

81.4%

The version of Opera installed on the remote host reportedly is affected by several issues :

  • Improper handling of special characters in page addresses can make addresses look like other ones, aiding in phishing attacks.

  • Specially crafted HTML canvas elements could violate the same-origin image policy.

  • Framed sources contained on the same parent page can modify each other’s location.

#
# (C) Tenable Network Security, Inc.
#



include("compat.inc");

if (description)
{
  script_id(33168);
  script_version("1.13");

  script_cve_id("CVE-2008-2714", "CVE-2008-2715", "CVE-2008-2716");
  script_bugtraq_id(29684);
  script_xref(name:"Secunia", value:"30636");

  script_name(english:"Opera < 9.50 Multiple Vulnerabilities");
  script_summary(english:"Checks version number of Opera");

 script_set_attribute(attribute:"synopsis", value:
"The remote host contains a web browser that is affected by several
issues." );
 script_set_attribute(attribute:"description", value:
"The version of Opera installed on the remote host reportedly is
affected by several issues :

  - Improper handling of special characters in page addresses
    can make addresses look like other ones, aiding in phishing attacks.
    
  - Specially crafted HTML canvas elements could violate the
    same-origin image policy.
    
  - Framed sources contained on the same parent page can modify
    each other's location." );
 script_set_attribute(attribute:"see_also", value:"http://web.archive.org/web/20081118084346/http://www.opera.com/support/search/view/878" );
 script_set_attribute(attribute:"see_also", value:"http://web.archive.org/web/20081019065833/http://www.opera.com:80/support/search/view/883/" );
 script_set_attribute(attribute:"see_also", value:"http://www.opera.com/support/search/view/885/" );
 script_set_attribute(attribute:"see_also", value:"http://web.archive.org/web/20170815230243/http://www.opera.com:80/docs/changelogs/windows/950/" );
 script_set_attribute(attribute:"solution", value:
"Upgrade to Opera version 9.50 or later." );
 script_set_cvss_base_vector("CVSS2#AV:N/AC:M/Au:N/C:N/I:P/A:N");
 script_set_cvss_temporal_vector("CVSS2#E:U/RL:OF/RC:C");
 script_set_attribute(attribute:"exploitability_ease", value:"No known exploits are available");
 script_set_attribute(attribute:"exploit_available", value:"false");
 script_cwe_id(200);
 script_set_attribute(attribute:"plugin_publication_date", value: "2008/06/13");
 script_cvs_date("Date: 2018/11/15 20:50:28");
script_set_attribute(attribute:"plugin_type", value:"local");
script_set_attribute(attribute:"cpe", value:"cpe:/a:opera:opera_browser");
script_end_attributes();


  script_category(ACT_GATHER_INFO);
  script_family(english:"Windows");

  script_copyright(english:"This script is Copyright (C) 2008-2018 Tenable Network Security, Inc.");

  script_dependencies("opera_installed.nasl");
  script_require_keys("SMB/Opera/Version_UI");

  exit(0);
}


include("global_settings.inc");


version_ui = get_kb_item("SMB/Opera/Version_UI");
if (isnull(version_ui)) exit(0);

if (version_ui =~ "^([0-8]\.|9\.([0-4][0-9]|50 *[a-z])($|[^0-9]))")
{
  if (report_verbosity)
  {
    report = string(
      "\n",
      "Opera version ", version_ui, " is currently installed on the remote host.\n"
    );
    security_warning(port:get_kb_item("SMB/transport"), extra:report);
  }
  else security_warning(get_kb_item("SMB/transport"));
}
VendorProductVersionCPE
operaopera_browsercpe:/a:opera:opera_browser

5 Medium

CVSS2

Attack Vector

NETWORK

Attack Complexity

LOW

Authentication

NONE

Confidentiality Impact

NONE

Integrity Impact

PARTIAL

Availability Impact

NONE

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

0.008 Low

EPSS

Percentile

81.4%