CVE-2026-76032
Last modified
CVE-2026-76032 is a medium-severity vulnerability rated 4.3/10 on the CVSS scale. Pydio Cells 5.0.0 through 5.0.2 returns share-link details to any authenticated user. The REST handler for GET /a/share/link/{Uuid} in idm/share/rest/handler.go reads the workspace UUID from the path, calls LinkById, and writes the result with no authorization step, whereas the sibling handler for GET /a/share/cell/{Uuid} loads the workspace and requires MatchPolicies with ResourcePolicyAction_READ, returning a not-found error so that existence is not disclosed. EPSS estimates a 0.28% chance of exploitation in the next 30 days.
Description
Pydio Cells 5.0.0 through 5.0.2 returns share-link details to any authenticated user. The REST handler for GET /a/share/link/{Uuid} in idm/share/rest/handler.go reads the workspace UUID from the path, calls LinkById, and writes the result with no authorization step, whereas the sibling handler for GET /a/share/cell/{Uuid} loads the workspace and requires MatchPolicies with ResourcePolicyAction_READ, returning a not-found error so that existence is not disclosed. Nothing compensates further down: GetLinkWorkspace reaches GetOrCreateWorkspace, which issues SearchWorkspace with a query carrying no ResourcePolicyQuery, and PrepareResourcePolicyQuery returns the query unmodified when that field is nil, so the workspace service applies no policy filter. The workspace UUID is not secret, because the unauthenticated public page served for a share link embeds it as START_REPOSITORY. Any account holding a standard user role can therefore submit the UUID and receive the link hash and URL, the owner's user identifier, the hidden share user login, the permission set, the download limit and count, the target users, the expiry, and the password-required flag, while a direct read of the shared node from the same account is refused.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| pydio | cells | >= 5.0.0, <= 5.0.2 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-76032?
How severe is CVE-2026-76032?
How do I fix CVE-2026-76032?
How Strix Helps
- Uncovering a hidden BOLA in Appsmith's snapshot logicStrix autonomously discovered a BOLA/IDOR vulnerability in Appsmith's snapshot deletion path.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-7602A vulnerability was found in JeecgBoot up to 3.9.1. Affected…6.3
- CVE-2026-76020Race condition in V8 in Google Chrome prior to 151.0.7922.17…7.5
- CVE-2026-76021Use after free in DOM in Google Chrome prior to 151.0.7922.1…8.8
- CVE-2026-76022Buffer overflow in Network in Google Chrome prior to 151.0.7…8.8
- CVE-2026-76023Improper resource control in Linux Toolkit Theming in Google…8.8
- CVE-2026-7603A vulnerability was determined in JeecgBoot up to 3.9.1. Aff…6.3
- CVE-2026-76033Inappropriate implementation in CORS in Google Chrome prior …4.2
- CVE-2026-76034Buffer overflow in WebGL in Google Chrome prior to 151.0.792…8.8
- CVE-2026-76035Inappropriate implementation in Media in Google Chrome on on…9.6
- CVE-2026-76036Buffer overflow in Dawn in Google Chrome on on Android prior…9.6
- CVE-2026-76037Link following in CredentialProvider in Google Chrome on on …8.4
- CVE-2026-76038Type confusion in V8 in Google Chrome prior to 151.0.7922.16…8.8
Are you affected by CVE-2026-76032?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
