| Reporter | Title | Published | Views | Family All 13 |
|---|---|---|---|---|
| CVE-2025-12642 | 3 Nov 202521:59 | – | circl | |
| lighttpd 安全漏洞 | 3 Nov 202500:00 | – | cnnvd | |
| CVE-2025-12642 | 3 Nov 202519:36 | – | cve | |
| CVE-2025-12642 HTTP Header Smuggling via Trailer Merge | 3 Nov 202519:36 | – | cvelist | |
| CVE-2025-12642 | 3 Nov 202519:36 | – | debiancve | |
| EUVD-2025-37517 | 3 Nov 202521:34 | – | euvd | |
| CVE-2025-12642 | 3 Nov 202520:17 | – | nvd | |
| UBUNTU-CVE-2025-12642 | 3 Nov 202520:17 | – | osv | |
| PT-2025-44791 | 3 Nov 202500:00 | – | ptsecurity | |
| CVE-2025-12642 | 5 Nov 202509:09 | – | redhatcve |
# SPDX-FileCopyrightText: 2025 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:lighttpd:lighttpd";
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.133103");
script_version("2025-11-13T05:40:19+0000");
script_tag(name:"last_modification", value:"2025-11-13 05:40:19 +0000 (Thu, 13 Nov 2025)");
script_tag(name:"creation_date", value:"2025-11-04 12:34:28 +0000 (Tue, 04 Nov 2025)");
script_tag(name:"cvss_base", value:"9.4");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:C/I:C/A:N");
script_tag(name:"severity_vector", value:"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N");
script_tag(name:"severity_origin", value:"NVD");
script_tag(name:"severity_date", value:"2025-11-12 14:34:27 +0000 (Wed, 12 Nov 2025)");
script_cve_id("CVE-2025-12642");
script_tag(name:"qod_type", value:"remote_banner_unreliable");
script_tag(name:"solution_type", value:"VendorFix");
script_name("Lighttpd 1.4.80 HTTP Request/Response Smuggling Vulnerability");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2025 Greenbone AG");
script_family("Web application abuses");
script_dependencies("sw_lighttpd_http_detect.nasl");
script_mandatory_keys("lighttpd/detected");
script_tag(name:"summary", value:"Lighttpd is prone to an HTTP request/response smuggling
vulnerability.");
script_tag(name:"vuldetect", value:"Checks if a vulnerable version is present on the target host.");
script_tag(name:"insight", value:"The server incorrectly merged trailer fields into headers after
http request parsing. This behavior can be exploited to conduct HTTP header smuggling attacks.
Successful exploitation may allow an attacker to: bypass access control rules, inject unsafe
input into backend logic that trusts request headers, and execute HTTP request smuggling attacks
under some conditions.");
script_tag(name:"affected", value:"Lighttpd version 1.4.80.");
script_tag(name:"solution", value:"Update to version 1.4.81 or later.");
script_xref(name:"URL", value:"https://github.com/lighttpd/lighttpd1.4/commit/35cb89c103877de62d6b63d0804255475d77e5e1");
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_equal(version: version, test_version: "1.4.80")) {
report = report_fixed_ver(installed_version: version, fixed_version: "1.4.81");
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