LiveActive security incident?Get immediate response
CVE Record

CVE-2025-31076: WordPress WP Compress for MainWP plugin <= 6.30.03 - Server Side Request Forgery (SSRF) vulnerability

Server-Side Request Forgery (SSRF) vulnerability in WP Compress WP Compress for MainWP wp-compress-mainwp allows Server Side Request Forgery.This issue affects WP Compress for MainWP: from n/a through <= 6.30.03.

MediumCVSS 4.9Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2025-31076 is a server-side request forgery issue in the WordPress WP Compress for MainWP plugin through version 6.30.03. It may let a logged-in, low-privileged attacker make the site server send unintended requests. Public sources rate it medium, with limited confidentiality and integrity impact.

Executive priority

Treat this as a moderate-priority WordPress plugin risk. It is not reported as actively exploited in the supplied sources, but internet-facing WordPress environments should inventory and remediate affected installations during the next security maintenance cycle.

Technical view

The issue is CWE-918 SSRF in wp-compress-mainwp through 6.30.03. CVSS 3.1 is 4.9: network attack vector, high complexity, low privileges required, no user interaction, changed scope, low confidentiality and integrity impact, no availability impact. Sources do not describe the vulnerable endpoint, parameters, or confirmed fix.

Likely exposure

Exposure is most likely on WordPress environments using WP Compress for MainWP version 6.30.03 or earlier, especially where low-privileged authenticated users can access plugin functionality. Sites not running this plugin are not indicated as affected.

Exploitation context

The provided bundle does not show CISA KEV listing or active exploitation. Exploitation is not described publicly in the supplied sources, and CVSS indicates high attack complexity plus low privileges required.

Researcher notes

Evidence is limited to the CVE record and Patchstack entry. The sources identify SSRF, affected plugin and version range, CVSS, and CWE, but do not provide endpoint details, proof-of-concept status, exploit telemetry, or definitive patch information.

Mitigation direction

  • Inventory WordPress sites for the wp-compress-mainwp plugin and installed version.
  • Check WP Compress and Patchstack guidance for a fixed release or vendor mitigation.
  • Update the plugin if a vendor-supported fixed version is available.
  • Disable or remove the plugin where it is unnecessary or cannot be safely maintained.
  • Restrict low-privileged user access to plugin features until remediation is confirmed.

Validation and detection

  • Confirm whether each WordPress site runs WP Compress for MainWP version 6.30.03 or earlier.
  • Review plugin changelogs or vendor advisories for remediation status before marking fixed.
  • Check WordPress user roles with access to WP Compress for MainWP functionality.
  • Review server egress logs for unusual outbound requests from affected WordPress hosts.
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-918: Information exposure and cloud metadata lookup

Information exposure and SSRF weaknesses can make discovery, cloud metadata, and credential material review relevant. 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

Cloud metadata behavior lookup

The CVE wording references SSRF or metadata access, so cloud discovery and credential material 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-31076 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
4.9 (3.1)
Known Exploited
No
Published

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

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
4.9CVSS 3.1MediumCVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:L/I:L/A:N1.82.7Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

4.9Medium
CVSS 3.1 vector shape for CVE-2025-31076Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

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
WP CompressWP Compress for MainWPwp-compress-mainwp, 0unaffected
Weakness

CWE details

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

CWE-918 · source CWE mapping

Server-Side Request Forgery (SSRF)

Server-Side Request Forgery (SSRF) represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.