LiveActive security incident?Get immediate response
CVE Record

CVE-2025-60230: WordPress The Barber Shop theme <= 1.9 - PHP Object Injection vulnerability

Deserialization of Untrusted Data vulnerability in Themeton The Barber Shop allows Object Injection. This issue affects The Barber Shop: from n/a through 1.9.

CriticalCVSS 9.8Not KEV-listedUpdated
Glexia's TakeAutomated analysiscritical

Security readout for executives and security teams

Plain-English summary

CVE-2025-60230 is a critical flaw in Themeton’s The Barber Shop WordPress theme through version 1.9. A vulnerable site may allow unauthenticated remote attackers to trigger PHP object injection through unsafe deserialization, potentially affecting confidentiality, integrity, and availability.

Executive priority

Treat this as urgent for any business site using the theme. The flaw is critical and unauthenticated, but urgency depends on confirmed deployment. Immediate inventory and vendor-guided remediation should precede broader incident response unless suspicious activity is found.

Technical view

The issue is CWE-502, deserialization of untrusted data, in the The Barber Shop theme. The CVSS 3.1 score is 9.8 with network attack vector, low complexity, no privileges, and no user interaction. Public sources do not provide patch details or exploitation prerequisites beyond the object-injection classification.

Likely exposure

Exposure is likely limited to WordPress sites running Themeton The Barber Shop theme versions through 1.9. Prioritize internet-facing WordPress properties. The sources do not clarify whether inactive installed copies are exploitable, so inventory both active and installed theme copies.

Exploitation context

The bundle marks this CVE as not in KEV, and no cited source states active exploitation. The severity comes from unauthenticated network reachability and high impact ratings, not from confirmed exploitation in the provided evidence.

Researcher notes

The public record is sparse. It identifies unsafe deserialization and object injection but does not document exploit chains, required PHP gadget availability, theme activation requirements, or a fixed release. Avoid assuming remote code execution unless a trusted source later confirms it.

Mitigation direction

  • Inventory all WordPress sites for The Barber Shop theme versions through 1.9.
  • Check Themeton and Patchstack guidance for fixed versions or vendor remediation.
  • Remove or replace the theme where no confirmed safe version is available.
  • Increase monitoring for affected WordPress sites until remediation is complete.
  • Back up affected sites before theme removal or replacement.

Validation and detection

  • Confirm theme name, slug, and version across production and staging WordPress sites.
  • Compare findings against CVE and Patchstack affected-version statements.
  • Review access and error logs for unusual requests to affected WordPress sites.
  • Verify remediation by confirming the vulnerable theme is removed, replaced, or vendor-confirmed fixed.
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-502: Code execution behavior lookup

Code execution and unsafe deserialization weaknesses often justify reviewing execution behavior and process telemetry. 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-60230 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
Critical
CVSS
9.8 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/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: yesTechnical 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
9.8CVSS 3.1CriticalCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H3.95.9Patchstack

Vulnerability scoring details

Base CVSS 3.1 score

9.8Critical
CVSS 3.1 vector shape for CVE-2025-60230Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/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
ThemetonThe Barber Shopn/aunaffected
Weakness

CWE details

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

CWE-502 · source CWE mapping

Deserialization of Untrusted Data

Deserialization of Untrusted Data represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.