CVE-2026-32108: CWE-863: Incorrect Authorization in 9001 copyparty
Copyparty is a portable file server. Prior to 1.20.12, there was a missing permission-check in the shares feature (the shr global-option). This vulnerability only applies when the shares feature is used for the specific purpose of creating a share of just a single file inside a folder or either the FTP or SFTP server is enabled, and also made publicly accessible. Given these conditions, when a user is browsing a share through either FTP or SFTP (not http or https), they can gain read-access to the remaining files inside the shared folder by guessing/bruteforcing the filenames. It was not possible to descend into subdirectories in this manner; only the sibling files were accessible. This vulnerability is similar to CVE-2025-58753 which was previously fixed for HTTP and HTTPS, but not for FTP. The FTPS server did not yet exist at that time. This vulnerability is fixed in 1.20.12.
AI Analysis
Technical Summary
Copyparty is a portable file server that prior to version 1.20.12 contained an authorization flaw (CWE-863) in its shares feature, specifically when sharing a single file inside a folder combined with FTP or SFTP servers enabled and publicly accessible. The vulnerability allows an attacker who can access the share via FTP or SFTP to bypass intended access restrictions by guessing or brute-forcing sibling filenames within the shared folder, thereby reading files that were not explicitly shared. This flaw does not permit directory traversal into subfolders, limiting the scope to sibling files only. The root cause is a missing permission check for FTP/SFTP access paths, similar to a previously addressed vulnerability affecting HTTP/HTTPS shares (CVE-2025-58753). FTPS was not affected at the time since it did not exist in the product. The vulnerability requires low privileges (authenticated user) and no user interaction, with network attack vector and low impact on confidentiality. The issue was publicly disclosed on March 11, 2026, and fixed in copyparty version 1.20.12. No known active exploits have been reported.
Potential Impact
The primary impact of this vulnerability is unauthorized disclosure of files within a shared folder when FTP or SFTP servers are enabled and publicly accessible. Attackers can gain read access to files that were not intended to be shared by guessing filenames, potentially exposing sensitive or confidential information. However, the inability to traverse subdirectories limits the scope of data exposure. The vulnerability requires the shares feature to be used in a specific way and FTP/SFTP to be publicly accessible, which may reduce the attack surface. Organizations using copyparty for file sharing over FTP/SFTP in public or semi-public environments are at risk of data leakage. The low CVSS score reflects the limited severity, but sensitive data exposure could still have compliance and privacy implications. No impact on data integrity or availability is indicated. The lack of known exploits suggests limited active threat but does not preclude future exploitation.
Mitigation Recommendations
To mitigate this vulnerability, organizations should upgrade copyparty to version 1.20.12 or later where the authorization check is properly enforced. Until upgrade is possible, administrators should avoid enabling the shares feature for single-file shares combined with FTP or SFTP servers that are publicly accessible. Restrict FTP/SFTP access to trusted networks or authenticated users only, and disable anonymous or public access. Implement strong filename policies to reduce the risk of successful brute-force guessing, such as using unpredictable filenames. Monitor FTP/SFTP logs for unusual access patterns or repeated failed attempts to guess filenames. Consider using FTPS or HTTPS shares instead, as these are not affected by this vulnerability. Regularly audit share configurations and permissions to ensure least privilege principles are enforced. Finally, educate users and administrators about the risks of exposing file shares over FTP/SFTP without proper access controls.
Affected Countries
United States, Germany, United Kingdom, France, Japan, South Korea, Canada, Australia, Netherlands, Sweden
CVE-2026-32108: CWE-863: Incorrect Authorization in 9001 copyparty
Description
Copyparty is a portable file server. Prior to 1.20.12, there was a missing permission-check in the shares feature (the shr global-option). This vulnerability only applies when the shares feature is used for the specific purpose of creating a share of just a single file inside a folder or either the FTP or SFTP server is enabled, and also made publicly accessible. Given these conditions, when a user is browsing a share through either FTP or SFTP (not http or https), they can gain read-access to the remaining files inside the shared folder by guessing/bruteforcing the filenames. It was not possible to descend into subdirectories in this manner; only the sibling files were accessible. This vulnerability is similar to CVE-2025-58753 which was previously fixed for HTTP and HTTPS, but not for FTP. The FTPS server did not yet exist at that time. This vulnerability is fixed in 1.20.12.
AI-Powered Analysis
Technical Analysis
Copyparty is a portable file server that prior to version 1.20.12 contained an authorization flaw (CWE-863) in its shares feature, specifically when sharing a single file inside a folder combined with FTP or SFTP servers enabled and publicly accessible. The vulnerability allows an attacker who can access the share via FTP or SFTP to bypass intended access restrictions by guessing or brute-forcing sibling filenames within the shared folder, thereby reading files that were not explicitly shared. This flaw does not permit directory traversal into subfolders, limiting the scope to sibling files only. The root cause is a missing permission check for FTP/SFTP access paths, similar to a previously addressed vulnerability affecting HTTP/HTTPS shares (CVE-2025-58753). FTPS was not affected at the time since it did not exist in the product. The vulnerability requires low privileges (authenticated user) and no user interaction, with network attack vector and low impact on confidentiality. The issue was publicly disclosed on March 11, 2026, and fixed in copyparty version 1.20.12. No known active exploits have been reported.
Potential Impact
The primary impact of this vulnerability is unauthorized disclosure of files within a shared folder when FTP or SFTP servers are enabled and publicly accessible. Attackers can gain read access to files that were not intended to be shared by guessing filenames, potentially exposing sensitive or confidential information. However, the inability to traverse subdirectories limits the scope of data exposure. The vulnerability requires the shares feature to be used in a specific way and FTP/SFTP to be publicly accessible, which may reduce the attack surface. Organizations using copyparty for file sharing over FTP/SFTP in public or semi-public environments are at risk of data leakage. The low CVSS score reflects the limited severity, but sensitive data exposure could still have compliance and privacy implications. No impact on data integrity or availability is indicated. The lack of known exploits suggests limited active threat but does not preclude future exploitation.
Mitigation Recommendations
To mitigate this vulnerability, organizations should upgrade copyparty to version 1.20.12 or later where the authorization check is properly enforced. Until upgrade is possible, administrators should avoid enabling the shares feature for single-file shares combined with FTP or SFTP servers that are publicly accessible. Restrict FTP/SFTP access to trusted networks or authenticated users only, and disable anonymous or public access. Implement strong filename policies to reduce the risk of successful brute-force guessing, such as using unpredictable filenames. Monitor FTP/SFTP logs for unusual access patterns or repeated failed attempts to guess filenames. Consider using FTPS or HTTPS shares instead, as these are not affected by this vulnerability. Regularly audit share configurations and permissions to ensure least privilege principles are enforced. Finally, educate users and administrators about the risks of exposing file shares over FTP/SFTP without proper access controls.
Technical Details
- Data Version
- 5.2
- Assigner Short Name
- GitHub_M
- Date Reserved
- 2026-03-10T22:02:38.854Z
- Cvss Version
- 4.0
- State
- PUBLISHED
Threat ID: 69b1d0c22f860ef943757528
Added to database: 3/11/2026, 8:29:54 PM
Last enriched: 3/11/2026, 8:44:42 PM
Last updated: 3/13/2026, 9:41:02 PM
Views: 36
Community Reviews
0 reviewsCrowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.
Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.
Actions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
External Links
Need more coverage?
Upgrade to Pro Console in Console -> Billing for AI refresh and higher limits.
For incident response and remediation, OffSeq services can help resolve threats faster.
Latest Threats
Check if your credentials are on the dark web
Instant breach scanning across billions of leaked records. Free tier available.