PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-83628 jfarthing84 CVE debrief

The Theme My Login plugin for WordPress has a Missing Authorization vulnerability in versions up to 7.1.15 on Multisite installations. This allows authenticated attackers with Subscriber-level access and above to bypass the configured registration policy and create a new subsite with Administrator role. The vulnerability arises from the `tml_ms_signup_handler()` function's `gimmeanotherblog` branch failing to enforce the network's `active_signup` registration policy, checking only `is_user_logged_in()` while sibling branches apply the full policy gate. Defenders should prioritize verifying Multisite installations using Theme My Login plugin version 7.1.15 or earlier and assess the

Vendor
jfarthing84
Product
Theme My Login
CVSS
MEDIUM 4.3
CISA KEV
Not listed in stored evidence
Original CVE published
2026-09-05
Original CVE updated
2026-09-07
Advisory published
2026-09-05
Advisory updated
2026-09-07

Who should care

Defenders responsible for WordPress Multisite installations using Theme My Login plugin version 7.1.15 or earlier should assess exposure and prioritize verification and remediation.

Why it matters

Defenders should prioritize verifying Multisite installations using Theme My Login plugin version 7.1.15 or earlier and assess exposure to authenticated attackers. The vulnerability allows authenticated attackers with Subscriber-level access and above to bypass the configured registration policy and create a new subsite with Administrator role.

  • Privilege escalation to Administrator role on newly created subsites
  • Bypassing of configured registration policy
  • Potential for unauthorized site creation

Technical summary

The Theme My Login plugin for WordPress is vulnerable to Missing Authorization in versions up to, and including, 7.1.15 on Multisite installations. This is due to the `tml_ms_signup_handler()` function's `gimmeanotherblog` branch failing to enforce the network's `active_signup` registration policy, checking only `is_user_logged_in()` while sibling branches such as `validate-blog-signup` apply the full policy gate.

Defensive priority

Defenders should prioritize verifying Multisite installations using Theme My Login plugin version 7.1.15 or earlier and assess exposure to authenticated attackers.

Recommended defensive actions

  • Verify Multisite installations using Theme My Login plugin version 7.1.15 or earlier
  • Assess exposure to authenticated attackers with Subscriber-level access and above
  • Update Theme My Login plugin to a version that fixes the vulnerability
  • Review compensating controls for exposed systems while remediation is scheduled and verified
  • Check relevant monitoring, detection, and logs for exposed assets that need extra review
  • Track exceptions, retest remediated assets, and close the item only after evidence is documented
  • Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up

Evidence notes

The vulnerability is due to the `tml_ms_signup_handler()` function's `gimmeanotherblog` branch failing to enforce the network's `active_signup` registration policy. This issue allows attackers to directly POST `stage=gimmeanotherblog` to Theme My Login's signup route, bypassing the configured registration policy.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-83628 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-83628

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-83628 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-83628

    NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.

Supplemental references

Methodology and review provenance

AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.