| 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 |
|---|---|
| bugs | www.bugs.kde.org/show_bug.cgi |
| marc | www.marc.info/ |
| secunia | www.secunia.com/advisories/40646 |
# SPDX-FileCopyrightText: 2010 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.801422");
script_version("2023-07-21T05:05:22+0000");
script_tag(name:"last_modification", value:"2023-07-21 05:05:22 +0000 (Fri, 21 Jul 2023)");
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 < 0.6 'Error Page' XSS Vulnerabilities");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2010 Greenbone AG");
script_family("General");
script_dependencies("gb_rekonq_detect.nasl");
script_mandatory_keys("rekonq/Linux/Ver");
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");
script_tag(name:"summary", value:"rekonq is prone to cross-site scripting (XSS)
vulnerabilities.");
script_tag(name:"vuldetect", value:"Checks if a vulnerable version is present on the target host.");
script_tag(name:"insight", value:"Multiple flaws exist 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 handling of unspecified vectors related to 'webview.cpp'
- An error in the handing of 'about:' views for favorites, bookmarks, closed tabs, and history");
script_tag(name:"impact", value:"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.");
script_tag(name:"affected", value:"Rekonq version 0.5 and prior.");
script_tag(name:"solution", value:"Update to version 0.6 or later.");
script_tag(name:"solution_type", value:"VendorFix");
script_tag(name:"qod_type", value:"executable_version");
exit(0);
}
include("version_func.inc");
if(!vers = get_kb_item("rekonq/Linux/Ver"))
exit(0);
if(version_is_less_equal(version:vers, test_version:"0.5.0")) {
report = report_fixed_ver(installed_version:vers, vulnerable_range:"Less than or equal to 0.5.0");
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