Fix DoS due to lack of eof check #287

Merged
Burer merged 1 commits from manh-td/kolibrios:cine_read_header into main 2025-12-20 11:00:18 +00:00
Contributor

This PR fixes a security vulnerability in cine_read_header that was cloned from FFmpeg/FFmpeg but did not receive the security patch.

Vulnerability Details:

  • Affected Function: cine_read_header in contrib/sdk/sources/ffmpeg/ffmpeg-2.8/libavformat/cinedec.c
  • Original Fix: 7e80b63ecd

What this PR does: This PR applies the same security patch that was applied to the original repository to eliminate the vulnerability in the cloned code.

References:

Please review and merge this PR to ensure your repository is protected against this vulnerability.

This PR fixes a security vulnerability in `cine_read_header` that was cloned from FFmpeg/FFmpeg but did not receive the security patch. **Vulnerability Details:** * **Affected Function**: `cine_read_header` in `contrib/sdk/sources/ffmpeg/ffmpeg-2.8/libavformat/cinedec.c` * **Original Fix**: https://github.com/FFmpeg/FFmpeg/commit/7e80b63ecd259d69d383623e75b318bf2bd491f6 **What this PR does:** This PR applies the same security patch that was applied to the original repository to eliminate the vulnerability in the cloned code. **References:** * https://github.com/FFmpeg/FFmpeg/commit/7e80b63ecd259d69d383623e75b318bf2bd491f6 * https://nvd.nist.gov/vuln/detail/CVE-2017-14059 Please review and merge this PR to ensure your repository is protected against this vulnerability.
manh-td added 1 commit 2025-12-11 12:53:21 +00:00
Fix DoS due to lack of eof check
All checks were successful
Build system / Check kernel codestyle (pull_request) Successful in 4m33s
Build system / Build (pull_request) Successful in 41m8s
f6e9c0eed5
Doczom approved these changes 2025-12-14 10:50:35 +00:00
Burer approved these changes 2025-12-19 08:11:52 +00:00
Burer merged commit a83f6f7e4b into main 2025-12-20 11:00:18 +00:00
Author
Contributor

Hi @Doczom and @Burer, thanks for approving our PR. Just want to let you know that we plan to report this as a CVE. Let us know if you have any concerns!

Hi @Doczom and @Burer, thanks for approving our PR. Just want to let you know that we plan to report this as a CVE. Let us know if you have any concerns!
Sign in to join this conversation.
No Reviewers
3 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: KolibriOS/kolibrios#287