1
0
mirror of https://github.com/rancher/os.git synced 2025-09-17 23:48:09 +00:00

Initial Security page

Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
Sven Dowideit
2017-02-24 00:39:04 +00:00
parent 8a7c8d7758
commit f94704a803
2 changed files with 35 additions and 0 deletions

View File

@@ -134,6 +134,7 @@
<li><a href="{{site.baseurl}}/os/amazon-ecs/">Amazon ECS</a></li>
<li><a href="{{site.baseurl}}/os/contributing/">Contributing to RancherOS</a></li>
<li><a href="{{site.baseurl}}/os/running-rancher-on-rancheros/">Tips on using Rancher with RancherOS</a></li>
<li><a href="{{site.baseurl}}/os/security/">RancherOS security</a></li>
</ul><!-- /.navbar-nav -->
</div><!-- /.navbar-collapse -->

34
docs/os/security/index.md Normal file
View File

@@ -0,0 +1,34 @@
---
title: RancherOS security
layout: os-default
---
## RancherOS security
---
<table width="100%">
<tr style="vertical-align: top;">
<td width="30%" style="border: none;">
<h4>Security policy</h4>
<p style="padding: 8px">Rancher Labs supports responsible disclosure, and endeavours to resolve all issues in a reasonable time frame. RancherOS is a minimal Linux distribution, built with entirely using open source components.</p>
</td>
<td width="30%" style="border: none;">
<h4>Reporting process</h4>
<p style="padding: 8px">Please submit possible security issues by emailing <a href="security@rancher.com">security@rancher.com</a></p>
</td>
<td width="30%" style="border: none;">
<h4>Announcments</h4>
<p style="padding: 8px">Subscribe to the <a href="https://forums.rancher.com/c/announcements">Rancher announcements forum</a> for release updates.</p>
</td>
</tr>
</table>
### RancherOS Vulnerabilities
| ID | Description | Date | Resolution |
|----|-------------|------|------------|
| [CVE-2017-6074](http://seclists.org/oss-sec/2017/q1/471) | Local privilege-escalation using a user after free issue in [Datagram Congestion Control Protocol (DCCP)](https://wiki.linuxfoundation.org/networking/dccp). DCCP is built into the RancherOS kernel as a dynamically loaded module, and isn't loaded by default. | 17 Feb 2017 | [RancherOS v0.8.1](https://github.com/rancher/os/releases/tag/v0.8.1) using a [patched 4.9.12 Linux kernel](https://github.com/rancher/os-kernel/releases/tag/v4.9.12-rancher) |