LiveActive security incident?Get immediate response
CVE Record

CVE-2025-69338: WordPress Riode Core plugin <= 1.6.26 - SQL Injection vulnerability

Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability in don-themes Riode Core riode-core allows Blind SQL Injection.This issue affects Riode Core: from n/a through <= 1.6.26.

CriticalCVSS 9.3Not KEV-listedUpdated
Glexia's TakeAutomated analysiscritical

Security readout for executives and security teams

Plain-English summary

CVE-2025-69338 is a critical blind SQL injection issue in the WordPress Riode Core plugin through version 1.6.26. A remote unauthenticated attacker may be able to extract sensitive database data. There is no KEV listing in the provided sources, so active exploitation is not confirmed here.

Executive priority

Treat as urgent for any public WordPress site using Riode Core. The main business risk is unauthorized database data exposure. If the plugin is not present, this CVE is not directly applicable. If present at <=1.6.26, prioritize vendor-confirmed remediation or temporary removal.

Technical view

The CVE describes CWE-89 improper neutralization of SQL command elements in don-themes Riode Core. CVSS 3.1 is 9.3, vector AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:L. The affected range is stated as Riode Core through <= 1.6.26. The vulnerability type is blind SQL injection.

Likely exposure

Exposure is likely limited to WordPress sites running the Riode Core plugin at version 1.6.26 or earlier. Public internet-facing WordPress sites are higher priority because the CVSS vector indicates network access, low complexity, no privileges, and no user interaction.

Exploitation context

The provided sources do not confirm active exploitation or inclusion in CISA KEV. The CVSS vector indicates exploitation could be remote and unauthenticated. Because this is blind SQL injection, successful abuse may focus on database data extraction rather than visible site takeover.

Researcher notes

Evidence is limited to the CVE record and Patchstack reference. The CVE states blind SQL injection but does not include affected endpoints, proof-of-concept details, or a named fixed version in the provided bundle. Do not assume exploit activity without additional validated reporting.

Mitigation direction

  • Inventory WordPress sites for the Riode Core plugin.
  • Identify any installations running Riode Core version 1.6.26 or earlier.
  • Check vendor, WordPress plugin, and Patchstack guidance for a fixed version or mitigation.
  • Update or disable the plugin where vendor guidance supports doing so.
  • Prioritize internet-facing and business-critical WordPress sites.

Validation and detection

  • Confirm installed Riode Core versions from WordPress admin or asset inventory.
  • Review plugin source and changelog references for security fixes after 1.6.26.
  • Check web application logs for unusual database-driven requests to plugin functionality.
  • Verify no vulnerable plugin version remains active after remediation.
  • Document affected sites, owner, version, and remediation status.
Prepared
Confidence
high
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-69338 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
Critical
CVSS
9.3 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/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
9.3CVSS 3.1CriticalCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:L3.94.7Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

9.3Critical
CVSS 3.1 vector shape for CVE-2025-69338Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/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
don-themesRiode Coreriode-core, 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.