Security readout for executives and security teams
Plain-English summary
This flaw affects older Bouncy Castle cryptography libraries. When RSA OAEP decryption receives certain invalid ciphertext, the library may fail differently and too early, creating a side channel that could reveal information about the RSA private exponent.
Executive priority
Treat as a targeted cryptography dependency risk. Prioritize internet-facing or partner-facing services that decrypt external RSA OAEP ciphertext, then remediate bundled vulnerable Bouncy Castle versions through normal dependency and vendor update channels.
Technical view
CVE-2020-26939 is an observable-behavior issue in org.bouncycastle.crypto.encodings.OAEPEncoding in BC before 1.61 and BC-FJA before 1.0.1.2. Invalid ciphertext that decrypts to a short payload could trigger an early exception, potentially leaking private-exponent information from the RSA private key used for decryption.
Likely exposure
Exposure is most likely in Java applications or bundled products using vulnerable Bouncy Castle versions for RSA OAEP decryption of attacker-supplied ciphertext. The Apache Solr reference shows downstream concern about bundled Bouncy Castle, but the provided sources do not prove broad Solr exploitability.
Exploitation context
The source bundle does not show CISA KEV listing or active exploitation. The plausible attack context is repeated attacker-controlled invalid ciphertext reaching a vulnerable OAEP decoder and producing distinguishable behavior. Practical risk depends on whether application errors or timing differences are observable.
Researcher notes
Evidence is limited to version ranges and behavior summary. No CVSS, CWE, patch details, exploit proof, or KEV signal is provided. Avoid assuming exploitability unless a specific application exposes distinguishable OAEP decryption failures to an attacker.
Mitigation direction
- Upgrade Bouncy Castle BC to 1.61 or later.
- Upgrade BC-FJA to 1.0.1.2 or later.
- Inventory applications and products bundling Bouncy Castle.
- Check vendor advisories for downstream products that ship Bouncy Castle.
- Limit exposure of RSA OAEP decryption endpoints to untrusted inputs.
Validation and detection
- Identify Bouncy Castle library versions in dependency manifests and packaged artifacts.
- Confirm whether org.bouncycastle.crypto.encodings.OAEPEncoding is used for RSA OAEP decryption.
- Review public APIs that accept ciphertext from unauthenticated or external users.
- Check whether applications disclose detailed decryption errors or timing differences.
- Verify downstream vendor remediation for bundled Bouncy Castle components.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
CVE-2020-26939 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
Open ATT&CK lookup- Severity
- Unknown
- CVSS
- Not scored
- Known Exploited
- No
- Published
CNA and ADP enrichment extracted from CVE v5
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
CVSS and timeline data
No CVSS vectors or timeline events were available in the normalized CVE source material.
Source materials
- CVE List V5 sourceCVE List V5
- https://github.com/bcgit/bc-java/wiki/CVE-2020-26939CVE reference · x_refsource_MISC
- [solr-issues] 20210525 [jira] [Created] (SOLR-15431) Security vulnerability with Bouncy Castle library within Apache Solr 8.8.2CVE reference · mailing-list, x_refsource_MLIST
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
