S-170: KAME Project IPv6 IPComp Vulnerability


 
Thread Tools Search this Thread
Special Forums Cybersecurity Security Advisories (RSS) S-170: KAME Project IPv6 IPComp Vulnerability
# 1  
Old 02-11-2008
S-170: KAME Project IPv6 IPComp Vulnerability

The KAME project's IPv6 implementation does not properly process IPv6 packets that contain the IPComp header. The risk is LOW. If exploited, this vulnerability may allow an attacker to cause a vulnerable system to crash.


More...
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Assigning ipv6 to bonding interface - getting old as well as changed ipv6 in ifconfig output

Hi, I have created a bonding bond1 interface with 6 Eth , mode=4. Recently i have changed my old ipv6 to new one and tried to restart as well as reload network service. Post which i can see old as well as changed ipv6 in ifconfig command output. Below are few files and command output for your... (1 Reply)
Discussion started by: omkar.jadhav
1 Replies

2. AIX

creo 44p-170 trendsetter aix 4.3.3.0

Hello Gentlemen, I have a 44p-170 CREO computer that conects to Trendsetter 800 quamtum ans one printer console, I have Problem with cable connections, someone knows how to interconnect whith them, thanks. Please understand that, to ensure a common convening platform, is English only. I have... (0 Replies)
Discussion started by: allanlikan
0 Replies

3. AIX

IBM 44p-170 boot problems

I am trying to install AIX 4.3 on a 44P-170 and am having problems. I have the 44P connected to a laptop through the serial port and am trying to boot from the IBM AIX 4.3 CD and I can only get as far as the SMS (I believe) screen. The current Processor Firmware is sh040616 and the system... (3 Replies)
Discussion started by: SeanU
3 Replies

4. UNIX for Dummies Questions & Answers

IBM 44p-170 boot problems

Post moved to more adequate group: AIX https://www.unix.com/aix/84704-ibm-44p-170-boot-problems.html (2 Replies)
Discussion started by: vbe
2 Replies

5. AIX

connecting to service processor on 44P 170

I dont have an ascii terminal to hook upto this thing, trying to use my laptop but it doesnt seem to want to communicate, is there a special cable i should be using for this? (1 Reply)
Discussion started by: BG_JrAdmin
1 Replies
Login or Register to Ask a Question
RRENUMD(8)						    BSD System Manager's Manual 						RRENUMD(8)

NAME
rrenumd -- router renumbering daemon SYNOPSIS
rrenumd [-df] [-c conf_file | -s] DESCRIPTION
The rrenumd utility transmits router renumbering request packets, to renumber the routers in the site network. On KAME-based systems, router renumbering requests are received and processed by rtadvd(8). For other systems, refer to relevant documents. The program will daemonize itself on invocation. It reads configuration information from standard input if -s is specified, or from conf_file if -c conf_file is specified. The contents of configuration information are described in rrenumd.conf(5). After successful configuration, rrenumd sends router renumbering messages periodically to configured destinations. Messages contain prefixes configured to be renumbered. -d Debug mode. -f Foreground mode. Do not become daemon. -s Script mode. Configuration information is obtained from standard input. -c conf_file Specify a configuration file where configuration information is kept. EXIT STATUS
The program exits with 0 on success, and non-zero on failures. SEE ALSO
rrenumd.conf(5), rtadvd(8) STANDARDS
Matt Crawford, Router Renumbering for IPv6, RFC, 2894, August 2000. HISTORY
The rrenumd utility first appeared in KAME IPv6 protocol stack kit. BSD
September 7, 1998 BSD