Skip to content

[deep-report] Strip unused cap_net_raw file capability from ping/mtr-packet in sandbox image #55024

Description

@github-actions

Description

The Firewall Escape Test (discussion #54993, SECURE, no exploitable gap found) discovered that ping and mtr-packet in the sandbox container image carry cap_net_raw=ep file capabilities via getcap, but the container's effective capability bounding set has no cap_net_raw, so the capability is inert (confirmed via a live raw-ICMP exploitation attempt that failed with "Operation not permitted"). This is not an exploitable vulnerability today, but stale, unusable setcap bits are unnecessary attack surface that a future bounding-set misconfiguration could reactivate.

Expected Impact

Reduces attack-surface noise and removes a false signal for future security audits/escape tests.

Suggested Fix

Strip the cap_net_raw file capability from ping and mtr-packet in the sandbox container image (e.g. setcap -r), since the bounding set already prevents it from being exercised.

Estimated Effort

Quick (< 1 hour)

Data Source

DeepReport analysis, 2026-08-23, based on discussion #54993 (Firewall Escape Test Report).

Generated by 🔬 Deep Report · agent · 175.4 AIC · ⌖ 12 AIC · ⊞ 12.4K ·

  • expires on Aug 24, 2026, 10:32 PM UTC-08:00

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions