LiveActive security incident?Get immediate response
CVE Record

CVE-2022-46845: WordPress Slider a SlidersPack plugin <= 2.0.2 - Broken Access Control vulnerability

Missing Authorization vulnerability in Essential Plugin Slider a SlidersPack allows Exploiting Incorrectly Configured Access Control Security Levels.This issue affects Slider a SlidersPack: from n/a before 2.3.

MediumCVSS 5.3Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2022-46845 is a missing-authorization issue in the WordPress Slider a SlidersPack plugin. An unauthenticated network attacker could perform an action that should have required permission, causing limited integrity impact. The available sources rate it medium severity and do not show known active exploitation.

Executive priority

Prioritize remediation on public WordPress sites, especially marketing or customer-facing properties. The business risk is moderate: successful exploitation appears to affect integrity rather than data confidentiality or availability, but unauthenticated web issues can still damage site trust.

Technical view

The issue is CWE-862 Missing Authorization in Essential Plugin’s Slider a SlidersPack, package sliderspack-all-in-one-image-sliders. CVSS 3.1 is 5.3: network, low complexity, no privileges, no user interaction, integrity impact only. The record says versions before 2.3 are affected; the title references <=2.0.2.

Likely exposure

Exposure is limited to WordPress sites running the Slider a SlidersPack plugin below the fixed/unaffected version indicated by sources. Internet-facing WordPress sites are more relevant because the CVSS vector is network-accessible and requires no authentication.

Exploitation context

The source bundle does not cite public exploitation, proof-of-concept details, or CISA KEV listing. Treat this as a plausible unauthenticated access-control weakness, but not as confirmed actively exploited based on provided evidence.

Researcher notes

Evidence is limited to CVE and Patchstack-linked metadata. There is a version inconsistency: the title says <=2.0.2, while the description says before 2.3. Use vendor/Patchstack data to confirm exact fixed versions before closing findings.

Mitigation direction

  • Inventory WordPress sites for the Slider a SlidersPack plugin.
  • Upgrade affected installations to version 2.3 or later, if available from the vendor.
  • If upgrade is unavailable, check vendor or Patchstack guidance for interim mitigations.
  • Remove the plugin where it is not business-critical.
  • Restrict administrative access and monitor WordPress changes until remediated.

Validation and detection

  • Confirm installed plugin name and version across WordPress assets.
  • Flag any version below 2.3 as potentially affected.
  • Review plugin changelog or vendor advisory for the corrected version.
  • Check web logs for unusual unauthenticated requests to plugin functionality.
  • Document remediation status for each affected site.
Prepared
Confidence
medium
Sources
3

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
cve · low confidence lookup

CVE-2022-46845 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
2Source 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-46845Attack 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
Essential PluginSlider a SlidersPacksliderspack-all-in-one-image-sliders, n/aunaffected
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.