Article

    Cyber News / Article / Five Critical WordPress Plugin and Theme Flaws Enable Site Takeover or RCE

    Five Critical WordPress Plugin and Theme Flaws Enable Site Takeover or RCE
    in
    [email protected] (The Hacker News)-13 days ago

    Five Critical WordPress Plugin and Theme Flaws Enable Site Takeover or RCE

    Multiple critical security flaws have been disclosed in WordPress plugins and themes, including WPMU DEV Dashboard, Avada, TranslatePress, Pods, and GiveWP, that could lead to authentication bypass, account takeover, and arbitrary code execution.

    The vulnerabilities, according to Wordfence and Patchstack, are listed below -

    "The flaw chains a broken 'safe unserialize' helper, a donation flow that feeds that helper attacker-controlled data, and a gadget chain in code that GiveWP ships," Patchstack said about CVE-2026-82222. "This case shows how PHP object injection turns into remote code execution when three ingredients line up: a place to store an attacker-controlled serialized object, code that later unserializes it, and a gadget chain in loaded classes."

    "The root causes are common: trusting a serialization sanitizer that does not actually strip objects, unserializing data read back from the database as if it were trusted, and shipping development-only libraries into production where they provide ready-made gadget chains."

    Original source