Cyber Resilience

CVE-2021-47821

MediumPublic PoC

Published: 16 January 2026

Published
16 January 2026
Modified
15 April 2026
KEV Added
Patch
CVSS Score v4 4.6 CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:A/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
EPSS Score 0.0002 6.0th percentile
Risk Priority 9 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2021-47821 is a medium-severity Improper Validation of Specified Quantity in Input (CWE-1284) vulnerability in Raimersoft (inferred from references). Its CVSS base score is 4.6 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Application or System Exploitation (T1499.004); ranked at the 6.0th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SC-5 (Denial-of-service Protection).

Deeper analysis

CVE-2021-47821 is a denial of service vulnerability in RarmaRadio version 2.72.8. The flaw enables attackers to crash the application by overflowing network configuration fields with large character buffers, such as a 100,000-character buffer pasted into multiple network settings fields, resulting in application instability and potential crash. It is linked to CWE-1284 and carries a CVSS v3.1 base score of 7.5 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N).

Remote attackers require no privileges and no user interaction to exploit the vulnerability over the network with low complexity. Exploitation causes a denial of service by triggering application instability and crash.

Advisories and related resources include the vendor site at http://www.raimersoft.com/, a proof-of-concept exploit documented at https://www.exploit-db.com/exploits/49906, and a VulnCheck advisory at https://www.vulncheck.com/advisories/rarmaradio-denial-of-service. These references provide further details on the issue, though specific patch or mitigation guidance is not detailed in the available information.

EU & UK References

Vulnerability details

RarmaRadio 2.72.8 contains a denial of service vulnerability that allows attackers to crash the application by overflowing network configuration fields with large character buffers. Attackers can generate a 100,000 character buffer and paste it into multiple network settings fields to…

more

trigger application instability and potential crash.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1499.004 Application or System Exploitation Impact
Adversaries may exploit software vulnerabilities that can cause an application or system to crash and deny availability to users.
Why these techniques?

Buffer overflow input in network config fields directly enables application crash via exploitation, mapping to Endpoint DoS via Application or System Exploitation.

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2021-47827Shared CWE-1284
CVE-2021-47831Shared CWE-1284
CVE-2021-47818Shared CWE-1284
CVE-2026-25863Shared CWE-1284
CVE-2026-8813Shared CWE-1284
CVE-2021-47824Shared CWE-1284
CVE-2025-12664Shared CWE-1284
CVE-2025-65548Shared CWE-1284
CVE-2025-14511Shared CWE-1284
CVE-2026-2597Shared CWE-1284

Affected Assets

Raimersoft
inferred from references and description; NVD did not file a CPE for this CVE

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly enforces validation of input length and format on network configuration fields, blocking the oversized buffers that trigger the crash in CVE-2021-47821.

prevent

Provides mechanisms to limit resource exhaustion from malformed inputs, mitigating the application-level DoS that results from overflowing the network settings fields.

prevent

Applies memory protections that can contain or prevent exploitation of the buffer overflow condition described in the CVE.

References