Cyber Resilience

CVE-2024-24324

CriticalPublic PoC

Published: 30 January 2024

Published
30 January 2024
Modified
20 June 2025
KEV Added
Patch
CVSS Score v3.1 9.8 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0010 27.3th percentile
Risk Priority 20 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-24324 is a critical-severity Use of Hard-coded Credentials (CWE-798) vulnerability in Totolink A8000Ru Firmware. Its CVSS base score is 9.8 (Critical).

Operationally, exploitation aligns with the MITRE ATT&CK technique /etc/passwd and /etc/shadow (T1003.008); ranked at the 27.3th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

Deeper analysis

TOTOLINK A8000RU firmware version 7.1cu.643_B20200521 contains a hardcoded root password stored in /etc/shadow. The issue is tracked as CVE-2024-24324 with a CVSS 3.1 score of 9.8 and is classified under CWE-798 for use of hard-coded credentials.

An unauthenticated attacker with network access can authenticate directly as root using the embedded credential. Successful exploitation grants full administrative control over the device, allowing arbitrary command execution and complete compromise of confidentiality, integrity, and availability.

Public disclosure references consist of GitHub repositories that document the hardcoded credential. The EPSS score rose from a low baseline to a peak of 0.0994 on 2025-01-22 before receding to the current value of 0.0010, indicating a period of increased exploitation interest after the initial publication.

EU & UK References

Vulnerability details

TOTOLINK A8000RU v7.1cu.643_B20200521 was discovered to contain a hardcoded password for root stored in /etc/shadow.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1003.008 /etc/passwd and /etc/shadow Credential Access
Adversaries may attempt to dump the contents of <code>/etc/passwd</code> and <code>/etc/shadow</code> to enable offline password cracking.
T1078.001 Default Accounts Stealth
Adversaries may obtain and abuse credentials of a default account as a means of gaining Initial Access, Persistence, Privilege Escalation, or Defense Evasion.
T1078.003 Local Accounts Stealth
Adversaries may obtain and abuse credentials of a local account as a means of gaining Initial Access, Persistence, Privilege Escalation, or Defense Evasion.
T1552.001 Credentials In Files Credential Access
Adversaries may search local file systems and remote file shares for files containing insecurely stored credentials.
Why these techniques?

Hardcoded root password in /etc/shadow enables dumping credentials from /etc/shadow, accessing unsecured credentials in files, and using valid default/local accounts for unauthorized root access on the device.

Affected Assets

totolink
a8000ru firmware
7.1cu.643_b20200521

Mitigating Controls

Likely Mitigating Controls AI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-798

Enables users to notice when hard-coded credentials have been exploited for unauthorized access.

addresses: CWE-798

Security training explicitly warns against hard-coded credentials, lowering their use in systems.

addresses: CWE-798

Policy and procedures prohibit hard-coded credentials in favor of managed authentication.

addresses: CWE-798

External identity providers eliminate the need for hard-coded credentials in applications.

addresses: CWE-798

Changing default authenticators prior to first use and protecting content prevents use of hard-coded credentials.

addresses: CWE-798

Central credential stores and rotation policies remove the need for hard-coded credentials in configuration files or code.

addresses: CWE-798

Intelligence programs surface reports of campaigns that abuse hard-coded credentials in products, prompting removal or replacement and thereby reducing successful exploitation.

addresses: CWE-798

Planned investment enables secure credential storage and management systems instead of hard-coded credentials.

References