We use cookies to help us improve our webpage. Please read our Cookie Policy .

AS-2026-014: OpenSSL

2026-08-03

Severity

Important

Status

Resolved


Statement

The OpenSSL Software Foundation announced multiple vulnerabilities that have been fixed in the latest release of OpenSSL.

CVE-2026-45447 affected ASUSTOR products with ADM 5.0 and above.

  • OpenSSL 3.5.7 has been updated on ADM 5.1.4.RJV2 to resolve the issues.

Affected Products

Product Severity Fixed Release Availability
ADM 5.0 and 5.1 Important Upgrade to ADM 5.1.4.RJV2 or above.

Detail

  • CVE-2026-45447
    • Severity: High
    • CVSS3.1 Base Score: 8.8
    • CVSS3.1 Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
    • Issue summary: A specially crafted PKCS#7 or S/MIME signed message could trigger a use-after-free during PKCS#7 signature verification. Impact summary: A use-after-free may result in process crashes, heap corruption, or potentially remote code execution. When processing a PKCS#7 or S/MIME signed message, if the SignedData digestAlgorithms field is present as an empty ASN.1 SET, OpenSSL may incorrectly free a caller-owned BIO during PKCS7_verify(). A subsequent use of the BIO by the calling application results in a use-after-free condition. In the common case this occurs when the application later calls BIO_free() on the BIO originally passed to PKCS7_verify(). Depending on allocator behavior and application-specific BIO usage patterns, this may result in a crash or other memory corruption. In some application contexts this may potentially be exploitable for remote code execution. Applications that process PKCS#7 or S/MIME signed messages using OpenSSL PKCS#7 APIs may be affected. Applications using the CMS APIs for this processing are not affected. The FIPS modules in 4.0, 3.6, 3.5, 3.4, and 3.0 are not affected by this issue, as the affected code is outside the OpenSSL FIPS module boundary.

Reference


Revision

Revision Date Description
1 2026-07-15 Initial public release.
2 2026-08-03 Release ADM 5.1.4.RJV2 to update OpenSSL version for fixing the issues.