LiveActive security incident?Get immediate response
CVE Record

CVE-2022-45077: WordPress Betheme theme <= 26.5.1.4 - Auth. PHP Object Injection vulnerability

Auth. (subscriber+) PHP Object Injection vulnerability in Betheme theme <= 26.5.1.4 on WordPress.

MediumCVSS 6.3Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2022-45077 affects WordPress sites using the Betheme theme version 26.5.1.4 or older. A logged-in user with subscriber-level access or higher may trigger PHP object injection, potentially affecting confidentiality, integrity, and availability at a limited level.

Executive priority

Treat as a medium-priority WordPress exposure issue. Prioritize internet-facing sites using Betheme with public registration or many low-privilege accounts, then update through normal change control once vendor guidance is confirmed.

Technical view

The issue is CWE-502 deserialization/PHP object injection in Muffingroup Betheme for WordPress <= 26.5.1.4. CVSS 3.1 is 6.3, network reachable, low complexity, low privileges required, no user interaction, unchanged scope, and low CIA impact.

Likely exposure

Exposure is limited to WordPress installations running Betheme <= 26.5.1.4 where an attacker can authenticate as subscriber or higher. Sites with open registration, many low-privilege users, or weak account controls have higher practical risk.

Exploitation context

The source bundle does not show CISA KEV listing or cited evidence of active exploitation. Exploitation requires authenticated access. Real impact may depend on application state and available PHP object paths, which are not detailed in the sources.

Researcher notes

Evidence is narrow: affected product/version, CWE, CVSS, and authenticated requirement are provided, but no CPEs, exploit evidence, or fixed version are included in the bundle. Avoid assuming unauthenticated exposure or confirmed in-the-wild exploitation.

Mitigation direction

  • Inventory WordPress sites using Muffingroup Betheme.
  • Check Betheme versions and flag 26.5.1.4 or older.
  • Consult Muffingroup or Patchstack guidance for the fixed release.
  • Update Betheme if a vendor-supported fixed version is available.
  • Restrict public registration and audit low-privilege accounts.

Validation and detection

  • Confirm installed Betheme version on each WordPress site.
  • Verify whether subscriber-level accounts can be self-registered.
  • Review Patchstack and vendor advisories for fixed-version details.
  • Check WordPress logs for suspicious authenticated activity.
  • Confirm remediation by rechecking theme version after update.
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 · 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-2022-45077 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
6.3 (3.1)
Known Exploited
No
Published

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

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
3Source 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
6.3CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L2.83.4Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

6.3Medium
CVSS 3.1 vector shape for CVE-2022-45077Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

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
MuffingroupBetheme (WordPress theme)<= 26.5.1.4Listed
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.