cvelist/2023/6xxx/CVE-2023-6603.json

81 lines
2.5 KiB
JSON
Raw Normal View History

2023-12-08 07:00:33 +00:00
{
2024-12-31 15:00:54 +00:00
"data_version": "4.0",
2023-12-08 07:00:33 +00:00
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2023-6603",
2025-01-06 16:01:05 +00:00
"ASSIGNER": "patrick@puiterwijk.org",
2024-12-31 15:00:54 +00:00
"STATE": "PUBLIC"
2023-12-08 07:00:33 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2024-12-31 15:00:54 +00:00
"value": "A flaw was found in FFmpeg's HLS playlist parsing. This vulnerability allows a denial of service via a maliciously crafted HLS playlist that triggers a null pointer dereference during initialization."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "Improper Control of Resource Identifiers ('Resource Injection')",
"cweId": "CWE-99"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "n/a",
"version": {
"version_data": [
{
"version_value": "n/a"
}
]
}
}
]
},
"vendor_name": "n/a"
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2334335",
"refsource": "MISC",
"name": "https://bugzilla.redhat.com/show_bug.cgi?id=2334335"
}
]
},
"impact": {
"cvss": [
{
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
2023-12-08 07:00:33 +00:00
}
]
}
}