LiveActive security incident?Get immediate response
CVE Record

CVE-2025-68074: WordPress Image Carousel plugin <= 1.0.0.41 - Cross Site Scripting (XSS) vulnerability

Contributor Cross Site Scripting (XSS) in Image Carousel <= 1.0.0.41 versions.

MediumCVSS 6.5Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2025-68074 is a medium-severity cross-site scripting issue in the WordPress Image Carousel plugin by GhozyLab, reported for versions up to 1.0.0.41. A logged-in Contributor can potentially inject script that affects another user who views the content. This is not listed as known exploited in CISA KEV.

Executive priority

Treat as a routine but timely WordPress plugin remediation item. The risk is moderate because exploitation needs a logged-in Contributor and user interaction, but compromise could affect site administrators or visitors depending on where malicious script executes.

Technical view

The issue is CWE-79 Cross-Site Scripting with CVSS 3.1 score 6.5. The vector indicates network access, low complexity, low privileges required, user interaction required, and changed scope, with low confidentiality, integrity, and availability impact. Sources describe it as Contributor XSS in Image Carousel <= 1.0.0.41.

Likely exposure

Exposure is limited to WordPress sites running the Image Carousel plugin, especially where Contributor-level users exist or untrusted users can submit carousel-related content. Sites without the plugin are not exposed based on the provided sources.

Exploitation context

Successful exploitation requires an authenticated low-privilege user and a victim interaction, such as viewing affected content in WordPress. The provided sources do not state public exploit availability or active exploitation, and the CVE is not marked KEV.

Researcher notes

Evidence is limited to the CVE record and Patchstack database entry. No exploit details, patch version, or vendor advisory are included in the provided bundle. Avoid assuming broader GhozyLab product impact beyond the Image Carousel WordPress plugin.

Mitigation direction

  • Identify WordPress sites using the Image Carousel plugin.
  • Check the installed plugin version against 1.0.0.41 or earlier.
  • Review Patchstack and vendor guidance for a fixed version or official mitigation.
  • Restrict Contributor access until remediation is confirmed.
  • Disable the plugin if business impact is acceptable and no fix is available.

Validation and detection

  • Inventory WordPress plugins across managed sites.
  • Confirm whether package name image-carousel is installed.
  • Record the installed Image Carousel version.
  • Review users with Contributor or higher content-submission permissions.
  • Monitor site content and admin activity for unexpected script-like changes.
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-2025-68074 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
3Timeline events
1ADP providers
2Source links

SSVC decision data

CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: partial

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.7Patchstack

Vulnerability scoring details

Base CVSS 3.1 score

6.5Medium
CVSS 3.1 vector shape for CVE-2025-68074Attack 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

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. CVE publishedCVE Program

    The CVE record was published.

  3. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CISA-ADPCISA ADP Vulnrichment
other:ssvc
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
GhozyLabImage Carouselimage-carousel, n/aunaffected
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.