Join our Newsletter — 33% off our NHI Course

Who is accountable when a website uses third-party cookies in ways that conflict with its privacy promises?

Accountability usually sits with the organisation that chose the tracking setup, approved the vendors, and set the consent model. Security, privacy, legal, and marketing teams all share responsibility, but the controller must be able to show lawful purpose, accurate disclosures, and consistent enforcement across tags, scripts, and consent states.

Why This Matters for Security Teams

Third-party cookies become an accountability problem when the organisation’s public privacy promise does not match what the browser actually sends to external adtech, analytics, or audience platforms. That gap is not just a legal issue. It is also a control failure across tagging, consent enforcement, vendor oversight, and data minimisation. NHI Mgmt Group notes that 92% of organisations expose NHIs to third parties, which underscores how often external dependencies expand the real attack and data-sharing surface. NHI Mgmt Group

Security teams often assume the website owner is “covered” once a consent banner exists, but banners do not enforce downstream behaviour by themselves. If scripts fire before consent, if vendors reshare identifiers, or if tag managers load opaque code, the organisation still owns the outcome because it selected the tools and defined the policy. The clearest external reference point is the EU General Data Protection Regulation (GDPR), which places responsibility on the controller to prove lawful processing and consistent disclosure. In practice, many security teams only discover the mismatch after a complaint, a regulator inquiry, or a post-incident audit.

How It Works in Practice

Accountability usually follows control, not just contract language. The organisation that decides to deploy third-party cookies is typically accountable for vendor selection, consent logic, and the actual execution path in the browser. That means privacy, legal, marketing, and security need a shared operating model: inventory every tag and pixel, classify each cookie by purpose, block non-essential scripts until consent is verified, and log which vendors receive identifiers at runtime.

Practitioners should treat the browser as an enforcement point. Consent management platforms, tag managers, and client-side scripts must all align, or the privacy notice becomes aspirational rather than operational. The OWASP Non-Human Identity Top 10 is relevant here because third-party tags often behave like unmanaged machine identities: they act automatically, access data, and can change behaviour without human review. For control design, NIST’s SP 800-53 Rev 5 Security and Privacy Controls supports access governance, auditability, and privacy-by-design expectations.

  • Maintain a live inventory of all cookies, tags, pixels, and SDKs.
  • Map each third party to a lawful purpose and disclosure statement.
  • Enforce consent before load for non-essential tracking.
  • Review vendor contracts for onward sharing, retention, and subprocessor limits.
  • Test the actual browser behaviour, not just the policy text.

This guidance tends to break down in environments that rely on sprawling tag-manager sprawl, dynamically injected scripts, or adtech stacks where vendors can alter behaviour without a release cycle.

Common Variations and Edge Cases

Tighter cookie governance often increases implementation overhead, requiring organisations to balance privacy fidelity against marketing and analytics pressure. The hard cases are usually not the obvious ones. First-party branded pages that embed third-party embeds, federated login flows, embedded video, and A/B testing tools can all trigger data transfers that are easy to miss. Guidance is still evolving for complex consent chains, but current guidance suggests the controller should assume accountability wherever it can decide purpose, configure the stack, or continue using a vendor after discovering drift.

One recurring edge case is shared responsibility with processors and platform vendors. Contracts matter, but they do not erase the website owner’s duty to ensure the site behaves as disclosed. Another edge case is cross-border data use, where cookie identifiers can become personal data once combined with other signals. NHI Mgmt Group’s 52 NHI breaches Report and Klue OAuth Supply Chain Breach both illustrate a broader lesson: when third-party automation is trusted without tight governance, the organisation still owns the fallout.

Where organisations get into trouble is assuming that “the vendor did it” ends the question. It usually does not. If the website chose the vendor, loaded the script, and represented a different practice to users, accountability remains with the organisation that controlled the experience.

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, NIST SP 800-63, NIST AI RMF and NIST Zero Trust (SP 800-207) set the governance and control requirements practitioners need to meet.

Framework Control / Reference Relevance
OWASP Non-Human Identity Top 10 NHI-01 Third-party cookies behave like unmanaged machine identities.
NIST CSF 2.0 PR.DS-1 Cookie handling affects data in transit and disclosure control.
NIST SP 800-63 Cookie practices can impact session and identity assurance.
NIST AI RMF GOVERN Accountability depends on documented ownership and oversight.
NIST Zero Trust (SP 800-207) SP 800-207 Browser scripts should not be trusted by default.

Inventory all browser-executed third parties and restrict their data access to approved purposes.