Asustor Security Advisory AS-2025-001 Concerning Vulnerability in Docker Engine
Certain versions of Docker Engine have a security vulnerability about Go JOSE, and issues have been fixed in latest release of Docker Engine 28.0.1.
This is a Press Release edited by StorageNewsletter.com on June 2, 2025 at 2:00 pmAsustor, Inc. had published a security advisory concerning the Docker Engine using in its NAS.
Severity: Moderate
Status: Ongoing
Statement
Certain versions of Docker Engine have a security vulnerability about Go JOSE, and the issues have been fixed in the latest release of Docker Engine 28.0.1.
CVE-2025-27144 will affect Asustor products with ADM 4.3 onward which the Docker Engine 27.1.1 is installed. Updates with new Docker Engine version will be released as soon as possible.
-
Docker Engine 28.1.1.r52 for ADM 5.0 had been released to App Central to resolve the issues.
Affected Products
Product |
Severity |
Fixed Release Availability |
---|---|---|
ADM 4.3, 4.2 and 4.1 |
Moderate |
Ongoing |
ADM 5.0 |
Moderate |
Update Docker Engine to 28.1.1.r52 for fixing the issues |
Detail
-
-
Severity: Medium
-
Go JOSE provides an implementation of the Javascript Object Signing and Encryption set of standards in Go, including support for JSON Web Encryption (JWE), JSON Web Signature (JWS), and JSON Web Token (JWT) standards. In versions on the 4.x branch prior to version 4.0.5, when parsing compact JWS or JWE input, Go JOSE could use excessive memory. The code used strings.Split(token, “.”) to split JWT tokens, which is vulnerable to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this by sending numerous malformed tokens, leading to memory exhaustion and a Denial of Service. Version 4.0.5 fixes this issue. As a workaround, applications could pre-validate that payloads passed to Go JOSE do not contain an excessive number of `.` characters.
-
Reference
Revision
Revision |
Date |
Description |
---|---|---|
1 |
2025-05-02 |
Initial public release. |
2 |
2025-05-20 |
Update Docker Engine to 28.1.1.r52 for fixing the issues on ADM 5.0 and above. |