CVE-2026-15413
Received Received - Intake

Backdoor in Link Factory WordPress Plugin

Vulnerability report for CVE-2026-15413, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-13

Last updated on: 2026-08-13

Assigner: WPScan

Description

The Link Factory WordPress plugin is a backdoor. Distributed as a "homepage sentence publisher", it exposes an operator-controlled REST API under /wp-json/link-factory/v1/ - authenticated by a detached Ed25519 signature verified against a hardcoded operator public key (except for the health check).

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-13
Last Modified
2026-08-13
Generated
2026-08-13
AI Q&A
2026-08-13
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
link_factory link_factory to 2026-08-25 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

The Link Factory WordPress plugin is a backdoor disguised as a homepage sentence publisher. It exposes an operator-controlled REST API that allows an attacker to perform malicious actions without needing a WordPress account. The attacker can create hidden administrator accounts, publish fake posts, inject malicious HTML for SEO manipulation, and fingerprint the plugin's presence. The plugin uses a hardcoded public key for authentication, except for a health check endpoint.

Detection Guidance

Check for the presence of the Link Factory plugin by inspecting WordPress plugin directories for files matching 'link-factory' or '/wp-json/link-factory/v1/' endpoints. Use commands like 'curl -s http://yoursite.com/wp-json/' to list REST API endpoints or 'grep -r "link-factory" /path/to/wordpress/wp-content/plugins/' to search plugin files.

Impact Analysis

This vulnerability allows an attacker to fully compromise your WordPress site. They can create hidden administrator accounts, take control of your site, publish unauthorized content, and inject malicious code for black-hat SEO purposes. The attacker can maintain access even if you remove the plugin, leading to persistent site takeover.

Mitigation Strategies

Immediately remove the Link Factory plugin from your WordPress installation via the admin panel or by deleting the plugin directory. Check for unauthorized administrator accounts with 'lf_' prefixes and remove them. Review posts for suspicious content and inspect the site's footer for hidden HTML injections.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-15413. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart