CyberRota Analysis
AI-GeneratedFFmpeg versions prior to 8.1 are vulnerable to a memory corruption issue during the RTP encoding process, specifically in the nal_send function, where a negative size parameter is improperly handled in memcpy. This flaw can lead to potential application crashes or arbitrary code execution when processing specially crafted H.264/HEVC streams. Developers and organizations utilizing FFmpeg for media streaming should prioritize addressing this vulnerability to mitigate associated risks.
Public Exploit Signal
A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.
Note: these links are listed for security research and verification purposes only.
Original NVD Description
A memory corruption vulnerability exists in FFmpeg before 8.1. The RTP encoding process. In the nal_send function in libavformat/rtpenc_h264_hevc.c, a negative size parameter (size=-3) is passed to memcpy when transmitting H.264/HEVC streams via RTP using a crafted input file. This was detected using AddressSanitizer.