mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-04-28 00:50:11 +00:00
[PR #1968] fix DTVCC: Heap Buffer Overflow & Out-of-Bounds Read #2769
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original Pull Request: https://github.com/CCExtractor/ccextractor/pull/1968
State: closed
Merged: Yes
In raising this pull request, I confirm the following (please check boxes):
My familiarity with the project is as follows (check one):
Description
fixed critical vulnerabilities in the DTVCC (CEA-708) decoder
Issues Fixed:
Heap Buffer Overflow in
dtvcc_process_dataCCX_DTVCC_MAX_PACKET_LENGTH.Out-of-Bounds Read in
dtvcc_process_current_packetImpact if unpatched:
Testing:
CCX_DTVCC_MAX_PACKET_LENGTHare safely ignored.fixed #1966