Cyber Resilience

CVE-2020-25110

Memory Safety in Ethernut Nut\/Os ≤ 5.1

High EPSSMemory Safety
Published
11 December 2020
Modified
21 November 2024
CVSS Score v3.1 9.8
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.52 99th percentile
Risk Priority 94 floored blend · peak EPSS

Summary

CVE-2020-25110 is a critical-severity Out-of-bounds Read (CWE-125) vulnerability in Ethernut Nut\/Os. Its CVSS base score is 9.8 (Critical).

Operationally, ranked in the top 1% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

EU & UK References

Vulnerability Data

An issue was discovered in the DNS implementation in Ethernut in Nut/OS 5.1. The length byte of a domain name in a DNS query/response is not checked, and is used for internal memory operations. This may lead to successful Denial-of-Service,…

more

and possibly Remote Code Execution.

CWE(s)

Related Threats

Likely ATT&CK TechniquesAI

Techniques this vulnerability likely enables, inferred from its description, weakness type, and attributed-actor tradecraft. Confidence is per-technique.

T1498 Network Denial of Service Impactconfidence: HIGH
Malformed DNS responses can be used to trigger denial-of-service against the vulnerable DNS implementation.
T1203 Exploitation for Client Execution Executionconfidence: MEDIUM
Out-of-bounds read from unchecked domain-name length byte may allow attacker-controlled memory corruption leading to client-side code execution.
inferred from description + CWE · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2020-25107Same product: Ethernut Nut\/Os
CVE-2020-25109Same product: Ethernut Nut\/Os
CVE-2020-25108Same product: Ethernut Nut\/Os
CVE-2024-53876Shared CWE-125
CVE-2023-29315Shared CWE-125
CVE-2025-38320Shared CWE-125
CVE-2026-28832Shared CWE-125
CVE-2025-43226Shared CWE-125
CVE-2024-0207Shared CWE-125
CVE-2023-29942Shared CWE-125

Affected Assets

ethernut
nut\/os
≤ 5.1

Mitigating Controls

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

Secure-development practices such as bounds checking and memory-safe languages directly prevent out-of-bounds reads.

ID.RA-01 partial match
prevents

Vulnerability scanning and recording can discover instances of out-of-bounds reads after code is deployed.

PR.PS-02 partial match
prevents

Routine patching replaces vulnerable code containing out-of-bounds read flaws.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

detects

Security testing in development and acceptance includes fuzzing and static analysis that detect out-of-bounds read defects before release.

A.8.15 Logging partial match
detects

Logging can record evidence of an out-of-bounds read but does not prevent the weakness itself.

prevents

Secure development life cycle mandates input validation and bounds checking that directly prevent out-of-bounds reads.

prevents

Application security requirements include explicit bounds and memory-safety specifications that mitigate buffer over-reads.

prevents

Secure system architecture and engineering principles require memory-safe design patterns and runtime protections against out-of-bounds access.

prevents

Secure coding standards explicitly forbid unsafe pointer arithmetic and mandate bounds-checked reads, eliminating CWE-125.

References