<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2, branch releng/5.5</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=releng%2F5.5</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=releng%2F5.5'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2008-04-17T00:00:54Z</updated>
<entry>
<title>Fix logic error in sshd(8) concerning the handling of failed</title>
<updated>2008-04-17T00:00:54Z</updated>
<author>
<name>Colin Percival</name>
<email>cperciva@FreeBSD.org</email>
</author>
<published>2008-04-17T00:00:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=d4c364b3dcf6dfe4e20c70d31912aad7e6219c14'/>
<id>urn:sha1:d4c364b3dcf6dfe4e20c70d31912aad7e6219c14</id>
<content type='text'>
attempts to bind ports for X11 forwarding.

Security:	FreeBSD-SA-08:05.openssh
Approved by:	so (cperciva)
</content>
</entry>
<entry>
<title>Fix sendfile(2) write-only file permission bypass. [08:03.sendfile]</title>
<updated>2008-02-14T11:50:28Z</updated>
<author>
<name>Simon L. B. Nielsen</name>
<email>simon@FreeBSD.org</email>
</author>
<published>2008-02-14T11:50:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=709dbc33b14011a5969835f1d020adc93138f0b5'/>
<id>urn:sha1:709dbc33b14011a5969835f1d020adc93138f0b5</id>
<content type='text'>
Fix IPsec null pointer dereference panic. [SA-08:04.ipsec]

Security:	FreeBSD-SA-08:03.sendfile
Security:	FreeBSD-SA-08:04.ipsec
Approved by:	so (simon)
</content>
</entry>
<entry>
<title>Fix date of last advisory -- January 14th, not January 18th.</title>
<updated>2008-01-15T23:36:53Z</updated>
<author>
<name>Colin Percival</name>
<email>cperciva@FreeBSD.org</email>
</author>
<published>2008-01-15T23:36:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=fbf69f116f9ce548a341e2c8f4415df5356bbd48'/>
<id>urn:sha1:fbf69f116f9ce548a341e2c8f4415df5356bbd48</id>
<content type='text'>
Approved by:	so (cperciva)
</content>
</entry>
<entry>
<title>Fix issues which allow snooping on ptys.</title>
<updated>2008-01-14T22:57:19Z</updated>
<author>
<name>Colin Percival</name>
<email>cperciva@FreeBSD.org</email>
</author>
<published>2008-01-14T22:57:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=22bd81bf62fb9d5b405889ebad805c2d462fa3d2'/>
<id>urn:sha1:22bd81bf62fb9d5b405889ebad805c2d462fa3d2</id>
<content type='text'>
Security: FreeBSD-SA-08:01.pty
Approved by:	so (cperciva)
</content>
</entry>
<entry>
<title>Correct a random value disclosure in random(4). [07:09]</title>
<updated>2007-11-29T16:09:26Z</updated>
<author>
<name>Simon L. B. Nielsen</name>
<email>simon@FreeBSD.org</email>
</author>
<published>2007-11-29T16:09:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=0ace3a498843e57dbcd8b6bdf60930f84624dc4e'/>
<id>urn:sha1:0ace3a498843e57dbcd8b6bdf60930f84624dc4e</id>
<content type='text'>
Correct a gtar directory traversal vulnerability. [07:10]

Security:	FreeBSD-SA-07:09.random
Security:	FreeBSD-SA-07:10.gtar
Approved by:	so (simon)
</content>
</entry>
<entry>
<title>Correct a buffer overflow in OpenSSL SSL_get_shared_ciphers().</title>
<updated>2007-10-03T21:42:32Z</updated>
<author>
<name>Simon L. B. Nielsen</name>
<email>simon@FreeBSD.org</email>
</author>
<published>2007-10-03T21:42:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=36cf2a86b4cd33c821387edc40f82254724a0851'/>
<id>urn:sha1:36cf2a86b4cd33c821387edc40f82254724a0851</id>
<content type='text'>
Security:	FreeBSD-SA-07:08.openssl
Approved by:	so (simon)
</content>
</entry>
<entry>
<title>Correct a bug in the patch for FreeBSD-SA-07:01.jail which prevented</title>
<updated>2007-08-01T20:48:19Z</updated>
<author>
<name>Simon L. B. Nielsen</name>
<email>simon@FreeBSD.org</email>
</author>
<published>2007-08-01T20:48:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=6c74b7e589a31e23b44a1b1611bd0fcf91c9f887'/>
<id>urn:sha1:6c74b7e589a31e23b44a1b1611bd0fcf91c9f887</id>
<content type='text'>
jails with custom fstab's from starting due to use of incorrect
variable. [1]

Correct buffer overflow in tcpdump(1). [SA-07:06]

Correct predictable query ids in named(8). [SA-07:07]

Reported by:	Joel Hatton &lt;joel@auscert.org.au&gt; [1]
Security:	FreeBSD-SA-07:06.tcpdump
Security:	FreeBSD-SA-07:07.bind
Approved by:	so (simon)
</content>
</entry>
<entry>
<title>Correct multiple security issues in how libarchive handles corrupt</title>
<updated>2007-07-12T15:01:56Z</updated>
<author>
<name>Colin Percival</name>
<email>cperciva@FreeBSD.org</email>
</author>
<published>2007-07-12T15:01:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=cdf37dd79289f26dbd48029c2717e5cffc3f600b'/>
<id>urn:sha1:cdf37dd79289f26dbd48029c2717e5cffc3f600b</id>
<content type='text'>
tar archives, including a potentially exploitable buffer overflow.

Approved by:	so (cperciva)
Reviewed by:	kientzle
Security:	FreeBSD-SA-07:05.libarchive
</content>
</entry>
<entry>
<title>Fix buffer overflow in libmagic(3).</title>
<updated>2007-05-23T16:13:20Z</updated>
<author>
<name>Colin Percival</name>
<email>cperciva@FreeBSD.org</email>
</author>
<published>2007-05-23T16:13:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=723930a26af17f1cef8b639233dc7e6c5318bbd3'/>
<id>urn:sha1:723930a26af17f1cef8b639233dc7e6c5318bbd3</id>
<content type='text'>
Security:	FreeBSD-SA-07:04.file
Approved by:	so (cperciva)
</content>
</entry>
<entry>
<title>Disable processing of IPv6 type 0 Routing Headers.  This behaviour</title>
<updated>2007-04-26T23:42:23Z</updated>
<author>
<name>Colin Percival</name>
<email>cperciva@FreeBSD.org</email>
</author>
<published>2007-04-26T23:42:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f64f1bc808da2132080f9440a01098352c860dfb'/>
<id>urn:sha1:f64f1bc808da2132080f9440a01098352c860dfb</id>
<content type='text'>
can be changed via the (newly added) net.inet6.ip6.rthdr0_allowed
sysctl.

Security:	FreeBSD-SA-07:03.ipv6
Approved by:	so (cperciva)
</content>
</entry>
</feed>
