CVE-2025-66910

MEDIUM EPSS 9.3%
Published Dec 19, 20256mo ago · Modified Jun 17, 20261w ago
6.0 CVSS 3.1
Medium
Find Similar
Published Dec 19, 2025 6mo ago
Last Modified Jun 17, 2026 1w ago

Description

Turms Server v0.10.0-SNAPSHOT and earlier contains a plaintext password storage vulnerability in the administrator authentication system. The BaseAdminService class caches administrator passwords in plaintext within AdminInfo objects to optimize authentication performance. Upon successful login, raw passwords are stored unencrypted in memory in the rawPassword field. Attackers with local system access can extract these passwords through memory dumps, heap analysis, or debugger attachment, bypassing bcrypt protection.

CVSS Details

Base Score
6.0
Exploitability
0.8
Impact
5.2
Vector string
CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:N
Attack Vector Local
Attack Complexity Low
Privileges Required High
User Interaction None
Scope Unchanged
Confidentiality High
Integrity High
Availability None

Threat Intelligence

EPSS Exploit Probability
9.3% percentile
Exploit & Patch Status
Public Exploit Known
No Patch Available

Weaknesses 2

CWE-256
CWE-532

Affected Products 1

VendorProductVersionRange
turms-imturms0.10.0-snapshotany

References 4

  • github.com https://github.com/Xzzz111/public_cve_report/blob/main/CVE-2025-66910_report.md
    ExploitThird Party Advisory
  • github.com https://github.com/turms-im/turms
    Product
  • github.com https://github.com/turms-im/turms/blob/develop/turms-server-common/src/main/java/im/turms/server/common/domain/admin/bo/AdminInfo.java#L34
    Product
  • github.com https://github.com/turms-im/turms/blob/develop/turms-server-common/src/main/java/im/turms/server/common/domain/admin/service/BaseAdminService.java#L237
    Product

Remediation

No remediation data recorded yet

Check vendor advisories and the NVD entry for patch availability.