CVE-2026-32108
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedCopyparty 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.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceCopyparty prior to 1.20.12 has a missing permission check in the shares feature (shr global-option). When FTP or SFTP servers are enabled and publicly accessible, users browsing a share containing a single file inside a folder via FTP/SFTP can bypass authorization to read sibling files by guessing/bruteforcing filenames. This is similar to CVE-2025-58753 which was fixed for HTTP/HTTPS but not for the FTP/SFTP protocols.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.
NVD · CPE data< 1.20.12CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- Low
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- None
- Availability
- None
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Check Copyparty versionRun 'copyparty --version' or check the installed package version to determine if it is prior to 1.20.12Affected if The installed version is less than 1.20.12
-
Verify FTP server is enabledInspect the copyparty startup command or configuration file for FTP server flags (typically -ftp or similar)Affected if FTP server is enabled in the Copyparty configuration
-
Verify SFTP server is enabledInspect the copyparty startup command or configuration file for SFTP server flags (typically -sftp or similar)Affected if SFTP server is enabled in the Copyparty configuration
-
Confirm shares (shr) are configuredInspect the copyparty configuration for the 'shr' global option which enables the shares featureAffected if The shares feature (shr) is configured and active
-
Check FTP/SFTP network accessibilityVerify whether the FTP or SFTP service is bound to a publicly accessible interface or IP addressAffected if FTP or SFTP services are exposed to untrusted network access
If Copyparty version is below 1.20.12 and FTP or SFTP servers are enabled with shares configured and publicly accessible, the environment is vulnerable to authorization bypass via filename guessing.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scoped1.20.12
Upgrade to Copyparty version 1.20.12 or later to obtain the patched version, or disable FTP/SFTP server access if not required.
1.20.12
- Check the current installed version of Copyparty using 'pip show copyparty' or the --version flag
- Upgrade Copyparty to version 1.20.12 using 'pip install copyparty==1.20.12' or 'pip install --upgrade copyparty==1.20.12'
- Verify the upgrade was successful by checking the version again
- Restart the Copyparty service if it is running as a daemon
- Confirm the shares feature (shr option) now properly enforces authorization for FTP/SFTP access
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation1.0 h
- Implementation1.0 h
- Testing2.0 h
- Review / QA1.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $1,376.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-32108 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2026-32108 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data