Advisory Database
  • Advisories
  • Dependency Scanning
  1. maven
  2. ›
  3. com.erudika/para-server
  4. ›
  5. GHSA-v75g-77vf-6jjq

GHSA-v75g-77vf-6jjq: Para Server Logs Sensitive Information

May 30, 2025

CWE ID: CWE-532 (Insertion of Sensitive Information into Log File) CVSS: 7.5 (High) Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N

Affected Component: Para Server Initialization Logging Version: Para v1.50.6 File Path: para-1.50.6/para-server/src/main/java/com/erudika/para/server/utils/HealthUtils.java Vulnerable Line(s): Line 132 (via logger.info(...) with root credentials)

Technical Details:

The vulnerability is located in the HealthUtils.java file, where a failed configuration file write triggers the following logging statement:

logger.info("Initialized root app with access key '{}' and secret '{}', but could not write these to {}.",
rootAppCredentials.get("accessKey"),
rootAppCredentials.get("secretKey"),
confFile);

This exposes both access and secret keys in logs without redaction. These credentials are later reused in variable assignments for persistence but do not require logging for debugging or system health purposes.

References

  • github.com/Erudika/para
  • github.com/Erudika/para/commit/1e8a89558542854bb0683ab234c4429ad93b0835
  • github.com/Erudika/para/security/advisories/GHSA-v75g-77vf-6jjq
  • github.com/advisories/GHSA-v75g-77vf-6jjq

Code Behaviors & Features

Detect and mitigate GHSA-v75g-77vf-6jjq with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 1.50.8

Fixed versions

  • 1.50.8

Solution

Upgrade to version 1.50.8 or above.

Impact 6.2 MEDIUM

CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N

Learn more about CVSS

Weakness

  • CWE-532: Insertion of Sensitive Information into Log File

Source file

maven/com.erudika/para-server/GHSA-v75g-77vf-6jjq.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Tue, 19 Aug 2025 12:19:24 +0000.