What does Perl do if you try to exploit the execve(2) race involving setuid scripts?
Answer / Anchal Khare
Perl implements a security feature known as taint checking, which prevents exploitation of the execve(2) race in setuid scripts. If a user attempts to execute such an exploit, Perl will return an error.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain ivalue?
How will you access an element of a perl array?
Explain lists and ivalue?
Can any1 tell me 2 write the script using perl script 2 looking at a log file 2 see wheather the test has passed or not.
Explain the different types of data perl can handle.
Demonstrate subroutines in perl with a simple example.
What is caller function in perl?
What is automatic error handling in perl?
How to read file into hash array ?
What is perl programming?
Explain perl.
How to add elements in a hash in perl?