Lucene search
+L

7 matches found

Hacker One
Hacker One
added 2021/01/30 6:14 a.m.25 views

Ruby: Command injection in OptionParser.load

OptionParser.load function use IO.readlines to read file, which can inject | command to exec command. poc: require 'optparse' OptionParser.new do |opts| opts.load"|touch /tmp/niubl" end.parse! Impact The command may be executed unintentionally...

2.6AI score
SaveExploits0
Rows per page
Query Builder