Lucene search
+L

Horde IMP <= 4.3.6 Information Disclosure Vulnerability

🗓️ 04 Feb 2010 00:00:00Reported by Copyright (C) 2010 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 16 Views

Horde IMP Information Disclosure Vulnerability. Successful exploitation allows remote attackers to determine the network location of the webmail user by logging DNS requests. Affecting Horde IMP version 4.3.6 and prior

Related
Refs
Code
ReporterTitlePublishedViews
Family
cve
CVE
CVE-2010-0463
29 Jan 201018:00
cve
cvelist
Cvelist
CVE-2010-0463
29 Jan 201018:00
cvelist
euvd
EUVD
EUVD-2010-0494
7 Oct 202500:30
euvd
fedora
Fedora
[SECURITY] Fedora 12 Update: horde-3.3.8-1.fc12
27 Jul 201002:43
fedora
fedora
Fedora
[SECURITY] Fedora 13 Update: horde-3.3.8-1.fc13
27 Jul 201002:28
fedora
fedora
Fedora
[SECURITY] Fedora 12 Update: imp-4.3.7-1.fc12
27 Jul 201002:41
fedora
fedora
Fedora
[SECURITY] Fedora 13 Update: imp-4.3.7-1.fc13
27 Jul 201002:35
fedora
nessus
Tenable Nessus
Fedora 13 : horde-3.3.8-1.fc13 (2010-11392)
27 Jul 201000:00
nessus
nessus
Tenable Nessus
Fedora 13 : imp-4.3.7-1.fc13 (2010-11399)
27 Jul 201000:00
nessus
nessus
Tenable Nessus
Fedora 12 : imp-4.3.7-1.fc12 (2010-11432)
27 Jul 201000:00
nessus
Rows per page
# 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

CPE = "cpe:/a:horde:horde_groupware";

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.800288");
  script_version("2025-04-11T15:45:04+0000");
  script_tag(name:"last_modification", value:"2025-04-11 15:45:04 +0000 (Fri, 11 Apr 2025)");
  script_tag(name:"creation_date", value:"2010-02-04 12:53:38 +0100 (Thu, 04 Feb 2010)");
  script_tag(name:"cvss_base", value:"5.0");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:P/I:N/A:N");

  script_cve_id("CVE-2010-0463");

  script_tag(name:"qod_type", value:"remote_banner");

  script_tag(name:"solution_type", value:"VendorFix");

  script_name("Horde IMP <= 4.3.6 Information Disclosure Vulnerability");

  script_category(ACT_GATHER_INFO);

  script_copyright("Copyright (C) 2010 Greenbone AG");
  script_family("Web application abuses");
  script_dependencies("horde_http_detect.nasl");
  script_mandatory_keys("horde/http/detected");
  script_require_ports("Services/www", 443);

  script_tag(name:"summary", value:"Horde IMP is prone to an information disclosure
  vulnerability.");

  script_tag(name:"vuldetect", value:"Checks if a vulnerable version is present on the target host.");

  script_tag(name:"insight", value:"The flaw exists when DNS prefetching of domain names contained
  in links within e-mail messages.");

  script_tag(name:"impact", value:"Successful exploitation allows remote attackers to determine the
  network location of the webmail user by logging DNS requests.");

  script_tag(name:"affected", value:"Horde IMP version 4.3.6 and prior.");

  script_tag(name:"solution", value:"Apply the appropriate patch from vendor.");

  script_xref(name:"URL", value:"http://bugs.horde.org/ticket/8836");
  script_xref(name:"URL", value:"http://www.security-database.com/detail.php?alert=CVE-2010-0463");
  script_xref(name:"URL", value:"https://secure.grepular.com/DNS_Prefetch_Exposure_on_Thunderbird_and_Webmail");

  exit(0);
}

include("host_details.inc");
include("http_func.inc");
include("http_keepalive.inc");
include("list_array_func.inc");
include("version_func.inc");

if (!port = get_app_port(cpe: CPE, service: "www"))
  exit(0);

if (!dir = get_app_location(cpe: CPE, port: port))
  exit(0);

if (dir == "/")
  dir = "";

res = http_get_cache(port: port, item: dir + "/test.php");

if ("imp" >< res || "IMP" >< res) {
  vers = eregmatch(pattern: "IMP: H3 .([0-9.]+)" , string: res);
  if (!isnull(vers[1])) {
    if (version_is_less_equal(version: vers[1], test_version: "4.3.6")) {
      report = report_fixed_ver(installed_version: vers[1], fixed_version: "See advisory");
      security_message(port: port, data: report);
      exit(0);
    }
  }
}

exit(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

11 Apr 2025 00:00Current
6Medium risk
Vulners AI Score6
CVSS 25
EPSS0.01945
16