mirror of
https://github.com/netbirdio/advisory-database.git
synced 2026-05-22 18:04:22 -07:00
Publish Advisories
GHSA-8w7f-8pr9-xgwj GHSA-v75g-77vf-6jjq
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"schema_version": "1.4.0",
|
||||
"id": "GHSA-8w7f-8pr9-xgwj",
|
||||
"modified": "2025-05-30T15:25:31Z",
|
||||
"modified": "2025-06-03T01:10:36Z",
|
||||
"published": "2025-05-30T09:30:27Z",
|
||||
"aliases": [
|
||||
"CVE-2025-48912"
|
||||
@@ -47,6 +47,10 @@
|
||||
{
|
||||
"type": "WEB",
|
||||
"url": "https://lists.apache.org/thread/ms2t2oq218hb7l628trsogo4fj7h1135"
|
||||
},
|
||||
{
|
||||
"type": "WEB",
|
||||
"url": "http://www.openwall.com/lists/oss-security/2025/05/30/3"
|
||||
}
|
||||
],
|
||||
"database_specific": {
|
||||
|
||||
@@ -1,9 +1,11 @@
|
||||
{
|
||||
"schema_version": "1.4.0",
|
||||
"id": "GHSA-v75g-77vf-6jjq",
|
||||
"modified": "2025-05-30T20:01:10Z",
|
||||
"modified": "2025-06-03T01:10:53Z",
|
||||
"published": "2025-05-30T20:01:10Z",
|
||||
"aliases": [],
|
||||
"aliases": [
|
||||
"CVE-2025-48955"
|
||||
],
|
||||
"summary": "Para Server Logs Sensitive Information",
|
||||
"details": "CWE ID: CWE-532 (Insertion of Sensitive Information into Log File)\nCVSS: 7.5 (High)\nVector: CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N\n\n**Affected Component:** Para Server Initialization Logging\n**Version:** Para v1.50.6\n**File Path:** `para-1.50.6/para-server/src/main/java/com/erudika/para/server/utils/HealthUtils.java`\n**Vulnerable Line(s):** Line 132 (via `logger.info(...)` with root credentials)\n\nTechnical Details:\n\nThe vulnerability is located in the HealthUtils.java file, where a failed configuration file write triggers the following logging statement:\n```java\nlogger.info(\"Initialized root app with access key '{}' and secret '{}', but could not write these to {}.\",\n rootAppCredentials.get(\"accessKey\"),\n rootAppCredentials.get(\"secretKey\"),\n confFile);\n```\nThis 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.",
|
||||
"severity": [
|
||||
@@ -38,6 +40,10 @@
|
||||
"type": "WEB",
|
||||
"url": "https://github.com/Erudika/para/security/advisories/GHSA-v75g-77vf-6jjq"
|
||||
},
|
||||
{
|
||||
"type": "ADVISORY",
|
||||
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-48955"
|
||||
},
|
||||
{
|
||||
"type": "WEB",
|
||||
"url": "https://github.com/Erudika/para/commit/1e8a89558542854bb0683ab234c4429ad93b0835"
|
||||
@@ -54,6 +60,6 @@
|
||||
"severity": "MODERATE",
|
||||
"github_reviewed": true,
|
||||
"github_reviewed_at": "2025-05-30T20:01:10Z",
|
||||
"nvd_published_at": null
|
||||
"nvd_published_at": "2025-06-02T12:15:25Z"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user