The values of @from and @to are taken directly from their cgi.params values
with basically no modification. Is it possible for someone to exploite this
as a security vulnerability? Could someone use it to send email to multiple
addresses?
The values of @from and @to are taken directly from their cgi.params values
with basically no modification. Is it possible for someone to exploite this
as a security vulnerability? Could someone use it to send email to multiple
addresses?
The values of @from and @to are taken directly from their cgi.params values
with basically no modification. Is it possible for someone to exploite this
as a security vulnerability? Could someone use it to send email to multiple
addresses?
Check will be added. Thank you.
Can you elaborate on what this addition will do? I frequently use
smtp.sendmail with multiple ‘to’ addresses.
svg% b.rb ts
/usr/local/lib/ruby/1.8/net/smtp.rb:495:in `send0': tainted to_addr (SecurityError)
from /usr/local/lib/ruby/1.8/net/smtp.rb:494:in `each'
from /usr/local/lib/ruby/1.8/net/smtp.rb:494:in `send0'
from /usr/local/lib/ruby/1.8/net/smtp.rb:472:in `sendmail'
from ./b.rb:4
from ./b.rb:3:in `start'
from /usr/local/lib/ruby/1.8/net/smtp.rb:408:in `start'
from ./b.rb:3
svg%