Skip to main content
COSMICBYTEZLABS
NewsSecurityHOWTOsToolsTraining
StudyProjectsNewsletterHire MeAbout
Subscribe

Press Enter to search or Esc to close

News
Security
HOWTOs
Tools
Training
Study
Projects
Newsletter
Hire Me
About
RSS Feed
Reading List
Subscribe

Stay in the Loop

Get the latest security alerts, tutorials, and tech insights delivered to your inbox.

Subscribe NowFree forever. No spam.
COSMICBYTEZLABS

Your trusted source for IT intelligence, cybersecurity insights, and hands-on technical guides.

2368+ Articles
158+ Guides

CONTENT

  • Latest News
  • Security Alerts
  • HOWTOs
  • Checklists
  • Projects
  • Exam Prep

RESOURCES

  • Search
  • Browse Tags
  • Newsletter Archive
  • Reading List
  • RSS Feed

COMPANY

  • About Us
  • Contact
  • Privacy Policy
  • Terms of Service

© 2026 CosmicBytez Labs. All rights reserved.

System Status: Operational
  1. Home
  2. Security
  3. CVE-2026-15413: WordPress 'Link Factory' Plugin Is an Intentional Backdoor (CVSS 10.0)
CVE-2026-15413: WordPress 'Link Factory' Plugin Is an Intentional Backdoor (CVSS 10.0)

Critical Security Alert

This vulnerability is actively being exploited. Immediate action is recommended.

SECURITYCRITICALCVE-2026-15413

CVE-2026-15413: WordPress 'Link Factory' Plugin Is an Intentional Backdoor (CVSS 10.0)

The Link Factory WordPress plugin is a supply-chain backdoor. Operator-controlled REST API lets attackers run arbitrary commands. Remove it immediately.

Dylan H.

Security Team

August 14, 2026
3 min read

Affected Products

  • WordPress 'Link Factory' plugin — all versions (intentional backdoor, no patched version exists)

Overview

CVE-2026-15413 is not a typical security bug. The Link Factory WordPress plugin — marketed as a "homepage sentence publisher" — is an intentional backdoor embedded in a plugin distributed through the WordPress ecosystem. Assigned a CVSS 10.0 score and classified under CWE-912: Hidden Functionality, this vulnerability represents a supply-chain attack targeting any WordPress site that installed the plugin.

WPScan reserved the CVE on July 10, 2026 and it was published on August 13, 2026. There is no patched version because the backdoor is by design.

How the Backdoor Works

The Link Factory plugin registers a REST API namespace at /wp-json/link-factory/v1/. Under this namespace, it exposes multiple operator-controlled endpoints:

Authentication via Ed25519 signature: Incoming requests are authenticated by verifying a detached Ed25519 cryptographic signature against a hardcoded operator public key baked into the plugin source code. Only the party controlling the corresponding private key — the plugin's operator — can issue authenticated commands.

Health check endpoint (unauthenticated): One endpoint, a health check, requires no signature at all. This makes it accessible to anyone with network access to the WordPress site, providing a reliable beacon for the operator to discover active installations.

Scope of operator control: Through the authenticated endpoints, the operator can execute arbitrary operations on any WordPress site running the plugin. The nature of available commands means full control over site content, data, and potentially the underlying server — depending on WordPress configuration and file permissions.

CVSS 10.0 Breakdown

  • Attack Vector: Network
  • Attack Complexity: Low
  • Privileges Required: None (from the operator's perspective, they hold the private key)
  • User Interaction: None
  • Scope: Changed
  • Confidentiality / Integrity / Availability: High / High / High

The maximum possible CVSS score reflects that a remote, unauthenticated (to the WordPress site) operator can achieve complete compromise.

Remediation

There is no patch. The only remediation is complete removal of the plugin:

  1. Remove the Link Factory plugin immediately from all WordPress installations
  2. Audit REST API logs for any requests to /wp-json/link-factory/v1/ — if found, treat the site as fully compromised
  3. Conduct a full site audit: Check for unauthorized users, modified files, injected content, or unauthorized post/page changes
  4. Rotate credentials: WordPress admin passwords, database credentials, and any API keys accessible to the web server
  5. Consider a full reinstall if exploitation is suspected — a compromised WordPress site cannot be trusted without starting clean

Supply Chain Implications

This CVE is a textbook software supply-chain attack. A malicious actor published a plugin that appears benign on the surface — a "homepage sentence publisher" — while secretly including a persistent backdoor that calls home and awaits operator commands. WordPress site administrators should treat this as a reminder to audit all installed plugins:

  • Only install plugins from well-known, actively maintained sources
  • Regularly audit installed plugins against current security advisories
  • Monitor REST API traffic for unexpected namespaces and endpoints
  • Use a Web Application Firewall to block unexpected REST API patterns

References

  • NVD: CVE-2026-15413
  • OffSeq Threat Radar: CVE-2026-15413
  • INCIBE-CERT: CVE-2026-15413
#CVE#WordPress#Backdoor#Supply Chain#CWE-912#Critical

Related Articles

ARVE WordPress Plugin Backdoor Grants Instant Admin Access to ~20,000 Sites

A supply chain attack introduced a backdoor into ARVE – Advanced Responsive Video Embedder version 10.8.7, enabling any attacker to gain full WordPress admin access with a single HTTP request. Wordfence PRISM detected the compromise within two hours. The plugin has been removed from WordPress.org.

5 min read

CVE-2026-8457: WooCommerce Social Login Authentication Bypass (CVSS 9.8)

A critical authentication bypass vulnerability in the WooCommerce - Social Login WordPress plugin allows unauthenticated attackers to log in as any registered user by exploiting a missing JWT signature verification in the Apple login handler.

3 min read

CVE-2026-3141: WordPress FormGent Plugin Unauthorized File Deletion (CVSS 9.1)

A critical unauthenticated file deletion vulnerability in the FormGent WordPress plugin allows attackers to delete arbitrary files without authentication, potentially leading to full site compromise.

2 min read
Back to all Security Alerts