Hyland 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.
Security readout for executives and security teams
Plain-English summary
This flaw lets an unauthenticated attacker read files Alfresco should keep private. The main business risk is disclosure of configuration data, secrets, or internal application details that could support later compromise. The provided sources rate it high severity and do not show confirmed active exploitation.
Executive priority
Prioritize this as a high-severity confidentiality issue for any internet-facing Alfresco deployment. It may expose sensitive configuration data without credentials, creating follow-on risk even if the bug does not directly modify systems or disrupt service.
Technical view
CVE-2026-26336 is a CWE-863 improper authorization issue in Hyland Alfresco. Requests to the /share/page/resource/ endpoint can expose arbitrary files from protected directories such as WEB-INF. CVSS 4.0 is 8.7: network exploitable, low complexity, no privileges, no user interaction, with high confidentiality impact only.
Likely exposure
Exposure is most likely where affected Alfresco Enterprise or Community versions are reachable by untrusted users, especially internet-facing Share interfaces. The source bundle lists Alfresco Enterprise 7.4.0, 23.6.0, 25.1.0, and Alfresco Community version 0; confirm exact deployed versions against Hyland guidance.
Exploitation context
The bundle does not cite CISA KEV listing or confirmed active exploitation. The vulnerability is remotely reachable without authentication and has low attack complexity, so public exposure should be treated as urgent even without exploitation evidence.
Researcher notes
Evidence supports improper authorization and arbitrary file read from protected directories through Alfresco Share. Impact is confidentiality-focused. The bundle identifies a vendor advisory tagged as patch, but does not provide fixed version details here; use Hyland's advisory as the authoritative remediation source.
Mitigation direction
Review Hyland's vendor advisory for patched versions or official remediation steps.
Upgrade or apply Hyland-provided fixes where affected versions are confirmed.
Restrict untrusted access to Alfresco Share until remediation is complete.
Rotate exposed secrets if protected configuration files may have been read.
Monitor Alfresco access logs for suspicious resource endpoint requests.
Validation and detection
Inventory all Alfresco Enterprise and Community deployments and exposed Share interfaces.
Confirm deployed versions against the affected versions in the CVE record.
Check whether /share/page/resource/ is reachable from untrusted networks.
Review logs for unauthenticated access patterns targeting protected application resources.
Verify remediation using vendor-supported checks, not offensive proof-of-concept testing.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · medium confidence lookup
CWE-863: Authorization and privilege behavior lookup
Authorization weaknesses can support privilege escalation and valid-account review, depending on exploit path. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
The CVE wording references file access or upload behavior, so file telemetry and web shell review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-863 · source CWE mapping
Incorrect Authorization
Incorrect Authorization represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.