Bugzilla – Bug 48323
VUL-0: CVE-2003-0855: pan: remote denial-of-service
Last modified: 2021-09-27 14:56:06 UTC
Hi, this bug should be fixed in all affected version starting with 7.3. http://www.securityfocus.com/archive/1/345419 A patchinfo file follows ASAP.
<!-- SBZ_reproduce --> -
Here is the proposed patch: --- pan/base/gnksa.c 20 Dec 2002 20:36:16 -0000 1.33 +++ pan/base/gnksa.c 25 Feb 2003 19:28:22 -0000 1.34 @@ -498,7 +498,7 @@ gint * addrtype, gboolean strict) { - gchar * begin; + gchar * begin, * addr_buf_rangle; gchar * end; gchar * work; gchar * lparen; @@ -528,8 +528,8 @@ /* copy route address from inside the <> brackets */ strncpy (addr_buf, begin+1, addr_max); - *strchr(addr_buf, '>') = '\0'; - + if (((addr_buf_rangle = strchr (addr_buf, '>'))) != NULL) + *addr_buf_rangle = '\0'; /* From: [plain-phrase space] "<" address ">" */ *begin = '\0'; if (strict) { affected SuSE Versions: SuSE Linux => 8.0
pan (package gnpan) is not on any bussiness product.
Created attachment 15391 [details] hopefully obsolete putonftp template
Created attachment 15392 [details] new patchinfo
9.0 contains version 1.14.0, which is not affected. So I made packages ready for: 8.0 8.1 8.2 I will check this in tomorrow, when full hilbert functionality is back again.
I won't write a terrible putonftp, because it's obsoleted, hopefully :) Here is reworked patchinfo, that I'll submit: DISTRIBUTION: 8.0-i386,8.1-i386,8.2-i386 PACKAGE: gnpan PACKAGER: feedback@suse.de INDICATIONS: These packages should be installed if the pan newsreader software is used. CATEGORY: security DESCRIPTION: Security Fix for a remote denial-of-dervice attack by sending a malformated header. ( CAN-2003-0855 ) DESCRIPTION_DE: Security Fix fuer eine entfernt ausfuehrbare Denial-of-Service Attacke durch Senden eines speziellen Headers. ( CAN-2003-0855 )
patchinfo submitted as: /work/src/done/PATCHINFO/gnpan.patchinfo-boxonly packages for 8.0,8.1 and 8.2 submitted.
thanks!
please close this as soon as the security team decides these packages to be approved
packages approved
CVE-2003-0855: CVSS v2 Base Score: 7.8 (AV:N/AC:L/Au:N/C:N/I:N/A:C)