LiveActive security incident?Get immediate response
CVE Record

CVE-2022-3995: TeraWallet – For WooCommerce <= 1.4.3 - Insecure Direct Object Reference

The TeraWallet plugin for WordPress is vulnerable to Insecure Direct Object Reference in versions up to, and including, 1.4.3. This is due to insufficient validation of the user-controlled key on the lock_unlock_terawallet AJAX action. This makes it possible for authenticated attackers, with subscriber-level permissions and above, to lock/unlock other users wallets.

MediumCVSS 4.3Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2022-3995 lets any logged-in WordPress user with subscriber-level access or higher lock or unlock other users' WooCommerce wallet accounts in vulnerable TeraWallet releases. The issue is not a full site takeover, but it can disrupt wallet availability and interfere with customer account operations.

Executive priority

Treat this as a medium-priority ecommerce integrity issue. It is unlikely to compromise the whole site, but it can create customer disruption or operational abuse where wallet features support purchases, credits, or refunds.

Technical view

The vulnerability is an insecure direct object reference in the lock_unlock_terawallet AJAX action. The plugin insufficiently validates a user-controlled key, allowing low-privileged authenticated users to affect another user's wallet lock state. Sources rate it CVSS 4.3 with low integrity impact and no confidentiality or availability impact in the CVSS model.

Likely exposure

Exposure is limited to WordPress sites running TeraWallet or Wallet for WooCommerce versions up to and including 1.4.3, with attacker access to any authenticated account at subscriber level or higher.

Exploitation context

The source bundle does not show known active exploitation, and CISA KEV is false. Abuse requires authentication, but many WooCommerce sites allow customer or subscriber registration, which can lower the practical barrier.

Researcher notes

Focus validation on authorization checks around lock_unlock_terawallet and whether attacker-controlled identifiers can target another user's wallet. Avoid assuming broader wallet balance manipulation; the provided sources only support lock and unlock impact.

Mitigation direction

  • Identify sites running TeraWallet or Wallet for WooCommerce.
  • Update affected plugin installations after confirming vendor guidance.
  • Disable or restrict public user registration where business workflows allow.
  • Remove unnecessary low-privileged WordPress accounts.
  • Monitor wallet lock and unlock activity for suspicious changes.

Validation and detection

  • Check installed plugin versions against the affected range through 1.4.3.
  • Confirm whether public customer or subscriber registration is enabled.
  • Review wallet state changes for unexpected lock or unlock events.
  • Verify vendor changelog or WordPress plugin updates include the referenced fix.
  • Retest access controls after updating or applying vendor guidance.
Prepared
Confidence
high
Sources
5

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-639: 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-2022-3995 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.3 (3.1)
Known Exploited
No
Published

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

Vulnerability scoring details

Base CVSS 3.1 score

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

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/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
subratamalWallet for WooCommerce0unaffected
Weakness

CWE details

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

CWE-639 · source CWE mapping

Authorization Bypass Through User-Controlled Key

Authorization Bypass Through User-Controlled Key represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.