cvelist/2024/41xxx/CVE-2024-41129.json

91 lines
3.2 KiB
JSON
Raw Normal View History

2024-07-15 16:00:35 +00:00
{
2024-07-22 15:00:36 +00:00
"data_version": "4.0",
2024-07-15 16:00:35 +00:00
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2024-41129",
2024-07-22 15:00:36 +00:00
"ASSIGNER": "security-advisories@github.com",
"STATE": "PUBLIC"
2024-07-15 16:00:35 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2024-07-22 15:00:36 +00:00
"value": "The ops library is a Python framework for developing and testing Kubernetes and machine charms. The issue here is that ops passes the secret content as one of the args via CLI. This issue may affect any of the charms that are using: Juju (>=3.0), Juju secrets and not correctly capturing and processing `subprocess.CalledProcessError`. This vulnerability is fixed in 2.15.0."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-532: Insertion of Sensitive Information into Log File",
"cweId": "CWE-532"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "canonical",
"product": {
"product_data": [
{
"product_name": "operator",
"version": {
"version_data": [
{
"version_affected": "=",
"version_value": ">= 2.0.0, < 2.15.0"
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://github.com/canonical/operator/security/advisories/GHSA-hcmv-jmqh-fjgm",
"refsource": "MISC",
"name": "https://github.com/canonical/operator/security/advisories/GHSA-hcmv-jmqh-fjgm"
},
{
"url": "https://github.com/canonical/operator/commit/fea6d2072435a62170d4c01272572f1a7e916e61",
"refsource": "MISC",
"name": "https://github.com/canonical/operator/commit/fea6d2072435a62170d4c01272572f1a7e916e61"
}
]
},
"source": {
"advisory": "GHSA-hcmv-jmqh-fjgm",
"discovery": "UNKNOWN"
},
"impact": {
"cvss": [
{
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
2024-07-15 16:00:35 +00:00
}
]
}
}