{
  "affected": [
    {
      "ranges": [
        {
          "database_specific": {
            "versions": [
              {
                "introduced": "0"
              },
              {
                "last_affected": "0.3.0"
              }
            ]
          },
          "events": [
            {
              "introduced": "0"
            },
            {
              "last_affected": "69befd291b5991b7542b8b2784c52c60bf248578"
            }
          ],
          "repo": "https://github.com/meh/rust-ffmpeg",
          "type": "GIT"
        }
      ]
    }
  ],
  "details": "An issue was discovered in rust-ffmpeg 0.3.0 (after comit 5ac0527) A use-after-free vulnerability in the write_interleaved method allows an attacker to cause a denial of service or memory corruption. The method violates Rust's aliasing rules by modifying a data structure through a mutable pointer while only holding an immutable reference, which can lead to undefined behavior when the data is accessed later.",
  "id": "CVE-2025-57616",
  "modified": "2026-03-10T21:48:20.822533223Z",
  "published": "2025-09-02T16:15:40.593Z",
  "references": [
    {
      "type": "REPORT",
      "url": "https://github.com/meh/rust-ffmpeg/issues/192"
    }
  ],
  "severity": [
    {
      "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
      "type": "CVSS_V3"
    }
  ]
}