EMBODIOS is currently in active development. Security updates are applied to the latest version on the main branch.
| Version | Supported |
|---|---|
| main | ✅ |
| < main | ❌ |
We take the security of EMBODIOS seriously. If you believe you have found a security vulnerability, please report it to us as described below.
Please do NOT report security vulnerabilities through public GitHub issues.
Instead, please report them via one of these methods:
- GitHub Security Advisories: Use the "Report a vulnerability" button in the Security tab of this repository
- Private Issue: Create an issue with
[SECURITY]prefix and request it be made private
Please include the following information in your report:
- Type of issue (e.g., buffer overflow, privilege escalation, memory corruption)
- Full paths of source file(s) related to the issue
- Location of the affected source code (tag/branch/commit or direct URL)
- Step-by-step instructions to reproduce the issue
- Proof-of-concept or exploit code (if possible)
- Impact of the issue, including how an attacker might exploit it
- Initial Response: Within 48 hours
- Status Update: Within 7 days
- Resolution Target: Within 30 days for critical issues
- We will acknowledge your report within 48 hours
- We will provide a more detailed response within 7 days
- We will work with you to understand and resolve the issue
- We will keep you informed of our progress
- We will credit you in the security advisory (unless you prefer to remain anonymous)
As a bare-metal operating system running AI models in kernel space, EMBODIOS has unique security considerations:
- No memory protection: Currently runs in flat memory model
- No privilege separation: All code runs in kernel mode
- Secure boot support with cryptographic verification of boot chain
- Memory protection via MPU/MMU
- Model integrity verification
- Hardware security module (HSM) integration
We follow a coordinated disclosure process:
- Reporter submits vulnerability
- We confirm and assess severity
- We develop and test a fix
- We release the fix
- We publish a security advisory
- Reporter may publish their findings after advisory is public
Thank you for helping keep EMBODIOS and its users safe!