diff --git a/en/security/advisories.xml b/en/security/advisories.xml index 1837921131..481800d202 100644 --- a/en/security/advisories.xml +++ b/en/security/advisories.xml @@ -1,214 +1,452 @@ - - + + %includes; ]> - + &header; -

This guide attempts to document some of the tips and tricks used by -many FreeBSD security experts for securing systems and writing secure -code. It is designed to help you learn about the various ways of protecting -a FreeBSD system against outside attacks and how to recover from such attacks -if and when they should happen. It also lists the various ways in which -the systems programmer can become more security conscious so he will - less likely introduce security holes in the first place.

- -

We welcome your comments on the contents and correctness of this page. -Please send email to the -FreeBSD Security Officers if you have changes you'd like to see here.

- -

The FreeBSD security officer

- -

FreeBSD takes security seriously, a dedicated team of security officers -providing a focal point for security related communications. A security -officers' main task is to send out advisories when there are known security -holes and otherwise keep abreast of security issues. The security officers -also communicate with the various CERT -and FIRST teams around the world, -sharing information about vulnerabilities in FreeBSD or utilities commonly -used by FreeBSD, and keeping up to date on security issues in the world at -large. The security officers are also active members of those -organizations.

- -

When you need to contact the security officers about a sensitive matter, -please use their -PGP key -to encrypt your message before sending it.

- -

FreeBSD security advisories:

- -

The FreeBSD security officers provide security advisories for -the following releases of FreeBSD:

+

Introduction

+ +

This web page is designed to assist both new and experienced users +in the area of security for the FreeBSD Operating System. The FreeBSD +Development team takes security very seriously and is constantly working +on making the OS as secure as possible.

+ +

Here you will find additional information, or links to information, +on how to protect your system against various types of outside attack, +whom to contact if you find a security related bug, etc. There is +also a section on the various ways that the systems programmer can +become more security conscious so he or she is less likely to +introduce security holes in the first place.

+ +

Table Of Content

+ + + +

The FreeBSD Security Officer

+ +

To better coordinate information exchange with others in the security +community, FreeBSD has a focal point for security related communications: +The FreeBSD security officer. +The position is actually staffed by a team of dedicated security officers, +their main tasks being to send out advisories when there are known security +holes and to act on reports of possible security problems with FreeBSD.

+ +

If you need to contact someone from the FreeBSD team about a +possible security bug, you should therefore please send mail to the Security Officer +with a description of what you've found and the type of vulnerability it +represents. The Security Officers also communicate with the various +CERT and FIRST teams around the world, +sharing information about possible vulnerabilities in FreeBSD or +utilities commonly used by FreeBSD. The Security Officers are also +active members of those organizations.

+ +

If you do need to contact the Security Officer about a particularly +sensitive matter, please use their PGP key + to encrypt your message before sending it.

+ + +

FreeBSD Security Advisories

+ +

The FreeBSD Security Officers provide security advisories for the +following releases of FreeBSD:

At this time, security advisories are available for: -

Older releases will not be actively maintained and users are strongly -encouraged to upgrade to one of the supported releases.

- -

An advisory will be sent out when a security hole exists that is -either being actively abused (as indicated to us via reports from end -users or CERT like organizations), or when the security hole is public -knowledge (e.g. because a report has been posted to a public mailing -list).

+

Older releases are not maintained and users are strongly encouraged +to upgrade to one of the supported releases mentioned above.

Like all development efforts, security fixes are first brought into -the FreeBSD-current -branch. After a couple of days and some testing, the fix is retrofitted -into the supported FreeBSD-stable branch(es) and an advisory then sent out.

+the FreeBSD-current branch. +After a couple of days and some testing, the fix is retrofitted into +the supported FreeBSD-stable branch(es) and an advisory then sent +out.

Advisories are sent to the following FreeBSD mailing lists:

-

Advisories are always signed using the FreeBSD security officer -PGP key -and are archived, along with their associated patches, at our + +

Advisories are always signed using the FreeBSD Security Officer + PGP key + and are archived, along with their associated patches, at our FTP CERT repository. At the time of this writing, the following advisories are currently available:

-

FreeBSD security related information

+ +

FreeBSD Security Mailing Lists Information

-

If you want to stay up to date on FreeBSD security, you can subscribe -yorself to one of the following mailing lists:

+

If you are administering or using any number of FreeBSD systems, you +should probably be subscribed to one or more of the following lists:

-freebsd-security		General security related discussion
-freebsd-security-notifications	Security notifications (moderated mailing list)
+freebsd-security                General security related discussion
+freebsd-security-notification   Security notifications (moderated mailing list)
 
-Send mail to majordomo@FreeBSD.ORG -with +Send mail to +majordomo@FreeBSD.ORG with
      subscribe <listname>  [<optional address>]
 
in the body of the message in order to subscribe yourself. +For example: +
+% echo "subscribe freebsd-security" | mail majordomo@freebsd.org
+
+and if you would like to unsubscribe from a mailing list: +
+% echo "unsubscribe freebsd-security" | mail majordomo@freebsd.org
+
-

What to do when you detect a security compromise:

- -