Cyber Resilience

CVE-2026-62657

Published
14 July 2026
Modified
15 July 2026
CVSS Score v4 4.9
Click a component to see what it means
Raw vectorCVSS:4.0/AV:A/AC:H/AT:P/PR:N/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N/E:U/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:Amber
EPSS Score 0.0010 1th percentile
Risk Priority 23 floored blend · peak EPSS

Summary

CVE-2026-62657 is a medium-severity Missing Validation of OpenSSL Certificate (CWE-599) vulnerability in Netgear (inferred from references). Its CVSS base score is 4.9 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Adversary-in-the-Middle (T1557); ranked at the 1th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to IA-5 (Authenticator Management) and SA-8 (Security and Privacy Engineering Principles) — see the control section below for these in your framework.

EU & UK References

Vulnerability Data

A security flaw in the router's certificate validation process was discovered in the NETGEAR XR1000 Gaming Router and certain Nighthawk models that could allow an unauthorized person to remotely access and take control of the device.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1557 Adversary-in-the-Middle Credential Access
Adversaries may attempt to position themselves between two or more networked devices using an adversary-in-the-middle (AiTM) technique to support follow-on behaviors such as [Network Sniffing](https://attack.
T1557.002 ARP Cache Poisoning Credential Access
Adversaries may poison Address Resolution Protocol (ARP) caches to position themselves between the communication of two or more networked devices.
T1557.003 DHCP Spoofing Credential Access
Adversaries may redirect network traffic to adversary-owned systems by spoofing Dynamic Host Configuration Protocol (DHCP) traffic and acting as a malicious DHCP server on the victim network.
T1557.004 Evil Twin Credential Access
Adversaries may host seemingly genuine Wi-Fi access points to deceive users into connecting to malicious networks as a way of supporting follow-on behaviors such as [Network Sniffing](https://attack.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2024-41265Shared CWE-599
CVE-2026-25060Shared CWE-599
CVE-2025-56230Shared CWE-599
CVE-2025-56232Shared CWE-599
CVE-2025-63432Shared CWE-599
CVE-2024-41253Shared CWE-599
CVE-2025-12553Shared CWE-599
CVE-2024-36755Shared CWE-599
CVE-2025-56146Shared CWE-599
CVE-2024-40464Shared CWE-599

Affected Assets

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

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)

Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)
  • V12.3.5
  • V17.2.8

Mitigating Controls (NIST 800-53 r5) AI

Authenticator management requires verification of certificate identity and revocation status before use, directly stopping acceptance of unvalidated OpenSSL certificates.

Security engineering principles require correct implementation of cryptographic authentication mechanisms including certificate validation.

Requiring cryptographic integrity protection for transmitted data forces proper certificate validation to establish trusted channels.

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.DS-02 full match
prevents

Proper data-in-transit protection via TLS requires certificate validation with SSL_get_verify_result().

PR.PS-06 mostly match
prevents

Secure development practices include implementing correct OpenSSL certificate validation during coding.

PR.AA-03 partial match
prevents

Service and hardware authentication depends on valid certificates, but the control is broader than TLS validation.

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.

finds

Security testing could detect missing certificate validation but does not prevent the weakness at development time.

prevents

Mandates proper use of cryptography including certificate validation, directly addressing the missing SSL_get_verify_result() check.

prevents

Application security requirements may specify certificate validation but do not mandate the specific OpenSSL API usage.

prevents

Requires secure coding practices that would include proper certificate validation in OpenSSL usage.

References