LiveActive security incident?Get immediate response
CVE Record

CVE-2022-4532: LOGIN AND REGISTRATION ATTEMPTS LIMIT<= 2.1 - IP Address Spoofing to Protection Mechanism Bypass

The LOGIN AND REGISTRATION ATTEMPTS LIMIT plugin for WordPress is vulnerable to IP Address Spoofing in versions up to, and including, 2.1. This is due to insufficient restrictions on where the IP Address information is being retrieved for request logging and login restrictions. Attackers can supply the X-Forwarded-For header with with a different IP Address that will be logged and can be used to bypass settings that may have blocked out an IP address from logging in.

MediumCVSS 6.5Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

This WordPress login-protection plugin can be misled about a visitor's IP address. An attacker can set an X-Forwarded-For header so the plugin logs a different IP and may bypass IP-based login blocks. This weakens brute-force protection but is not evidence of full site compromise by itself.

Executive priority

Treat this as a moderate-priority hardening issue for WordPress properties. It can undermine login abuse controls and make attack tracking less reliable, especially on public sites, but the provided sources do not indicate active exploitation or direct system takeover.

Technical view

CVE-2022-4532 is an IP address spoofing issue in LOGIN AND REGISTRATION ATTEMPTS LIMIT through version 2.1. The plugin retrieves client IP data from insufficiently restricted sources, allowing unauthenticated remote requests to influence logged IP identity and login restriction decisions. It is mapped to CWE-348 with CVSS 3.1 score 6.5.

Likely exposure

Internet-facing WordPress sites using LOGIN AND REGISTRATION ATTEMPTS LIMIT versions up to and including 2.1 are the likely exposure. Risk is higher where administrators rely on the plugin's IP blocking as a primary defense against login abuse.

Exploitation context

The source bundle does not show CISA KEV listing or active exploitation evidence. The described attack path is low-complexity and unauthenticated, but the documented impact is bypassing IP-based protection and altering logged identity, not direct remote code execution.

Researcher notes

The affected-version evidence is partly uneven: the description states versions up to and including 2.1, while the structured affected entry is limited and marks default status as unaffected. Validate against Wordfence and plugin metadata before broad claims. No patch version is provided in the bundle.

Mitigation direction

  • Identify whether the plugin is installed and its exact version.
  • Check vendor, WordPress plugin, or Wordfence guidance for a fixed release.
  • Update to a fixed version if vendor guidance confirms one.
  • Disable or remove the plugin if no fixed version is available.
  • Ensure edge or proxy layers do not accept spoofed client IP headers.
  • Use additional login protections, such as MFA and strong password policy.

Validation and detection

  • Inventory WordPress sites for LOGIN AND REGISTRATION ATTEMPTS LIMIT.
  • Confirm whether any installation is version 2.1 or earlier.
  • Review login security logs for inconsistent or unexpected source IP patterns.
  • Check reverse proxy and WAF handling of X-Forwarded-For headers.
  • Verify that IP-blocking is not the only login abuse control.
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 · low confidence lookup

CWE-348: 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-4532 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.5 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/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
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.5CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N3.92.5Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

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

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/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
krut1LOGIN AND REGISTRATION ATTEMPTS LIMIT0unaffected
Weakness

CWE details

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

CWE-348 · source CWE mapping

Use of Less Trusted Source

Use of Less Trusted Source represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.