cvelist/2023/2xxx/CVE-2023-2632.json

89 lines
2.9 KiB
JSON
Raw Normal View History

2023-05-10 16:00:41 +00:00
{
2023-05-16 18:00:40 +00:00
"data_version": "4.0",
2023-05-10 16:00:41 +00:00
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2023-2632",
2023-05-16 18:00:40 +00:00
"ASSIGNER": "disclosure@synopsys.com",
"STATE": "PUBLIC"
2023-05-10 16:00:41 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2023-05-16 18:00:40 +00:00
"value": "Jenkins Code Dx Plugin 3.1.0 and earlier stores Code Dx server API keys unencrypted in job config.xml files on the Jenkins controller where they can be viewed by users with Item/Extended Read permission or access to the Jenkins controller file system."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-256: Plaintext Storage of a Password",
"cweId": "CWE-256"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "Jenkins",
"product": {
"product_data": [
{
"product_name": "Jenkins Code Dx Plugin",
"version": {
"version_data": [
{
"version_affected": "<=",
"version_name": "0",
"version_value": "3.1.0"
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://www.jenkins.io/security/advisory/2023-05-16/#SECURITY-3146",
"refsource": "MISC",
"name": "https://www.jenkins.io/security/advisory/2023-05-16/#SECURITY-3146"
}
]
},
"generator": {
"engine": "Vulnogram 0.1.0-dev"
},
"source": {
"discovery": "UNKNOWN"
},
"impact": {
"cvss": [
{
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
2023-05-10 16:00:41 +00:00
}
]
}
}