Release v1.16.0
๐ Features
- New Detection Routines: Implemented safe, non-destructive detection for:
- Dirty Frag: Checks for ESP/XFRM page cache write vulnerabilities via
seq_hi. - Fragnesia: Checks for
skbshared-frag coalescing page cache write vulnerabilities.
- Dirty Frag: Checks for ESP/XFRM page cache write vulnerabilities via
- Unified Security Report: The
txlog failurescommand now orchestrates and displays the status of Copy Fail, Dirty Frag, and Fragnesia. - Extended Payload: Updated execution reports to include
dirty_fragandfragnesiastatus flags.
๐งน Refactoring & Changes
- Command Consolidation: Removed
copyfailcommand to simplify the CLI interface and reduce fragmentation. - MCP Improvements: Refined tool and resource mappings within the Model Context Protocol (MCP) integration for better agentic interaction.
- Code Organization: Introduced
util/xfrm_common.goto share logic between XFRM-related vulnerability checks.
๐ฆ Dependencies
- Updated
github.com/mark3labs/mcp-go(0.50.0 -> 0.54.0) - Updated
golang.org/x/sys(0.42.0 -> 0.44.0)