Papers for

privacy compliance teams

Papers whose findings have a practical use for this group, as judged from the abstract. Open a paper to read what it means in practice.

Large language models assist automated privacy impact assessments

PIA-Bench: Towards Automated Privacy Impact Assessment with Large Language Models

Abstract: Privacy impact assessment (PIA) is a critical instrument for institutions to proactively identify privacy risks and develop mitigation strategies before system deployment. While mandated across regulatory and institutional contexts, executing PIA requires extensive privacy and technical expertise, posing a particular challenge for teams without access to such resources. Prior work shows the potential of leveraging large language models (LLMs) to assist practitioners' privacy decisions, but little is known about how accurately and reliably LLMs can automate PIA. To this end, we develop PIA-Bench, the first open benchmark for evaluating LLMs on real-world PIAs. We first audited 499 expert-authored PIAs published by US federal agencies and curated 73 structured PIAs, comprising a total of 451 privacy risk and 831 mitigation items, to evaluate LLMs' ability to assess privacy risks and propose mitigations of complex systems. Our results show that off-the-shelf LLMs produce meaningful assessments and identify avenues for future improvement. Finally, we call for improving domain-specific workflows for LLM agents, developing accountable LLM infrastructure, and designing new quality standards for PIAs.

Fri 11 SeptCryptography and Security
The gist
Privacy impact assessments help organizations find and fix privacy problems before launching new systems, but they usually need experts. The authors created a benchmark called PIA-Bench to test how well large language models (LLMs) can do this job by looking at real-world government assessments. They found that current LLMs can produce useful privacy risk identifications and suggest ways to reduce those risks, although there is room for improvement. Their work suggests ways to improve how AI tools are used for privacy checks and calls for better standards and accountability.
Open 2609.12571v1

Metaverse user worlds risk privacy through hidden surveillance hacks

Omniscience for the Masses: New Threats in the Metaverse's Democratized World Creation

Abstract: Metaverse platforms increasingly derive their success from user-generated virtual worlds: self-contained social and interactive environments, which can be created by any ordinary user and scale to billions of visits. Platforms such as Roblox, Horizon Worlds, and VRChat now host millions of creator-built worlds that govern how users see, hear, and interact with one another. While this model enables rapid growth and creativity, it fundamentally delegates control over social interactions and world behavior to untrusted users. In this paper, we present the first systematic security and privacy assessment of metaverse world creators. We survey 25 platforms that support user-created worlds and analyze their world-creation capabilities. Guided by this analysis, we design and implement five novel attacks that exploit creator-provided tools to violate spatial, visual, and auditory constraints in immersive environments, enabling covert user surveillance and manipulation without software vulnerabilities or developer-level privileges. We further show that five previously-proposed attacks can be replicated using only standard world-creation features. Finally, we find that existing platform vetting, runtime protections, and creator policies are insufficient to mitigate malicious world-creator behavior, revealing a fundamental mismatch between users' privacy expectations and the powers granted to world creators.

Fri 11 SeptCryptography and Security
The gist
Metaverse platforms let everyday users create their own virtual worlds that others can visit and explore. The authors found that these user-created worlds can secretly spy on visitors or manipulate what they see and hear, all without needing special hacks or permissions. They showed several ways these privacy-invading tricks can be done using the standard tools available to creators. Existing platform rules and protections do not stop these hidden attacks, which means people’s privacy is at risk when using these virtual worlds.
Open 2609.12554v1

Plain language makes cookie banners easier to understand for everyone

Senseful Consense: Towards Simplified Cookie Banners using Plain Language

Abstract: While the GDPR and ePrivacy Directive mandate that consent information must be clear and accessible, most modern cookie banners remain obscured by technical jargon, vague phrasing, and frequent content overload or underload. This feasibility study investigates the impact of applying plain language (Einfache Sprache) to cookie banners within the IAB Transparency & Consent Framework (TCF). In our study, we analysed cookie banner texts from 200 websites, using AI-based mapping to categorise extracted content into standardised processing purposes. By substituting complex legal terms with simplified descriptions, we successfully demonstrated that the comprehension barrier can be lowered from a college-graduate level to a 7th-grade level. However, the effectiveness of plain language is inherently constrained by the informativeness of the original content; it cannot compensate for banners that omit legally required details. We conclude that while plain language is a vital tool for digital accessibility, it must be paired with standardised implementation guidelines to ensure that cookie banners are both readable and informative.

Wed 9 SeptComputers and SocietyHuman-Computer Interaction
The gist
Many cookie banners that ask for consent use complicated legal language that is hard for most people to understand. The authors studied 200 websites and changed their cookie banners into simpler language that matches a 7th-grade reading level instead of college-level. This makes the banners easier to read, but it can’t fix banners that leave out important information. The authors say that simple language should be combined with clear rules so banners are both easy to read and contain the right information.
Open 2609.10271v1

Privacy auditing framework reveals mixed compliance with California law

PrivAudit: A Dual-Lens Auditing Framework for Website Privacy Practices under the CCPA

Abstract: Five years after the enforcement of the California Consumer Privacy Act (CCPA), understanding how website privacy practices evolve at scale in response to regulation remains a key challenge for both researchers and regulators. Prior work and regulatory efforts have focused on manual and case-specific enforcement, but there remain no scalable approaches to systematically audit two key user-facing facets of websites that are crucial signals for the CCPA: privacy disclosures and front-end user tracking behavior. In this paper, we present PrivAudit, an automated auditing framework that adopts a dual-lens approach to capture: (1) privacy disclosures through large language model-based analysis of privacy policies grounded in CCPA provisions, and (2) user-observable data collection behavior through automated browser measurements of cookie writes under diverse privacy configurations. We apply PrivAudit to 998 websites and report two broad findings. The law is associated with stronger privacy disclosures: CCPA-subject policies are more likely to disclose opt-out mechanisms, data-sharing practices, and user rights. On the other hand, cookie-based tracking remains pervasive, with both CCPA-subject and not-subject websites setting a total of 6,392 targeting cookies, 49% of which are third-party writes. Moreover, cookies show limited-to-moderate responsiveness to privacy signals and consent choices, even when websites claim to honor them in their disclosures. Our results highlight the need for multi-layered and scalable auditing approaches that combine policy analysis with behavioral evidence. PrivAudit can support these auditing workflows at scale by generating actionable signals and patterns for further manual review. We open-source PrivAudit and are engaging with regulators to support auditing in practice.

Wed 9 SeptCryptography and Security
The gist
It can be hard to check if websites really follow privacy laws like the CCPA, which protects users in California. The authors built a tool called PrivAudit that looks at both what websites say in their privacy policies and what cookies they place on users’ browsers. They found that while many websites explain user rights better, tracking cookies are still very common and users’ choices are often not fully respected. This shows the need for tools that look at policies and actual behavior to spot privacy problems.
Open 2609.09697v1

BatchNorm hidden actions can mislead machine unlearning tests

The BatchNorm Illusion: Diagnosing Normalization Artifacts in Machine Unlearning Evaluation

Abstract: Approximate machine unlearning aims to remove the influence of specific training data from a trained model without retraining from scratch. We identify a previously undocumented confound in how unlearning is evaluated on BatchNorm-based architectures: a single forward pass over retain data, an operation that modifies no weight, can deterministically rewrite the model's normalization state and reverse the apparent surface-metric forgetting. We formalize this operation as a weight-preserving fixed-point operator and prove that any pre-versus-post gap it induces is provably attributable to BN running statistics rather than to any modification the unlearning method made to the weights. This attribution claim cleanly separates measurement failure (BN artifact) from encoder failure (residual weight-encoded information, recently documented in concurrent work), and the same operator framework yields a unique decomposition of linear-probe elevation into BN-measurement-bias and encoder-geometry components. Empirically, the artifact reverses headline forget accuracy by up to 78 pp across nine evaluated methods on standard benchmarks; an attacker with as few as 10 unlabeled images recovers most of the masked accuracy; and a strict GroupNorm control reduces the artifact to zero across all methods. The tested membership-inference attacks change little under recalibration, locating the observed evaluation failure in forget accuracy and linear probing.

Tue 8 SeptMachine Learning
The gist
When a computer model is taught to forget certain training data, the usual tests to check if it actually forgot can be tricked. This happens because Batch Normalization layers inside the model update their internal settings even when the model’s main parts don’t change. The authors explain this hidden change creates a false impression that the model remembers more than it should, which earlier tests missed. They also show how this error can be fixed by using another method called Group Normalization. This helps make sure tests properly measure if the model truly forgets the data.
Open 2609.08901v1

Concept risk auditing helps govern image generation models safely

Concept-Level Risk and Calibration for Governance in Diffusion Foundation Models

Abstract: Diffusion models have become a core paradigm for multimedia generation, offering powerful concept-driven controllability for personalization, semantic editing, and selective unlearning. However, as semantic control extends beyond natural-language prompts to learned embeddings and intervention pipelines, the safety and governance of these systems become increasingly difficult to evaluate in a unified manner, especially for safety-sensitive, identity-linked, and other privacy-relevant concepts. Existing studies mainly rely on heuristic audits, adversarial probing, or task-specific erasure benchmarks, and therefore provide limited support for systematic comparison across models, conditioning channels, and deployment conditions. We present a concept-level probabilistic audit and reporting framework for diffusion models. We formalize governance-relevant concept behaviors as Bernoulli semantic events induced by stochastic generation, and define a Concept Risk Operator that maps model-channel configurations to structured risk profiles, enabling comparison across prompting interfaces, learned embedding channels, models, and recorded conditions. We apply sample-level post-hoc calibration and configuration-level risk aggregation, and show that probability error can change thresholded actions near policy boundaries. Experiments on SD1.5, SD2.1, and SDXL reveal consistent yet non-uniform operational risk patterns across concept families, channels, recorded conditions, and shifted protocols. In particular, embedding-based access and obfuscated prompts expose risks often understated by standard-prompt evaluation. A pooled multi-protocol calibrator improves held-out probability reliability, but we do not claim transfer from a standard-only calibrator. CLRC provides a common audit schema for probabilistic and decision-aware governance of multimedia generation systems.

Tue 8 SeptMultimedia
The gist
Diffusion models create images and videos based on concepts people provide, but it’s hard to check if they behave safely or respect privacy for sensitive ideas. The authors propose a way to measure and report the chances that these models might misuse or mishandle important concepts, like identities, across different ways of interacting with the model. Their method helps compare risks between models and input styles, making it easier to manage and govern these systems. They also show that using some types of inputs, like learned embeddings, can reveal risks that are hidden when only testing standard text prompts.
Open 2609.08517v1

Privacy tools fail to stop harms from real-world data misuse

Enhancing Privacy, Neglecting Harms: An Analysis of Real-World Digital Privacy Incidents

Abstract: Privacy-enhancing technologies (PETs) have emerged as a technical means for providing individuals with greater control over their information. Yet despite the growing deployment of PETs, people continue to experience privacy harms. In this work, we revisit our understanding of privacy incidents and the realities of those experiencing privacy harms, to assess whether the goals and abilities of PETs are misaligned with the harms people face. For our study, we collect news articles that correspond to a sample of 257 real-world privacy incidents. We employ content analysis over the articles to develop a new information flow model that encompasses the complexity of data flows and their relation to resulting harms. We demonstrate that our model captures both established and novel aspects of privacy incidents and their mitigations. In particular, it captures why consent is often insufficient to prevent privacy violations, how harms emerge from complex interactions among multiple entities and actions, and reveals a flaw in our understanding of PETs: a focus on enabling functionalities still permits the harms inherent in those functionalities. Moreover, we find that the entities best positioned to implement harm-preventing measures for the incidents in our sample are the least incentivized to do so. Overall, our model and analysis identify limitations of privacy technology research for harm prevention and further identifies paths for transforming how we approach the advancement of these technologies.

Mon 7 SeptCryptography and SecurityComputers and Society
The gist
Digital privacy tools are designed to give people more control over their personal information, but privacy harms still happen. The researchers studied 257 real privacy incidents reported in the news to understand why privacy protections often fall short. They built a new model showing that privacy harms come from complex interactions between many parties and that simply getting consent doesn’t stop violations. They also found that those who could best prevent harm often lack the motivation to do so, which limits how well current privacy technologies can protect people.
Open 2609.07217v1