diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2025-03-13 01:00:48 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2025-03-13 01:00:48 +0000 |
commit | 90289c6eaa01a692eb7b2797509696e1f2e0f8ab (patch) | |
tree | ad002e68e16a58b90451dafb3359db644ebffacd | |
parent | f1e4dac294a4de0cd9dcf6d85d0573a70e2bc2cd (diff) |
vuxml: Document vim vulnerability
-rw-r--r-- | security/vuxml/vuln/2025.xml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/security/vuxml/vuln/2025.xml b/security/vuxml/vuln/2025.xml index 1690610ffee7..ce448465571c 100644 --- a/security/vuxml/vuln/2025.xml +++ b/security/vuxml/vuln/2025.xml @@ -1,3 +1,29 @@ + <vuln vid="9cf03c96-ffa5-11ef-bb15-002590af0794"> + <topic>vim -- potential data loss with zip.vim and specially crafted zip files</topic> + <affects> + <package> + <name>vim</name> + <range><lt>9.1.1198</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Vim reports:</p> + <blockquote cite="https://github.com/vim/vim/security/advisories/GHSA-693p-m996-3rmf"> + <p>See https://github.com/vim/vim/security/advisories/GHSA-693p-m996-3rmf</p> + </blockquote> + </body> + </description> + <references> + <cvename>GHSA-693p-m996-3rmf</cvename> + <url>https://github.com/vim/vim/security/advisories/GHSA-693p-m996-3rmf</url> + </references> + <dates> + <discovery>2025-03-12</discovery> + <entry>2025-03-12</entry> + </dates> + </vuln> + <vuln vid="a02a6d94-fe53-11ef-85f3-a8a1599412c6"> <topic>chromium -- multiple security fixes</topic> <affects> |