diff options
author | salo <salo> | 2006-08-20 21:38:45 +0000 |
---|---|---|
committer | salo <salo> | 2006-08-20 21:38:45 +0000 |
commit | abe3dbeaadd725799e613464a3d7a1b1cfc5709f (patch) | |
tree | be275a1715c76f5f3a015ae8945d8a2db4eee7e2 /graphics/libwmf/Makefile | |
parent | 45134aef8498ed113223869c5f3c2f4809a6abd4 (diff) | |
download | pkgsrc-abe3dbeaadd725799e613464a3d7a1b1cfc5709f.tar.gz |
Security fix for CVE-2006-3376:
"A vulnerability in libwmf can be potentially exploited by malicious
people to compromise an application using the vulnerable library.
The vulnerability is caused due to an integer overflow error when
allocating memory based on a value taken directly from a WMF file
without performing any checks. This can be exploited to cause a
heap-based buffer overflow when a specially crafted WMF file is
processed.
Successful exploitation may allow execution of arbitrary code."
http://secunia.com/advisories/20921/
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3376
Patch from Red Hat. Bump PKGREVISION.
Diffstat (limited to 'graphics/libwmf/Makefile')
-rw-r--r-- | graphics/libwmf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/libwmf/Makefile b/graphics/libwmf/Makefile index 5ec053bff61..32c50512027 100644 --- a/graphics/libwmf/Makefile +++ b/graphics/libwmf/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.59 2006/04/17 13:46:00 wiz Exp $ +# $NetBSD: Makefile,v 1.60 2006/08/20 21:38:45 salo Exp $ DISTNAME= libwmf-0.2.8.4 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= graphics devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=wvware/} |