Project: Multi-Vendor GPU Aggregation Layer for Linux (MVGAL) Last Updated: April 21, 2026 Contact: creategm10@proton.me
Security updates and patches are provided for the following versions:
| Version | Supported | Notes |
|---|---|---|
| 0.2.x | β Actively Supported | Latest stable release |
| 0.1.x | β Supported | Previous release (critical fixes only) |
| < 0.1 | β Unsupported | No security updates |
Please do NOT report security vulnerabilities through public GitHub issues.
To report a security vulnerability in MVGAL:
-
Email: Report to creategm10@proton.me with the subject line
[SECURITY] MVGAL Vulnerability -
Include:
- Version of MVGAL affected
- Detailed description of the vulnerability
- Steps to reproduce
- Impact assessment
- Any relevant logs or proof-of-concept code
-
Response Timeline:
- Initial response within 48 hours
- Vulnerability assessment within 72 hours
- Patch or mitigation timeline provided based on severity
- Public disclosure after fix is available (coordinated with reporter)
- Always run the latest version of MVGAL
- Install from official sources only
- Review the source code if building from source
- Monitor system logs when running MVGAL in production
- Use kernel module only from trusted sources
- All contributions must follow secure coding practices
- Vulkan/OpenCL/CUDA interception must not leak sensitive data
- Memory management must prevent use-after-free and double-free
- Thread safety must be maintained in all public APIs
- All external inputs must be validated
MVGAL implements the following security measures:
| Feature | Status | Description |
|---|---|---|
| Privilege Separation | β | Daemon runs with minimal privileges |
| Input Validation | β | All external inputs validated |
| Thread Safety | β | Mutexes and atomics used appropriately |
| Memory Safety | β | Reference counting, no manual memory management in hot paths |
| kernel Module Isolation | β | Optional kernel module with limited interface |
| LD_PRELOAD Safety | β | Careful handling of intercepted functions |
Β© 2026 MVGAL Project. Version 0.2.2 "Health Monitor". All Rights Reserved.