LiveActive security incident?Get immediate response
CVE Record

CVE-2025-23948: WordPress Background animation blocks Plugin <= 2.1.5 - Local File Inclusion vulnerability

Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion') vulnerability in Webarea Background animation blocks background-animation-blocks allows PHP Local File Inclusion.This issue affects Background animation blocks: from n/a through <= 2.1.5.

HighCVSS 8.1Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

A vulnerable WordPress plugin may let an unauthenticated remote attacker include local PHP files, potentially exposing data, changing site behavior, or disrupting service. The CVSS score is 8.1 High. Sources do not show active exploitation or a named patched version, so urgency comes from impact and public disclosure, not confirmed attacks.

Executive priority

Treat this as a high-priority WordPress plugin exposure for any public site using the affected plugin. It is not KEV-confirmed exploited, but the impact rating supports rapid inventory and remediation planning.

Technical view

CVE-2025-23948 is a CWE-98 filename control flaw in Webarea Background animation blocks for WordPress, described as PHP Local File Inclusion affecting versions through 2.1.5. The vector is network-accessible with no privileges or user interaction, but high attack complexity. Confidentiality, integrity, and availability impacts are all rated high.

Likely exposure

Exposure is limited to WordPress sites running the Background animation blocks plugin at version 2.1.5 or earlier. The provided source data does not establish exposure for other plugins, themes, or WordPress core.

Exploitation context

The CVE is not listed as KEV, and the provided sources do not cite active exploitation. Public vulnerability database coverage exists, so defenders should assume the issue is visible to attackers while treating real-world exploitation as unconfirmed.

Researcher notes

Evidence is somewhat incomplete: the title and description identify versions through 2.1.5, while the affected object in the bundle is sparse. No exploit details, patch version, or vendor advisory text are provided. Avoid broad conclusions beyond the named plugin.

Mitigation direction

  • Inventory WordPress sites for the Background animation blocks plugin and record installed versions.
  • Disable or remove affected plugin versions where business impact permits.
  • Check Patchstack, CVE, and vendor channels for confirmed fixed versions or official guidance.
  • Prioritize compensating controls for public WordPress sites until remediation is confirmed.

Validation and detection

  • Confirm whether each WordPress instance uses background-animation-blocks version 2.1.5 or earlier.
  • Review plugin directories and asset inventories for unexpected copies or inactive installations.
  • Check web server and application logs for suspicious file-include parameter patterns.
  • Verify remediation status after plugin removal, disablement, or vendor-confirmed update.
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 · low confidence lookup

CWE-98: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. 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
cve · low confidence lookup

CVE-2025-23948 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.1 (3.1)
Known Exploited
No
Published

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

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
3Timeline events
1ADP providers
2Source links

SSVC decision data

CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: total

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.1CVSS 3.1HighCVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H2.25.9Patchstack

Vulnerability scoring details

Base CVSS 3.1 score

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

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

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

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. CVE publishedCVE Program

    The CVE record was published.

  3. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CISA-ADPCISA ADP Vulnrichment
other:ssvc
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
WebareaBackground animation blocksbackground-animation-blocks, 0unaffected
Weakness

CWE details

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

CWE-98 · source CWE mapping

Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion')

Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.