LiveActive security incident?Get immediate response
CVE Record

CVE-2022-25607: WordPress FV Flowplayer Video Player plugin <= 7.5.15.727 - SQL Injection (SQLi) vulnerability

Authenticated (author or higher user role) SQL Injection (SQLi) vulnerability discovered in FV Flowplayer Video Player WordPress plugin (versions <= 7.5.15.727).

MediumCVSS 6.6Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2022-25607 is an authenticated SQL injection issue in the FV Flowplayer Video Player WordPress plugin through version 7.5.15.727. An attacker needs an author-or-higher WordPress account, so risk is greatest on sites with many content users, guest authors, or compromised editor accounts.

Executive priority

Handle through normal vulnerability remediation, with priority raised for high-traffic publishing sites or sites with many non-admin content users. This is not currently supported as an emergency active-exploitation issue by the provided sources.

Technical view

The issue is CWE-89 SQL injection affecting FolioVision FV Flowplayer Video Player versions <= 7.5.15.727. CVSS 3.1 is 6.6 with network access, low attack complexity, high privileges required, no user interaction, changed scope, and low confidentiality, integrity, and availability impact.

Likely exposure

Exposure is limited to WordPress sites running the affected plugin version and allowing author-or-higher accounts. Public-facing WordPress sites with shared publishing workflows or weak account controls have higher practical risk than single-admin sites.

Exploitation context

The provided sources do not show KEV listing or active exploitation evidence. The vulnerability requires authenticated WordPress access at author level or above, reducing internet-scale exposure but making account compromise or insider misuse relevant.

Researcher notes

Sources identify the affected product and version range but do not provide vulnerable parameter details in the supplied bundle. Avoid assuming exploitability beyond authenticated author-or-higher SQL injection. Validation should focus on version exposure, role exposure, and vendor-published remediation status.

Mitigation direction

  • Inventory WordPress sites for FV Flowplayer Video Player plugin usage.
  • Remove the plugin where it is not business-critical.
  • Check FolioVision or WordPress plugin guidance for fixed versions.
  • Update affected installations beyond version 7.5.15.727 when available.
  • Restrict author-or-higher roles to trusted users only.
  • Review and harden WordPress account security controls.

Validation and detection

  • Confirm plugin version on every managed WordPress site.
  • Verify no installation is running version 7.5.15.727 or earlier.
  • Review author, editor, and administrator account lists.
  • Check application, database, and WAF logs for unusual SQL errors.
  • Validate vendor guidance before closing remediation tickets.
Prepared
Confidence
medium
Sources
4

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-2022-25607 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
Medium
CVSS
6.6 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:L/I:L/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
3Source 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
6.6CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:L/I:L/A:L2.33.7Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

6.6Medium
CVSS 3.1 vector shape for CVE-2022-25607Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:L/I:L/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
FolioVisionFV Flowplayer Video Player (WordPress plugin)<= 7.5.15.727Listed
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.