LiveActive security incident?Get immediate response
CVE Record

CVE-2025-31466: WordPress Duplicate Page and Post plugin <= 1.0 - SQL Injection Vulnerability

Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability in Falcon Solutions Duplicate Page and Post duplicate-post-and-page allows Blind SQL Injection.This issue affects Duplicate Page and Post: from n/a through <= 1.0.

HighCVSS 8.5Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

This is a high-severity SQL injection issue in the WordPress Duplicate Page and Post plugin up to version 1.0. A logged-in attacker could potentially query backend data through the plugin. The sources do not state active exploitation or a confirmed fixed version.

Executive priority

Prioritize remediation for public WordPress sites or sites with many user accounts. The main business concern is potential database data exposure from authenticated access, not confirmed internet-wide exploitation.

Technical view

CVE-2025-31466 is a CWE-89 blind SQL injection in Falcon Solutions duplicate-post-and-page through <=1.0. CVSS 3.1 is 8.5, network reachable, low complexity, low privileges required, no user interaction, changed scope, high confidentiality impact, and low availability impact.

Likely exposure

Exposure is likely limited to WordPress sites running the Falcon Solutions Duplicate Page and Post plugin package duplicate-post-and-page at version 1.0 or earlier, especially where untrusted users can authenticate.

Exploitation context

The provided sources support authenticated blind SQL injection risk but do not provide exploit details, known exploitation, KEV listing, vulnerable parameter, or proof-of-concept evidence. Treat exploitation status as unconfirmed.

Researcher notes

The record names blind SQL injection but lacks parameter-level detail, exploit telemetry, and patch information. Validation should remain non-invasive and focused on asset inventory, version evidence, authentication exposure, and vendor advisory tracking.

Mitigation direction

  • Inventory WordPress sites for duplicate-post-and-page plugin version <=1.0.
  • Remove or disable the plugin where business use is not required.
  • Check Falcon Solutions, Patchstack, or WordPress.org guidance for a fixed release.
  • Restrict WordPress account creation and review low-privilege user access.
  • Monitor web and database logs for abnormal authenticated WordPress activity.

Validation and detection

  • Confirm whether the duplicate-post-and-page plugin is installed on each WordPress site.
  • Record installed plugin versions and compare them with <=1.0 exposure.
  • Identify whether untrusted or low-privilege users can log in.
  • Review WAF and application logs for SQL injection alerts on authenticated requests.
  • Document remediation evidence: update, removal, disablement, or vendor exception.
Prepared
Confidence
medium
Sources
3

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · medium confidence lookup

CWE-89: Database access and collection lookup

Injection into data stores can inform collection, data access, and exfiltration detection reviews. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
description · low confidence lookup

Database behavior lookup

The CVE wording references database injection or access, so collection and exfiltration review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2025-31466 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
High
CVSS
8.5 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:L

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
2Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
8.5CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:L3.14.7Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

8.5High
CVSS 3.1 vector shape for CVE-2025-31466Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:L

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
Falcon SolutionsDuplicate Page and Postduplicate-post-and-page, 0unaffected
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-89 · source CWE mapping

Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')

Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.