cvelist/2024/28xxx/CVE-2024-28872.json

103 lines
3.5 KiB
JSON
Raw Normal View History

2024-04-01 20:43:44 +00:00
{
2024-07-11 15:00:38 +00:00
"data_version": "4.0",
2024-04-01 20:43:44 +00:00
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2024-28872",
2024-07-11 15:00:38 +00:00
"ASSIGNER": "security-officer@isc.org",
"STATE": "PUBLIC"
2024-04-01 20:43:44 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2024-07-11 15:00:38 +00:00
"value": "The TLS certificate validation code is flawed. An attacker can obtain a TLS certificate from the Stork server and use it to connect to the Stork agent. Once this connection is established with the valid certificate, the attacker can send malicious commands to a monitored service (Kea or BIND 9), possibly resulting in confidential data loss and/or denial of service. It should be noted that this vulnerability is not related to BIND 9 or Kea directly, and only customers using the Stork management tool are potentially affected.\nThis issue affects Stork versions 0.15.0 through 1.15.0."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "n/a"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "ISC",
"product": {
"product_data": [
{
"product_name": "Stork",
"version": {
"version_data": [
{
"version_affected": "<=",
"version_name": "0.15.0",
"version_value": "1.15.0"
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://kb.isc.org/docs/cve-2024-28872",
"refsource": "MISC",
"name": "https://kb.isc.org/docs/cve-2024-28872"
}
]
},
"source": {
"discovery": "EXTERNAL"
},
"work_around": [
{
"lang": "en",
"value": "It should be possible to decrease the attack vector by protecting the Stork server and Stork agents with a firewall or similar mechanism."
}
],
"exploit": [
{
"lang": "en",
"value": "We are not aware of any active exploits."
}
],
"solution": [
{
"lang": "en",
"value": "Upgrade to the patched release most closely related to your current version of Stork: 1.15.1."
}
],
"impact": {
"cvss": [
{
"version": "3.1",
"attackVector": "NETWORK",
"attackComplexity": "HIGH",
"privilegesRequired": "NONE",
"userInteraction": "NONE",
"scope": "CHANGED",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"availabilityImpact": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:L/A:H",
"baseScore": 8.9,
"baseSeverity": "HIGH"
2024-04-01 20:43:44 +00:00
}
]
}
}