2023-11-17 00:55:22 +00:00
{
"id" : "CVE-2023-48234" ,
"sourceIdentifier" : "security-advisories@github.com" ,
"published" : "2023-11-16T23:15:09.200" ,
2024-01-25 23:00:28 +00:00
"lastModified" : "2024-01-25T21:33:46.273" ,
"vulnStatus" : "Analyzed" ,
2023-11-17 00:55:22 +00:00
"descriptions" : [
{
"lang" : "en" ,
"value" : "Vim is an open source command line text editor. When getting the count for a normal mode z command, it may overflow for large counts given. Impact is low, user interaction is required and a crash may not even happen in all situations. This issue has been addressed in commit `58f9befca1` which has been included in release version 9.0.2109. Users are advised to upgrade. There are no known workarounds for this vulnerability."
2023-11-24 05:08:13 +00:00
} ,
{
"lang" : "es" ,
"value" : "Vim es un editor de texto de l\u00ednea de comandos de c\u00f3digo abierto. Al obtener el recuento para un comando z en modo normal, es posible que se desborde si se dan recuentos grandes. El impacto es bajo, se requiere la interacci\u00f3n del usuario y es posible que ni siquiera ocurra una falla en todas las situaciones. Este problema se solucion\u00f3 en el commit `58f9befca1` que se incluy\u00f3 en la versi\u00f3n 9.0.2109. Se recomienda a los usuarios que actualicen. No se conocen workarounds para esta vulnerabilidad."
2023-11-17 00:55:22 +00:00
}
] ,
"metrics" : {
"cvssMetricV31" : [
2023-11-24 19:00:52 +00:00
{
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
"cvssData" : {
"version" : "3.1" ,
"vectorString" : "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L" ,
"attackVector" : "NETWORK" ,
"attackComplexity" : "LOW" ,
"privilegesRequired" : "NONE" ,
"userInteraction" : "REQUIRED" ,
"scope" : "UNCHANGED" ,
"confidentialityImpact" : "NONE" ,
"integrityImpact" : "NONE" ,
"availabilityImpact" : "LOW" ,
"baseScore" : 4.3 ,
"baseSeverity" : "MEDIUM"
} ,
"exploitabilityScore" : 2.8 ,
"impactScore" : 1.4
} ,
2023-11-17 00:55:22 +00:00
{
"source" : "security-advisories@github.com" ,
"type" : "Secondary" ,
"cvssData" : {
"version" : "3.1" ,
"vectorString" : "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:N/I:N/A:L" ,
"attackVector" : "LOCAL" ,
"attackComplexity" : "LOW" ,
"privilegesRequired" : "LOW" ,
"userInteraction" : "REQUIRED" ,
"scope" : "UNCHANGED" ,
"confidentialityImpact" : "NONE" ,
"integrityImpact" : "NONE" ,
"availabilityImpact" : "LOW" ,
"baseScore" : 2.8 ,
"baseSeverity" : "LOW"
} ,
"exploitabilityScore" : 1.3 ,
"impactScore" : 1.4
}
]
} ,
"weaknesses" : [
{
"source" : "security-advisories@github.com" ,
2023-12-27 17:00:28 +00:00
"type" : "Primary" ,
2023-11-17 00:55:22 +00:00
"description" : [
{
"lang" : "en" ,
"value" : "CWE-190"
}
]
}
] ,
2023-11-24 19:00:52 +00:00
"configurations" : [
{
"nodes" : [
{
"operator" : "OR" ,
"negate" : false ,
"cpeMatch" : [
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:vim:vim:*:*:*:*:*:*:*:*" ,
"versionEndExcluding" : "9.0.2109" ,
"matchCriteriaId" : "BE128471-9EE5-48E3-A9C3-B261E1F24DE9"
}
]
}
]
} ,
{
"nodes" : [
{
"operator" : "OR" ,
"negate" : false ,
"cpeMatch" : [
2024-01-25 23:00:28 +00:00
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:o:fedoraproject:fedora:37:*:*:*:*:*:*:*" ,
"matchCriteriaId" : "E30D0E6F-4AE8-4284-8716-991DFA48CC5D"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:o:fedoraproject:fedora:38:*:*:*:*:*:*:*" ,
"matchCriteriaId" : "CC559B26-5DFC-4B7A-A27C-B77DE755DFF9"
} ,
2023-11-24 19:00:52 +00:00
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:o:fedoraproject:fedora:39:*:*:*:*:*:*:*" ,
"matchCriteriaId" : "B8EDB836-4E6A-4B71-B9B2-AA3E03E0F646"
}
]
}
]
}
] ,
2023-11-17 00:55:22 +00:00
"references" : [
2023-11-17 03:00:24 +00:00
{
"url" : "http://www.openwall.com/lists/oss-security/2023/11/16/1" ,
2023-11-24 19:00:52 +00:00
"source" : "security-advisories@github.com" ,
"tags" : [
"Mailing List"
]
2023-11-17 03:00:24 +00:00
} ,
2023-11-17 00:55:22 +00:00
{
"url" : "https://github.com/vim/vim/commit/58f9befca1fa172068effad7f2ea5a9d6a7b0cca" ,
2023-11-24 19:00:52 +00:00
"source" : "security-advisories@github.com" ,
"tags" : [
"Patch"
]
2023-11-17 00:55:22 +00:00
} ,
{
"url" : "https://github.com/vim/vim/security/advisories/GHSA-59gw-c949-6phq" ,
2023-11-24 19:00:52 +00:00
"source" : "security-advisories@github.com" ,
"tags" : [
"Vendor Advisory"
]
2023-11-24 05:08:13 +00:00
} ,
2023-11-26 05:01:10 +00:00
{
"url" : "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/4UJAK2W5S7G75ETDAEM3BDUCVSXCEGRD/" ,
2024-01-25 23:00:28 +00:00
"source" : "security-advisories@github.com" ,
"tags" : [
"Mailing List" ,
"Third Party Advisory"
]
2023-11-26 05:01:10 +00:00
} ,
2023-11-24 05:08:13 +00:00
{
"url" : "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/M3VQF7CL3V6FGSEW37WNDFBRRILR65AK/" ,
2023-11-24 19:00:52 +00:00
"source" : "security-advisories@github.com" ,
"tags" : [
"Mailing List" ,
"Third Party Advisory"
]
2023-11-26 05:01:10 +00:00
} ,
{
"url" : "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/VNRNYLWXZOGTYWE5HMFNQ5FVE3HBUHF6/" ,
2024-01-25 23:00:28 +00:00
"source" : "security-advisories@github.com" ,
"tags" : [
"Mailing List" ,
"Third Party Advisory"
]
2023-12-27 17:00:28 +00:00
} ,
{
"url" : "https://security.netapp.com/advisory/ntap-20231227-0004/" ,
2024-01-25 23:00:28 +00:00
"source" : "security-advisories@github.com" ,
"tags" : [
"Third Party Advisory"
]
2023-11-17 00:55:22 +00:00
}
]
}