wp2shell: more than a month later. Confirm 6.8.6, 6.9.5, 7.0.2. Patched is not clean.

Read the advisory
Monitoring Dictionary

False positive

Definition

A false positive is an alert that looks like a problem but turns out to be benign after review.

Also called: false positives

Why it matters for WordPress

Scanners and WAFs err on the side of caution. Treating every flag as malware wastes hours. Ignoring every flag because “tools cry wolf” is how real infections linger. The skill is verification, not blind trust or blind dismissal.

How it shows up in practice

  • A malware scanner flags obfuscated but legitimate library code inside a plugin
  • A core integrity alert right after a normal WordPress update
  • Host antivirus quarantines a needed plugin file and breaks checkout
  • A WAF blocks a payment webhook or a real customer’s unusual User-Agent

What to do

  1. Verify before mass-deleting: path, modification time, whether the code belongs to a known plugin version.
  2. Compare with a clean copy of the same plugin or theme release.
  3. Allowlist narrowly when you are sure; do not blank-allow whole directories.
  4. For WAF noise, tune the rule or path instead of turning the firewall off.

Nearby ideas in the dictionary

All terms →

Larger screenshot