OpenAI Tightens Sora Protections to Guard Likenesses and Voices

OpenAI Tightens Sora Protections to Guard Likenesses and Voices
source: gettyimages
March 24, 2026

OpenAI, SAG-AFTRA, actor Bryan Cranston, United Talent Agency, Creative Artists Agency, and the Association of Talent Agents issued a joint statement emphasizing “productive collaboration” to reinforce protections for voice and likeness in content produced with Sora 2 and the Sora app.

Related notes from the broader tech press have highlighted ongoing product roadmaps and rumors about new devices and updates from Apple, illustrating how rapidly the landscape for AI tools and consumer hardware is evolving.

![ Sora app interface](/sora-app.jpg)

![ celebrity deepfake concerns](/celebrity-deepfake.jpg)

![ estate rights for likeness](/historical-figures.jpg)

Related links

By submitting, I confirm I have the right to share this link and I agree to link back to this article from the submitted page. Duplicate URLs are rejected. Up to 5 links per page.

GraphQL · 142 ms
query Q($id: Int!, $domain: Int!, $srcId: Int!, $hasSrc: Boolean!, $hasSelf: Boolean!) {
  self: qa_ai(where: {id: {_eq: $id}}, limit: 1) @include(if: $hasSelf) {
    id
    title
    text
    date
  }
  linksarticle: qa_ai(where: {domain: {_eq: $domain}, id: {_neq: $id}}, order_by: {id: desc}, limit: 8) {
    id
    title
  }
  linksbottom: qa_ai(where: {domain: {_neq: $domain}, id: {_lt: $id}}, order_by: {id: desc}, limit: 3) {
    id
    title
    domain
  }
  source: qa_ai(where: {id: {_eq: $srcId}}, limit: 1) @include(if: $hasSrc) {
    id
    title
  }
}
{
  "id": 6646887,
  "domain": 6,
  "srcId": 0,
  "hasSrc": false,
  "hasSelf": true
}