| Reporter | Title | Published | Views | Family All 24 |
|---|---|---|---|---|
| CVE-2010-2536 | 2 Aug 201020:00 | – | cve | |
| CVE-2010-2536 | 2 Aug 201020:00 | – | cvelist | |
| EUVD-2010-2540 | 7 Oct 202500:30 | – | euvd | |
| [SECURITY] Fedora 12 Update: rekonq-0.5.0-2.fc12 | 2 Sep 201020:39 | – | fedora | |
| [SECURITY] Fedora 14 Update: rekonq-0.6.1-1.fc14 | 15 Oct 201012:42 | – | fedora | |
| [SECURITY] Fedora 13 Update: rekonq-0.5.0-2.fc13 | 2 Sep 201020:35 | – | fedora | |
| Fedora 12 : rekonq-0.5.0-2.fc12 (2010-12255) | 3 Sep 201000:00 | – | nessus | |
| Fedora 13 : rekonq-0.5.0-2.fc13 (2010-12271) | 3 Sep 201000:00 | – | nessus | |
| Fedora 14 : rekonq-0.6.1-1.fc14 (2010-15874) | 18 Oct 201000:00 | – | nessus | |
| CVE-2010-2536 | 2 Aug 201021:00 | – | nvd |
| Source | Link |
|---|---|
| marc | www.marc.info/ |
| secunia | www.secunia.com/advisories/40646 |
| bugs | www.bugs.kde.org/show_bug.cgi |
##############################################################################
# OpenVAS Vulnerability Test
# $Id: gb_rekonq_mult_xss_vuln.nasl 4919 2017-01-02 15:22:45Z cfi $
#
# rekonq 'Error Page' Cross-Site Scripting Vulnerabilities.
#
# Authors:
# Madhuri D <[email protected]>
#
# Copyright:
# Copyright (c) 2010 Greenbone Networks GmbH, http://www.greenbone.net
#
# 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.
################################i###############################################
tag_impact = "Successful exploitation will allow attackers to crash fresh
instance, inject the malicious content into error message, access the cookies
when the hostname under which the cookies have been set.
Impact Level: Application.";
tag_affected = "Rekonq version 0.5 and prior.";
tag_insight = "The multiple flaws are due to:
- An error in the handling of a URL associated with a nonexistent domain name
which is related to 'webpage.cpp',
- An error in hanlding of unspecified vectors related to 'webview.cpp'
- An error in the handing of 'about:' views for favorites, bookmarks, closed
tabs, and history.";
tag_solution = "Upgrade to version 0.6 or later,
For updates refer to http://sourceforge.net/projects/rekonq/files";
tag_summary = "This host is installed with rekonq and is prone to cross-site
scripting vulnerabilities.";
if(description)
{
script_id(801422);
script_version("$Revision: 4919 $");
script_tag(name:"last_modification", value:"$Date: 2017-01-02 16:22:45 +0100 (Mon, 02 Jan 2017) $");
script_tag(name:"creation_date", value:"2010-08-10 14:39:31 +0200 (Tue, 10 Aug 2010)");
script_cve_id("CVE-2010-2536");
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("rekonq 'Error Page' Cross-Site Scripting Vulnerabilities");
script_tag(name:"qod_type", value:"executable_version");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2010 Greenbone Networks GmbH");
script_family("General");
script_dependencies("gb_rekonq_detect.nasl");
script_mandatory_keys("rekonq/Linux/Ver");
script_tag(name : "insight" , value : tag_insight);
script_tag(name : "solution" , value : tag_solution);
script_tag(name : "summary" , value : tag_summary);
script_tag(name : "impact" , value : tag_impact);
script_tag(name : "affected" , value : tag_affected);
script_xref(name : "URL" , value : "http://secunia.com/advisories/40646");
script_xref(name : "URL" , value : "https://bugs.kde.org/show_bug.cgi?id=217464");
script_xref(name : "URL" , value : "http://marc.info/?l=oss-security&m=127971194610788&w=2");
exit(0);
}
include("version_func.inc");
## Get the version from KB
rekonqVer = get_kb_item("rekonq/Linux/Ver");
if(!rekonqVer){
exit(0);
}
## Check rekonq version <= 0.5
if(version_is_less_equal(version:rekonqVer, test_version:"0.5.0")){
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