For WordPress administrators
Clear remediation steps and signs that need investigation.
Learn how real vulnerabilities work, what a firewall can and cannot stop, and how to write safer PHP—without needing to be a security specialist.
Clear remediation steps and signs that need investigation.
The code path behind a flaw and patterns that make intent easier to verify.
Dated methodology, explicit limitations, and links to primary sources.
BitFire Research turns security findings into practical decisions. Vulnerability articles begin with the update or recovery action a site owner should take. Technical sections then explain the request, authorization mistake, or protected operation for developers who want to understand the code path.
01PHP arrays can hold almost anything, which makes their contents hard to understand at a glance. Build a small typed collection that gives your IDE useful type information and rejects the wrong object at runtime.
Read the PHP guide
02Older WooCommerce Payments releases could let an unauthenticated request act as an administrator. Learn which versions were affected, what to update, and what evidence to review if the plugin was active on your store.
Read the recovery guide
03A 2023 lab test followed an unauthenticated upload from the first bot request to PHP execution. See where different defensive layers had an opportunity to stop it—and why updating the plugin remains the first action.
Review the historical testTell us about a confusing vulnerability, defensive claim, or PHP security pattern. Useful research starts with a practical question.