mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-04-30 06:46:49 -04:00
Information Disclosure: High The RTSP client logs all HTTP headers and full RTSP request messages at INFO level, which includes Authorization headers containing credentials (Base64-encoded for Basic auth, hash responses for Digest auth). The WWW-Authenticate challenge header with realm and nonce values is also logged at INFO level. INFO-level logs are commonly collected by system logging daemons and may be stored in world-readable log files, exposing credentials. Downgrade all three logging calls to DEBUG level, which is only enabled during explicit debugging sessions. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| base64.h | ||
| rtsp-client.c | ||
| rtsp-client.h | ||