{"id":"CVE-2025-49009","aliases":["GHSA-qx7g-fx8q-545g"],"url":"https://o3.security/vulnerability/CVE-2025-49009","summary":"Para Inserts Sensitive Information into Log File for Facebook authentication","details":"CWE ID: CWE-532 (Insertion of Sensitive Information into Log File)\nCVSS: 6.2 (Medium)\nVector: CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N\n\n**Affected Component:** Facebook Authentication Logging\n**Version:** Para v1.50.6\n**File Path:** para-1.50.6/para-server/src/main/java/com/erudika/para/server/security/filters/FacebookAuthFilter.java\n**Vulnerable Line(s):** Line 184 (logger.warn(...) with raw access token)\n\nTechnical Details:\n\nThe vulnerability is located in FacebookAuthFilter.java, where a failed request to Facebook’s user profile endpoint triggers the following log statement:\n```java\nlogger.warn(\"Facebook auth request failed: GET \" + PROFILE_URL + accessToken, e);`\n```\n\nHere, `PROFILE_URL` is a constant:\n```java\nprivate static final String PROFILE_URL = \"https://graph.facebook.com/me?fields=name,email,picture.width(400).type(square).height(400)&access_token=\";\n```\nThis results in the full request URL being logged, including the user's access token in plain text. Since WARN-level logs are often retained in production and accessible to operators or log aggregation systems, this poses a risk of token exposure.","published":"2025-06-05T16:40:27.978Z","modified":"2026-08-12T14:52:40.917063Z","cvss":{"score":6.2,"severity":"MEDIUM","vector":"CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N"},"epss":null,"cisaKev":null,"exploitsKnown":0,"affectedPackages":[{"ecosystem":"Maven","name":"com.erudika:para-server","fixedVersion":"1.50.8"}],"fix":{"url":"https://github.com/Erudika/para/commit/46a908d887da02037384193f70a69345f04887cf","label":"Erudika/para@46a908d"},"references":[{"type":"ADVISORY","url":"https://github.com/CVEProject/cvelistV5/tree/main/cves/2025/49xxx/CVE-2025-49009.json"},{"type":"ADVISORY","url":"https://github.com/Erudika/para/security/advisories/GHSA-qx7g-fx8q-545g"},{"type":"ADVISORY","url":"https://nvd.nist.gov/vuln/detail/CVE-2025-49009"},{"type":"FIX","url":"https://github.com/Erudika/para/commit/46a908d887da02037384193f70a69345f04887cf"},{"type":"PACKAGE","url":"https://github.com/Erudika/para"}],"provenance":{"sources":["OSV.dev","FIRST.org (EPSS)"],"lastVerified":"2026-08-12T14:52:40.917063Z"}}