Skip to content

Security: jeffersoncesarantunes/LinSpec

Security

SECURITY.md

Security Policy

Supported Versions

Version Supported
latest

Reporting a Vulnerability

This is a Linux kernel hardening audit tool. If you discover a security vulnerability, please do NOT open a public issue.

Contact the maintainer directly at jefferson.antunes@gmail.com with details about the issue.

We commit to acknowledging receipt within 48 hours and providing a fix timeline within 7 days.

Known Limitations

  • TOCTOU in /proc/sys reads: The tool reads live kernel parameters from /proc/sys/. These values can change between reads. This is an inherent limitation of live system auditing.
  • Silent fopen failures: If a kernel parameter path doesn't exist, the tool reports SKIP. Some checks may be unavailable on non-standard kernels.
  • History rewriting: This repository's git history was cleaned with git-filter-repo. If you have an older clone, please re-clone from the latest remote.
  • Remediation requires root: The --apply flag requires root privileges to write to /proc/sys. The tool will refuse to run remediation without elevated privileges.
  • False positives on containerized environments: Some kernel parameters may be namespaced or restricted by container runtimes, causing unexpected SKIP or WARN results.

There aren't any published security advisories