Fixes out of array access #288

Merged
Burer merged 1 commits from manh-td/kolibrios:http_receive_data into main 2025-12-20 10:59:43 +00:00
Contributor

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

Vulnerability Details:

  • Affected Function: http_receive_data in contrib/sdk/sources/ffmpeg/ffmpeg-2.8/ffserver.c
  • Original Fix: a5d25faa3f

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 `http_receive_data` that was cloned from FFmpeg/FFmpeg but did not receive the security patch. **Vulnerability Details:** * **Affected Function**: `http_receive_data` in `contrib/sdk/sources/ffmpeg/ffmpeg-2.8/ffserver.c` * **Original Fix**: https://github.com/FFmpeg/FFmpeg/commit/a5d25faa3f4b18dac737fdb35d0dd68eb0dc2156 **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/a5d25faa3f4b18dac737fdb35d0dd68eb0dc2156 * https://nvd.nist.gov/vuln/detail/CVE-2016-10192 Please review and merge this PR to ensure your repository is protected against this vulnerability.
manh-td added 1 commit 2025-12-12 07:38:53 +00:00
Fixes out of array access
All checks were successful
Build system / Check kernel codestyle (pull_request) Successful in 2m13s
Build system / Build (pull_request) Successful in 16m33s
f5b453eee5
Doczom approved these changes 2025-12-14 10:49:44 +00:00
Burer approved these changes 2025-12-19 08:12:18 +00:00
Burer merged commit d54c802297 into main 2025-12-20 10:59:43 +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#288