Date: Sat, 31 May 2025 17:37:09 GMT From: Daniel Engberg <diizzy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 37a0d38734d3 - main - security/vuxml: Fix libxml2 CVE-2025-32414 entry Message-ID: <202505311737.54VHb9nQ067901@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=37a0d38734d340aacbef9ea41cf3b95b57f21db2 commit 37a0d38734d340aacbef9ea41cf3b95b57f21db2 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2025-05-31 17:33:53 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2025-05-31 17:34:06 +0000 security/vuxml: Fix libxml2 CVE-2025-32414 entry xmlsoft is the vendor name, replace it with libxml2 For some reason it go picked up while adding the this entry Reported by: fernape --- security/vuxml/vuln/2025.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/vuxml/vuln/2025.xml b/security/vuxml/vuln/2025.xml index 1cd062837b12..62063d41b6e1 100644 --- a/security/vuxml/vuln/2025.xml +++ b/security/vuxml/vuln/2025.xml @@ -2,7 +2,7 @@ <topic>libxml2 -- Out-of-bounds memory access</topic> <affects> <package> - <name>xmlsoft</name> + <name>libxml2</name> <range><lt>2.14.2</lt></range> </package> </affects>home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202505311737.54VHb9nQ067901>
