Cyber Resilience

CVE-2024-2365

Crypto Weakness in Kirillmakarov Musicshelf 1.1

Public PoCCrypto Weakness
Published
11 March 2024
Modified
17 June 2026
CVSS Score v3.1 1.6
Click a component to see what it means
Raw vectorCVSS:3.1/AV:P/AC:H/PR:H/UI:N/S:U/C:L/I:N/A:N
EPSS Score 0.0028 20th percentile
Risk Priority 17 floored blend · peak EPSS

Summary

CVE-2024-2365 is a low-severity Use of Password Hash With Insufficient Computational Effort (CWE-916) vulnerability in Kirillmakarov Musicshelf. Its CVSS base score is 1.6 (Low).

Operationally, exploitation aligns with the MITRE ATT&CK technique Brute Force (T1110); ranked at the 20th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified map to SC-13 (Cryptographic Protection) and IA-5 (Authenticator Management) — see the control section below for these in your framework.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

A vulnerability classified as problematic was found in Musicshelf 1.0/1.1 on Android. Affected by this vulnerability is an unknown functionality of the file io\fabric\sdk\android\services\network\PinningTrustManager.java of the component SHA-1 Handler. The manipulation leads to password hash with insufficient computational effort. It…

more

is possible to launch the attack on the physical device. The complexity of an attack is rather high. The exploitation appears to be difficult. The exploit has been disclosed to the public and may be used. The identifier VDB-256321 was assigned to this vulnerability.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1110 Brute Force Credential Access
Adversaries may use brute force techniques to gain access to accounts when passwords are unknown or when password hashes are obtained.
T1110.002 Password Cracking Credential Access
Adversaries may use password cracking to attempt to recover usable credentials, such as plaintext passwords, when credential material such as password hashes are obtained.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2024-2364Same product: Kirillmakarov Musicshelf
CVE-2024-5743Shared CWE-916
CVE-2024-24553Shared CWE-916
CVE-2025-24340Shared CWE-916
CVE-2023-27580Shared CWE-916
CVE-2023-34433Shared CWE-916
CVE-2023-31412Shared CWE-916
CVE-2023-4986Shared CWE-916
CVE-2023-0567Shared CWE-916
CVE-2026-57310Shared CWE-916

Affected Assets

kirillmakarov
musicshelf
1.1

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)

Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)
  • V11.4.2

Mitigating Controls (NIST 800-53 r5) AI

Cryptographic protection mandates selection and use of approved algorithms whose parameters can include sufficient work factors for password hashing.

Authenticator management requires secure generation, distribution, and storage of passwords, directly enforcing computationally expensive hashing schemes.

Protection of information at rest requires cryptographic safeguards on stored password hashes, reducing exposure to offline cracking.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.DS-01 mostly match
prevents

Proper password hashing is a direct instance of using cryptographic hashes to protect data-at-rest.

PR.PS-06 mostly match
prevents

Secure development practices explicitly include selection and configuration of strong, computationally expensive password hashes.

PR.AA-03 partial match
prevents

Authentication policies may reference password handling but do not address storage or computational cost of hashes.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

degrades

Requires secure handling of authentication information, which includes choosing strong password hashing schemes.

prevents

Requires appropriate use of cryptography, which encompasses selecting strong hashing algorithms for passwords.

prevents

Secure coding practices include implementing password storage with adequate computational effort.

degrades

Mandates secure authentication mechanisms, directly addressing the need for computationally strong password hashes.

References