Security readout for executives and security teams
Plain-English summary
This OpenSSL flaw can turn decryption success or failure messages into a signal that helps recover protected content. It matters most for services that automatically decrypt CMS/PKCS7 or RSA-encrypted input and reveal whether decryption worked. The sources do not show active exploitation.
Executive priority
Treat this as a targeted crypto-library remediation item, not a broad emergency. Prioritize internet-facing or partner-facing systems that automatically decrypt encrypted messages and leak success or failure. Routine fleet patching should still close the issue because OpenSSL is widely embedded.
Technical view
CVE-2019-1563 is a Bleichenbacher-style padding oracle in OpenSSL PKCS7_dataDecode and CMS_decrypt_set1_pkey. Affected ranges are OpenSSL 1.1.1 through 1.1.1c, 1.1.0 through 1.1.0k, and 1.0.2 through 1.0.2s. OpenSSL fixed it in 1.1.1d, 1.1.0l, and 1.0.2t.
Likely exposure
Exposure is most likely in custom applications, mail/security gateways, or automation that accepts attacker-controlled encrypted CMS/PKCS7 or RSA messages and returns distinguishable decryption success or failure notifications. Applications using a certificate with the private key to select the recipient info are described as not affected.
Exploitation context
Successful abuse requires many decryption attempts and an observable success/failure oracle. The provided bundle has no KEV listing and no cited evidence of active exploitation. Risk increases when automated decryption is reachable by untrusted users.
Researcher notes
The critical condition is oracle visibility, not merely having OpenSSL installed. Focus validation on reachable decryption workflows, API usage, linked library versions, and whether responses differ on padding or recipient failures. The source description explicitly narrows non-affected CMS_decrypt and PKCS7_decrypt usage when a certificate accompanies the private key.
Mitigation direction
- Upgrade OpenSSL to 1.1.1d, 1.1.0l, 1.0.2t, or vendor-patched packages.
- Apply distribution advisories from Debian, Fedora, openSUSE, Ubuntu, Slackware, Gentoo, or Oracle as applicable.
- Inventory applications using PKCS7_decrypt, CMS_decrypt, PKCS7_dataDecode, or CMS_decrypt_set1_pkey.
- Review vendor guidance for packaged products embedding OpenSSL.
- Avoid exposing distinguishable automated decryption success or failure responses to untrusted callers.
Validation and detection
- Confirm OpenSSL runtime and linked library versions on affected hosts and containers.
- Check package manager advisories for the fixed distribution build, not only upstream version strings.
- Identify services that decrypt CMS/PKCS7 or RSA-encrypted messages automatically.
- Verify applications use certificate-plus-private-key recipient selection where relevant.
- Review logs for unusually high volumes of failed decryption attempts.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
CVE-2019-1563 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
Open ATT&CK lookup- Severity
- Unknown
- CVSS
- Not scored
- Known Exploited
- No
- Published
CNA and ADP enrichment extracted from CVE v5
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
CVSS and timeline data
No CVSS vectors or timeline events were available in the normalized CVE source material.
Source materials
- CVE List V5 sourceCVE List V5
- 20190912 [slackware-security] openssl (SSA:2019-254-03)CVE reference · mailing-list, x_refsource_BUGTRAQ
- FEDORA-2019-d15aac6c4eCVE reference · vendor-advisory, x_refsource_FEDORA
- [debian-lts-announce] 20190925 [SECURITY] [DLA 1932-1] openssl security updateCVE reference · mailing-list, x_refsource_MLIST
- FEDORA-2019-d51641f152CVE reference · vendor-advisory, x_refsource_FEDORA
- 20191001 [SECURITY] [DSA 4539-1] openssl security updateCVE reference · mailing-list, x_refsource_BUGTRAQ
- 20191001 [SECURITY] [DSA 4540-1] openssl1.0 security updateCVE reference · mailing-list, x_refsource_BUGTRAQ
- DSA-4539CVE reference · vendor-advisory, x_refsource_DEBIAN
- DSA-4540CVE reference · vendor-advisory, x_refsource_DEBIAN
- GLSA-201911-04CVE reference · vendor-advisory, x_refsource_GENTOO
- USN-4376-1CVE reference · vendor-advisory, x_refsource_UBUNTU
- https://www.oracle.com/security-alerts/cpuapr2020.htmlCVE reference · x_refsource_MISC
- https://www.oracle.com/security-alerts/cpujul2020.htmlCVE reference · x_refsource_MISC
- https://www.oracle.com/technetwork/security-advisory/cpuoct2019-5072832.htmlCVE reference · x_refsource_MISC
- https://www.oracle.com/security-alerts/cpujan2020.htmlCVE reference · x_refsource_MISC
- https://www.openssl.org/news/secadv/20190910.txtCVE reference · x_refsource_CONFIRM
- https://security.netapp.com/advisory/ntap-20190919-0002/CVE reference · x_refsource_CONFIRM
- https://www.tenable.com/security/tns-2019-09CVE reference · x_refsource_CONFIRM
- https://git.openssl.org/gitweb/?p=openssl.git%3Ba=commitdiff%3Bh=08229ad838c50f644d7e928e2eef147b4308ad64CVE reference · x_refsource_CONFIRM
- https://git.openssl.org/gitweb/?p=openssl.git%3Ba=commitdiff%3Bh=631f94db0065c78181ca9ba5546ebc8bb3884b97CVE reference · x_refsource_CONFIRM
- https://git.openssl.org/gitweb/?p=openssl.git%3Ba=commitdiff%3Bh=e21f8cf78a125cd3c8c0d1a1a6c8bb0b901f893fCVE reference · x_refsource_CONFIRM
- https://support.f5.com/csp/article/K97324400?utm_source=f5support&%3Butm_medium=RSSCVE reference · x_refsource_CONFIRM
- USN-4376-2CVE reference · vendor-advisory, x_refsource_UBUNTU
- USN-4504-1CVE reference · vendor-advisory, x_refsource_UBUNTU
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
