Skip to content

Request: Release new version with ffmpeg 8.1.1 wheels to address Critical CVE-2026-40962 #2275

@maxchang88

Description

@maxchang88

Summary

The current PyPI wheels for PyAV v17.0.1 bundle ffmpeg 8.0.1, which contains several security vulnerabilities including a Critical severity CVE. The main branch already defaults to ffmpeg 8.1.1 (per scripts/activate.sh), but this hasn't been released to PyPI yet.

Security Vulnerabilities in ffmpeg 8.0.1

CVE Severity Fixed In
CVE-2026-40962 Critical ffmpeg 8.1
CVE-2025-12343 Medium ffmpeg 8.1
CVE-2026-30999 High No fix yet
CVE-2026-30997 High No fix yet
CVE-2026-30998 High No fix yet
CVE-2025-22921 Medium No fix yet
CVE-2025-69693 Medium No fix yet

Impact

Organizations using hardened container images for security compliance cannot deploy PyAV v17.0.1 due to the Critical CVE. Grype and other vulnerability scanners flag this in security audits.

Request

Could you please publish a new release (v17.0.2 or v17.1.0) with wheels built against ffmpeg 8.1.1? I see the work has already been done in PRs #2253 and #2255.

Workaround

Currently the only workaround is building PyAV from source with ffmpeg 8.1.1, which adds significant complexity to container builds.

Thank you for maintaining this excellent library!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions