Lucene search

K
cvelistOpensslCVELIST:CVE-2019-1551
HistoryDec 06, 2019 - 5:20 p.m.

CVE-2019-1551 rsaz_512_sqr overflow bug on x86_64

2019-12-0617:20:14
openssl
www.cve.org
12

AI Score

5.9

Confidence

High

EPSS

0.002

Percentile

60.0%

There is an overflow bug in the x64_64 Montgomery squaring procedure used in exponentiation with 512-bit moduli. No EC algorithms are affected. Analysis suggests that attacks against 2-prime RSA1024, 3-prime RSA1536, and DSA1024 as a result of this defect would be very difficult to perform and are not believed likely. Attacks against DH512 are considered just feasible. However, for an attack the target would have to re-use the DH512 private key, which is not recommended anyway. Also applications directly using the low level API BN_mod_exp may be affected if they use BN_FLG_CONSTTIME. Fixed in OpenSSL 1.1.1e (Affected 1.1.1-1.1.1d). Fixed in OpenSSL 1.0.2u (Affected 1.0.2-1.0.2t).

CNA Affected

[
  {
    "product": "OpenSSL",
    "vendor": "OpenSSL",
    "versions": [
      {
        "status": "affected",
        "version": "Fixed in OpenSSL 1.1.1e (Affected 1.1.1-1.1.1d)"
      },
      {
        "status": "affected",
        "version": "Fixed in OpenSSL 1.0.2u (Affected 1.0.2-1.0.2t)"
      }
    ]
  }
]

References