CVE-2025-66910
Gravedad CVSS v3.1:
MEDIA
Tipo:
CWE-256
Almacenamiento de un contraseña en texto claro
Fecha de publicación:
19/12/2025
Última modificación:
19/12/2025
Descripción
*** Pendiente de traducción *** 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.
Impacto
Puntuación base 3.x
6.00
Gravedad 3.x
MEDIA
Referencias a soluciones, herramientas e información
- https://github.com/Xzzz111/public_cve_report/blob/main/CVE-2025-66910_report.md
- https://github.com/turms-im/turms
- https://github.com/turms-im/turms/blob/develop/turms-server-common/src/main/java/im/turms/server/common/domain/admin/bo/AdminInfo.java#L34
- https://github.com/turms-im/turms/blob/develop/turms-server-common/src/main/java/im/turms/server/common/domain/admin/service/BaseAdminService.java#L237



