This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug translator/10641] New: -m NAME should be disabled in --unprivileged mode


We need to restrict the '-m NAME' option. It allows users to insert modules that
then block the loading of "real" modules. Example "attack":

% stap --unprivileged -m nfs -e 'probe begin { log("registered as nfs!"); }"'
registered as nfs!

% mount -t nfs nescio:/home /home/nescio
mount.nfs: No such device

[kill stap]

% mount -t nfs nescio:/home /home/nescio

[and now it is mounted]

-- 
           Summary: -m NAME should be disabled in --unprivileged mode
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: translator
        AssignedTo: systemtap at sources dot redhat dot com
        ReportedBy: mjw at redhat dot com
                CC: brolley at redhat dot com


http://sourceware.org/bugzilla/show_bug.cgi?id=10641

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]