You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The output of mount does not escape spaces which might lead to unexpected behavior that fools the agent that the mount is actually there: GHSA-wj36-qcfg-5j52
We fixed this in the Python agent by parsing /proc/self/mountinfo instead. I think the rust agent is also affected by this.
The output of
mount
does not escape spaces which might lead to unexpected behavior that fools the agent that the mount is actually there: GHSA-wj36-qcfg-5j52We fixed this in the Python agent by parsing
/proc/self/mountinfo
instead. I think the rust agent is also affected by this.Logic from the Python agent can be found here: https://github.com/keylime/keylime/blob/15663f08b5d94ae716cd971b8a1215121cc1acb1/keylime/secure_mount.py#L19-L60
The text was updated successfully, but these errors were encountered: