Cyber Resilience

CVE-2020-11899

Memory Safety in Treck Tcp\/Ip ≤ 6.0.1.66

CISA KEVActive ExploitationEUVD ExploitedPublic PoCMemory Safety
Published
17 June 2020
Modified
07 November 2025
KEV Added
03 March 2022
Patch / advisory
CVSS Score v3.1 5.4
Click a component to see what it means
Raw vectorCVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L
EPSS Score 0.19 97th percentile
Risk Priority 62 floored blend · peak EPSS

Summary

CVE-2020-11899 is a medium-severity Out-of-bounds Read (CWE-125) vulnerability in Treck Tcp\/Ip. Its CVSS base score is 5.4 (Medium).

Operationally, ranked in the top 3% of CVEs by exploit likelihood; CISA has added it to the Known Exploited Vulnerabilities catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified map to SI-2 (Flaw Remediation) and SC-7 (Boundary Protection) — see the control section below for these in your framework.

Deeper analysis AI-assisted summary

Synthesised by an AI model from the NVD description and linked references — a reading aid, not an authoritative source.

The vulnerability is an out-of-bounds read (CWE-125) affecting the Treck TCP/IP stack in versions prior to 6.0.1.66. It is triggered during processing of IPv6 traffic and carries a CVSS 3.1 base score of 5.4.

An attacker on an adjacent network can send crafted IPv6 packets without authentication or user interaction. Successful exploitation can modify or disrupt limited system behavior, resulting in integrity and availability impacts while leaving confidentiality unaffected.

Vendor advisories from Cisco, Aruba Networks, and NetApp reference the issue and direct users to updated Treck stack releases or vendor-specific patches that resolve the out-of-bounds condition. No public details on in-the-wild exploitation are provided in the available references.

EU & UK References

Vulnerability Data

The Treck TCP/IP stack before 6.0.1.66 has an IPv6 Out-of-bounds Read.

CWE(s)
KEV Date Added
03 March 2022

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.

T1190 Exploit Public-Facing Application Initial Accessconfidence: HIGH
Out-of-bounds read in the Treck TCP/IP stack during IPv6 packet processing enables remote exploitation of a network-facing service without authentication.
inferred from description + CWE · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2021-25487Shared CWE-125both on KEV
CVE-2023-36424Shared CWE-125both on KEV
CVE-2014-0160Shared CWE-125both on KEV
CVE-2016-1646Shared CWE-125both on KEV
CVE-2025-22226Shared CWE-125both on KEV
CVE-2017-5030Shared CWE-125both on KEV
CVE-2023-42916Shared CWE-125both on KEV
CVE-2016-4523Shared CWE-125both on KEV
CVE-2022-22674Shared CWE-125both on KEV
CVE-2023-28204Shared CWE-125both on KEV

Affected Assets

treck
tcp\/ip
≤ 6.0.1.66
dell
wyse 5050 all-in-one firmware
all versions
dell
wyse 7030 firmware
all versions
dell
wyse 5030 firmware
all versions

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)
  • SI-2 Flaw Remediation
  • SC-7 Boundary Protection
Detect
Catch it (NIST detect / respond)
  • SI-4 System Monitoring
Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires timely application of vendor patches that eliminate the out-of-bounds read in the Treck IPv6 stack.

prevent

Boundary filtering or inspection of IPv6 traffic can drop crafted packets before they reach the vulnerable stack implementation.

detect

Monitoring of IPv6 packet flows and anomalous stack behavior can identify exploitation attempts against the out-of-bounds condition.

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