| Version | Supported |
|---|---|
| 1.0.x | ✅ |
| < 1.0 | ❌ |
PHANTOM takes the security of local model execution and runtime memory safety seriously.
If you discover a security vulnerability (such as a buffer overflow, out-of-bounds tensor read, arbitrary code execution via GGUF parsing, or local privilege escalation):
- Do not create a public GitHub issue.
- Send a detailed description of the vulnerability directly to the project maintainer via GitHub Private Vulnerability Reporting or email
security@phantom-runtime.local. - Include:
- Reproduction steps or proof-of-concept exploit script
- Affected PHANTOM version and environment details
- Impact assessment
- Zero-Arbitrary Code Execution: PHANTOM strictly loads GGUF model tensors and avoids execution of pickled Python weights (
.bin/.pt). - Memory Safety: Direct memory mapping and GPU tensor allocations are bounds-checked to prevent buffer overruns and unauthenticated system memory reads.