OpenSMTPD 7.7.0 DoS Vulnerability
🗓️ 11 Nov 2025 00:00:00Reported by Copyright (C) 2025 Greenbone AGType
openvas🔗 plugins.openvas.org👁 9 Views
| Reporter | Title | Published | Views | Family All 17 |
|---|---|---|---|---|
| CVE-2025-62875 | 31 Oct 202516:24 | – | circl | |
| openSUSE Tumbleweed 安全漏洞 | 20 Nov 202500:00 | – | cnnvd | |
| CVE-2025-62875 | 20 Nov 202516:02 | – | cve | |
| CVE-2025-62875 Local DoS in OpenSMTPD via UNIX domain socket smtpd.sock | 20 Nov 202516:02 | – | cvelist | |
| CVE-2025-62875 | 20 Nov 202516:02 | – | debiancve | |
| EUVD-2025-198303 | 20 Nov 202516:02 | – | euvd | |
| CVE-2025-62875 | 20 Nov 202516:16 | – | nvd | |
| OpenSMTPD-7.8.0p0-1.1 on GA media (moderate) | 5 Nov 202500:00 | – | opensuse | |
| DEBIAN-CVE-2025-62875 | 20 Nov 202516:16 | – | osv | |
| OPENSUSE-SU-2025:15700-1 OpenSMTPD-7.8.0p0-1.1 on GA media | 4 Nov 202500:00 | – | osv |
10
| Source | Link |
|---|---|
| security | www.security.opensuse.org/2025/10/31/opensmtpd-local-DoS.html |
# 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:openbsd:opensmtpd";
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.155747");
script_version("2026-01-16T05:47:38+0000");
script_tag(name:"last_modification", value:"2026-01-16 05:47:38 +0000 (Fri, 16 Jan 2026)");
script_tag(name:"creation_date", value:"2025-11-11 09:00:58 +0000 (Tue, 11 Nov 2025)");
script_tag(name:"cvss_base", value:"4.6");
script_tag(name:"cvss_base_vector", value:"AV:L/AC:L/Au:S/C:N/I:N/A:C");
script_tag(name:"severity_vector", value:"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H");
script_tag(name:"severity_origin", value:"NVD");
script_tag(name:"severity_date", value:"2026-01-15 19:03:30 +0000 (Thu, 15 Jan 2026)");
script_cve_id("CVE-2025-62875");
script_tag(name:"qod_type", value:"executable_version_unreliable");
script_tag(name:"solution_type", value:"VendorFix");
script_name("OpenSMTPD 7.7.0 DoS Vulnerability");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2025 Greenbone AG");
script_family("Denial of Service");
script_dependencies("gb_opensmtpd_consolidation.nasl");
script_mandatory_keys("opensmtpd/detected");
script_tag(name:"summary", value:"OpenSMTPD is prone to a denial of service (DoS)
vulnerability.");
script_tag(name:"vuldetect", value:"Checks if a vulnerable version is present on the target host.");
script_tag(name:"insight", value:"Trivial local denial of service (DoS) attack vector in the
local API which allows unprivileged users to cause the shutdown of all smtpd services.");
script_tag(name:"affected", value:"OpenSMTPD version 7.7.0 only.");
script_tag(name:"solution", value:"Update to version 7.8.0 or later.");
script_xref(name:"URL", value:"https://security.opensuse.org/2025/10/31/opensmtpd-local-DoS.html");
exit(0);
}
include("host_details.inc");
include("version_func.inc");
if (isnull(port = get_app_port(cpe: CPE)))
exit(0);
if (!infos = get_app_version_and_location(cpe: CPE, port: port, exit_no_version: TRUE))
exit(0);
version = infos["version"];
location = infos["location"];
if (version_is_equal(version: version, test_version: "7.7.0")) {
report = report_fixed_ver(installed_version: version, fixed_version: "7.8.0", install_path: location);
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
16 Jan 2026 00:00Current
6.5Medium risk
Vulners AI Score6.5
CVSS 3.15.5
CVSS 46.9
EPSS0.00177
SSVC