SDLC-SEC-006
SDLC Controls Framework Icon

Unauthorised System Access

Edit on GitHub

Summary

Individuals gain access to production environments, infrastructure, or sensitive systems without appropriate authorisation or without their access being fully recorded and auditable, undermining accountability, enabling data theft, and creating undetectable pathways for compromise.

Description

This risk focuses on access governance — the granting, scoping, monitoring, and revocation of access itself. It is distinct from insider threat (ri-1), which concerns the deliberate misuse of access by authorised personnel acting with malicious intent. An authorised user with overly broad permissions who acts maliciously is an insider threat (ri-1); the governance failure that granted them unnecessary access in the first place is this risk (ri-6). Similarly, this risk is distinct from credential and secret exposure (ri-3), which concerns the exposure of authentication material — but when exposed credentials also carry excessive privileges, the compound risk is significantly amplified.

The risk extends to both external attackers who exploit weak access controls and internal personnel whose access exceeds their legitimate operational needs.

Access governance:

  • Overprivileged access — Users or service accounts granted broader permissions than required for their role, providing unnecessary access to sensitive systems, data, or infrastructure
  • Stale access credentials — Former employees, contractors, or rotated team members retaining active access to production systems after their need for access has ended
  • Lack of time-bound or just-in-time access — Persistent privileged access that remains active indefinitely rather than being granted on-demand for specific, justified operational needs

Access monitoring:

  • Insufficient access logging — Systems that do not record who accessed what, when, and from where, making it impossible to detect or investigate unauthorised access
  • Shared and generic accounts — Use of shared credentials or service accounts that obscure which individual performed a given action, undermining accountability and audit trails

Consequences

  • Data breach and exfiltration — Unauthorised access to production databases, customer records, or internal systems enables theft of sensitive financial data, PII, and intellectual property.
  • Fraudulent transactions — Access to transaction processing systems, payment infrastructure, or account management tools can be exploited to initiate unauthorised transfers, manipulate account balances, or conduct fraudulent activities.
  • Regulatory violations — Financial regulators require strict access controls and audit trails for production systems. Inadequate access governance violates requirements under SOX Section 404, PCI DSS Requirement 7, DORA Article 9, and the GLBA Safeguards Rule, triggering enforcement actions.
  • Loss of accountability — Shared accounts and insufficient logging make it impossible to attribute actions to specific individuals, undermining incident investigation, forensic analysis, and regulatory reporting obligations.
  • Lateral movement by attackers — Overly broad access permissions enable attackers who compromise a single account to move laterally across the environment, escalating from low-value systems to critical infrastructure.
  • Reputational damage — Disclosure that customer data or financial systems were accessed by unauthorised individuals — particularly through preventable access control failures — severely erodes customer trust and market confidence.
  • Prolonged undetected compromise — Without comprehensive access logging and monitoring, unauthorised access can persist undetected for extended periods, increasing the scope and severity of potential damage.