From 6b338ef561dc6ea3965aec92f7b58b4d22bf0862 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Tue, 25 Mar 2025 03:25:04 +0000 Subject: [PATCH] Publish GHSA-3936-3gx6-49c4 --- .../GHSA-3936-3gx6-49c4.json | 42 ++++++++++++++++--- 1 file changed, 36 insertions(+), 6 deletions(-) rename advisories/{unreviewed => github-reviewed}/2025/03/GHSA-3936-3gx6-49c4/GHSA-3936-3gx6-49c4.json (57%) diff --git a/advisories/unreviewed/2025/03/GHSA-3936-3gx6-49c4/GHSA-3936-3gx6-49c4.json b/advisories/github-reviewed/2025/03/GHSA-3936-3gx6-49c4/GHSA-3936-3gx6-49c4.json similarity index 57% rename from advisories/unreviewed/2025/03/GHSA-3936-3gx6-49c4/GHSA-3936-3gx6-49c4.json rename to advisories/github-reviewed/2025/03/GHSA-3936-3gx6-49c4/GHSA-3936-3gx6-49c4.json index 0062502b6c8..3139e9c089e 100644 --- a/advisories/unreviewed/2025/03/GHSA-3936-3gx6-49c4/GHSA-3936-3gx6-49c4.json +++ b/advisories/github-reviewed/2025/03/GHSA-3936-3gx6-49c4/GHSA-3936-3gx6-49c4.json @@ -1,19 +1,49 @@ { "schema_version": "1.4.0", "id": "GHSA-3936-3gx6-49c4", - "modified": "2025-03-23T21:30:34Z", + "modified": "2025-03-25T03:23:11Z", "published": "2025-03-23T15:30:33Z", "aliases": [ "CVE-2025-30474" ], + "summary": "Apache Commons VFS Exposure of Sensitive Information to an Unauthorized Actor", "details": "Exposure of Sensitive Information to an Unauthorized Actor vulnerability in Apache Commons VFS.\n\nThe FtpFileObject class can throw an exception when a file is not found, revealing the original URI in its message, which may include a password. The fix is to mask the password in the exception message\nThis issue affects Apache Commons VFS: before 2.10.0.\n\nUsers are recommended to upgrade to version 2.10.0, which fixes the issue.", - "severity": [], - "affected": [], + "severity": [ + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Maven", + "name": "org.apache.commons:commons-vfs2" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "2.10.0" + } + ] + } + ] + } + ], "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-30474" }, + { + "type": "PACKAGE", + "url": "https://github.com/apache/commons-vfs" + }, { "type": "WEB", "url": "https://issues.apache.org/jira/browse/VFS-169" @@ -31,9 +61,9 @@ "cwe_ids": [ "CWE-200" ], - "severity": null, - "github_reviewed": false, - "github_reviewed_at": null, + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2025-03-25T03:23:11Z", "nvd_published_at": "2025-03-23T15:15:14Z" } } \ No newline at end of file