Sindbad~EG File Manager

Current Path : /proc/1603417/root/usr/share/systemtap/examples/security-band-aids/
Upload File :
Current File : //proc/1603417/root/usr/share/systemtap/examples/security-band-aids/cve-2021-4034.stp

// CVE-2021-4034 - polkit privilege escalation

// Approach: intercept the main function, abort with empty argv

probe process("/usr/bin/pkexec").function("main") {
  if (cmdline_arg(1) == "")
    raise(9);
}

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists