CVE-2025-3426

We observed that Intellispace Portal binaries doesn’t have any protection mechanisms to prevent reverse engineering. Specifically, the app’s code is not obfuscated, and no measures are in place to protect against decompilation, disassembly, or debugging. As a result, attackers can reverse-engineer the application to gain insights into its internal workings, which can potentially lead to the discovery of sensitive information, business logic flaws, and other vulnerabilities. Utilizing this flaw, the attacker was able to identify the Hardcoded credentials from PortalUsersDatabase.dll, which contains .NET remoting definition. Inside the namespace PortalUsersDatabase, the class Users contains the functions CreateAdmin and CreateService that are used to initialize accounts in the Portal service. Both CreateAdmin and CreateService functions contain a hardcoded encrypted password along with its respective salt that are set with the function SetInitialPasswordAndSalt. This issue affects IntelliSpace Portal: 12 and prior; Advanced Visualization Workspace: 15.
CVSS

No CVSS.

Configurations

No configuration.

History

10 Apr 2025, 16:15

Type Values Removed Values Added
References
  • () https://www.philips.com/a-w/security/security-advisories.html#security_advisories -

08 Apr 2025, 18:14

Type Values Removed Values Added
Summary
  • (es) Observamos que los binarios de Intellispace Portal carecen de mecanismos de protección para evitar la ingeniería inversa. En concreto, el código de la aplicación no está ofuscado y no existen medidas de protección contra la descompilación, el desensamblado ni la depuración. Como resultado, los atacantes pueden aplicar ingeniería inversa a la aplicación para obtener información sobre su funcionamiento interno, lo que podría conducir al descubrimiento de información confidencial, fallos de lógica de negocio y otras vulnerabilidades. Aprovechando esta vulnerabilidad, el atacante pudo identificar las credenciales codificadas de PortalUsersDatabase.dll, que contiene la definición de comunicación remota .NET. Dentro del espacio de nombres PortalUsersDatabase, la clase Users contiene las funciones CreateAdmin y CreateService, que se utilizan para inicializar cuentas en el servicio Portal. Ambas funciones, CreateAdmin y CreateService, contienen una contraseña cifrada codificada junto con su respectiva sal, que se configura con la función SetInitialPasswordAndSalt. Este problema afecta a IntelliSpace Portal: versión 12 y anteriores; Advanced Visualization Workspace: versión 15.

07 Apr 2025, 17:15

Type Values Removed Values Added
New CVE

Information

Published : 2025-04-07 17:15

Updated : 2025-04-10 16:15


NVD link : CVE-2025-3426

Mitre link : CVE-2025-3426

CVE.ORG link : CVE-2025-3426


JSON object : View

Products Affected

No product.

CWE
CWE-798

Use of Hard-coded Credentials