mirror of
https://github.com/CVEProject/cvelist.git
synced 2025-07-29 05:56:59 +00:00
88 lines
3.3 KiB
JSON
88 lines
3.3 KiB
JSON
{
|
||
"CVE_data_meta": {
|
||
"ASSIGNER": "security-advisories@github.com",
|
||
"ID": "CVE-2022-39272",
|
||
"STATE": "PUBLIC",
|
||
"TITLE": "Flux2 vulnerable to Denial of Service due to Improper use of metav1.Duration"
|
||
},
|
||
"affects": {
|
||
"vendor": {
|
||
"vendor_data": [
|
||
{
|
||
"product": {
|
||
"product_data": [
|
||
{
|
||
"product_name": "flux2",
|
||
"version": {
|
||
"version_data": [
|
||
{
|
||
"version_value": "< 0.35.0"
|
||
}
|
||
]
|
||
}
|
||
}
|
||
]
|
||
},
|
||
"vendor_name": "fluxcd"
|
||
}
|
||
]
|
||
}
|
||
},
|
||
"data_format": "MITRE",
|
||
"data_type": "CVE",
|
||
"data_version": "4.0",
|
||
"description": {
|
||
"description_data": [
|
||
{
|
||
"lang": "eng",
|
||
"value": "Flux is an open and extensible continuous delivery solution for Kubernetes. Versions prior to 0.35.0 are subject to a Denial of Service. Users that have permissions to change Flux’s objects, either through a Flux source or directly within a cluster, can provide invalid data to fields `.spec.interval` or `.spec.timeout` (and structured variations of these fields), causing the entire object type to stop being processed. This issue is patched in version 0.35.0. As a workaround, Admission controllers can be employed to restrict the values that can be used for fields `.spec.interval` and `.spec.timeout`, however upgrading to the latest versions is still the recommended mitigation."
|
||
}
|
||
]
|
||
},
|
||
"impact": {
|
||
"cvss": {
|
||
"attackComplexity": "LOW",
|
||
"attackVector": "NETWORK",
|
||
"availabilityImpact": "LOW",
|
||
"baseScore": 5.0,
|
||
"baseSeverity": "MEDIUM",
|
||
"confidentialityImpact": "NONE",
|
||
"integrityImpact": "NONE",
|
||
"privilegesRequired": "LOW",
|
||
"scope": "CHANGED",
|
||
"userInteraction": "NONE",
|
||
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:N/I:N/A:L",
|
||
"version": "3.1"
|
||
}
|
||
},
|
||
"problemtype": {
|
||
"problemtype_data": [
|
||
{
|
||
"description": [
|
||
{
|
||
"lang": "eng",
|
||
"value": "CWE-1284: Improper Validation of Specified Quantity in Input"
|
||
}
|
||
]
|
||
}
|
||
]
|
||
},
|
||
"references": {
|
||
"reference_data": [
|
||
{
|
||
"name": "https://github.com/fluxcd/flux2/security/advisories/GHSA-f4p5-x4vc-mh4v",
|
||
"refsource": "CONFIRM",
|
||
"url": "https://github.com/fluxcd/flux2/security/advisories/GHSA-f4p5-x4vc-mh4v"
|
||
},
|
||
{
|
||
"name": "https://github.com/kubernetes/apimachinery/issues/131",
|
||
"refsource": "MISC",
|
||
"url": "https://github.com/kubernetes/apimachinery/issues/131"
|
||
}
|
||
]
|
||
},
|
||
"source": {
|
||
"advisory": "GHSA-f4p5-x4vc-mh4v",
|
||
"discovery": "UNKNOWN"
|
||
}
|
||
} |