{ "schema_version": "1.4.0", "id": "GHSA-9q4x-fr4m-jp86", "modified": "2025-04-03T00:31:31Z", "published": "2025-03-23T15:30:33Z", "aliases": [ "CVE-2025-27553" ], "summary": "Apache Commons VFS Has Relative Path Traversal Vulnerability", "details": "Relative Path Traversal vulnerability in Apache Commons VFS before 2.10.0.\n\nThe FileObject API in Commons VFS has a 'resolveFile' method that\ntakes a 'scope' parameter. Specifying 'NameScope.DESCENDENT' promises that \"an exception is thrown if the resolved file is not a descendent of\nthe base file\". However, when the path contains encoded \"..\"\ncharacters (for example, \"%2E%2E/bar.txt\"), it might return file objects that are not\na descendent of the base file, without throwing an exception.\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": [ { "type": "CVSS_V3", "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A: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-27553" }, { "type": "PACKAGE", "url": "https://github.com/apache/commons-vfs" }, { "type": "WEB", "url": "https://lists.apache.org/thread/cnzqowyw9r2pl263cylmxhnvh41hyjcb" }, { "type": "WEB", "url": "https://lists.debian.org/debian-lts-announce/2025/04/msg00006.html" }, { "type": "WEB", "url": "http://www.openwall.com/lists/oss-security/2025/03/23/1" } ], "database_specific": { "cwe_ids": [ "CWE-23" ], "severity": "HIGH", "github_reviewed": true, "github_reviewed_at": "2025-03-25T03:21:09Z", "nvd_published_at": "2025-03-23T15:15:13Z" } }