AI Security AI安全 19h ago Updated 15h ago 更新于 15小时前 41

PNLD Breach Exposes U.K. Police and Government Contact Details on Dark Web PNLD数据泄露导致英国警方和政府联系方式曝光于暗网

PNLD confirmed a breach where names, organizations, and work email addresses of UK police officers, criminal justice professionals, and government partners were published on the dark web The likely attack vector involves a misconfigured Microsoft Power Pages portal with Anonymous Users granted access to Dataverse tables, combined with an enabled Web API or legacy OData feed No evidence of compromised passwords, credentials, ransomware, malware, or software vulnerability exploitation was found in PNLD(Police National Legal Database)确认警察、政府和客户联系信息泄露至暗网,包括姓名、组织和工邮,但无证据表明密码或其他凭证被泄露 VenariX分析认为攻击路径可能是Power Pages站点将Dataverse表的Anonymous Users角色权限设置过宽,结合启用的Web API或OData接口导致数据公开可访问 攻击者ExfilSquad于7月26日将PNLD列入泄露名单,但未发现勒索软件、恶意软件、横向移动或软件漏洞利用的证据 PNLD使用Microsoft Power Platform技术,其2025-26年度报告显示服务108,429名警察

62
Hot 热度
60
Quality 质量
52
Impact 影响力

Analysis 深度分析

TL;DR

  • PNLD confirmed a breach where names, organizations, and work email addresses of UK police officers, criminal justice professionals, and government partners were published on the dark web
  • The likely attack vector involves a misconfigured Microsoft Power Pages portal with Anonymous Users granted access to Dataverse tables, combined with an enabled Web API or legacy OData feed
  • No evidence of compromised passwords, credentials, ransomware, malware, or software vulnerability exploitation was found in the campaign material
  • VenariX's analysis of ExfilSquad's claimed victims shows Dataverse-consistent data structures across 11 of 15 cases, with Houston confirming unauthenticated public portal access
  • Microsoft provides a tenant-level governance control that can block unauthenticated Dataverse reads while allowing public form submissions, but PNLD has not disclosed exact access routes or victim counts

Why It Matters

This breach highlights the growing risk of cloud platform misconfigurations exposing sensitive government and law enforcement data, particularly when low-code platforms like Microsoft Power Pages are deployed without proper access controls. The incident serves as a cautionary tale for organizations relying on third-party SaaS platforms that handle sensitive data, demonstrating how seemingly minor permission settings can lead to large-scale data exposure.

Technical Details

  • PNLD uses Microsoft Power Platform technology and hosts assets on Microsoft's content.powerapps.com domain; the breach exposed names, organizations, and work email addresses of approximately 108,429 registered users across all 43 Home Office police forces
  • VenariX identified a campaign-level attack pattern involving public Power Pages sites with broad Anonymous Users access to Dataverse tables, requiring an enabled Power Pages Web API or legacy OData feed for data exfiltration
  • Microsoft's documentation confirms that granting Anonymous Users role access to a table makes data visible to any site visitor, and the /_api interface follows table permissions attached to each web role
  • The breach was identified on July 26, 2026, with ExfilSquad listing PNLD on their leak site the same day, though PNLD has not attributed the incident to the group
  • Microsoft offers a tenant-level governance control that blocks unauthenticated users from reading Dataverse data while still permitting public form submissions, which could have prevented this type of exposure

Industry Insight

Organizations using Microsoft Power Platform should immediately audit Anonymous Users table permissions, Web API settings, and legacy OData feeds, then validate access from unauthenticated browser sessions to identify similar misconfigurations before exploitation. The incident underscores the importance of implementing tenant-level governance controls and zero-trust principles for any public-facing low-code applications handling sensitive data, particularly in government and law enforcement sectors. Security teams should also consider that data exposure through misconfigured APIs can enable sophisticated phishing campaigns using real named contacts, making rapid breach notification and user awareness critical components of incident response.

TL;DR

  • PNLD(Police National Legal Database)确认警察、政府和客户联系信息泄露至暗网,包括姓名、组织和工邮,但无证据表明密码或其他凭证被泄露
  • VenariX分析认为攻击路径可能是Power Pages站点将Dataverse表的Anonymous Users角色权限设置过宽,结合启用的Web API或OData接口导致数据公开可访问
  • 攻击者ExfilSquad于7月26日将PNLD列入泄露名单,但未发现勒索软件、恶意软件、横向移动或软件漏洞利用的证据
  • PNLD使用Microsoft Power Platform技术,其2025-26年度报告显示服务108,429名警察注册用户和43个内政部警察部队,但尚未公布实际受影响人数
  • Microsoft提供租户级治理控制可阻止未认证用户读取Dataverse数据,同时允许公开表单提交

为什么值得看

该事件揭示了低代码/无代码平台(如Microsoft Power Platform)配置不当可能导致的严重数据泄露风险,对依赖此类平台构建AI应用和数据处理系统的企业具有直接警示意义。同时展示了数据泄露组织如何通过配置漏洞而非传统入侵手段获取敏感信息,为AI安全从业者提供了新的威胁建模视角。

技术解析

  • 技术栈与架构:PNLD基于Microsoft Power Platform构建,使用Dataverse作为数据存储层,通过Power Pages提供前端服务。泄露页面引用的资产托管在Microsoft的content.powerapps.com域名下,证实了平台关联性。
  • 潜在攻击路径:VenariX推断的攻击模式为公开Power Pages站点将Anonymous Users角色授予Dataverse表的读取权限,同时启用了Power Pages Web API(/_api接口)或遗留OData feed,导致未认证用户可直接访问数据。
  • 第三方验证:VenariX审查了ExfilSquad声称的15个受害者中的11个样本,发现所有样本均具有Dataverse一致的数据结构。Houston案例确认公开门户无需认证即可返回记录,且与泄露组织发布的数据一致。
  • 安全控制机制:Microsoft文档指出,授予Anonymous Users角色表访问权限会使数据对访问站点的所有人可见,Web API接口遵循与各web角色关联的表权限。租户级治理控制可阻止未认证用户读取Dataverse数据。
  • 事件时间线:7月26日发现事件,ExfilSquad同日将PNLD列入泄露名单。截至8月3日,PNLD尚未公布入侵开始时间、访问持续时间、受影响人数或数据量等关键细节。

行业启示

  • 低代码平台安全治理:企业使用Power Platform等低代码工具时,必须严格审查Anonymous Users角色的表权限、Web API设置和OData接口配置,定期以未认证身份验证数据访问边界,避免"配置即漏洞"。
  • 数据泄露组织战术演变:ExfilSquad等组织正转向利用云平台和SaaS配置错误而非传统漏洞利用,攻击门槛降低且难以通过常规安全监控发现,威胁情报需纳入云平台配置审计维度。
  • 政府与执法机构AI应用风险:公共部门广泛采用低代码平台构建服务时,需建立租户级安全基线和自动化配置合规检查,同时制定针对联系人信息泄露的专项钓鱼防护预案。

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。

Security 安全 Policy 政策 Regulation 监管