CVE-2025-46833 Details
Description
Programs/P73_SimplePythonEncryption.py illustrates a simple Python encryption example using the RSA Algorithm. In versions prior to commit 6ce60b1, an attacker may be able to decrypt the data using brute force attacks and because of this the whole application can be impacted. This issue has been patched in commit 6ce60b1. A workaround involves increasing the key size, for RSA or DSA this is at least 2048 bits, for ECC this is at least 256 bits.
A vulnerability exists in the Python Simple Encryption Program in the file Programs/P73_SimplePythonEncryption.py, specifically in version 1.1 prior to the patch in version 1.2. The issue arises from the use of a weak cryptographic key, which allows an attacker to potentially decrypt data through brute force attacks, impacting the entire application.
Users can increase the key size to at least 2048 bits for RSA or DSA, and at least 256 bits for ECC. After applying this workaround, users should upgrade to version 1.2.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed May 8, 2025CISA-ADP
Assessed May 8, 2025References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-326 | Inadequate Encryption Strength | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| ShashikantSingh09 P73_SimplePythonEncryption.py | All versions |
CPE
Remediation
| |
Change History
3 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| May 8, 2025 | New CVE Received | [email protected] |
Volerion