Back to overview

CVE-2024-56141

MEDIUM
5.0
CVSS 3.1
Description
Minosoft is an open-source, multi-version Minecraft Java Edition client written in Kotlin. Starting in commit f1ae30e2b046a490026a8413b075685deb795122, the CryptManager  encryption routine ( CryptManager.kt ) initializes its AES cipher using an initialization vector (IV) that is set equal to the secret key rather than to a sufficiently random value. Because the IV is not random and is derived directly from the key, the encryption is vulnerable to chosen-ciphertext/chosen-plaintext attacks: an attacker who can submit specific messages for encryption can recover the secret key. This affects all versions supporting Minecraft protocol 1.7 and later. No patched version is available, and no known workarounds are available.

Metadata

CVE ID
CVE-2024-56141
State
PUBLISHED
Assigner
GitHub_M
Reserved
2024-12-16 18:04 UTC
Published
2026-07-06 23:17 UTC
Last updated
2026-07-06 23:17 UTC
Primary CWE
CWE-329
CWE-329: Generation of Predictable IV with CBC Mode
Vendor / Product
Bixilon / Minosoft
Sources
cve.org  ·  NVD

Severity & Metrics

5.0 MEDIUM CVSS 3.1
CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:L
Affected products (1)
VendorProductPlatformVersions
Bixilon Minosoft >= f1ae30e2b046a490026a8413b075685deb795122
Weakness (CWE)
CWESourceDescription
CWE-329 cna CWE-329: Generation of Predictable IV with CBC Mode
CVSS scores (1)
ScoreSeverityVersionSourceVector
5.0 MEDIUM 3.1 cna CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:L
References (2)
Back to overview