Skip to content

Commit

Permalink
3 changes (0 new | 3 updated):
Browse files Browse the repository at this point in the history
      - 0 new CVEs:
      - 3 updated CVEs: CVE-2020-24829, CVE-2021-30014, CVE-2021-30022
  • Loading branch information
cvelistV5 Github Action committed Mar 5, 2025
1 parent 90d1bdc commit 9fe4a90
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 30 deletions.
19 changes: 11 additions & 8 deletions cves/2020/24xxx/CVE-2020-24829.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"descriptions": [
{
"lang": "en",
"value": "An issue was discovered in GPAC 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."
"value": "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."
}
],
"problemTypes": [
Expand All @@ -31,16 +31,19 @@
}
],
"providerMetadata": {
"dateUpdated": "2021-08-04T20:02:38",
"dateUpdated": "2025-03-05T22:52:44.140Z",
"orgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
"shortName": "mitre"
},
"references": [
{
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/gpac/gpac/issues/1422"
},
{
"url": "https://github.com/gpac/gpac/commit/8c5e847185d74462d674ee7d28fb46c29dae6dd2"
},
{
"url": "https://github.com/gpac/gpac/blob/v0.5.2/src/media_tools/mpegts.c#L2204"
}
],
"x_legacyV4Record": {
Expand Down Expand Up @@ -130,9 +133,9 @@
"assignerOrgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
"assignerShortName": "mitre",
"cveId": "CVE-2020-24829",
"datePublished": "2021-08-04T20:02:38",
"dateReserved": "2020-08-28T00:00:00",
"dateUpdated": "2024-08-04T15:19:09.390Z",
"datePublished": "2021-08-04T20:02:38.000Z",
"dateReserved": "2020-08-28T00:00:00.000Z",
"dateUpdated": "2025-03-05T22:52:44.140Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
Expand Down
19 changes: 8 additions & 11 deletions cves/2021/30xxx/CVE-2021-30014.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"descriptions": [
{
"lang": "en",
"value": "There is a integer overflow in media_tools/av_parsers.c in the hevc_parse_slice_segment function in GPAC 1.0.1 which results in a crash."
"value": "There is a integer overflow in media_tools/av_parsers.c in the hevc_parse_slice_segment function in GPAC from v0.9.0-preview to 1.0.1 which results in a crash."
}
],
"problemTypes": [
Expand All @@ -31,22 +31,19 @@
}
],
"providerMetadata": {
"dateUpdated": "2021-04-19T19:34:08",
"dateUpdated": "2025-03-05T22:56:56.135Z",
"orgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
"shortName": "mitre"
},
"references": [
{
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/gpac/gpac/issues/1721"
},
{
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/gpac/gpac/commit/51cdb67ff7c5f1242ac58c5aa603ceaf1793b788"
},
{
"url": "https://github.com/gpac/gpac/blob/v0.9.0-preview/src/media_tools/av_parsers.c#L6731"
}
],
"x_legacyV4Record": {
Expand Down Expand Up @@ -148,9 +145,9 @@
"assignerOrgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
"assignerShortName": "mitre",
"cveId": "CVE-2021-30014",
"datePublished": "2021-04-19T19:34:08",
"dateReserved": "2021-04-02T00:00:00",
"dateUpdated": "2024-08-03T22:24:59.388Z",
"datePublished": "2021-04-19T19:34:08.000Z",
"dateReserved": "2021-04-02T00:00:00.000Z",
"dateUpdated": "2025-03-05T22:56:56.135Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
Expand Down
19 changes: 8 additions & 11 deletions cves/2021/30xxx/CVE-2021-30022.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"descriptions": [
{
"lang": "en",
"value": "There is a integer overflow in media_tools/av_parsers.c in the gf_avc_read_pps_bs_internal in GPAC 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."
"value": "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."
}
],
"problemTypes": [
Expand All @@ -31,22 +31,19 @@
}
],
"providerMetadata": {
"dateUpdated": "2021-04-19T19:34:08",
"dateUpdated": "2025-03-05T22:59:04.945Z",
"orgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
"shortName": "mitre"
},
"references": [
{
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/gpac/gpac/issues/1720"
},
{
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/gpac/gpac/commit/51cdb67ff7c5f1242ac58c5aa603ceaf1793b788"
},
{
"url": "https://github.com/gpac/gpac/blob/v0.5.2/src/media_tools/av_parsers.c#L2344"
}
],
"x_legacyV4Record": {
Expand Down Expand Up @@ -148,9 +145,9 @@
"assignerOrgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
"assignerShortName": "mitre",
"cveId": "CVE-2021-30022",
"datePublished": "2021-04-19T19:34:08",
"dateReserved": "2021-04-02T00:00:00",
"dateUpdated": "2024-08-03T22:24:59.150Z",
"datePublished": "2021-04-19T19:34:08.000Z",
"dateReserved": "2021-04-02T00:00:00.000Z",
"dateUpdated": "2025-03-05T22:59:04.945Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
Expand Down

0 comments on commit 9fe4a90

Please sign in to comment.