First published: Sun Mar 23 2025(Updated: )
Exposure of Sensitive Information to an Unauthorized Actor vulnerability in Apache Commons VFS. The 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 This issue affects Apache Commons VFS: before 2.10.0. Users are recommended to upgrade to version 2.10.0, which fixes the issue.
Credit: security@apache.org
Affected Software | Affected Version | How to fix |
---|---|---|
Apache Commons VFS | <2.10.0 | |
maven/org.apache.commons:commons-vfs2 | <2.10.0 | 2.10.0 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2025-30474 has been classified as a moderate severity vulnerability due to the potential exposure of sensitive information.
To fix CVE-2025-30474, update Apache Commons VFS to version 2.10.0 or later.
CVE-2025-30474 can expose sensitive information, such as passwords, through exception messages when files are not found.
CVE-2025-30474 affects Apache Commons VFS versions up to 2.10.0.
Yes, CVE-2025-30474 is related to file operations as it involves the FtpFileObject class handling file not found exceptions.