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