AI News AI资讯 1d ago Updated 1d ago 更新于 1天前 43

Reverse-lookup service exposed millions of photos of people's faces 反向搜索服务暴露了数百万张人脸照片

ClarityCheck, a people-search tool, left over 9 million image files (including faces of adults and children) publicly exposed via an unsecured Amazon S3 bucket containing roughly 450 GB of data A second misconfiguration allowed anyone to retrieve email addresses, phone numbers, and physical addresses by manipulating website URLs with simple name searches The exposed data was accessible through a URL embedded in the company's publicly available website code, with folders explicitly named "faces" ClarityCheck人脸搜索工具因未授权访问的Amazon S3存储桶,导致超900万张人脸图片及敏感个人信息(邮箱、电话、地址)公开暴露 数据泄露持续数月且初期未获公司回应,暴露了生物识别数据存储的安全漏洞与合规风险 API配置错误使通过姓名查询即可获取个人详细信息,凸显人脸搜索类AI服务的数据收集伦理问题 安全行业认定未受保护的公开可访问数据即构成"暴露",与公司"非公开暴露"的辩护形成争议 泄露数据可能被AI爬虫提取用于模型训练,引发对未成年人生物识别数据滥用的担忧

65
Hot 热度
65
Quality 质量
55
Impact 影响力

Analysis 深度分析

TL;DR

  • ClarityCheck, a people-search tool, left over 9 million image files (including faces of adults and children) publicly exposed via an unsecured Amazon S3 bucket containing roughly 450 GB of data
  • A second misconfiguration allowed anyone to retrieve email addresses, phone numbers, and physical addresses by manipulating website URLs with simple name searches
  • The exposed data was accessible through a URL embedded in the company's publicly available website code, with folders explicitly named "faces" and "profiles"
  • ClarityCheck disputed the characterization of the data as "publicly exposed," arguing access required knowledge of a specific unindexed URL, while security experts and the US federal government define exposure broadly as any data accessible without authentication
  • The incident raises concerns about AI training data ethics, as bots could crawl the exposed images to extract faces for model training, particularly given the presence of children's photos

Why It Matters

This incident highlights the growing tension between AI-powered people-search services and personal data privacy, demonstrating how misconfigured cloud infrastructure can lead to mass exposure of sensitive biometric data. For AI practitioners and security professionals, it underscores the critical importance of securing storage buckets and API endpoints that handle biometric and personally identifiable information, especially as these tools become more prevalent and automated.

Technical Details

  • The exposed data resided in an unsecured Amazon S3 bucket accessible via a URL hardcoded in ClarityCheck's publicly available website source code, with subdirectories explicitly labeled "faces" and "profiles"
  • A separate API misconfiguration allowed URL manipulation: entering a person's name into specific endpoint URLs returned email addresses, physical addresses, and phone numbers without any authentication
  • The image database contained approximately 450 GB of files, including profile images, screenshots, and photographs of adults, teenagers, and children, stored as duplicate, cropped, and resized copies alongside non-image data
  • ClarityCheck's face-search feature operates by scanning facial landmarks and mapping unique face geometry to match uploaded images against online sources, generating reports that include names, addresses, location history, and social media profiles
  • The company claimed the data was sourced from publicly available information and licensed third-party data providers, and stated it has since improved its security reporting procedures

Industry Insight

  • AI companies and people-search platforms must treat biometric data with heightened security standards, as facial images are unchangeable sensitive identifiers that pose irreversible harm if exposed
  • Cloud storage misconfigurations remain a leading cause of data breaches; organizations should implement automated bucket policy auditing and enforce least-privilege access by default
  • The incident reinforces the need for responsible disclosure frameworks, as ClarityCheck initially failed to respond to the researcher's attempts to flag the vulnerability before media involvement prompted action

TL;DR

  • ClarityCheck人脸搜索工具因未授权访问的Amazon S3存储桶,导致超900万张人脸图片及敏感个人信息(邮箱、电话、地址)公开暴露
  • 数据泄露持续数月且初期未获公司回应,暴露了生物识别数据存储的安全漏洞与合规风险
  • API配置错误使通过姓名查询即可获取个人详细信息,凸显人脸搜索类AI服务的数据收集伦理问题
  • 安全行业认定未受保护的公开可访问数据即构成"暴露",与公司"非公开暴露"的辩护形成争议
  • 泄露数据可能被AI爬虫提取用于模型训练,引发对未成年人生物识别数据滥用的担忧

为什么值得看

本文揭示了人脸搜索类AI工具在数据收集与隐私保护间的核心矛盾,为AI从业者提供了生物识别数据存储安全的反面案例。研究凸显了敏感个人信息泄露对AI训练数据合规性的潜在影响,提醒行业需加强数据最小化原则与漏洞响应机制。

技术解析

  • 数据存储架构:900万张图片(含人脸)存储在未加密的Amazon S3存储桶中,文件夹命名为"faces"和"profiles",通过公开网站代码中的URL可直接访问,无认证保护
  • API配置缺陷:网站URL可被构造为输入姓名后返回邮箱、电话、地址等个人信息,暴露了API权限控制不足的问题
  • 数据规模争议:公司辩称数据包含重复、裁剪和 resized 副本,非900万独立图像,但安全研究员确认存储桶内容包含成人、青少年及儿童照片
  • 漏洞发现路径:独立安全研究员Jeremiah Fowler通过公开代码定位存储桶URL,发现数据暴露持续数月且初期未获公司响应

行业启示

  • 人脸搜索类AI服务需重新评估数据收集策略,避免过度依赖敏感生物识别信息,应优先采用数据最小化原则
  • 企业应建立透明的漏洞响应机制,及时修复配置错误,避免因延迟处理导致数据长期暴露风险
  • 监管层面需加强对AI训练数据源的合规审查,尤其是涉及未成年人生物识别数据的使用,防止未经授权的爬取与滥用

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

Security 安全 Research 科学研究