AVM FRITZ!Box Information Disclosure Vulnerability (Nov 2024) - Active Check
🗓️ 20 Jan 2025 00:00:00Reported by Copyright (C) 2025 Greenbone AGType
openvas🔗 plugins.openvas.org👁 38 Views
| Reporter | Title | Published | Views | Family All 10 |
|---|---|---|---|---|
| CVE-2024-54767 | 6 Jan 202522:37 | – | circl | |
| AVM FRITZ!Box 7530 AX 安全漏洞 | 6 Jan 202500:00 | – | cnnvd | |
| CVE-2024-54767 | 6 Jan 202500:00 | – | cve | |
| CVE-2024-54767 | 6 Jan 202500:00 | – | cvelist | |
| EUVD-2024-52668 | 3 Oct 202520:07 | – | euvd | |
| AVM FRITZ!Box 7530 AX - Unauthorized Access | 1 Sep 202610:50 | – | nuclei | |
| CVE-2024-54767 | 6 Jan 202523:15 | – | nvd | |
| PT-2025-3071 · Avm · Avm Fritz!Box 7530 Ax | 6 Jan 202500:00 | – | ptsecurity | |
| CVE-2024-54767 | 2 Apr 202515:42 | – | redhatcve | |
| CVE-2024-54767 | 6 Jan 202500:00 | – | vulnrichment |
# 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:/o:avm:fritz%21_os";
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.153814");
script_version("2026-01-21T05:50:46+0000");
script_tag(name:"last_modification", value:"2026-01-21 05:50:46 +0000 (Wed, 21 Jan 2026)");
script_tag(name:"creation_date", value:"2025-01-20 04:22:56 +0000 (Mon, 20 Jan 2025)");
script_tag(name:"cvss_base", value:"7.8");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:C/I:N/A:N");
script_cve_id("CVE-2024-54767");
script_tag(name:"qod_type", value:"remote_vul");
script_tag(name:"solution_type", value:"WillNotFix");
script_name("AVM FRITZ!Box Information Disclosure Vulnerability (Nov 2024) - Active Check");
script_category(ACT_ATTACK);
script_copyright("Copyright (C) 2025 Greenbone AG");
script_family("Web application abuses");
script_dependencies("gb_avm_fritz_box_consolidation.nasl");
script_mandatory_keys("avm_fritz_box/http/detected");
script_require_ports("Services/www", 443);
script_tag(name:"summary", value:"AVM FRITZ!Box devices are prone to an information disclosure
vulnerability.");
script_tag(name:"vuldetect", value:"Sends a crafted HTTP GET request and checks the response.");
script_tag(name:"insight", value:"An access control issue in the component /juis_boxinfo.xml
allows attackers to obtain sensitive information without authentication.");
script_tag(name:"affected", value:"AVM FRITZ!Box 7530 AX version 7.59. Other devices and versions
might be affected as well.");
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.
Note: This CVE has been disputed by the vendor because it cannot be reproduced, and the
issue report focuses on an unintended configuration with direct Internet exposure.");
script_xref(name:"URL", value:"https://github.com/Shuanunio/CVE_Requests/blob/main/AVM/fritz/AVM_FRITZ%21Box_7530%20AX_unauthorized_access_vulnerability_first.md");
exit(0);
}
include("host_details.inc");
include("http_func.inc");
include("http_keepalive.inc");
if (!port = get_app_port(cpe: CPE, service: "www"))
exit(0);
if (!get_app_location(cpe: CPE, port: port, nofork: TRUE))
exit(0);
url = "//juis_boxinfo.xml";
if (http_vuln_check(port: port, url: url, pattern: "BoxInfo>", check_header: TRUE, icase: FALSE,
extra_check: "UpdateConfig>")) {
report = http_report_vuln_url(port: port, url: url);
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
21 Jan 2026 00:00Current
5.4Medium risk
Vulners AI Score5.4
CVSS 3.17.5
EPSS0.01823
SSVC