CVE-2025-46833

CVE-2025-46833 is a medium-severity vulnerability with a CVSS 4.0 base score of 4.6. It is not currently listed as actively exploited by CISA, and its EPSS exploit-prediction score is low. The underlying weakness is classified as CWE-326.

Key facts

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.

Frequently asked questions

What is CVE-2025-46833?
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.
How severe is CVE-2025-46833?
CVE-2025-46833 has a CVSS 4.0 base score of 4.6, rated medium severity.
Is CVE-2025-46833 being actively exploited?
It is not currently listed in CISA's KEV catalog. Its EPSS exploit-prediction score is 0% (13th percentile), an estimate of the probability of exploitation in the next 30 days.
How do I fix CVE-2025-46833?
Review the linked vendor and NVD advisories for patched versions and mitigations, then upgrade or apply the recommended workaround.
Does CVE-2025-46833 have an EU (EUVD) identifier?
Yes. CVE-2025-46833 is tracked in the ENISA EU Vulnerability Database (EUVD) as EUVD-2025-14042.
When was CVE-2025-46833 published?
CVE-2025-46833 was published on 2025-05-08 and last updated on 2026-06-17.

References

Other CWE-326 (Inadequate Encryption Strength) vulnerabilities

Browse all CWE-326 (Inadequate Encryption Strength) vulnerabilities →