AUGUST 4, 2026
Live Feed
Back to database
Case File

CVE-2016-1000339

MEDIUM · CVSS 5.3 EPSS 2.70% Public Exploit

Source: NVD + CISA KEV + EPSS (historical backfill) · Published 2018-06-04 · Last synced 2026-08-04

CyberRota Analysis

AI analysis pending.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2016-1000339
Severity
MEDIUM
CVSS
5.3
EPSS
2.70%

Original NVD Description

In the Bouncy Castle JCE Provider version 1.55 and earlier the primary engine class used for AES was AESFastEngine. Due to the highly table driven approach used in the algorithm it turns out that if the data channel on the CPU can be monitored the lookup table accesses are sufficient to leak information on the AES key being used. There was also a leak in AESEngine although it was substantially less. AESEngine has been modified to remove any signs of leakage (testing carried out on Intel X86-64) and is now the primary AES class for the BC JCE provider from 1.56. Use of AESFastEngine is now only recommended where otherwise deemed appropriate.