Informal sharing breaks accountability and weakens the chain of custody for access. Messages can be forwarded, intercepted, synced to personal devices, or retained long after access should end. It also makes revocation difficult, because teams cannot reliably know who received the credential or where it was stored.
Why This Matters for Security Teams
Informal password sharing turns access into a convenience habit instead of a controlled security process. Once a secret is sent by text message or email, it can be forwarded, copied into backups, synchronized to personal devices, or left sitting in inboxes long after the task is finished. That breaks chain of custody, complicates audits, and creates a gap between who should have access and who actually can use it.
This matters because credential leakage is rarely a clean event. It often starts as a temporary workaround and becomes permanent sprawl. The NIST Cybersecurity Framework 2.0 emphasizes governance and access control, but informal sharing bypasses both in practice. NHIMG research on the State of Secrets in AppSec shows how fragile secret handling becomes when teams rely on inconsistent human behavior instead of controlled processes. In practice, many security teams encounter misuse only after a shared credential has already been reused beyond its intended lifetime.
How It Works in Practice
When a password is shared through email or text, it immediately leaves the control boundary that formal secret management is meant to enforce. Messaging systems create copies in transit, at rest, and on endpoints, so the credential is no longer limited to a single trusted recipient. That is why even a short-lived exchange can become a long-lived exposure.
Operationally, the failure shows up in three places. First, revocation becomes uncertain because there is no reliable record of all recipients. Second, investigators cannot distinguish legitimate use from unauthorized reuse because the chain of custody is broken. Third, the secret often spreads into unmanaged places such as personal phones, browser caches, screenshots, and forwarded threads.
- Use a secrets manager or approved vault instead of sending credentials in communications tools.
- Issue access through named accounts with logging, not shared passwords.
- Rotate credentials immediately if a secret was sent informally, even if the recipient is trusted.
- Prefer time-bound, task-specific access over reusable shared credentials.
For broader control design, the NIST Cybersecurity Framework 2.0 maps cleanly to access governance, while the State of Secrets in AppSec highlights how often secret handling still depends on developer habits rather than enforced policy. Current guidance suggests treating any credential sent by text or email as compromised until it is replaced and the exposure path is reviewed. These controls tend to break down in small teams that use shared inboxes, personal devices, or ad hoc emergency access because the environment itself prevents reliable containment.
Common Variations and Edge Cases
Tighter secret-handling controls often increase operational friction, requiring organisations to balance speed against traceability. That tradeoff is real, especially in incident response, small-team operations, and vendor support scenarios where people reach for email or text because it feels fastest.
There is no universal standard for this yet, but best practice is evolving toward encrypted vaults, just-in-time access, and centrally logged handoff workflows. A one-time emergency share may be defensible only if it is immediately replaced with a controlled mechanism and followed by rotation. Even then, the original message remains a residual exposure until it is purged from every place it may have propagated.
Common exceptions include legacy systems that cannot integrate with modern secret stores, contractors who lack full workspace access, and break-glass situations during outages. In those cases, the safer pattern is to minimize secret lifetime, restrict recipients, and document the exception path so it can be reviewed later. NHIMG’s DeepSeek breach coverage is a reminder that uncontrolled sensitive-data exposure often scales quickly once it enters systems not designed for containment. The practical rule is simple: if a password had to be sent informally, the organisation should assume it no longer has exclusive control of that credential.
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 SP 800-63 set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| OWASP Non-Human Identity Top 10 | NHI-01 | Shared passwords create uncontrolled NHI exposure and weak secret custody. |
| NIST CSF 2.0 | PR.AC-1 | Informal sharing bypasses identity and access governance. |
| NIST SP 800-63 | Credential handling affects identity assurance and recovery confidence. |
Replace shared passwords with managed NHI credentials, logging, and rotation.