Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #23416, comment 4


Ignore:
Timestamp:
02/07/2013 08:56:45 PM (11 years ago)
Author:
tabacco
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23416, comment 4

    initial v1  
    1 The whole reason attackers use fuzzers is to find unhandled warnings they can exploit.
     1The whole reason attackers use fuzzers is to find unhandled warnings and errors they can exploit. Not properly checking your inputs is a vulnerability waiting to happen. Just because it's not exploitable in this case doesn't mean it isn't somewhere else in the WP code base, or that it won't be in a future update.