Ubuntu Security
From ConShell
Introduction
This page is about security issues in Ubuntu and how to improve the security such as hardening the system or reporting vulnerabilities so that they can be fixed.
Reporting security vulnerabilities
Process for reporting bugs to Ubuntu (Launchpad) based on 3rd party reports. (Secunia, US-CERT, et al.)
This is the procedure for reporting (or re-reporting as the case may be) security vulnerabilities to the Ubuntu security team. It happens via Launchpad so you'll need an account there.
First, if you have a CVE-# go to cve-tracker and search for it, to see if it is already linked to a bug report. If not...
- Go to Ubuntu Launchpad https://launchpad.net/ubuntu
- Search for the package name
- Click Report a bug
- In the Summary field, enter something like CVE-2011-1491 short description
- Paste the URL & description from the 3rd party page into the Further Information field
- Upon submission, you should see a Link to CVE on the right...click and enter the proper value XXXX-XXXX
MySQL
Two notable things about mysql-server on Ubuntu...
- It comes bound to 127.0.0.1 by default, change in /etc/mysql/my.cnf
- It is recommended to run
mysql_secureto harden the security.
Back to Ubuntu