2023-04-24 12:24:31 +02:00
|
|
|
{
|
|
|
|
"id": "CVE-2023-1654",
|
|
|
|
"sourceIdentifier": "security@huntr.dev",
|
|
|
|
"published": "2023-03-27T16:15:10.017",
|
2024-12-08 03:06:42 +00:00
|
|
|
"lastModified": "2024-11-21T07:39:38.010",
|
2023-05-27 06:00:28 +00:00
|
|
|
"vulnStatus": "Modified",
|
2024-07-14 02:06:08 +00:00
|
|
|
"cveTags": [],
|
2023-04-24 12:24:31 +02:00
|
|
|
"descriptions": [
|
|
|
|
{
|
|
|
|
"lang": "en",
|
|
|
|
"value": "Denial of Service in GitHub repository gpac/gpac prior to 2.4.0."
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"metrics": {
|
|
|
|
"cvssMetricV31": [
|
|
|
|
{
|
|
|
|
"source": "nvd@nist.gov",
|
|
|
|
"type": "Primary",
|
|
|
|
"cvssData": {
|
|
|
|
"version": "3.1",
|
|
|
|
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
|
2024-12-08 03:06:42 +00:00
|
|
|
"baseScore": 7.8,
|
|
|
|
"baseSeverity": "HIGH",
|
2023-04-24 12:24:31 +02:00
|
|
|
"attackVector": "LOCAL",
|
|
|
|
"attackComplexity": "LOW",
|
|
|
|
"privilegesRequired": "LOW",
|
|
|
|
"userInteraction": "NONE",
|
|
|
|
"scope": "UNCHANGED",
|
|
|
|
"confidentialityImpact": "HIGH",
|
|
|
|
"integrityImpact": "HIGH",
|
2024-12-08 03:06:42 +00:00
|
|
|
"availabilityImpact": "HIGH"
|
2023-04-24 12:24:31 +02:00
|
|
|
},
|
|
|
|
"exploitabilityScore": 1.8,
|
|
|
|
"impactScore": 5.9
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"cvssMetricV30": [
|
|
|
|
{
|
|
|
|
"source": "security@huntr.dev",
|
|
|
|
"type": "Secondary",
|
|
|
|
"cvssData": {
|
|
|
|
"version": "3.0",
|
|
|
|
"vectorString": "CVSS:3.0/AV:L/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:L",
|
2024-12-08 03:06:42 +00:00
|
|
|
"baseScore": 4.8,
|
|
|
|
"baseSeverity": "MEDIUM",
|
2023-04-24 12:24:31 +02:00
|
|
|
"attackVector": "LOCAL",
|
|
|
|
"attackComplexity": "LOW",
|
|
|
|
"privilegesRequired": "LOW",
|
|
|
|
"userInteraction": "REQUIRED",
|
|
|
|
"scope": "UNCHANGED",
|
|
|
|
"confidentialityImpact": "LOW",
|
|
|
|
"integrityImpact": "LOW",
|
2024-12-08 03:06:42 +00:00
|
|
|
"availabilityImpact": "LOW"
|
2023-04-24 12:24:31 +02:00
|
|
|
},
|
|
|
|
"exploitabilityScore": 1.3,
|
|
|
|
"impactScore": 3.4
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"weaknesses": [
|
|
|
|
{
|
|
|
|
"source": "security@huntr.dev",
|
2024-12-15 03:03:56 +00:00
|
|
|
"type": "Primary",
|
2023-04-24 12:24:31 +02:00
|
|
|
"description": [
|
|
|
|
{
|
|
|
|
"lang": "en",
|
|
|
|
"value": "CWE-400"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"configurations": [
|
|
|
|
{
|
|
|
|
"nodes": [
|
|
|
|
{
|
|
|
|
"operator": "OR",
|
|
|
|
"negate": false,
|
|
|
|
"cpeMatch": [
|
|
|
|
{
|
|
|
|
"vulnerable": true,
|
|
|
|
"criteria": "cpe:2.3:a:gpac:gpac:*:*:*:*:*:*:*:*",
|
|
|
|
"versionEndIncluding": "2.2.0",
|
|
|
|
"matchCriteriaId": "46EDD964-D166-4879-8E48-CF3AC00AF840"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"references": [
|
|
|
|
{
|
|
|
|
"url": "https://github.com/gpac/gpac/commit/2c055153d401b8c49422971e3a0159869652d3da",
|
|
|
|
"source": "security@huntr.dev",
|
|
|
|
"tags": [
|
|
|
|
"Patch"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://huntr.dev/bounties/33652b56-128f-41a7-afcc-10641f69ff14",
|
|
|
|
"source": "security@huntr.dev",
|
|
|
|
"tags": [
|
|
|
|
"Patch"
|
|
|
|
]
|
2023-05-27 06:00:28 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://www.debian.org/security/2023/dsa-5411",
|
|
|
|
"source": "security@huntr.dev"
|
2024-12-08 03:06:42 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/gpac/gpac/commit/2c055153d401b8c49422971e3a0159869652d3da",
|
|
|
|
"source": "af854a3a-2127-422b-91ae-364da2661108",
|
|
|
|
"tags": [
|
|
|
|
"Patch"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://huntr.dev/bounties/33652b56-128f-41a7-afcc-10641f69ff14",
|
|
|
|
"source": "af854a3a-2127-422b-91ae-364da2661108",
|
|
|
|
"tags": [
|
|
|
|
"Patch"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://www.debian.org/security/2023/dsa-5411",
|
|
|
|
"source": "af854a3a-2127-422b-91ae-364da2661108"
|
2023-04-24 12:24:31 +02:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|