|
Bugzilla – Full Text Bug Listing |
| Summary: | VUL-0: CVE-2003-0855: pan: remote denial-of-service | ||
|---|---|---|---|
| Product: | [Novell Products] SUSE Security Incidents | Reporter: | Thomas Biege <thomas> |
| Component: | Incidents | Assignee: | Thomas Biege <thomas> |
| Status: | RESOLVED FIXED | QA Contact: | Security Team bot <security-team> |
| Severity: | Normal | ||
| Priority: | P3 - Medium | CC: | drahn, hhetter, security-team |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | CVE-2003-0855: CVSS v2 Base Score: 7.8 (AV:N/AC:L/Au:N/C:N/I:N/A:C) | ||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: |
hopefully obsolete putonftp template
new patchinfo |
||
|
Description
Thomas Biege
2003-11-25 17:24:13 UTC
<!-- 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) |