cvelist/2023/25xxx/CVE-2023-25570.json
2023-02-20 16:00:34 +00:00

101 lines
3.8 KiB
JSON

{
"data_version": "4.0",
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2023-25570",
"ASSIGNER": "security-advisories@github.com",
"STATE": "PUBLIC"
},
"description": {
"description_data": [
{
"lang": "eng",
"value": "Apollo is a configuration management system. Prior to version 2.1.0, there are potential security issues if users expose apollo-configservice to the internet, which is not recommended. This is because there is no authentication feature enabled for the built-in eureka service. Malicious hackers may access eureka directly to mock apollo-configservice and apollo-adminservice. Login authentication for eureka was added in version 2.1.0. As a workaround, avoid exposing apollo-configservice to the internet."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-306: Missing Authentication for Critical Function",
"cweId": "CWE-306"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "apolloconfig",
"product": {
"product_data": [
{
"product_name": "apollo",
"version": {
"version_data": [
{
"version_affected": "=",
"version_value": "< 2.1.0"
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://github.com/apolloconfig/apollo/releases/tag/v2.1.0",
"refsource": "MISC",
"name": "https://github.com/apolloconfig/apollo/releases/tag/v2.1.0"
},
{
"url": "https://github.com/apolloconfig/apollo/security/advisories/GHSA-368x-wmmg-hq5c",
"refsource": "MISC",
"name": "https://github.com/apolloconfig/apollo/security/advisories/GHSA-368x-wmmg-hq5c"
},
{
"url": "https://github.com/apolloconfig/apollo/pull/4663",
"refsource": "MISC",
"name": "https://github.com/apolloconfig/apollo/pull/4663"
},
{
"url": "https://github.com/apolloconfig/apollo/commit/7df79bf8df6960433ed4ff782a54e3dfc74632bd",
"refsource": "MISC",
"name": "https://github.com/apolloconfig/apollo/commit/7df79bf8df6960433ed4ff782a54e3dfc74632bd"
}
]
},
"source": {
"advisory": "GHSA-368x-wmmg-hq5c",
"discovery": "UNKNOWN"
},
"impact": {
"cvss": [
{
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
}
]
}
}