]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
Add CVE numbers to relevant netfilter fixes
authorChris Wright <chrisw@sous-sol.org>
Sun, 15 Jan 2006 06:03:28 +0000 (22:03 -0800)
committerChris Wright <chrisw@sous-sol.org>
Sun, 15 Jan 2006 06:03:28 +0000 (22:03 -0800)
queue-2.6.14/netfilter-fix-another-crash-in-ip_nat_pptp.patch
queue-2.6.14/netfilter-fix-crash-in-ip_nat_pptp.patch
review-2.6.15/netfilter-fix-another-crash-in-ip_nat_pptp.patch
review-2.6.15/netfilter-fix-crash-in-ip_nat_pptp.patch

index 64422fd1b826c3dab6a8ecaed59844ba57500ac7..4487c6afdb362040a43b34de02a2c5dd31de289b 100644 (file)
@@ -4,7 +4,7 @@ Date: Tue, 10 Jan 2006 02:00:07 +0100
 From: Patrick McHardy <kaber@trash.net>
 To: stable@kernel.org
 Cc: 
-Subject: [NETFILTER]: Fix another crash in ip_nat_pptp
+Subject: [NETFILTER]: Fix another crash in ip_nat_pptp (CVE-2006-0037)
 
 The PPTP NAT helper calculates the offset at which the packet needs
 to be mangled as difference between two pointers to the header. With
@@ -16,10 +16,8 @@ Signed-off-by: Patrick McHardy <kaber@trash.net>
 Signed-off-by: Chris Wright <chrisw@sous-sol.org>
 ---
  net/ipv4/netfilter/ip_nat_helper_pptp.c |   57 +++++++++++++++-----------------
- 1 files changed, 27 insertions(+), 30 deletions(-)
+ 1 file changed, 27 insertions(+), 30 deletions(-)
 
-Index: linux-2.6.14.6/net/ipv4/netfilter/ip_nat_helper_pptp.c
-===================================================================
 --- linux-2.6.14.6.orig/net/ipv4/netfilter/ip_nat_helper_pptp.c
 +++ linux-2.6.14.6/net/ipv4/netfilter/ip_nat_helper_pptp.c
 @@ -148,14 +148,14 @@ pptp_outbound_pkt(struct sk_buff **pskb,
index 3aced5f5d121a0228fd39704af58b86a1d4f3548..3037e9484d25cc85daa666d9a26183de27cef7b1 100644 (file)
@@ -4,7 +4,7 @@ Date: Tue, 10 Jan 2006 02:00:07 +0100
 From: Patrick McHardy <kaber@trash.net>
 To: stable@kernel.org
 Cc: 
-Subject: [NETFILTER]: Fix crash in ip_nat_pptp
+Subject: [NETFILTER]: Fix crash in ip_nat_pptp (CVE-2006-0036)
 
 When an inbound PPTP_IN_CALL_REQUEST packet is received the
 PPTP NAT helper uses a NULL pointer in pointer arithmentic to
@@ -15,10 +15,8 @@ Signed-off-by: Patrick McHardy <kaber@trash.net>
 Signed-off-by: Chris Wright <chrisw@sous-sol.org>
 ---
  net/ipv4/netfilter/ip_nat_helper_pptp.c |    2 +-
- 1 files changed, 1 insertion(+), 1 deletion(-)
+ 1 file changed, 1 insertion(+), 1 deletion(-)
 
-Index: linux-2.6.14.6/net/ipv4/netfilter/ip_nat_helper_pptp.c
-===================================================================
 --- linux-2.6.14.6.orig/net/ipv4/netfilter/ip_nat_helper_pptp.c
 +++ linux-2.6.14.6/net/ipv4/netfilter/ip_nat_helper_pptp.c
 @@ -313,7 +313,7 @@ pptp_inbound_pkt(struct sk_buff **pskb,
index 1420c531d275c0ad6b0855c953b9010162a73539..3a07806ced8218b751a4db3ca3403c9f4ccf62a7 100644 (file)
@@ -4,7 +4,7 @@ Date: Tue, 10 Jan 2006 02:00:07 +0100
 From: Patrick McHardy <kaber@trash.net>
 To: stable@kernel.org
 Cc: 
-Subject: [NETFILTER]: Fix another crash in ip_nat_pptp
+Subject: [NETFILTER]: Fix another crash in ip_nat_pptp (CVE-2006-0037)
 
 The PPTP NAT helper calculates the offset at which the packet needs
 to be mangled as difference between two pointers to the header. With
index 682e1d99b12e79c7b889b0fe5e57c231fe500c92..76767031d3e7e2fb1a0f52c9811b2db4813996ae 100644 (file)
@@ -4,7 +4,7 @@ Date: Tue, 10 Jan 2006 02:00:07 +0100
 From: Patrick McHardy <kaber@trash.net>
 To: stable@kernel.org
 Cc: 
-Subject: [NETFILTER]: Fix crash in ip_nat_pptp
+Subject: [NETFILTER]: Fix crash in ip_nat_pptp (CVE-2006-0036)
 
 When an inbound PPTP_IN_CALL_REQUEST packet is received the
 PPTP NAT helper uses a NULL pointer in pointer arithmentic to