VYPR

Gpac

by Gpac

Source repositories

CVEs (423)

  • CVE-2021-33362HigSep 13, 2021
    risk 0.00cvss 7.8epss 0.01

    Stack buffer overflow in the hevc_parse_vps_extension function in MP4Box in GPAC 1.0.1 allows attackers to cause a denial of service or execute arbitrary code via a crafted file.

  • CVE-2021-32135MedSep 13, 2021
    risk 0.00cvss 5.5epss 0.01

    The trak_box_size function in GPAC 1.0.1 allows attackers to cause a denial of service (NULL pointer dereference) via a crafted file in the MP4Box command.

  • CVE-2021-32132MedSep 13, 2021
    risk 0.00cvss 5.5epss 0.01

    The abst_box_size function in GPAC 1.0.1 allows attackers to cause a denial of service (NULL pointer dereference) via a crafted file in the MP4Box command.

  • CVE-2021-32137MedSep 13, 2021
    risk 0.00cvss 5.5epss 0.01

    Heap buffer overflow in the URL_GetProtocolType function in MP4Box in GPAC 1.0.1 allows attackers to cause a denial of service or execute arbitrary code via a crafted file.

  • CVE-2021-32134MedSep 13, 2021
    risk 0.00cvss 5.5epss 0.01

    The gf_odf_desc_copy function in GPAC 1.0.1 allows attackers to cause a denial of service (NULL pointer dereference) via a crafted file in the MP4Box command.

  • CVE-2021-32136HigSep 13, 2021
    risk 0.00cvss 7.8epss 0.01

    Heap buffer overflow in the print_udta function in MP4Box in GPAC 1.0.1 allows attackers to cause a denial of service or execute arbitrary code via a crafted file.

  • CVE-2021-32440MedAug 11, 2021
    risk 0.00cvss 5.5epss 0.01

    The Media_RewriteODFrame function in GPAC 1.0.1 allows attackers to cause a denial of service (NULL pointer dereference) via a crafted file in the MP4Box command.

  • CVE-2021-32439HigAug 11, 2021
    risk 0.00cvss 7.8epss 0.01

    Buffer overflow in the stbl_AppendSize function in MP4Box in GPAC 1.0.1 allows attackers to cause a denial of service or execute arbitrary code via a crafted file.

  • CVE-2021-32438MedAug 11, 2021
    risk 0.00cvss 5.5epss 0.01

    The gf_media_export_filters function in GPAC 1.0.1 allows attackers to cause a denial of service (NULL pointer dereference) via a crafted file in the MP4Box command.

  • CVE-2021-32437MedAug 11, 2021
    risk 0.00cvss 5.5epss 0.01

    The gf_hinter_finalize function in GPAC 1.0.1 allows attackers to cause a denial of service (NULL pointer dereference) via a crafted file in the MP4Box command.

  • CVE-2020-24829MedAug 4, 2021
    risk 0.00cvss 5.5epss 0.01

    An issue was discovered in GPAC from v0.5.2 to v0.8.0, as demonstrated by MP4Box. It contains a heap-based buffer overflow in gf_m2ts_section_complete in media_tools/mpegts.c that can cause a denial of service (DOS) via a crafted MP4 file.

  • CVE-2020-19488MedJul 21, 2021
    risk 0.00cvss 5.5epss 0.01

    An issue was discovered in box_code_apple.c:119 in Gpac MP4Box 0.8.0, allows attackers to cause a Denial of Service due to an invalid read on function ilst_item_Read.

  • CVE-2020-19481MedJul 21, 2021
    risk 0.00cvss 5.5epss 0.01

    An issue was discovered in GPAC before 0.8.0, as demonstrated by MP4Box. It contains an invalid memory read in gf_m2ts_process_pmt in media_tools/mpegts.c that can cause a denial of service via a crafted MP4 file.

  • CVE-2020-23932MedApr 21, 2021
    risk 0.00cvss 5.5epss 0.01

    An issue was discovered in gpac before 1.0.1. A NULL pointer dereference exists in the function dump_isom_sdp located in filedump.c. It allows an attacker to cause Denial of Service.

  • CVE-2020-23931HigApr 21, 2021
    risk 0.00cvss 7.1epss 0.01

    An issue was discovered in gpac before 1.0.1. The abst_box_read function in box_code_adobe.c has a heap-based buffer over-read.

  • CVE-2020-23930MedApr 21, 2021
    risk 0.00cvss 5.5epss 0.01

    An issue was discovered in gpac through 20200801. A NULL pointer dereference exists in the function nhmldump_send_header located in write_nhml.c. It allows an attacker to cause Denial of Service.

  • CVE-2020-23928HigApr 21, 2021
    risk 0.00cvss 7.1epss 0.01

    An issue was discovered in gpac before 1.0.1. The abst_box_read function in box_code_adobe.c has a heap-based buffer over-read.

  • CVE-2021-30199MedApr 19, 2021
    risk 0.00cvss 5.5epss 0.01

    In filters/reframe_latm.c in GPAC 1.0.1 there is a Null Pointer Dereference, when gf_filter_pck_get_data is called. The first arg pck may be null with a crafted mp4 file,which results in a crash.

  • CVE-2021-30022MedApr 19, 2021
    risk 0.00cvss 5.5epss 0.01

    There is a integer overflow in media_tools/av_parsers.c in the gf_avc_read_pps_bs_internal in GPAC from 0.5.2 to 1.0.1. pps_id may be a negative number, so it will not return. However, avc->pps only has 255 unit, so there is an overflow, which results a crash.

  • CVE-2021-30020MedApr 19, 2021
    risk 0.00cvss 5.5epss 0.01

    In the function gf_hevc_read_pps_bs_internal function in media_tools/av_parsers.c in GPAC 1.0.1 there is a loop, which with crafted file, pps->num_tile_columns may be larger than sizeof(pps->column_width), which results in a heap overflow in the loop.