NONE · 0

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 br...

Vulnerability 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.

Related Weaknesses (CWE)

References

FAQ

What is CVE-2025-46833?

CVE-2025-46833 is a documented vulnerability. 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 br...

How severe is CVE-2025-46833?

CVSS scoring is not yet available for CVE-2025-46833. Check NVD for updates.

Is there a patch for CVE-2025-46833?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.