Security readout for executives and security teams
Plain-English summary
This affects a specific WordPress image slider plugin version. A malicious actor could abuse a logged-in administrator’s browser to change slider image data, delete images, or upload unwanted files. The most concerning impact is stored malicious JavaScript added through image data.
Executive priority
Treat as a targeted website integrity risk, not an enterprise-wide emergency. Prioritize internet-facing WordPress sites where administrators actively use this plugin or where site defacement, malicious script injection, or unauthorized media uploads would create business impact.
Technical view
Team Circle Image Slider With Lightbox 1.0 lacks proper nonce validation in circle_thumbnail_slider_with_lightbox_image_management_func(), creating a CSRF issue. The CVE description says forged requests can edit image data, delete images, and upload malicious files if an administrator is tricked into acting.
Likely exposure
Exposure appears limited to WordPress sites running Team Circle Image Slider With Lightbox version 1.0. Sites not using this plugin, or not using the affected version, are outside the stated affected scope.
Exploitation context
The source bundle does not show CISA KEV listing or active exploitation. The described attack depends on an unauthenticated attacker causing a site administrator to trigger a forged request.
Researcher notes
Evidence is limited to the CVE description, Wordfence reference, and WordPress Trac reference. The bundle names version 1.0 only. It does not provide confirmed exploit activity, a named fixed version, or detailed remediation beyond the missing nonce validation root cause.
Mitigation direction
- Inventory WordPress sites for the affected plugin and version 1.0.
- Disable or remove the plugin where business need is low.
- Check Wordfence and WordPress plugin guidance for a fixed release.
- If maintaining the plugin, add nonce validation and authorization checks.
- Review uploaded files and slider content for unexpected changes.
Validation and detection
- Confirm whether the plugin is installed on each WordPress site.
- Verify the installed plugin version is not 1.0.
- Review recent admin activity around slider image management.
- Inspect slider image data for unexpected JavaScript or altered entries.
- Check media uploads for files not expected by site administrators.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
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-352: 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 lookupCVE-2015-10130 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
Open ATT&CK lookup- 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
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.
CVSS vector scores
1 official scoreWe 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.
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N3.91.4Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
5.3MediumVector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
Source materials
- CVE List V5 sourceCVE List V5
- https://www.wordfence.com/threat-intel/vulnerabilities/id/b6a54470-fc66-43c5-a523-ddbefd47ee1f?source=cveCVE reference
- https://plugins.trac.wordpress.org/changeset?sfp_email=&sfph_mail=&reponame=&old=1269993%40circle-image-slider-with-lightbox&new=1269993%40circle-image-slider-with-lightbox&sfp_email=&sfph_mail=CVE reference
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
Cross-Site Request Forgery (CSRF)
Cross-Site Request Forgery (CSRF) represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
