By NHI Mgmt Group Editorial TeamPublished 2026-05-12Domain: Governance & RiskSource: Cyera

TL;DR: A common SharePoint tenant setting can make files shared through Teams accessible to every authenticated employee, turning private chats and channels into organization-wide search surfaces for sensitive data, according to Cyera Research. The risk is a governance and data-exposure problem, not a Teams vulnerability, and it demands tenant-level control review rather than user-level training alone.


At a glance

What this is: Cyera Research shows that a common SharePoint sharing default can make Teams files broadly discoverable across an organization, even when users expect private collaboration.

Why it matters: For IAM and NHI practitioners, this is a reminder that access risk often comes from tenant defaults and inherited permissions, not just explicit identity grants.

👉 Read Cyera's analysis of Teams file exposure through SharePoint defaults


Context

In collaboration platforms, the security gap is often not the chat thread itself but the storage and sharing layer underneath it. In Microsoft 365, Teams files inherit permissions behavior from SharePoint and OneDrive, so a tenant-level default can quietly expand access far beyond what employees intended. That makes collaboration file exposure a governance issue for IAM, data security, and insider-risk teams, not just a messaging-platform setting.

Cyera Research describes this as a common Microsoft 365 configuration pattern rather than a product vulnerability. That distinction matters because misconfiguration behaves like design logic until someone maps the access path, which means traditional application reviews often miss it. For practitioners, the lesson is that privacy assumptions in collaboration tools should be validated at the identity, storage, and sharing-default layers together.


Key questions

Q: How should organisations reduce internal file exposure in Teams and SharePoint?

A: Start by changing default sharing to the most restrictive practical option, then test whether files are still searchable or linkable inside the tenant. After that, identify legacy links, revoke broad access, and add continuous monitoring for new oversharing patterns. The control goal is to make intended recipients explicit, not assumed.

Q: Why do private Teams chats sometimes expose files to the whole organisation?

A: Because the chat interface does not control file permissions on its own. Files are stored in SharePoint or OneDrive, and tenant-level sharing defaults can create links that any authenticated employee can use. The result is a privacy illusion where the conversation appears narrow but the stored file is broadly reachable.

Q: What is the difference between user error and tenant misconfiguration in collaboration security?

A: User error is when someone intentionally shares too widely. Tenant misconfiguration is when the platform’s default behavior overrides the user’s intent, even when the user thinks the file is private. The governance response is different because the fix must happen in policy, not only in training.

Q: When does broad internal sharing become an insider-risk issue?

A: It becomes insider-risk material when sensitive files are both accessible and easy to discover through search or API queries. At that point, a curious employee or compromised account can enumerate content at scale without needing elevated privileges. The risk is the combination of reach, searchability, and weak default boundaries.


Technical breakdown

How Teams file access is inherited from SharePoint and OneDrive

Teams is the interface, but SharePoint and OneDrive determine file permissions. When a file is uploaded into a channel, it is stored in the team’s SharePoint site. When a file is sent in chat, it lands in OneDrive. A tenant-level default sharing setting then decides what kind of link is generated, which means the effective access model comes from storage configuration rather than the chat experience users see. That inheritance path is why a file can feel private while remaining broadly reachable inside the tenant.

Practical implication: Review the storage-layer sharing defaults, not only Teams settings, when assessing internal file exposure.

Why default sharing links create a privacy illusion

The key mechanism is the DefaultSharingLinkType setting. If it is set to Organization, the system creates links that any authenticated employee can use. The label sounds restrictive because it blocks external sharing, but internally it behaves broadly. This creates a privacy illusion: the user thinks they shared into a small conversation, while the tenant policy turns that file into a discoverable internal object. Because the behavior is by design, it can pass normal control checks unless someone tests actual searchability and link scope.

Practical implication: Validate how each sharing default behaves in practice, then document the internal reach of links in plain language for administrators.

How overshared files become easy to find at scale

Broad internal access is only part of the problem. SharePoint search can surface files with terms like salary or confidential, and Microsoft Graph can be used to enumerate content programmatically. That combination turns a configuration issue into a discovery problem, because accessible files are also indexable files. In a compromised-account scenario, the blast radius expands quickly since the attacker does not need privilege escalation to browse what the tenant has already exposed.

Practical implication: Treat searchability and API enumerability as part of the exposure assessment, not just raw permission counts.


Threat narrative

Attacker objective: Harvest accessible internal files at scale and convert one account compromise into wider organisational exposure.

  1. Entry through a compromised standard employee account that already has authenticated tenant access.
  2. Automated enumeration using search and Graph API queries to locate broadly shared files.
  3. Impact through extraction of sensitive documents such as credentials, salary data, or legal files from supposedly private collaboration spaces.

Read our 52 NHI Breaches Analysis report for a comprehensive view of breaches impacting Non-Human Identities including AI Agents.


NHI Mgmt Group analysis

Collaboration defaults have become an identity problem, not just a productivity setting. When a tenant policy silently broadens who can reach a file, the access decision is no longer made by the user or by the conversation boundary. It is made by inherited defaults that few administrators revisit. Practitioners should treat collaboration-file exposure as part of the identity governance surface.

Internal oversharing is a form of identity blast radius, not a niche misconfiguration. The practical risk is not only that one file is exposed, but that one default can affect thousands of documents across chats, channels, and self-shared files. That changes how teams should think about blast radius, because the control failure sits in the distribution model for access, not in a single account or endpoint. The right response is to shrink the default reach of every new file.

Privacy illusion is the right named concept for this failure mode. Users believe they are sharing into a limited collaboration space, while the storage layer and tenant policy can make the file broadly reachable. That gap between perceived and actual access is exactly where NHI and IAM governance breaks down in SaaS environments. Practitioners should test the real access outcome, not the UI promise.

Searchable exposure is what turns misconfiguration into insider-risk material. Once overshared files are indexed, discovery becomes trivial for anyone with basic tenant access. That means controls need to address both permission scope and discoverability, especially where sensitive documents can be found through ordinary search or API enumeration. Security teams should close the visibility gap before they rely on user behavior to compensate.

From our research:

  • 4.6% of all public GitHub repositories contain at least one hardcoded secret, according to The State of Secrets Sprawl 2025.
  • 15% of commit authors have leaked at least one secret in their contribution history, which shows how frequently identity-linked exposures recur in normal development workflows.
  • For the broader governance pattern, see Ultimate Guide to NHIs , Key Challenges and Risks for the access-sprawl and visibility problems that make oversharing hard to contain.

What this signals

With sensitive collaboration data increasingly discoverable through ordinary tenant search, the governance gap is not just about who can open a file, but who can find it. That is why identity teams need to think about access scope and indexability together, especially where the same account can browse, search, and extract content without any obvious privilege escalation. A useful control lens is the NIST Cybersecurity Framework 2.0, because identify, protect, detect, and respond all apply here.

Privacy illusion: this is the pattern where a collaboration UI suggests narrow sharing while the storage layer and tenant policy create wider internal reach. If security reviews do not test the actual access result, the organisation will keep inheriting hidden exposure from otherwise normal workflows. Teams managing NHI and IAM should treat collaboration defaults as a standing part of access governance, not a one-time setup task.


For practitioners

  • Audit tenant sharing defaults Check the SharePoint Admin Center settings that define default link behavior, then confirm whether new files are scoped to specific recipients or the broader organization. Validate the effective behavior with real file tests, not just configuration screenshots.
  • Review legacy overshared files Changing the default only affects new files, so programmatically identify older documents that still carry org-wide links. Revoke broad links in bulk and confirm that sensitive files are no longer indexed by search.
  • Monitor for mass file enumeration Look for anomalous SearchQueryPerformed activity and suspicious Graph API searches that target file names, sensitive keywords, or bulk result pagination. Those patterns can reveal discovery of overshared content before exfiltration becomes visible.
  • Align collaboration settings with classification Apply sensitivity labels and sharing guardrails so the access model follows data sensitivity, not just user convenience. High-risk files should require explicit recipients and should not inherit broad internal sharing by default.

Key takeaways

  • A collaboration file can look private in Teams while remaining broadly accessible through the underlying SharePoint or OneDrive sharing model.
  • The scale of the risk comes from searchable, indexable exposure, which turns one default setting into many discoverable documents.
  • Practitioners should verify effective access, clean up legacy links, and govern sharing defaults as part of IAM and insider-risk control.

Standards & Framework Alignment

This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.

OWASP Non-Human Identity Top 10 address the attack and risk surface, while NIST CSF 2.0 and NIST CSF 2.0 set the governance and control requirements practitioners need to meet.

FrameworkControl / ReferenceRelevance
NIST CSF 2.0PR.AC-4Broad internal sharing is an access control failure that CSF addresses directly.
OWASP Non-Human Identity Top 10NHI-03Default link behaviour can leave NHI-like collaboration access wider than intended.
NIST CSF 2.0DE.CM-8Mass search and API enumeration are detectable behaviour in this exposure pattern.

Map Teams and SharePoint defaults to PR.AC-4 and validate the effective internal reach of every sharing mode.


Key terms

  • Privacy illusion: A privacy illusion occurs when a collaboration interface makes sharing look narrow, but the underlying storage or tenant policy grants wider access. In Microsoft 365-style environments, the visible conversation and the effective permission set can diverge, leaving users and admins with a false sense of control over sensitive files.
  • Default sharing link type: Default sharing link type is the tenant setting that determines what kind of access link is created when a file is shared or uploaded. If configured broadly, it can silently expand the internal audience for new files, making access behavior depend on policy inheritance rather than the user’s intent.
  • Searchable exposure: Searchable exposure is the condition where a file is not only accessible, but also easy to discover through built-in search or API enumeration. That combination increases insider risk because an actor does not need special privileges to locate material that the organisation assumed was hidden.

Deepen your knowledge

Teams and SharePoint sharing defaults are covered in our NHI Foundation Level course, the industry's only accredited NHI security programme. If your environment depends on collaboration platforms that inherit access through tenant policies, it is worth exploring.

This post draws on content published by Cyera: That File in Teams? Your Entire Organization Might Be Able to Access It. Read the original.

NHIMG Editorial Note
Published by the NHIMG editorial team on 2026-05-12.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org