AVM FRITZ!Box Multiple Wi-Fi Vulnerabilities (FragAttacks)
🗓️ 14 May 2021 00:00:00Reported by Copyright (C) 2021 Greenbone AGType
openvas🔗 plugins.openvas.org👁 42 Views
| Reporter | Title | Published | Views | Family All 486 |
|---|---|---|---|---|
| CVE-2020-24588 | 11 May 202120:15 | – | attackerkb | |
| Amazon Linux 2 : kernel, --advisory ALAS2KERNEL-5.10-2022-002 (ALASKERNEL-5.10-2022-002) | 2 May 202200:00 | – | nessus | |
| Amazon Linux 2 : kernel, --advisory ALAS2KERNEL-5.4-2022-004 (ALASKERNEL-5.4-2022-004) | 2 May 202200:00 | – | nessus | |
| AlmaLinux 8 : kernel (ALSA-2021:4356) | 9 Feb 202200:00 | – | nessus | |
| CentOS 8 : kernel-rt (CESA-2021:4140) | 11 Nov 202100:00 | – | nessus | |
| CentOS 8 : kernel (CESA-2021:4356) | 11 Nov 202100:00 | – | nessus | |
| Debian DLA-2689-1 : linux - LTS security update | 24 Jun 202100:00 | – | nessus | |
| Debian DLA-2690-1 : linux-4.19 security update | 24 Jun 202100:00 | – | nessus | |
| Debian dla-3380 : firmware-adi - security update | 2 Apr 202300:00 | – | nessus | |
| EulerOS 2.0 SP9 : kernel (EulerOS-SA-2021-2530) | 27 Sep 202100:00 | – | nessus |
10
# SPDX-FileCopyrightText: 2021 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.117424");
script_version("2025-09-10T05:38:24+0000");
script_cve_id("CVE-2020-24586", "CVE-2020-24588");
script_tag(name:"cvss_base", value:"2.9");
script_tag(name:"cvss_base_vector", value:"AV:A/AC:M/Au:N/C:N/I:P/A:N");
script_tag(name:"last_modification", value:"2025-09-10 05:38:24 +0000 (Wed, 10 Sep 2025)");
script_tag(name:"severity_vector", value:"CVSS:3.1/AV:A/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N");
script_tag(name:"severity_origin", value:"NVD");
script_tag(name:"severity_date", value:"2021-07-13 13:15:00 +0000 (Tue, 13 Jul 2021)");
script_tag(name:"creation_date", value:"2021-05-14 07:43:49 +0000 (Fri, 14 May 2021)");
script_name("AVM FRITZ!Box Multiple Wi-Fi Vulnerabilities (FragAttacks)");
script_category(ACT_GATHER_INFO);
script_family("General");
script_copyright("Copyright (C) 2021 Greenbone AG");
script_dependencies("gb_avm_fritz_box_consolidation.nasl");
script_mandatory_keys("avm/fritz/model", "avm/fritz/firmware_version");
script_xref(name:"URL", value:"https://en.avm.de/service/current-security-notifications/");
script_xref(name:"URL", value:"https://en.avm.de/service/security-information-about-updates/");
script_xref(name:"URL", value:"https://www.fragattacks.com");
script_tag(name:"summary", value:"AVM FRITZ!Box devices are prone to multiple Wi-Fi
vulnerabilities.");
script_tag(name:"insight", value:"The following flaws exist:
- CVE-2020-24586: fragment cache attack (not clearing fragments from memory when (re)connecting to
a network)
- CVE-2020-24588: aggregation attack (accepting non-SPP A-MSDU frames)");
script_tag(name:"impact", value:"An adversary that is within radio range of a victim can abuse
these vulnerabilities to steal user information or attack devices.");
script_tag(name:"affected", value:"AVM FRITZ!Box devices running AVM FRITZ!OS before version 7.27.");
script_tag(name:"vuldetect", value:"Checks the AVM FRITZ!OS version.");
script_tag(name:"solution", value:"Update to AVM FRITZ!OS 7.27 or later.");
script_tag(name:"qod_type", value:"remote_banner");
script_tag(name:"solution_type", value:"VendorFix");
exit(0);
}
include("version_func.inc");
include("host_details.inc");
if( ! fw_version = get_app_version( cpe:CPE, nofork:TRUE ) )
exit( 0 );
if( ! model = get_kb_item( "avm/fritz/model" ) )
exit( 0 );
if( version_is_less( version:fw_version, test_version:"7.27" ) ) {
report = 'Model: ' + model + '\n';
report += 'Installed Firmware: ' + fw_version + '\n';
report += "Fixed Firmware: 7.27";
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
10 Sep 2025 00:00Current
8.1High risk
Vulners AI Score8.1
CVSS 22.9
CVSS 3.13.5
EPSS0.05765