cvelist/2024/47xxx/CVE-2024-47183.json

110 lines
4.2 KiB
JSON
Raw Normal View History

2024-09-19 23:00:35 +00:00
{
2024-10-04 16:00:31 +00:00
"data_version": "4.0",
2024-09-19 23:00:35 +00:00
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2024-47183",
2024-10-04 16:00:31 +00:00
"ASSIGNER": "security-advisories@github.com",
"STATE": "PUBLIC"
2024-09-19 23:00:35 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2024-10-04 16:00:31 +00:00
"value": "Parse Server is an open source backend that can be deployed to any infrastructure that can run Node.js. If the Parse Server option allowCustomObjectId: true is set, an attacker that is allowed to create a new user can set a custom object ID for that new user that exploits the vulnerability and acquires privileges of a specific role. This vulnerability is fixed in 6.5.9 and 7.3.0."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-285: Improper Authorization",
"cweId": "CWE-285"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "parse-community",
"product": {
"product_data": [
{
"product_name": "parse-server",
"version": {
"version_data": [
{
"version_affected": "=",
"version_value": "< 6.5.9"
},
{
"version_affected": "=",
"version_value": ">= 7.0.0, < 7.3.0"
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://github.com/parse-community/parse-server/security/advisories/GHSA-8xq9-g7ch-35hg",
"refsource": "MISC",
"name": "https://github.com/parse-community/parse-server/security/advisories/GHSA-8xq9-g7ch-35hg"
},
{
"url": "https://github.com/parse-community/parse-server/pull/9317",
"refsource": "MISC",
"name": "https://github.com/parse-community/parse-server/pull/9317"
},
{
"url": "https://github.com/parse-community/parse-server/pull/9318",
"refsource": "MISC",
"name": "https://github.com/parse-community/parse-server/pull/9318"
},
{
"url": "https://github.com/parse-community/parse-server/commit/13ee52f0d19ef3a3524b3d79aea100e587eb3cfc",
"refsource": "MISC",
"name": "https://github.com/parse-community/parse-server/commit/13ee52f0d19ef3a3524b3d79aea100e587eb3cfc"
},
{
"url": "https://github.com/parse-community/parse-server/commit/1bfbccf9ee7ea77533b2b2aa7c4c69f3bd35e66f",
"refsource": "MISC",
"name": "https://github.com/parse-community/parse-server/commit/1bfbccf9ee7ea77533b2b2aa7c4c69f3bd35e66f"
}
]
},
"source": {
"advisory": "GHSA-8xq9-g7ch-35hg",
"discovery": "UNKNOWN"
},
"impact": {
"cvss": [
{
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
2024-09-19 23:00:35 +00:00
}
]
}
}