/
DirectorySecurity AdvisoriesPricing
Sign in
Security Advisories

CGA-5hf2-95qp-x9p4

Published

Last updated

https://images.chainguard.dev/security/CGA-5hf2-95qp-x9p4
Package

ffmpeg-6

Repository

Chainguard

Latest Update
Not affected
Aliases
  • CVE-2023-51796
  • GHSA-f72f-6w6j-jj9v

Severity

Unknown

References

  • https://nvd.nist.gov/vuln/detail/CVE-2023-51796

Updates

Status

Not affected

Justification

Vulnerable code not present

Impact

The showspectrum off-by-one error has been fixed in FFmpeg 6.1.2. The fix (commits ab0fdaedd1 and 3061bf668f cherry-picked to 6.x) changed the loop condition from <= to < at libavfilter/avf_showspectrum.c:1787. The vulnerable condition 'while (nb_frame <= s->nb_frames)' would allow accessing s->frames[s->nb_frames] which is out of bounds. The fixed code 'while (nb_frame < s->nb_frames)' ensures nb_frame is always a valid array index.

Status

Under investigation


Safe Source for Open Sourceâ„¢
Contact us
© 2025 Chainguard. All Rights Reserved.
Private PolicyTerms of Use

Product

Chainguard ContainersChainguard LibrariesChainguard VMsIntegrationsPricing