Bugzilla – Attachment 28991 Details for
Bug 64726
VUL-0: CVE-2005-0398: ipsectools/racoon
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
[patch]
Fix for generic header issue
ipsec-tools-fix.diff (text/plain), 697 bytes, created by
Sebastian Krahmer
on 2005-02-28 14:41:18 UTC
(
hide
)
Description:
Fix for generic header issue
Filename:
MIME Type:
Creator:
Sebastian Krahmer
Created:
2005-02-28 14:41:18 UTC
Size:
697 bytes
patch
obsolete
>? src/racoon/kmpstat.lo >? src/racoon/libracoon.la >? src/racoon/misc.lo >? src/racoon/sockmisc.lo >? src/racoon/vmbuf.lo >Index: src/racoon/isakmp.c >=================================================================== >RCS file: /cvsroot/ipsec-tools/ipsec-tools/src/racoon/isakmp.c,v >retrieving revision 1.35 >diff -u -r1.35 isakmp.c >--- src/racoon/isakmp.c 23 Feb 2005 13:31:45 -0000 1.35 >+++ src/racoon/isakmp.c 24 Feb 2005 09:09:26 -0000 >@@ -1346,7 +1346,7 @@ > > p->type = np; > p->len = ntohs(gen->len); >- if (p->len == 0 || p->len > tlen) { >+ if (p->len < sizeof(struct isakmp_gen) || p->len > tlen) { > plog(LLV_DEBUG, LOCATION, NULL, > "invalid length of payload\n"); > vfree(result);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 64726
:
27592
| 28991 |
31419
|
31420