SecPod

Learn Search

Search across all Learn content

← Back to Security Research
ROCA: RSA Encryption Vulnerability

ROCA: RSA Encryption Vulnerability

Oct 29, 2017By Rinu K4 min read

Source: thehackernews.com

Return of Coppersmith’s Attack,

ROCA Attack

CVE-2017-15361

Infineon’s Trusted Platform Module

vulnerability management software

The fundamental property in public key cryptography is that public keys are really public. It provides anyone without causing any impact on security. This fundamental property is completely failing by the ROCA attack. The vulnerability arises from a software library Infineon Technologies AG used in cryptographic hardware for RSA key generation. All keys generated using this library are prone to ROCA attacks. This library uses various hardware many domains use, including trusted boot devices, electronic citizen documents, software package signing, TLS/HTTPS keys, authentication tokens, and PGP. Vulnerability Management tool can reduce these vulnerabilities.

This vulnerability is present in the library in use by NIST FIPS 140-2 and CC EAL5+, two internationally adopting cryptographic standards. It can be characterized by a specific structure of the generated RSA primes, which makes factorization practically possible for commonly used key lengths, including 1024 and 2048 bits. No physical access to the affected device is required, and only the knowledge of a public key is necessary. The primes generated allow for fast detection of vulnerable keys, even in large datasets. The key length ranges considered practically factorizable are 512 to 704 bits, 992 to 1216 bits, and 1984 to 2144 bits. 4096-bit RSA key is not practically factorizable now, but it can be possible if the attack is improving on its own.

Affected Versions:

The Infineon RSA library 1.02.013 in Infineon Trusted Platform Module (TPM) firmware, such as versions before 0000000000000422 – 4.34, before 000000000000062b – 6.43, and before 0000000000008521 – 133.33.

Impact:

An attacker can compute a valid private key from the value of a public key based only on a certificate. This makes everything possible. The private key can be misused to do anything on your behalf including encrypting traffic, decrypting the traffic, and impersonating the website and other related attacks. Usage scenario, availability of the public keys, and the lengths of keys used are the three main factors determining the actual impact of the vulnerability.

The usage domains affected by ROCA:

Source: securityaffairs.co

electronic citizen documents, authentication tokens, trusted boot devices, software package signing, TLS/HTTPS keys, and PGP

Detection:

The detection is finding the usage of a chip with a vulnerable library. However, The only reliable and recommended way is RSA key pair generation on the device and testing the public key against the ROCA flaw with the provided tools mentioned below,

  • Offline: https://github.com/crocs-muni/roca
  • https://keytester.cryptosense.com/
  • https://keychest.net/roca

Solution:

Fixed TPM firmware versions are as follows, upgrade to the latest as soon as possible.

  • 0000000000000422 – 4.34
  • 000000000000062b – 6.43
  • 0000000000008521 – 133.33

Protection:

Due to the complexity of this issue, it’s difficult to patch completely, but there are few mitigation methods. Windows users can address this issue by applying security updates issued by Microsoft. Google, HP, and Lenovo have also released some mitigation methods and firmware updates for their software products. The below-mentioned links describe the mitigation strategies and fixed version details provided by different vendors.

SanerNow detects these vulnerabilities and automatically fixes it by applying security updates for Windows users. Therefore, Download Saner now and keep your systems updated and secure.

Featured Posts

Open Root-Level RCE Flaw in Cisco Nexus 9000 Series Switches Exposes Networks to Complete Compromise — CVE-2026-20212
Root-Level RCE Flaw in Cisco Nexus 9000 Series Switches Exposes Networks to Complete Compromise — CVE-2026-20212

CVE Research

Root-Level RCE Flaw in Cisco Nexus 9000 Series Switches Exposes Networks to Complete Compromise — CVE-2026-20212

CVE-2026-20212 is a critical vulnerability in Cisco Nexus 9000 Series Switches that use Silicon One ASICs. It allows an unauthenticated remote attacker to execute code with root privileges by sending crafted input to TCP ports 43210 and 43211, which are reachable in the default Layer 3 VRF. Exploitation can also crash the S1HAL process and force a device reload. This article covers how the vulnerability works, the affected product identifiers, its potential impact, available workarounds, and how to identify fixed software using the Cisco Software Checker.

Sep 4, 2026

Open SonicWall SMA 1000 Under Active Attack: Two Zero-Days Enable SSRF and Remote Code Execution
SonicWall SMA 1000 Under Active Attack: Two Zero-Days Enable SSRF and Remote Code Execution

CVE Research

SonicWall SMA 1000 Under Active Attack: Two Zero-Days Enable SSRF and Remote Code Execution

Sep 3, 2026

Open Introducing SecPod VEX Studio: Guided Vulnerability Exploitability Assessment for Open-Source Maintainers
Secpod_VEX_Studio For Open-Source Vulnerability Management

CVE Research

Introducing SecPod VEX Studio: Guided Vulnerability Exploitability Assessment for Open-Source Maintainers

A human-guided path from SBOM and vulnerability data to reviewable OpenVEX statements

Sep 2, 2026

Open Inside the PaperCut Zero-Day Attack Chain: Auth Bypass to Code Execution
Inside the PaperCut Zero-Day Attack Chain: Auth Bypass to Code Execution

CVE Research

Inside the PaperCut Zero-Day Attack Chain: Auth Bypass to Code Execution

Sep 1, 2026

ROCA: RSA Encryption Vulnerability | SecPod