Security advisorywp2shell: WordPress core vulnerability. Updated August 4, 2026.

Read the advisory
Monitoring Dictionary

False negative

Definition

A false negative is a real security problem that a tool or process failed to detect.

Also called: false negatives

Why it matters for WordPress

A green “no malware found” badge feels great. It is not proof the site is clean. New backdoors, clever obfuscation, and database-only injections get missed. Pair scanners with integrity checks, logs, and human review when symptoms disagree with the report.

How it shows up in practice

  • Visitors still see spam redirects while the scanner stays green
  • A host blacklist notice after your plugin said everything was fine
  • Reinfection from a persistence mechanism no signature knew yet
  • A known vulnerable plugin version that a misconfigured scan never listed

What to do

  1. Treat scanner output as evidence, not gospel.
  2. If users report odd behavior, investigate anyway: logs, core diffs, users, cron.
  3. Combine malware scanning with file integrity and vulnerability checks.
  4. After cleanup, keep watching; false negatives love to show up on day two.

Go deeper

Want the full walkthrough?

This page stays short on purpose. The guide covers steps, examples, and what to check on a live WordPress site.

Open full guide

Nearby ideas in the dictionary

All terms →

Questions about False negative

How is a false negative different from a false positive?+

A false positive flags something clean as bad. A false negative misses something that really is bad. Green scan results can still be false negatives when visitors see spam or reinfection continues.

What should I trust if the scanner is clean but the site looks hacked?+

Trust the symptoms. Check logs, core file integrity, users, and cron. Scanners help, but they are not proof the site is clean when redirects, new admins, or host notices say otherwise.