Advertisement
Guest User

Untitled

a guest
Sep 30th, 2014
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. X ~ # /bin/bash --version
  2. GNU bash, version 3.2.54(1)-release (i686-pc-linux-gnu)
  3. Copyright (C) 2007 Free Software Foundation, Inc.
  4. X ~ # /bin/bash
  5. bash-3.2# (for x in {1..200} ; do echo "for x$x in ; do :"; done; for x in {1..200} ; do echo done ; done) | bash || echo "CVE-2014-7187 vulnerable, word_lineno"
  6. bash: line 129: syntax error near `x129'
  7. bash: line 129: `for x129 in ; do :'
  8. CVE-2014-7187 vulnerable, word_lineno
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement