CVE-2026-76032

MEDIUMPre-NVD 4.34.3
EchelonGraph scoreHIGH confidence

Score 4.3 from GitHub Security Advisory published 2026-08-18. a secondary CVSS source baseline 4.3; sources differ by 0.0.

Triggered by: GitHub Security Advisory CVSS
Sources: epss, ghsa, secondary
Trending — 4 sources updated this week
4.3EG
EchelonGraph verdictMonitorLow exploitation likelihood right now — keep watching.
  • Lower severity and no public exploit yet
CISA-KEV: Not listedEPSS PROB: 0%CVSS: 4.3Exploit: None knownExposed: 0

No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.

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.

CVSS v3
4.3
EG Score
4.3(high)
EG Risk
19(Track)
EG Risk 19/100SSVC: Track

EG Risk is EchelonGraph's 0–100 priority score: it fuses intrinsic severity with real-world exploitation and automatability so you can rank equal-severity CVEs and fix the most dangerous first. Higher = act sooner. Distinct from the 0–10 EG Score (severity).

How it’s computed
Severity43% × 45%
Exploitation0% × 40%
Automatability0% × 15%
Action: Routine — remediate on your standard cadence.
EPSS PROB
0%
EPSS %ILE
20%
KEV
Not listed

Published

August 18, 2026

Last Modified

August 20, 2026

Advisory Details (7)

Auto-updated Aug 18, 2026
No patch confirmed yet.
generic

Pydio Cells 5.0.0 to 5.0.2 - Missing Authorization on the Share Link REST Handler | Advisories | VulnCheck

https://www.vulncheck.com/advisories/pydio-cells-to-missing-authorization-on-the-share-link-rest-handler
generic

GitHub - pydio/cells: Future-proof content collaboration platform · GitHub

https://github.com/pydio/cells
generic

cells/frontend/web/public-handler.go at v5.0.2 · pydio/cells · GitHub

https://github.com/pydio/cells/blob/v5.0.2/frontend/web/public-handler.go#L167
generic

cells/common/proto/service/converter.go at v5.0.2 · pydio/cells · GitHub

https://github.com/pydio/cells/blob/v5.0.2/common/proto/service/converter.go#L35-L38
generic

cells/idm/share/rest/handler.go at v5.0.2 · pydio/cells · GitHub

https://github.com/pydio/cells/blob/v5.0.2/idm/share/rest/handler.go#L133-L158
generic

cells/idm/share/rest/handler.go at v5.0.2 · pydio/cells · GitHub

https://github.com/pydio/cells/blob/v5.0.2/idm/share/rest/handler.go#L193-L203
generic

Missing authorization on GET /a/share/link/{Uuid} leaks any user's private share-link details · Issue #981 · pydio/cells · GitHub

https://github.com/pydio/cells/issues/981

Vendor Advisories for CVE-2026-76032(1)

These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.

Weakness Classification(1)

MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.

Data Freshness Timeline

(refreshed 11× in last 7d / 11× in last 30d)

Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.

  1. 2026-08-20 22:56 UTCEPSS rescore
  2. 2026-08-20 16:38 UTCEG score recompute
  3. 2026-08-20 16:38 UTCGHSA enrichment
  4. 2026-08-20 15:46 UTCEG score recompute
  5. 2026-08-20 15:46 UTCGHSA enrichment
  6. 2026-08-19 22:13 UTCEG score recompute
  7. 2026-08-19 22:13 UTCGHSA enrichment
  8. 2026-08-19 17:04 UTCEPSS rescore
  9. 2026-08-18 20:22 UTCEG score recompute
  10. 2026-08-18 19:53 UTCEG score recompute
  11. 2026-08-18 19:53 UTCMITRE cvelistV5first tracked

Frequently asked(5)

What is CVE-2026-76032?
CVE-2026-76032 is a medium vulnerability published on August 18, 2026. 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…
When was CVE-2026-76032 disclosed?
CVE-2026-76032 was first published in the National Vulnerability Database on August 18, 2026, with the most recent update on August 20, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
Is CVE-2026-76032 actively exploited?
CVE-2026-76032 is not currently on CISA's Known Exploited Vulnerabilities catalog. FIRST EPSS estimates a 0% probability of exploitation in the next 30 days, which ranks it in the top 79.7% of all scored CVEs.
What is the CVSS score of CVE-2026-76032?
CVE-2026-76032 has a CVSS v3 base score of 4.3 (NVD).
How do I remediate CVE-2026-76032?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-76032, EchelonGraph cross-links them in the Vendor Advisories panel below — those typically contain the canonical remediation steps, fixed version numbers, and any vendor-specific mitigations.

Dependency Blast Radius

Explore the affected products and dependency analysis for CVE-2026-76032

Explore →

Is Your Infrastructure Affected by CVE-2026-76032?

EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.