OpenWRT < 19.07.0 XSS Vulnerability
🗓️ 01 Dec 2025 00:00:00Reported by Copyright (C) 2025 Greenbone AGType
openvas🔗 plugins.openvas.org👁 8 Views
| Reporter | Title | Published | Views | Family All 11 |
|---|---|---|---|---|
| CVE-2025-57389 | 30 Sep 202521:00 | – | circl | |
| OpenWRT Luci LTS 安全漏洞 | 1 Oct 202500:00 | – | cnnvd | |
| CVE-2025-57389 | 1 Oct 202500:00 | – | cve | |
| CVE-2025-57389 | 1 Oct 202500:00 | – | cvelist | |
| EUVD-2025-32039 | 3 Oct 202520:07 | – | euvd | |
| CVE-2025-57389 | 25 Aug 202604:43 | – | kitploit | |
| CVE-2025-57389 | 1 Oct 202521:16 | – | nvd | |
| CVE-2025-57389 | 1 Oct 202521:16 | – | osv | |
| PT-2025-40300 | 1 Oct 202500:00 | – | ptsecurity | |
| CVE-2025-57389 | 2 Oct 202517:43 | – | redhatcve |
10
| Source | Link |
|---|---|
| github | www.github.com/amalcew/CVE-2025-57389 |
# 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:openwrt:openwrt";
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.155904");
script_version("2025-12-02T05:40:47+0000");
script_tag(name:"last_modification", value:"2025-12-02 05:40:47 +0000 (Tue, 02 Dec 2025)");
script_tag(name:"creation_date", value:"2025-12-01 07:25:22 +0000 (Mon, 01 Dec 2025)");
script_tag(name:"cvss_base", value:"5.5");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:S/C:P/I:P/A:N");
script_cve_id("CVE-2025-57389");
script_tag(name:"qod_type", value:"package");
script_tag(name:"solution_type", value:"VendorFix");
script_name("OpenWRT < 19.07.0 XSS Vulnerability");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2025 Greenbone AG");
script_family("Web application abuses");
script_dependencies("gb_openwrt_ssh_login_detect.nasl");
script_mandatory_keys("openwrt/detected");
script_tag(name:"summary", value:"OpenWRT is prone to a reflected cross-site scripting (XSS)
vulnerability.");
script_tag(name:"vuldetect", value:"Checks if a vulnerable version is present on the target host.");
script_tag(name:"insight", value:"A reflected cross-site scripting (XSS) vulnerability in the
/admin/system/packages endpoint allows attackers to execute arbitrary Javascript in the context
of a user's browser via a crafted payload.");
script_tag(name:"affected", value:"OpenWRT prior to version 19.07.0.");
script_tag(name:"solution", value:"Update to version 19.07.0 or later.");
script_xref(name:"URL", value:"https://github.com/amalcew/CVE-2025-57389");
exit(0);
}
include("host_details.inc");
include("version_func.inc");
if (!version = get_app_version(cpe: CPE, nofork: TRUE))
exit(0);
if (version_is_less(version: version, test_version: "19.07.0")) {
report = report_fixed_ver(installed_version: version, fixed_version: "19.07.0");
security_message(port: 0, 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
02 Dec 2025 00:00Current
6.3Medium risk
Vulners AI Score6.3
CVSS 3.15.4
EPSS0.00168
SSVC