2024-10-04 16:03:17 +00:00
{
"id" : "CVE-2024-47183" ,
"sourceIdentifier" : "security-advisories@github.com" ,
"published" : "2024-10-04T15:15:13.010" ,
2024-11-13 23:03:21 +00:00
"lastModified" : "2024-11-13T21:15:50.743" ,
"vulnStatus" : "Analyzed" ,
2024-10-04 16:03:17 +00:00
"cveTags" : [ ] ,
"descriptions" : [
{
"lang" : "en" ,
"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."
2024-10-07 18:03:18 +00:00
} ,
{
"lang" : "es" ,
"value" : "Parse Server es un backend de c\u00f3digo abierto que se puede implementar en cualquier infraestructura que pueda ejecutar Node.js. Si se configura la opci\u00f3n allowCustomObjectId: true de Parse Server, un atacante que tenga permiso para crear un nuevo usuario puede configurar un ID de objeto personalizado para ese nuevo usuario que aproveche la vulnerabilidad y adquiera privilegios de un rol espec\u00edfico. Esta vulnerabilidad se solucion\u00f3 en 6.5.9 y 7.3.0."
2024-10-04 16:03:17 +00:00
}
] ,
"metrics" : {
"cvssMetricV31" : [
2024-11-13 23:03:21 +00:00
{
2024-12-08 03:06:42 +00:00
"source" : "security-advisories@github.com" ,
"type" : "Secondary" ,
2024-11-13 23:03:21 +00:00
"cvssData" : {
"version" : "3.1" ,
"vectorString" : "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N" ,
2024-12-08 03:06:42 +00:00
"baseScore" : 8.1 ,
"baseSeverity" : "HIGH" ,
2024-11-13 23:03:21 +00:00
"attackVector" : "NETWORK" ,
"attackComplexity" : "LOW" ,
"privilegesRequired" : "LOW" ,
"userInteraction" : "NONE" ,
"scope" : "UNCHANGED" ,
"confidentialityImpact" : "HIGH" ,
"integrityImpact" : "HIGH" ,
2024-12-08 03:06:42 +00:00
"availabilityImpact" : "NONE"
2024-11-13 23:03:21 +00:00
} ,
"exploitabilityScore" : 2.8 ,
"impactScore" : 5.2
} ,
2024-10-04 16:03:17 +00:00
{
2024-12-08 03:06:42 +00:00
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
2024-10-04 16:03:17 +00:00
"cvssData" : {
"version" : "3.1" ,
"vectorString" : "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N" ,
2024-12-08 03:06:42 +00:00
"baseScore" : 8.1 ,
"baseSeverity" : "HIGH" ,
2024-10-04 16:03:17 +00:00
"attackVector" : "NETWORK" ,
"attackComplexity" : "LOW" ,
"privilegesRequired" : "LOW" ,
"userInteraction" : "NONE" ,
"scope" : "UNCHANGED" ,
"confidentialityImpact" : "HIGH" ,
"integrityImpact" : "HIGH" ,
2024-12-08 03:06:42 +00:00
"availabilityImpact" : "NONE"
2024-10-04 16:03:17 +00:00
} ,
"exploitabilityScore" : 2.8 ,
"impactScore" : 5.2
}
]
} ,
"weaknesses" : [
{
2024-12-08 03:06:42 +00:00
"source" : "security-advisories@github.com" ,
"type" : "Secondary" ,
2024-11-13 23:03:21 +00:00
"description" : [
{
"lang" : "en" ,
2024-12-08 03:06:42 +00:00
"value" : "CWE-285"
2024-11-13 23:03:21 +00:00
}
]
} ,
{
2024-12-08 03:06:42 +00:00
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
2024-10-04 16:03:17 +00:00
"description" : [
{
"lang" : "en" ,
2024-12-08 03:06:42 +00:00
"value" : "CWE-863"
2024-10-04 16:03:17 +00:00
}
]
}
] ,
2024-11-13 23:03:21 +00:00
"configurations" : [
{
"nodes" : [
{
"operator" : "OR" ,
"negate" : false ,
"cpeMatch" : [
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:parseplatform:parse_server:*:*:*:*:*:*:*:*" ,
"versionEndExcluding" : "6.5.9" ,
"matchCriteriaId" : "18E2472B-FDED-4650-813B-141F4F8FF191"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:parseplatform:parse_server:*:*:*:*:*:*:*:*" ,
"versionStartIncluding" : "7.0.0" ,
"versionEndExcluding" : "7.3.0" ,
"matchCriteriaId" : "FD23C31E-998D-4C18-96C3-E10E88315FCA"
}
]
}
]
}
] ,
2024-10-04 16:03:17 +00:00
"references" : [
{
"url" : "https://github.com/parse-community/parse-server/commit/13ee52f0d19ef3a3524b3d79aea100e587eb3cfc" ,
2024-11-13 23:03:21 +00:00
"source" : "security-advisories@github.com" ,
"tags" : [
"Patch"
]
2024-10-04 16:03:17 +00:00
} ,
{
"url" : "https://github.com/parse-community/parse-server/commit/1bfbccf9ee7ea77533b2b2aa7c4c69f3bd35e66f" ,
2024-11-13 23:03:21 +00:00
"source" : "security-advisories@github.com" ,
"tags" : [
"Patch"
]
2024-10-04 16:03:17 +00:00
} ,
{
"url" : "https://github.com/parse-community/parse-server/pull/9317" ,
2024-11-13 23:03:21 +00:00
"source" : "security-advisories@github.com" ,
"tags" : [
"Patch"
]
2024-10-04 16:03:17 +00:00
} ,
{
"url" : "https://github.com/parse-community/parse-server/pull/9318" ,
2024-11-13 23:03:21 +00:00
"source" : "security-advisories@github.com" ,
"tags" : [
"Patch"
]
2024-10-04 16:03:17 +00:00
} ,
{
"url" : "https://github.com/parse-community/parse-server/security/advisories/GHSA-8xq9-g7ch-35hg" ,
2024-11-13 23:03:21 +00:00
"source" : "security-advisories@github.com" ,
"tags" : [
"Vendor Advisory"
]
2024-10-04 16:03:17 +00:00
}
]
}