Cyber Resilience

CVE-2025-46632

Tenda Rx2 Pro Firmware 16.03.30.14

Public PoC
Published
01 May 2025
Modified
17 June 2026
Patch / advisory
CVSS Score v3.1 6.5
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N
EPSS Score 0.0030 23th percentile
Risk Priority 50 floored blend · peak EPSS

Summary

CVE-2025-46632 is a medium-severity Reusing a Nonce, Key Pair in Encryption (CWE-323) vulnerability in Tenda Rx2 Pro Firmware. Its CVSS base score is 6.5 (Medium).

Operationally, ranked at the 23th 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 map to SA-11 (Developer Testing and Evaluation) and SA-8 (Security and Privacy Engineering Principles) — see the control section below for these in your framework.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

Initialization vector (IV) reuse in the web management portal of the Tenda RX2 Pro 16.03.30.14 may allow an attacker to discern information about or more easily decrypt encrypted messages between client and server.

CWE(s)

Related Threats

CVEs Like This One

CVE-2025-46635Same product: Tenda Rx2 Pro
CVE-2025-46634Same product: Tenda Rx2 Pro
CVE-2025-46626Same product: Tenda Rx2 Pro
CVE-2025-46628Same product: Tenda Rx2 Pro
CVE-2025-46630Same product: Tenda Rx2 Pro
CVE-2025-46625Same product: Tenda Rx2 Pro
CVE-2025-46633Same product: Tenda Rx2 Pro
CVE-2025-46629Same product: Tenda Rx2 Pro
CVE-2025-46631Same product: Tenda Rx2 Pro
CVE-2025-46627Same product: Tenda Rx2 Pro

Affected Assets

tenda
rx2 pro firmware
16.03.30.14

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)
  • V6.8.3
  • V11.3.4

Mitigating Controls (NIST 800-53 r5) AI

Developer testing and evaluation can discover nonce reuse through static analysis, fuzzing, or known-answer tests.

Engineering principles include correct use of cryptographic primitives such as unique nonces per key.

Selecting and implementing appropriate cryptographic algorithms and modes reduces nonce-reuse exposure.

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 SDLC practices directly prevent nonce/key reuse errors in cryptographic implementations.

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.

prevents

Mandates proper cryptographic key and nonce management, directly preventing nonce/key-pair reuse.

finds

Security testing can detect nonce reuse, yet the control addresses many other issues beyond this CWE.

prevents

Secure-coding rules can require unique nonces, but the control is broader than this single weakness.

References