This document summarizes a survey and analysis of security vulnerabilities in the QNX Neutrino secure kernel. It discusses how QNX Neutrino is a microkernel-based real-time operating system that implements many features as userspace applications rather than integrated kernel components. While designed to have a limited interface, Neutrino faces many of the same security threats as other UNIX-style systems. In particular, message passing between kernel components and services can enable local exploits. Additionally, the qconn and Qnet components perform little authentication. The project will address some of these vulnerabilities and demonstrate Neutrino's scalability by customizing an OS image to increase security.