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

No CVSS.

Configurations

No configuration.

History

12 May 2025, 17:32

Type Values Removed Values Added
Summary
  • (es) Programs/P73_SimplePythonEncryption.py ilustra un ejemplo sencillo de cifrado en Python con el algoritmo RSA. En versiones anteriores a el commit 6ce60b1, un atacante podría descifrar los datos mediante ataques de fuerza bruta, lo que afectaría a toda la aplicación. Este problema se ha corregido en el commit 6ce60b1. Un workaround consiste en aumentar el tamaño de la clave: para RSA o DSA, este debe ser de al menos 2048 bits y para ECC, de al menos 256 bits.

08 May 2025, 20:15

Type Values Removed Values Added
New CVE

Information

Published : 2025-05-08 20:15

Updated : 2025-05-12 17:32


NVD link : CVE-2025-46833

Mitre link : CVE-2025-46833

CVE.ORG link : CVE-2025-46833


JSON object : View

Products Affected

No product.

CWE
CWE-326

Inadequate Encryption Strength