Security readout for executives and security teams
Plain-English summary
CVE-2020-25658 is a confidentiality flaw in the python-rsa library. A network attacker who can send data to an application’s RSA decryption function may use timing differences to recover portions of encrypted ciphertext. The business concern is exposure of secrets protected by RSA, not system takeover.
Executive priority
Treat as high priority where python-rsa decrypts externally supplied data or protects sensitive secrets. The issue is narrower than remote code execution, but successful exploitation can undermine confidentiality of RSA-protected data.
Technical view
python-rsa after version 3.0 inclusive is reported vulnerable to Bleichenbacher timing attacks through its RSA decryption API. The CVSS 3.1 score is 7.5, network exploitable, low complexity, no privileges, no user interaction, with high confidentiality impact only.
Likely exposure
Exposure is most likely in Python services or tools that use python-rsa to decrypt attacker-controlled RSA ciphertext, especially over a network API. Applications that do not use python-rsa, or only use it away from untrusted inputs, are less likely exposed.
Exploitation context
The source bundle does not show CISA KEV listing or public evidence of active exploitation. The attack class is practical when an attacker can repeatedly interact with a vulnerable RSA decryption path and observe timing behavior.
Researcher notes
Evidence identifies CWE-385 and a Bleichenbacher-style timing side channel. The supplied sources do not name a specific upstream fixed version, so remediation validation should be anchored to python-rsa, Red Hat, Fedora, or distribution advisories rather than assumptions.
Mitigation direction
- Inventory applications and dependencies for python-rsa usage.
- Check python-rsa and OS vendor guidance for fixed package versions.
- Prioritize services exposing RSA decryption to untrusted network input.
- Reduce or remove vulnerable RSA decryption paths where feasible.
- Apply Fedora or distribution security updates where applicable.
Validation and detection
- Confirm installed python-rsa versions in application dependency manifests and runtime environments.
- Identify code paths calling the python-rsa RSA decryption API.
- Determine whether those paths accept attacker-controlled ciphertext.
- Review vendor advisories for package status and remediation details.
- Check whether affected services are internet-facing or internally reachable.
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.
CWE-385: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
Open ATT&CK lookupCVE-2020-25658 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
- High
- CVSS
- 7.5 (3.1)
- Known Exploited
- No
- Published
Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
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 vector scores
1 official scoreWe collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N3.93.6Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
7.5HighVector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Source materials
- CVE List V5 sourceCVE List V5
- https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2020-25658CVE reference · x_refsource_CONFIRM
- https://github.com/sybrenstuvel/python-rsa/issues/165CVE reference · x_refsource_MISC
- FEDORA-2021-783a157adcCVE reference · vendor-advisory, x_refsource_FEDORA
- FEDORA-2021-c1fef03e71CVE reference · vendor-advisory, x_refsource_FEDORA
- FEDORA-2021-15e50503d6CVE reference · vendor-advisory, x_refsource_FEDORA
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.
