http://www.perlmonks.org?node_id=558425


in reply to Re: Completely removing a perl function.
in thread Completely removing a perl function.

Honestly that was what I was trying to accomplish. I execute arbitrary perl and the only minor security hole is that shmget allows people to allocate shared memory that never goes away, which apparently has a negative effect when other processes later want shared memory.
  • Comment on Re^2: Completely removing a perl function.

Replies are listed 'Best First'.
Re^3: Completely removing a perl function.
by girarde (Hermit) on Jun 30, 2006 at 03:55 UTC
    How is this arbitrary perl being submitted? Running the submission through =~ s/shmget/exit;/g would probably do the trick for web forms.