CVE-2026-26336
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 · uneditedHyland Alfresco allows unauthenticated attackers to read arbitrary files from protected directories (like WEB-INF) via the "/share/page/resource/" endpoint, thus leading to the disclosure of sensitive configuration files.
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 confidenceHyland Alfresco contains a path traversal vulnerability in the '/share/page/resource/' endpoint that allows unauthenticated attackers to read arbitrary files from protected directories such as WEB-INF. This exposes sensitive configuration files and other confidential data without requiring authentication.
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< 25.3>= 7.4.0, <= 7.4.2.5>= 23.1, <= 23.6.0>= 25.1, <= 25.2CVSS 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
- None
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- None
- Availability
- None
CVSS:3.1/AV:N/AC:L/PR:N/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.
-
Identify the installed Hyland Alfresco versionCheck the Alfresco Content Services version through the admin console, about page, or version file in the installation directory (such as version.properties or pom.xml in the WEB-INF directory)Affected if The installed version falls into any of these ranges: < 7.4.0; >= 7.4.0 through 7.4.2.5; >= 23.1 through 23.6.0; >= 25.1 through 25.2; or < 25.3 (meaning 25.2.x and earlier)
-
Confirm the /share/page/resource/ endpoint is accessibleAttempt to access the endpoint via HTTP request (e.g., GET /share/page/resource/) on the Alfresco server. This endpoint is typically enabled by default in affected installations.Affected if The endpoint responds without being blocked or returning a 403/404 error, indicating it is accessible to unauthenticated users
-
Verify web server configuration allows access to WEB-INFCheck the web server or application server configuration (such as Tomcat's server.xml or web.xml) to confirm that access to the WEB-INF directory is not explicitly denied. Also attempt a controlled test request using '../' traversal sequences to the /share/page/resource/ endpoint.Affected if The web server configuration does not explicitly block directory traversal or restrict access to WEB-INF, allowing the path traversal vulnerability to be exploited
You are affected if your Hyland Alfresco Content Services version is in the vulnerable ranges AND the /share/page/resource/ endpoint remains accessible and unmitigated by path validation rules.
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 · scoped25.3
Restrict or disable the vulnerable '/share/page/resource/' endpoint, implement strict path validation to block directory traversal sequences (e.g., '../'), and ensure web server configuration denies access to sensitive directories outside the web root.
Upgrade to ACS 25.3+ (for 25.x), 7.4.3+ (for 7.4.x), or 23.7+ (for 23.x)
- Identify your current Alfresco Content Services version from the affected list (< 25.3, 7.4.0-7.4.2.5, 23.1-23.6.0, or 25.1-25.2)
- Backup your current Alfresco configuration and data before proceeding with any upgrade
- Stop the Alfresco services to prevent data inconsistency during upgrade
- Upgrade to Alfresco Content Services version 25.3 or later for the 25.x branch
- For 7.4.x branch users, upgrade to version 7.4.3 or later (the first version containing the fix)
- For 23.x branch users, upgrade to version 23.7 or later (the first version containing the fix)
- After upgrade, verify the /share/page/resource/ endpoint no longer allows unauthenticated access to protected directories like WEB-INF
- Restart Alfresco services and confirm normal operation
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation3.0 h
- Implementation6.0 h
- Testing3.0 h
- Review / QA2.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $3,984.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-26336 — 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-26336 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