LiveActive security incident?Get immediate response
CVE Record

CVE-2026-22347: WordPress Carousel Horizontal Posts Content Slider plugin <= 3.3.2 - Cross Site Scripting (XSS) vulnerability

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in subhansanjaya Carousel Horizontal Posts Content Slider carousel-horizontal-posts-content-slider allows DOM-Based XSS.This issue affects Carousel Horizontal Posts Content Slider: from n/a through <= 3.3.2.

MediumCVSS 6.5Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2026-22347 is a DOM-based cross-site scripting issue in the WordPress Carousel Horizontal Posts Content Slider plugin through version 3.3.2. A successful attack requires a logged-in attacker and user interaction, but could affect site visitors or administrators who interact with crafted content or links.

Executive priority

Treat as a routine but time-bound WordPress remediation item. Prioritize internet-facing or multi-author sites, especially where many users can log in. No public source provided here confirms active exploitation.

Technical view

The CVE describes improper neutralization of input during web page generation, classified as CWE-79. CVSS 3.1 is 6.5 with network attack vector, low complexity, low privileges required, user interaction required, and changed scope. The public record identifies affected versions as through 3.3.2.

Likely exposure

Exposure is limited to WordPress sites using the Carousel Horizontal Posts Content Slider plugin at version 3.3.2 or earlier. Sites not running this plugin are not affected based on the supplied sources.

Exploitation context

The CVE record does not state active exploitation, and the source bundle marks CISA KEV as false. Exploitation requires prior low-level privileges and a victim interaction, reducing urgency compared with unauthenticated XSS but still relevant for multi-user WordPress sites.

Researcher notes

Public details are limited. The affected-version statement says through 3.3.2, while the structured affected entry is sparse. Avoid assuming a patch version unless confirmed by vendor or Patchstack details.

Mitigation direction

  • Inventory WordPress sites for the affected plugin and version.
  • Check vendor or plugin repository guidance for an available fixed release.
  • Update the plugin if a vendor-supported fix is available.
  • Disable or remove the plugin where it is unnecessary.
  • Restrict WordPress accounts to the minimum required privileges.

Validation and detection

  • Confirm whether the plugin is installed on each WordPress site.
  • Record the installed plugin version and compare with <= 3.3.2.
  • Review vendor advisories for corrected version information.
  • Check security logs for suspicious authenticated activity involving this plugin.
  • Use authorized vulnerability scanning to confirm exposure status.
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-79: User-session and phishing behavior lookup

Client-side and session-facing weaknesses should be reviewed alongside initial-access and user-execution behaviors. 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-2026-22347 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:L/UI:R/S:C/C:L/I:L/A:L

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
6.5CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:L2.33.7Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

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

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:L

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
subhansanjayaCarousel Horizontal Posts Content Slidercarousel-horizontal-posts-content-slider, 0unaffected
Weakness

CWE details

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

CWE-79 · source CWE mapping

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.