Description
Padding oracle attack vulnerability in Oberon microsystem AG’s ocrypto library in all versions since 3.0.0 and prior to 4.0.1 allows an attacker to recover plaintexts via timing measurements of RSA PKCS#1 v1.5 decrypt operations.
Published: 2026-08-13
Score: 5.9 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability is a timing side‑channel flaw in the RSA PKCS#1 v1.5 decryption routine of ocrypto, allowing an attacker to deduce confidential plaintext values from measured operation times. The weakness maps to CWE‑208 and CWE‑327, underscoring insecure algorithm usage and flawed implementation. An adversary who can observe timing can recover the entire message, violating confidentiality.

Affected Systems

Oberon microsystems AG’s ocrypto library, all releases from version 3.0.0 up to, but not including, 4.0.1. No other vendors or products are listed in the CNA data.

Risk and Exploitability

With a CVSS score of 5.9 the issue is moderate in severity. The EPSS score is not available, and the vulnerability is not present in the CISA KEV catalog, indicating limited public exploitation data. Likely attack vectors involve an adversary able to remotely access or locally observe the timing of RSA decryption calls, such as over a network connection or through a processor‑side channel. No additional prerequisites are mentioned in the advisory, so the exploitability largely hinges on the adversary’s access to the timing information.

Generated by OpenCVE AI on August 13, 2026 at 10:29 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade ocrypto to version 4.0.1 or later, which removes the timing side‑channel flaw
  • If an upgrade is not immediately possible, disable RSA PKCS#1 v1.5 decryption in your application or replace it with a constant‑time implementation
  • Implement network or application‑level timing padding to obfuscate execution time differences if possible

Generated by OpenCVE AI on August 13, 2026 at 10:29 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 13 Aug 2026 09:00:00 +0000

Type Values Removed Values Added
Description Padding oracle attack vulnerability in Oberon microsystem AG’s ocrypto library in all versions since 3.0.0 and prior to 4.0.1 allows an attacker to recover plaintexts via timing measurements of RSA PKCS#1 v1.5 decrypt operations.
Title Timing side-channel in RSA PKCS#1 v1.5 decryption in ocrypto
Weaknesses CWE-208
CWE-327
References
Metrics cvssV4_0

{'score': 5.9, 'vector': 'CVSS:4.0/AV:L/AC:H/AT:P/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: NCSC.ch

Published:

Updated: 2026-08-13T08:31:39.341Z

Reserved: 2026-07-21T11:21:05.979Z

Link: CVE-2026-16458

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-13T09:17:12.283

Modified: 2026-08-13T09:17:12.283

Link: CVE-2026-16458

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-13T10:30:04Z

Weaknesses
  • CWE-208

    Observable Timing Discrepancy

  • CWE-327

    Use of a Broken or Risky Cryptographic Algorithm