File Browser has an Authorization Policy Bypass in Public Share Download Flow
A permission enforcement flaw allows users without download privileges (download=false) to still expose and retrieve file content via public share links when they retain share privileges (share=true). This bypasses intended access control policy and enables unauthorized data exfiltration to unauthenticated users. Where download restrictions are used for data-loss prevention or role separation.
The backend applies inconsistent authorization checks across download paths:
Perm.Download:Perm.Share:Perm.Download:As a result, a user who is blocked from direct downloads can create a share and obtain the same file via /api/public/dl/<hash>.
1. Create a non-admin user with:
perm.share = trueperm.download = false2. Login as that user and upload a PDF file:
POST /api/resources/nodl_secret_<rand>.pdf with Content-Type: application/pdf3. Verify direct raw download is denied:
GET /api/raw/nodl_secret_<rand>.pdf202 Accepted (blocked)4. Create share for same file:
POST /api/share/nodl_secret_<rand>.pdf200, response includes hash (example: qxfK3JMG)5. Download publicly without authentication:
GET /api/public/dl/<hash>200, Content-Type: application/pdf, and PDF bytes are returnedLive evidence captured (March 1, 2026):
create user: 201create file: 200direct /api/raw: 202 Acceptedcreate share: 200public download /api/public/dl/mxK-ppZb: 200public download content-type: application/pdfpublic download body length: 327 bytesThis is an access control / authorization policy bypass vulnerability.
share=true but denied download.This issue can be reached over the network, attack complexity is low, an attacker needs low-level privileges on the target. No user interaction is required. The scope is unchanged, so the impact stays within the vulnerable component. Rated impact: confidentiality high, integrity none, availability none.
The score comes from this vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
CVE-2026-32761 is classified as CWE-284: Improper Access Control. The software does not restrict an action to the actors that should be allowed to perform it.
CVE-2026-32761 is recorded against 4 packages.
Published on 20 March 2026 and last revised on 17 June 2026. A public exploit is known to exist, which raises the urgency of patching considerably. A vendor advisory or fix has been published. Record sourced from NVD.
github.com
github.com
github.com
filebrowser has other advisories on record. If you are patching this one, these are worth checking on the same host:
These advisories are the same class of weakness (CWE-284: Improper Access Control) in other software:
Details
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
Affected Packages
| Software | From version | Fixed in |
|---|---|---|
| filebrowser | — | 2.62.0 |
| github.com/filebrowser/filebrowser | — | — |
| github.com/filebrowser/filebrowser/v2 | — | — |
| https://github.com/filebrowser/filebrowser | — | — |
References
Similar Threats
Exploit Protection
CVE-2026-32761 carries CVSS 6.5 Medium rating and a public exploit already exists. BotEraser checks your installation against this and other known CVE records, and blocks IPs associated with exploit activity.
Check My Site For CVE-2026-32761 →No credit card required · Results in minutes
ⓘ Data Notice: The information presented above has been compiled from publicly available internet sources. Boteraser aggregates this data solely for informational purposes and does not independently classify, evaluate, or endorse any findings about the vulnerabilities listed. The accuracy and completeness of this information is the sole responsibility of the original publishers. Boteraser and its operators accept no liability for any decisions made based on this data.
Stay up to date with the latest from Boteraser.
We use cookies to improve your experience on our site. By using our site, you consent to cookies.
Manage your cookie preferences below:
Essential cookies enable basic functions and are necessary for the proper function of the website.
CloudFlare provides web performance and security solutions, enhancing site speed and protecting against threats.
Service URL: developers.cloudflare.com (opens in a new window)
These cookies are needed for adding comments on this website.
These cookies are used for managing login functionality on this website.
Statistics cookies collect information anonymously. This information helps us understand how visitors use our website.
Google Analytics is a powerful tool that tracks and analyzes website traffic for informed marketing decisions.
Service URL: policies.google.com (opens in a new window)
You can find more information in our Cookie Policy and Privacy Policy.