DJI rewards a researcher with $30,000 for Romo vulnerability discoveries as it expands security measures

DJI rewards a researcher with $30,000 for Romo vulnerability discoveries as it expands security measures
source: gettyimages
March 7, 2026

In a Valentine’s Day moment that drew global attention, a security researcher demonstrated how a PlayStation gamepad could steer a fleet of DJI robots, revealing a network that could expose interior video streams from thousands of devices. The Verge covered the breakthrough by Sammy Azdoufal, who showed that around 7,000 remote-control DJI robots could be accessed in ways that let him peek into some households. DJI had already begun addressing several of the related flaws before the discovery surfaced publicly.

What DJI has clarified since then

Context and outlook

The Verge’s coverage of the initial findings highlighted a tension between recognizing security researchers and how DJI previously handled public disclosures—particularly in light of a 2017 incident involving researcher Kevin Finisterre. The current statements suggest DJI is moving toward a more formalized vulnerability-disclosure and reward program, while continuing to roll out system-wide upgrades and independent audits to bolster overall safety. As the Romo and related devices remain part of DJI’s product ecosystem, the company says it will keep updating and expanding protections, and will introduce new collaboration avenues for researchers in the near term.

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 · 157 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": 6646373,
  "domain": 6,
  "srcId": 0,
  "hasSrc": false,
  "hasSelf": true
}