F-2025-0011·information-disclosure

Logging sensitive objects to console

Fixedpentesttypescriptbackend
TL;DR

Sensitive objects (including auth/session and account-derived data) were logged to the browser console, leaking information to anyone with developer tools open or to remote-debug environments.

Severity
INFO
Impact
LOW
Likelihood
LOW
Method
MManual review
CAT.
Complexity
LOW
Exploitability
LOW
02Section · Description

Description

The frontend logged sensitive runtime objects to console.log, including session data and user account derivatives. While not directly exploitable, this leaks information to anyone observing the console (including pair-sessions, screen recordings, remote-debug bridges, or third-party scripts that hook the console API).

03Section · Impact

Impact

Informational. Lowers the threshold for opportunistic information leakage.

04Section · Recommendation

Recommendation

Remove sensitive console.log calls from production builds. Use a structured logger that drops sensitive fields by default and ships to a controlled telemetry destination, not the browser console.

Ipal Network: Confirmed. Zealynx: Fixed.

Status
Fixed
F-2025-0011