LiveActive security incident?Get immediate response
CVE Record

CVE-2022-3622: Blog2Social <= 6.9.11 - Missing Authorization to Authenticated (Subscriber+) Settings Update

The Blog2Social plugin for WordPress is vulnerable to authorization bypass due to missing capability checks in versions up to, and including, 6.9.11. This makes it possible for authenticated attackers, with subscriber-level permissions and above, to change some plugin settings intended to be modifiable by admins only.

MediumCVSS 4.1Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2022-3622 lets logged-in WordPress users with Subscriber-level access or higher change some Blog2Social plugin settings that should be admin-only. The known impact is limited to integrity of plugin configuration, not data theft or service outage. It matters most on sites with open registration or many low-privilege accounts.

Executive priority

Treat as a near-term hygiene fix, not an emergency, unless the site allows public registration or has many untrusted users. Prioritize updating affected WordPress sites and checking configuration integrity.

Technical view

Blog2Social for WordPress through version 6.9.11 lacks required capability checks for some settings update behavior. The CVE maps to CWE-862 and has CVSS 4.1: network reachable, low complexity, low privileges, user interaction required, changed scope, low integrity impact, no confidentiality or availability impact.

Likely exposure

Exposure is limited to WordPress sites running Blog2Social versions up to and including 6.9.11 with authenticated low-privilege users. Public registration, shared contributor programs, or compromised subscriber accounts increase practical risk.

Exploitation context

The bundle does not show CISA KEV listing or active exploitation evidence. Abuse requires an authenticated account and user interaction according to the CVSS vector. Sources only support settings tampering, not full site takeover.

Researcher notes

Focus on missing authorization around settings update paths in Blog2Social. The supplied evidence supports limited integrity impact and CWE-862. Do not infer broader privilege escalation, data exposure, or active exploitation without additional vendor or threat-intelligence confirmation.

Mitigation direction

  • Inventory WordPress sites using Blog2Social and identify versions at or below 6.9.11.
  • Update Blog2Social beyond the vulnerable range if vendor guidance provides an available fixed release.
  • If update is unavailable, restrict low-privilege accounts and review whether the plugin is required.
  • Audit Blog2Social settings for unauthorized or unexpected changes.
  • Monitor vendor and WordPress plugin guidance for confirmed remediation details.

Validation and detection

  • Confirm installed Blog2Social versions across production, staging, and backup WordPress sites.
  • Review WordPress user registration and Subscriber account exposure.
  • Check plugin settings history or backups for unexpected configuration changes.
  • Verify low-privilege users cannot modify admin-only Blog2Social settings after remediation.
  • Record that no KEV evidence is present in the supplied source bundle.
Prepared
Confidence
high
Sources
6

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-862: Authorization and privilege behavior lookup

Authorization weaknesses can support privilege escalation and valid-account review, depending on exploit path. 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
description · low confidence lookup

Privilege behavior lookup

The CVE wording references privilege impact, so privilege escalation and authorization behavior review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2022-3622 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.1 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/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
5Source 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.1CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:N/I:L/A:N2.31.4Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

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

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/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
pr-gatewayBlog2Social: Social Media Auto Post & Scheduler0unaffected
Weakness

CWE details

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

CWE-862 · source CWE mapping

Missing Authorization

Missing Authorization represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.