2024-08-01 23:58:12 +00:00
{
"id" : "CVE-2024-41965" ,
"sourceIdentifier" : "security-advisories@github.com" ,
"published" : "2024-08-01T22:15:29.567" ,
2024-08-09 16:03:13 +00:00
"lastModified" : "2024-08-09T14:09:32.507" ,
"vulnStatus" : "Analyzed" ,
2024-08-01 23:58:12 +00:00
"cveTags" : [ ] ,
"descriptions" : [
{
"lang" : "en" ,
"value" : "Vim is an open source command line text editor. double-free in dialog_changed() in Vim < v9.1.0648. When abandoning a buffer, Vim may ask the user what to do with the modified buffer. If the user wants the changed buffer to be saved, Vim may create a new Untitled file, if the buffer did not have a name yet. However, when setting the buffer name to Unnamed, Vim will falsely free a pointer twice, leading to a double-free and possibly later to a heap-use-after-free, which can lead to a crash. The issue has been fixed as of Vim patch v9.1.0648."
2024-08-02 14:03:15 +00:00
} ,
{
"lang" : "es" ,
"value" : " Vim es un editor de texto de l\u00ednea de comandos de c\u00f3digo abierto. double-free en dialog_changed() en Vim "
2024-08-01 23:58:12 +00:00
}
] ,
"metrics" : {
"cvssMetricV31" : [
2024-08-09 16:03:13 +00:00
{
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
"cvssData" : {
"version" : "3.1" ,
"vectorString" : "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:L/I:L/A:L" ,
"attackVector" : "LOCAL" ,
"attackComplexity" : "HIGH" ,
"privilegesRequired" : "LOW" ,
"userInteraction" : "REQUIRED" ,
"scope" : "UNCHANGED" ,
"confidentialityImpact" : "LOW" ,
"integrityImpact" : "LOW" ,
"availabilityImpact" : "LOW" ,
"baseScore" : 4.2 ,
"baseSeverity" : "MEDIUM"
} ,
"exploitabilityScore" : 0.8 ,
"impactScore" : 3.4
} ,
2024-08-01 23:58:12 +00:00
{
"source" : "security-advisories@github.com" ,
"type" : "Secondary" ,
"cvssData" : {
"version" : "3.1" ,
"vectorString" : "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:L/I:L/A:L" ,
"attackVector" : "LOCAL" ,
"attackComplexity" : "HIGH" ,
"privilegesRequired" : "LOW" ,
"userInteraction" : "REQUIRED" ,
"scope" : "UNCHANGED" ,
"confidentialityImpact" : "LOW" ,
"integrityImpact" : "LOW" ,
"availabilityImpact" : "LOW" ,
"baseScore" : 4.2 ,
"baseSeverity" : "MEDIUM"
} ,
"exploitabilityScore" : 0.8 ,
"impactScore" : 3.4
}
]
} ,
"weaknesses" : [
2024-08-09 16:03:13 +00:00
{
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
"description" : [
{
"lang" : "en" ,
"value" : "CWE-415"
}
]
} ,
2024-08-01 23:58:12 +00:00
{
"source" : "security-advisories@github.com" ,
"type" : "Secondary" ,
"description" : [
{
"lang" : "en" ,
"value" : "CWE-416"
}
]
}
] ,
2024-08-09 16:03:13 +00:00
"configurations" : [
{
"nodes" : [
{
"operator" : "OR" ,
"negate" : false ,
"cpeMatch" : [
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:vim:vim:*:*:*:*:*:*:*:*" ,
"versionEndExcluding" : "9.1.0648" ,
"matchCriteriaId" : "4220739E-D0C8-4511-8023-B73AB5731DF1"
}
]
}
]
}
] ,
2024-08-01 23:58:12 +00:00
"references" : [
{
"url" : "https://github.com/vim/vim/commit/b29f4abcd4b3382fa746edd1d0562b7b48c" ,
2024-08-09 16:03:13 +00:00
"source" : "security-advisories@github.com" ,
"tags" : [
"Patch"
]
2024-08-01 23:58:12 +00:00
} ,
{
"url" : "https://github.com/vim/vim/security/advisories/GHSA-46pw-v7qw-xc2f" ,
2024-08-09 16:03:13 +00:00
"source" : "security-advisories@github.com" ,
"tags" : [
"Vendor Advisory"
]
2024-08-01 23:58:12 +00:00
}
]
}