2023-11-06 19:00:23 +00:00
{
"id" : "CVE-2023-45827" ,
"sourceIdentifier" : "security-advisories@github.com" ,
"published" : "2023-11-06T18:15:08.467" ,
2024-12-08 03:06:42 +00:00
"lastModified" : "2024-11-21T08:27:26.363" ,
"vulnStatus" : "Modified" ,
2024-07-14 02:06:08 +00:00
"cveTags" : [ ] ,
2023-11-06 19:00:23 +00:00
"descriptions" : [
{
"lang" : "en" ,
"value" : "Dot diver is a lightweight, powerful, and dependency-free TypeScript utility library that provides types and functions to work with object paths in dot notation. In versions prior to 1.0.2 there is a Prototype Pollution vulnerability in the `setByPath` function which can leads to remote code execution (RCE). This issue has been addressed in commit `98daf567` which has been included in release 1.0.2. Users are advised to upgrade. There are no known workarounds to this vulnerability.\n"
2023-11-14 19:00:22 +00:00
} ,
{
"lang" : "es" ,
"value" : "Dot diver es una librer\u00eda de utilidades TypeScript liviana, potente y sin dependencias que proporciona tipos y funciones para trabajar con rutas de objetos en notaci\u00f3n de puntos. En versiones anteriores a la 1.0.2 hay una vulnerabilidad de contaminaci\u00f3n de prototipo en la funci\u00f3n `setByPath` que puede conducir a la Ejecuci\u00f3n Remota de C\u00f3digo (RCE). Este problema se solucion\u00f3 en el commit `98daf567` que se incluy\u00f3 en la versi\u00f3n 1.0.2. Se recomienda a los usuarios que actualicen. No se conocen workarounds para esta vulnerabilidad."
2023-11-06 19:00:23 +00:00
}
] ,
"metrics" : {
"cvssMetricV31" : [
2023-11-14 19:00:22 +00:00
{
2024-12-08 03:06:42 +00:00
"source" : "security-advisories@github.com" ,
"type" : "Secondary" ,
2023-11-14 19:00:22 +00:00
"cvssData" : {
"version" : "3.1" ,
2024-12-08 03:06:42 +00:00
"vectorString" : "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L" ,
"baseScore" : 7.3 ,
"baseSeverity" : "HIGH" ,
2023-11-14 19:00:22 +00:00
"attackVector" : "NETWORK" ,
"attackComplexity" : "LOW" ,
"privilegesRequired" : "NONE" ,
"userInteraction" : "NONE" ,
"scope" : "UNCHANGED" ,
2024-12-08 03:06:42 +00:00
"confidentialityImpact" : "LOW" ,
"integrityImpact" : "LOW" ,
"availabilityImpact" : "LOW"
2023-11-14 19:00:22 +00:00
} ,
"exploitabilityScore" : 3.9 ,
2024-12-08 03:06:42 +00:00
"impactScore" : 3.4
2023-11-14 19:00:22 +00:00
} ,
2023-11-06 19:00:23 +00:00
{
2024-12-08 03:06:42 +00:00
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
2023-11-06 19:00:23 +00:00
"cvssData" : {
"version" : "3.1" ,
2024-12-08 03:06:42 +00:00
"vectorString" : "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" ,
"baseScore" : 9.8 ,
"baseSeverity" : "CRITICAL" ,
2023-11-06 19:00:23 +00:00
"attackVector" : "NETWORK" ,
"attackComplexity" : "LOW" ,
"privilegesRequired" : "NONE" ,
"userInteraction" : "NONE" ,
"scope" : "UNCHANGED" ,
2024-12-08 03:06:42 +00:00
"confidentialityImpact" : "HIGH" ,
"integrityImpact" : "HIGH" ,
"availabilityImpact" : "HIGH"
2023-11-06 19:00:23 +00:00
} ,
"exploitabilityScore" : 3.9 ,
2024-12-08 03:06:42 +00:00
"impactScore" : 5.9
2023-11-06 19:00:23 +00:00
}
]
} ,
"weaknesses" : [
{
2024-12-08 03:06:42 +00:00
"source" : "security-advisories@github.com" ,
"type" : "Secondary" ,
2023-11-06 19:00:23 +00:00
"description" : [
{
"lang" : "en" ,
"value" : "CWE-1321"
}
]
2023-11-14 19:00:22 +00:00
} ,
{
2024-12-08 03:06:42 +00:00
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
2023-11-14 19:00:22 +00:00
"description" : [
{
"lang" : "en" ,
"value" : "CWE-1321"
}
]
}
] ,
"configurations" : [
{
"nodes" : [
{
"operator" : "OR" ,
"negate" : false ,
"cpeMatch" : [
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:clickbar:dot-diver:*:*:*:*:*:node.js:*:*" ,
"versionEndExcluding" : "1.0.2" ,
"matchCriteriaId" : "B282AFD1-80AC-4421-BAA9-C5B8951E3841"
}
]
}
]
2023-11-06 19:00:23 +00:00
}
] ,
"references" : [
{
"url" : "https://github.com/clickbar/dot-diver/commit/98daf567390d816fd378ec998eefe2e97f293d5a" ,
2023-11-14 19:00:22 +00:00
"source" : "security-advisories@github.com" ,
"tags" : [
"Patch"
]
2023-11-06 19:00:23 +00:00
} ,
{
"url" : "https://github.com/clickbar/dot-diver/security/advisories/GHSA-9w5f-mw3p-pj47" ,
2023-11-14 19:00:22 +00:00
"source" : "security-advisories@github.com" ,
"tags" : [
"Vendor Advisory"
]
2024-12-08 03:06:42 +00:00
} ,
{
"url" : "https://github.com/clickbar/dot-diver/commit/98daf567390d816fd378ec998eefe2e97f293d5a" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Patch"
]
} ,
{
"url" : "https://github.com/clickbar/dot-diver/security/advisories/GHSA-9w5f-mw3p-pj47" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Vendor Advisory"
]
2023-11-06 19:00:23 +00:00
}
]
}