diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2025-05-31 17:33:53 +0000 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2025-05-31 17:34:06 +0000 |
commit | 37a0d38734d340aacbef9ea41cf3b95b57f21db2 (patch) | |
tree | 51f73ef23fbda25aec9f64a16237aaf26b47e7e1 | |
parent | 9a596e5a5345db82dcf952243faa5e9d80d2ef1b (diff) |
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
-rw-r--r-- | security/vuxml/vuln/2025.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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> |