Redis DoS Vulnerability (GHSA-2r7g-8hpc-rpq9)
🗓️ 25 Jul 2025 00:00:00Reported by Copyright (C) 2025 Greenbone AGType
openvas🔗 plugins.openvas.org👁 3 Views
| Reporter | Title | Published | Views | Family All 31 |
|---|---|---|---|---|
| CVE-2025-46686 | 23 Jul 202500:00 | – | alpinelinux | |
| The vulnerability of the Redis database management system, related to uncontrolled memory allocation, allows attackers to trigger service failures. | 28 Jul 202500:00 | – | bdu_fstec | |
| CVE-2025-46686 | 23 Jul 202518:33 | – | circl | |
| Redis 安全漏洞 | 23 Jul 202500:00 | – | cnnvd | |
| CVE-2025-46686 | 23 Jul 202500:00 | – | cve | |
| CVE-2025-46686 | 23 Jul 202500:00 | – | cvelist | |
| CVE-2025-46686 | 23 Jul 202500:00 | – | debiancve | |
| EUVD-2025-22464 | 3 Oct 202520:07 | – | euvd | |
| CVE-2025-46686 | 23 Jul 202519:15 | – | nvd | |
| BIT-KEYDB-2025-46686 | 25 Sep 202508:44 | – | osv |
10
# 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:redis:redis";
if (description)
{
script_oid("1.3.6.1.4.1.25623.1.0.133015");
script_version("2025-10-10T05:39:02+0000");
script_tag(name:"last_modification", value:"2025-10-10 05:39:02 +0000 (Fri, 10 Oct 2025)");
script_tag(name:"creation_date", value:"2025-07-25 11:00:51 +0000 (Fri, 25 Jul 2025)");
script_tag(name:"cvss_base", value:"6.1");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:M/C:N/I:N/A:C");
script_cve_id("CVE-2025-46686");
script_tag(name:"qod_type", value:"remote_banner_unreliable");
script_tag(name:"solution_type", value:"NoneAvailable");
script_name("Redis DoS Vulnerability (GHSA-2r7g-8hpc-rpq9)");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2025 Greenbone AG");
script_family("Databases");
script_dependencies("gb_redis_tcp_detect.nasl");
script_mandatory_keys("redis/detected");
script_tag(name:"summary", value:"Redis 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:"Allows memory consumption via a multi-bulk command composed
of many bulks, sent by an authenticated user. This occurs because the server allocates memory
for the command arguments of every bulk, even when the command is skipped because of
insufficient permissions.");
script_tag(name:"affected", value:"Redis versions through 8.0.3.");
script_tag(name:"solution", value:"No known solution is available as of 25th July, 2025.
Information regarding this issue will be updated once solution details are available.");
script_xref(name:"URL", value:"https://github.com/redis/redis/security/advisories/GHSA-2r7g-8hpc-rpq9");
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: "8.0.3")) {
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
10 Oct 2025 00:00Current
6.5Medium risk
Vulners AI Score6.5
CVSS 3.13.5
EPSS0.00269
SSVC