Google Chrome Multiple XSS Vulnerabilities (May 2009)
🗓️ 07 May 2009 00:00:00Reported by Copyright (C) 2009 Greenbone AGType
openvas🔗 plugins.openvas.org👁 27 Views
| Reporter | Title | Published | Views | Family All 11 |
|---|---|---|---|---|
| Google Chrome < 1.0.154.59 Same Origin Policy Bypass Vulnerability | 18 Aug 200400:00 | – | nessus | |
| Google Chrome < 1.0.154.59 ChromeHTML URI Handling Privilege Escalation | 24 Apr 200900:00 | – | nessus | |
| CVE-2009-1412 | 24 Apr 200915:00 | – | cve | |
| CVE-2009-1412 | 24 Apr 200915:00 | – | cvelist | |
| CVE-2009-1412 | 24 Apr 200915:00 | – | debiancve | |
| EUVD-2009-1410 | 7 Oct 202500:30 | – | euvd | |
| Stable Update: Security Fix | 23 Apr 200900:00 | – | chrome | |
| CVE-2009-1412 | 24 Apr 200915:30 | – | nvd | |
| Google Chrome Multilpe XSS Vulnerabilities (May 09) | 7 May 200900:00 | – | openvas | |
| Design/Logic Flaw | 24 Apr 200915:30 | – | prion |
10
| Source | Link |
|---|---|
| secunia | www.secunia.com/advisories/34900 |
| googlechromereleases | www.googlechromereleases.blogspot.com/2009/04/stable-update-security-fix.html |
| securityfocus | www.securityfocus.com/bid/34704 |
| code | www.code.google.com/p/chromium/issues/detail |
# 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.800561");
script_version("2024-02-21T05:06:27+0000");
script_tag(name:"last_modification", value:"2024-02-21 05:06:27 +0000 (Wed, 21 Feb 2024)");
script_tag(name:"creation_date", value:"2009-05-07 14:39:04 +0200 (Thu, 07 May 2009)");
script_tag(name:"cvss_base", value:"7.8");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:C/I:N/A:N");
script_cve_id("CVE-2009-1412", "CVE-2009-1340");
script_name("Google Chrome Multiple XSS Vulnerabilities (May 2009)");
script_xref(name:"URL", value:"http://secunia.com/advisories/34900");
script_xref(name:"URL", value:"http://www.securityfocus.com/bid/34704");
script_xref(name:"URL", value:"http://code.google.com/p/chromium/issues/detail?id=9860");
script_xref(name:"URL", value:"http://googlechromereleases.blogspot.com/2009/04/stable-update-security-fix.html");
script_category(ACT_GATHER_INFO);
script_tag(name:"qod_type", value:"executable_version");
script_copyright("Copyright (C) 2009 Greenbone AG");
script_family("Web application abuses");
script_dependencies("gb_google_chrome_detect_portable_win.nasl");
script_mandatory_keys("GoogleChrome/Win/Ver");
script_tag(name:"impact", value:"Successful exploitation will let the attacker execute arbitrary codes and
XSS attack in the context of the web browser.");
script_tag(name:"affected", value:"Google Chrome versions prior to 1.0.154.59.");
script_tag(name:"insight", value:"Multiple flaws are due to:
- Error in chromeHTML URL protocol handler, that do not satisfy the
IsWebSafeScheme restriction via a web page that sets document.location
and also that are not constructed with sufficient escaping hence when
invoked by Internet Explorer might open multiple tabs for unconstrained
protocols such as javascript: or file:.
- It may allow malicious URLs to bypass the same-origin policy and
obtain sensitive information including authentication credentials.");
script_tag(name:"solution", value:"Upgrade to Google Chrome version 1.0.154.59.");
script_tag(name:"solution_type", value:"VendorFix");
script_tag(name:"summary", value:"Google Chrome is prone to multiple XSS vulnerabilities.");
exit(0);
}
include("version_func.inc");
chromeVer = get_kb_item("GoogleChrome/Win/Ver");
if(!chromeVer){
exit(0);
}
if(version_is_less(version:chromeVer, test_version:"1.0.154.59")){
report = report_fixed_ver(installed_version:chromeVer, fixed_version:"1.0.154.59");
security_message(port: 0, data: report);
exit(0);
}
exit(99);
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
21 Feb 2024 00:00Current
5.7Medium risk
Vulners AI Score5.7
CVSS 27.8
EPSS0.01207