LiveActive security incident?Get immediate response
CVE Record

CVE-2024-27971: WordPress Premmerce Permalink Manager for WooCommerce plugin <= 2.3.10 - Local File Inclusion vulnerability

Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion') vulnerability in Premmerce Premmerce Permalink Manager for WooCommerce woo-permalink-manager.This issue affects Premmerce Permalink Manager for WooCommerce: from n/a through <= 2.3.10.

HighCVSS 8.3Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

This vulnerability affects the Premmerce Permalink Manager for WooCommerce WordPress plugin through version 2.3.10. A successful attack could let an attacker cause the site to include unintended files, with potential confidentiality, integrity, and availability impact. The CVE is high severity, but the source bundle does not show confirmed active exploitation.

Executive priority

Handle this as a high-priority WordPress exposure review, especially for revenue-generating WooCommerce sites. The strongest business risk is compromise or disruption of storefront systems, but urgency should be balanced by the lack of cited active exploitation evidence.

Technical view

CVE-2024-27971 is a CWE-98 filename control flaw in PHP include/require handling for woo-permalink-manager. The CVSS 3.1 score is 8.3 with network reachability, no privileges required, high complexity, required user interaction, changed scope, and high CIA impact.

Likely exposure

Exposure is limited to WordPress/WooCommerce sites running Premmerce Permalink Manager for WooCommerce version 2.3.10 or earlier. The bundle does not identify other affected products or hosting configurations.

Exploitation context

The CVE is not listed as KEV in the supplied bundle. Public sources provided describe the vulnerability and severity, but do not provide evidence of active exploitation, exploit availability, or real-world campaigns.

Researcher notes

The source data is sparse. It names CWE-98 and CVSS details but does not include root-cause code, proof-of-concept status, fixed version, or vendor remediation text. Avoid assuming exploitability beyond the stated CVSS vector.

Mitigation direction

  • Inventory WordPress sites for woo-permalink-manager installations and recorded versions.
  • Treat version 2.3.10 or earlier as affected until vendor guidance confirms otherwise.
  • Check Premmerce or Patchstack guidance for an official fixed version or mitigation.
  • Disable the plugin where business impact is acceptable and no confirmed fix is available.
  • Prioritize backups, least-privilege file permissions, and WordPress hardening on affected sites.

Validation and detection

  • Confirm whether each WordPress site has the woo-permalink-manager plugin installed.
  • Record plugin version and flag any installation at 2.3.10 or earlier.
  • Verify whether a vendor-confirmed fixed release has been applied.
  • Review WordPress and web server logs for unusual plugin-related errors or file path exposure.
  • Confirm WooCommerce storefront functionality after any plugin disablement or upgrade.
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 · 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-2024-27971 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.3 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/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
2ADP providers
3Source links

SSVC decision data

CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: pocAutomatable: 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.3CVSS 3.1HighCVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H1.66Patchstack

Vulnerability scoring details

Base CVSS 3.1 score

8.3High
CVSS 3.1 vector shape for CVE-2024-27971Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/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
CVECVE Program Container
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
PremmercePremmerce Permalink Manager for WooCommercewoo-permalink-manager, 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.