LiveActive security incident?Get immediate response
CVE Record

CVE-2022-4529: Security, Antivirus, Firewall – S.A.F <= 2.3.5 - IP Address Spoofing to Protection Mechanism Bypass

The Security, Antivirus, Firewall – S.A.F plugin for WordPress is vulnerable to IP Address Spoofing in versions up to, and including, 2.3.5. 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 5.3Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

This affects the WordPress Security, Antivirus, Firewall – S.A.F plugin through version 2.3.5. The plugin can trust a request header for the visitor IP, so a blocked user may appear to come from another IP and bypass login restrictions. It is a medium-severity control bypass, not a data-theft or code-execution issue in the supplied evidence.

Executive priority

Treat as a moderate-priority WordPress hardening issue. It can weaken a security plugin’s access controls, especially on externally reachable login pages, but supplied evidence does not indicate code execution, data exposure, or known active exploitation.

Technical view

The issue is CWE-348: insufficient verification of the source used for IP address data. CVE data says the plugin can use X-Forwarded-For for request logging and login restrictions, allowing a supplied IP value to influence protection decisions. CVSS 3.1 is 5.3: network reachable, low complexity, unauthenticated, no user interaction, integrity impact only.

Likely exposure

Public WordPress sites running Security, Antivirus, Firewall – S.A.F versions up to and including 2.3.5 are the relevant exposure. Risk is greatest where the plugin’s IP blocking or login restriction features are relied on as a security control.

Exploitation context

The source bundle does not show CISA KEV listing or other evidence of active exploitation. The described attack condition is unauthenticated and remote, but impact is limited to bypassing IP-based protection decisions and corrupting request logging assumptions.

Researcher notes

Primary evidence is the CVE/Wordfence description and a WordPress Trac code reference for IP handling. The bundle does not provide a named fixed version, patch diff, or exploitation telemetry, so remediation should be verified against current vendor guidance.

Mitigation direction

  • Inventory WordPress sites for the S.A.F plugin and installed version.
  • Check vendor or WordPress plugin guidance for a fixed release before upgrading.
  • Disable or remove the plugin where it is not required.
  • Do not rely on this plugin alone for IP-based login protection.
  • Use trusted edge controls for client IP handling where applicable.

Validation and detection

  • Confirm whether any WordPress site runs S.A.F version 2.3.5 or earlier.
  • Review plugin settings for IP blocking, login restrictions, or request logging reliance.
  • Review authentication logs for suspicious access after blocked-IP controls should have applied.
  • Check whether compensating controls enforce client IP trust at the reverse proxy or WAF.
  • Document whether a vendor-fixed version or replacement control is deployed.
Prepared
Confidence
high
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-4529 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
5.3 (3.1)
Known Exploited
No
Published

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

Vulnerability scoring details

Base CVSS 3.1 score

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

Vector: CVSS:3.1/AV:N/AC:L/PR:N/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
msoftpluginsSecurity, Antivirus, Firewall – S.A.F0unaffected
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.