Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

RE: CGI Security and the null byte problem

by mdillon (Priest)
on Oct 26, 2000 at 11:00 UTC ( [id://38567]=note: print w/replies, xml ) Need Help??


in reply to CGI Security and the null byte problem

speaking of null byte problems, i was once bit while trying to do join("\0", array('a', 'b', 'c')) in some PHP code.

it doesn't work!

the result is (in hex):

61 62 63 00 00

one could say, perhaps, that there is a moral to all this...

use perl;

for those to whom it isn't apparent, the correct result (which are easily produced by the equivalent Perl, join "\0", qw(a b c)) is:

61 00 62 00 63

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://38567]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (6)
As of 2024-04-19 17:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found