LiveActive security incident?Get immediate response
CVE Record

CVE-2025-59555: WordPress Medizin Theme < 1.9.7 - Local File Inclusion Vulnerability

Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion') vulnerability in ThemeMove Medizin medizin allows PHP Local File Inclusion.This issue affects Medizin: from n/a through < 1.9.7.

HighCVSS 8.1Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

A flaw in the WordPress "Medizin" theme (versions before 1.9.7) lets an unauthenticated attacker trick the site into loading server files it should not. On a vulnerable site this can expose configuration secrets and, in some setups, lead to full site takeover. The risk is limited to organizations running this specific medical/clinic theme.

Executive priority

High priority for any site running the Medizin theme. Schedule a patch within the next maintenance cycle and inventory WordPress themes now to confirm exposure.

Technical view

CVE-2025-59555 is a PHP Local File Inclusion in the ThemeMove Medizin WordPress theme prior to 1.9.7 (CWE-98). The CVSS 3.1 score is 8.1 (AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H): unauthenticated and network-reachable, but with high attack complexity. Successful exploitation can disclose sensitive files and, depending on server configuration, escalate to code execution. Not currently listed on CISA KEV.

Likely exposure

Limited to WordPress sites running the ThemeMove Medizin theme at versions before 1.9.7. Medizin is a niche medical/clinic theme, so exposure across a typical enterprise estate is narrow but is concentrated in healthcare-adjacent marketing sites and partner microsites.

Exploitation context

No public reports of active exploitation and the CVE is not on CISA KEV. The CVSS vector flags high attack complexity, suggesting specific conditions are required, but file inclusion bugs in WordPress themes are commonly weaponized once details circulate. Patchstack lists this as a tracked vulnerability.

Researcher notes

Classified as CWE-98 (improper control of filename for include/require). CVSS 8.1 with AC:H and PR:N suggests an unauthenticated path that requires a non-trivial precondition (likely a specific parameter or upload state). Public details are currently limited to the Patchstack advisory; the cvelistV5 record marks affected versions as "0" through < 1.9.7 with a default status of unaffected, so a clean upgrade path is the expected remediation. No PoC, KEV entry, or exploitation telemetry is cited in the provided bundle.

Mitigation direction

  • Update the Medizin theme to 1.9.7 or later once the vendor publishes the fix.
  • If no patch is available yet, follow ThemeMove and Patchstack guidance for interim mitigations.
  • Place affected sites behind a WAF with LFI/RFI rule coverage.
  • Restrict the WordPress PHP user's filesystem reach and disable unused theme features.
  • Inventory all WordPress themes to confirm whether Medizin is in use anywhere in the estate.

Validation and detection

  • Inventory WordPress installs and identify any using the ThemeMove Medizin theme.
  • Compare installed Medizin versions against the patched release once published by the vendor.
  • Review web server and WAF logs for anomalous include-style parameters hitting theme endpoints.
  • Confirm the fix by retesting in a staging copy after upgrading the theme.
  • Subscribe to Patchstack and ThemeMove advisories for the canonical patched version number.
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-59555 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
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
8.1CVSS 3.1HighCVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H2.25.9Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

8.1High
CVSS 3.1 vector shape for CVE-2025-59555Attack 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
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
ThemeMoveMedizinmedizin, 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.