2024-01-28 03:00:28 +00:00
{
"id" : "CVE-2024-23743" ,
"sourceIdentifier" : "cve@mitre.org" ,
"published" : "2024-01-28T02:15:08.773" ,
2024-12-08 03:06:42 +00:00
"lastModified" : "2024-11-21T08:58:18.013" ,
2024-02-16 17:01:16 +00:00
"vulnStatus" : "Modified" ,
2024-07-14 02:06:08 +00:00
"cveTags" : [
{
"sourceIdentifier" : "cve@mitre.org" ,
"tags" : [
"disputed"
]
}
] ,
2024-01-28 03:00:28 +00:00
"descriptions" : [
{
"lang" : "en" ,
2024-03-03 00:55:27 +00:00
"value" : "Notion through 3.1.0 on macOS might allow code execution because of RunAsNode and enableNodeClilnspectArguments. NOTE: the vendor states \"the attacker must launch the Notion Desktop application with nonstandard flags that turn the Electron-based application into a Node.js execution environment.\""
2024-01-29 15:00:28 +00:00
} ,
{
"lang" : "es" ,
"value" : "Un problema en Notion para macOS versi\u00f3n 3.1.0 y anteriores permite a atacantes remotos ejecutar c\u00f3digo arbitrario a trav\u00e9s de los componentes RunAsNode y enableNodeClilnspectArguments."
2024-01-28 03:00:28 +00:00
}
] ,
2024-02-01 23:00:28 +00:00
"metrics" : {
"cvssMetricV31" : [
{
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
"cvssData" : {
"version" : "3.1" ,
2024-02-13 21:00:28 +00:00
"vectorString" : "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N" ,
2024-12-08 03:06:42 +00:00
"baseScore" : 3.3 ,
"baseSeverity" : "LOW" ,
2024-02-13 21:00:28 +00:00
"attackVector" : "LOCAL" ,
2024-02-01 23:00:28 +00:00
"attackComplexity" : "LOW" ,
2024-02-13 21:00:28 +00:00
"privilegesRequired" : "LOW" ,
2024-02-01 23:00:28 +00:00
"userInteraction" : "NONE" ,
"scope" : "UNCHANGED" ,
2024-02-13 21:00:28 +00:00
"confidentialityImpact" : "NONE" ,
"integrityImpact" : "LOW" ,
2024-12-08 03:06:42 +00:00
"availabilityImpact" : "NONE"
2024-02-01 23:00:28 +00:00
} ,
2024-02-13 21:00:28 +00:00
"exploitabilityScore" : 1.8 ,
"impactScore" : 1.4
2024-09-25 20:03:17 +00:00
} ,
{
"source" : "134c704f-9b21-4f2e-91b3-4a467353bcc0" ,
"type" : "Secondary" ,
"cvssData" : {
"version" : "3.1" ,
"vectorString" : "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N" ,
2024-12-08 03:06:42 +00:00
"baseScore" : 3.3 ,
"baseSeverity" : "LOW" ,
2024-09-25 20:03:17 +00:00
"attackVector" : "LOCAL" ,
"attackComplexity" : "LOW" ,
"privilegesRequired" : "LOW" ,
"userInteraction" : "NONE" ,
"scope" : "UNCHANGED" ,
"confidentialityImpact" : "NONE" ,
"integrityImpact" : "LOW" ,
2024-12-08 03:06:42 +00:00
"availabilityImpact" : "NONE"
2024-09-25 20:03:17 +00:00
} ,
"exploitabilityScore" : 1.8 ,
"impactScore" : 1.4
2024-02-01 23:00:28 +00:00
}
]
} ,
"weaknesses" : [
{
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
"description" : [
{
"lang" : "en" ,
"value" : "NVD-CWE-noinfo"
}
]
2024-09-25 20:03:17 +00:00
} ,
{
"source" : "134c704f-9b21-4f2e-91b3-4a467353bcc0" ,
"type" : "Secondary" ,
"description" : [
{
"lang" : "en" ,
"value" : "CWE-250"
}
]
2024-02-01 23:00:28 +00:00
}
] ,
"configurations" : [
{
"operator" : "AND" ,
"nodes" : [
{
"operator" : "OR" ,
"negate" : false ,
"cpeMatch" : [
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:notion:notion:*:*:*:*:*:*:*:*" ,
"versionEndIncluding" : "3.1.0" ,
"matchCriteriaId" : "01AABF72-D84D-4355-8EA2-1951FBB18129"
}
]
} ,
{
"operator" : "OR" ,
"negate" : false ,
"cpeMatch" : [
{
"vulnerable" : false ,
"criteria" : "cpe:2.3:o:apple:macos:-:*:*:*:*:*:*:*" ,
"matchCriteriaId" : "387021A0-AF36-463C-A605-32EA7DAC172E"
}
]
}
]
}
] ,
2024-01-28 03:00:28 +00:00
"references" : [
{
"url" : "https://github.com/V3x0r/CVE-2024-23743" ,
2024-02-01 23:00:28 +00:00
"source" : "cve@mitre.org" ,
"tags" : [
"Exploit"
]
2024-02-16 17:01:16 +00:00
} ,
2024-03-03 00:55:27 +00:00
{
"url" : "https://github.com/r3ggi/electroniz3r" ,
"source" : "cve@mitre.org"
} ,
2024-02-16 17:01:16 +00:00
{
"url" : "https://www.electronjs.org/blog/statement-run-as-node-cves" ,
"source" : "cve@mitre.org"
2024-12-08 03:06:42 +00:00
} ,
{
"url" : "https://github.com/V3x0r/CVE-2024-23743" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Exploit"
]
} ,
{
"url" : "https://github.com/r3ggi/electroniz3r" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108"
} ,
{
"url" : "https://www.electronjs.org/blog/statement-run-as-node-cves" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108"
2024-01-28 03:00:28 +00:00
}
]
}