Lucene search
+L

Xerver <= 4.32 HTTP Response Splitting Vulnerability

🗓️ 20 Nov 2009 00:00:00Reported by Copyright (C) 2009 Greenbone Networks GmbHType 
openvas
 openvas
🔗 plugins.openvas.org👁 29 Views

Xerver <= 4.32 HTTP Response Splitting Vulnerabilit

Related
Refs
Code
ReporterTitlePublishedViews
Family
Circl
CVE-2009-4086
18 Nov 200900:00
circl
Check Point Advisories
Xerver HTTP CRLF Injection Response Splitting (CVE-2009-4086)
28 Jun 201100:00
checkpoint_advisories
CVE
CVE-2009-4086
27 Nov 200920:45
cve
Cvelist
CVE-2009-4086
27 Nov 200920:45
cvelist
Exploit DB
Xerver 4.31/4.32 - HTTP Response Splitting
18 Nov 200900:00
exploitdb
EUVD
EUVD-2009-4057
7 Oct 202500:30
euvd
NVD
CVE-2009-4086
29 Nov 200913:07
nvd
OpenVAS
Xerver HTTP Response Splitting Vulnerability
20 Nov 200900:00
openvas
Prion
Crlf injection
29 Nov 200913:07
prion
Tenable Nessus
Xerver HTTP Response Splitting
25 Nov 200900:00
nessus
Rows per page
SourceLink
securityfocuswww.securityfocus.com/bid/37064
# Copyright (C) 2009 Greenbone Networks GmbH
# 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-or-later
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# 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.

CPE = "cpe:/a:xerver:xerver";

if (description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.100355");
  script_version("2022-03-09T08:17:31+0000");
  script_tag(name:"last_modification", value:"2022-03-09 08:17:31 +0000 (Wed, 09 Mar 2022)");
  script_tag(name:"creation_date", value:"2009-11-20 12:35:38 +0100 (Fri, 20 Nov 2009)");
  script_tag(name:"cvss_base", value:"5.0");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:N/I:P/A:N");

  script_cve_id("CVE-2009-4086");

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

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

  script_name("Xerver <= 4.32 HTTP Response Splitting Vulnerability");

  script_category(ACT_GATHER_INFO);

  script_copyright("Copyright (C) 2009 Greenbone Networks GmbH");
  script_family("Web Servers");
  script_dependencies("gb_xerver_http_server_detect.nasl");
  script_mandatory_keys("xerver/detected");

  script_tag(name:"summary", value:"Xerver is prone to an HTTP response-splitting vulnerability
  because it fails to sufficiently sanitize user-supplied data.");

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

  script_tag(name:"impact", value:"Attackers can leverage this issue to influence or misrepresent
  how web content is served, cached, or interpreted. This could aid in various attacks that try to
  entice client users into a false sense of trust.");

  script_tag(name:"affected", value:"Xerver version 4.32 and prior.");

  script_tag(name:"solution", value:"No known solution was made available for at least one year
  since the disclosure of this vulnerability. Likely none will be provided anymore.
  General solution options are to upgrade to a newer release, disable respective features,
  remove the product or replace the product by another one.");

  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/37064");

  exit(0);
}

include("host_details.inc");
include("version_func.inc");

if (!port = get_app_port(cpe: CPE))
  exit(0);

if (!version = get_app_version(cpe: CPE, port: port))
  exit(0);

if (version_is_less_equal(version: version, test_version: "4.32")) {
  report = report_fixed_ver(installed_version: version, fixed_version: "None");
  security_message(port: port, 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

09 Mar 2022 00:00Current
6.6Medium risk
Vulners AI Score6.6
CVSS 25
EPSS0.04765
29