diff options
| author | Marc Fonvieille <blackend@FreeBSD.org> | 2009-04-25 13:52:47 +0000 |
|---|---|---|
| committer | Marc Fonvieille <blackend@FreeBSD.org> | 2009-04-25 13:52:47 +0000 |
| commit | c4f7dce098d812d78d6abe962ce3c6b91df482b6 (patch) | |
| tree | d1131a74d77a453c8170e72946b937bd457c3716 | |
| parent | 6df7da0052bc0d5fc536b99b25818712ab34bf9a (diff) | |
Add following Security Advisories:
SA-09:01.lukemftpd
SA-09:02.openssl
SA-09:03.ntpd
SA-09:04.bind
SA-09:05.telnetd
SA-09:06.ktimer
SA-09:07.libc
SA-09:08.openssl
Approved by: re (implicit)
Notes
svn path=/releng/7.2/; revision=191489
| -rw-r--r-- | release/doc/en_US.ISO8859-1/relnotes/article.sgml | 84 |
1 files changed, 83 insertions, 1 deletions
diff --git a/release/doc/en_US.ISO8859-1/relnotes/article.sgml b/release/doc/en_US.ISO8859-1/relnotes/article.sgml index aee99512612b..8163bace00e8 100644 --- a/release/doc/en_US.ISO8859-1/relnotes/article.sgml +++ b/release/doc/en_US.ISO8859-1/relnotes/article.sgml @@ -124,7 +124,89 @@ <sect2 id="security"> <title>Security Advisories</title> - <para></para> + <para>Problems described in the following security advisories have + been fixed. For more information, consult the individual + advisories available from + <ulink url="http://security.FreeBSD.org/"></ulink>.</para> + + <informaltable frame="none" pgwide="0"> + <tgroup cols="3"> + <colspec colwidth="1*"> + <colspec colwidth="1*"> + <colspec colwidth="3*"> + <thead> + <row> + <entry>Advisory</entry> + <entry>Date</entry> + <entry>Topic</entry> + </row> + </thead> + + <tbody> + <row> + <entry><ulink url="http://security.freebsd.org/advisories/FreeBSD-SA-09:01.lukemftpd.asc" + >SA-09:01.lukemftpd</ulink></entry> + <entry>07 January 2009</entry> + <entry><para>Cross-site request forgery in + &man.lukemftpd.8;</para></entry> + </row> + + <row> + <entry><ulink url="http://security.freebsd.org/advisories/FreeBSD-SA-09:02.openssl.asc" + >SA-09:02.openssl</ulink></entry> + <entry>07 January 2009</entry> + <entry><para>OpenSSL incorrectly checks for malformed + signatures</para></entry> + </row> + + <row> + <entry><ulink url="http://security.freebsd.org/advisories/FreeBSD-SA-09:03.ntpd.asc" + >SA-09:03.ntpd</ulink></entry> + <entry>13 January 2009</entry> + <entry><para>ntpd cryptographic signature + bypass</para></entry> + </row> + + <row> + <entry><ulink url="http://security.freebsd.org/advisories/FreeBSD-SA-09:04.bind.asc" + >SA-09:04.bind</ulink></entry> + <entry>13 January 2009</entry> + <entry><para>BIND DNSSEC incorrect checks for + malformed signatures</para></entry> + </row> + + <row> + <entry><ulink url="http://security.freebsd.org/advisories/FreeBSD-SA-09:05.telnetd.asc" + >SA-09:05.telnetd</ulink></entry> + <entry>16 February 2009</entry> + <entry><para>telnetd code execution + vulnerability</para></entry> + </row> + + <row> + <entry><ulink url="http://security.freebsd.org/advisories/FreeBSD-SA-09:06.ktimer.asc" + >SA-09:06.ktimer</ulink></entry> + <entry>23 March 2009</entry> + <entry><para>Local privilege escalation</para></entry> + </row> + + <row> + <entry><ulink url="http://security.freebsd.org/advisories/FreeBSD-SA-09:07.libc.asc" + >SA-09:07.libc</ulink></entry> + <entry>04 April 2009</entry> + <entry><para>Information leak in &man.db.3;</para></entry> + </row> + + <row> + <entry><ulink url="http://security.freebsd.org/advisories/FreeBSD-SA-09:08.openssl.asc" + >SA-09:08.openssl</ulink></entry> + <entry>22 April 2009</entry> + <entry><para>Remotely exploitable crash in + OpenSSL</para></entry> + </row> + </tbody> + </tgroup> + </informaltable> </sect2> <sect2 id="kernel"> |
