LiveActive security incident?Get immediate response
CVE Record

CVE-2015-10130: The Team Circle Image Slider With Lightbox plugin for WordPress is vulnerable to Cross-Site Request Forgery...

The Team Circle Image Slider With Lightbox plugin for WordPress is vulnerable to Cross-Site Request Forgery in version 1.0. This is due to missing or incorrect nonce validation on the circle_thumbnail_slider_with_lightbox_image_management_func() function. This makes it possible for unauthenticated attackers to edit image data which can be used to inject malicious JavaScript, along with deleting images, and uploading malicious files via a forged request granted they can trick a site administrator into performing an action such as clicking on a link.

MediumCVSS 5.3Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

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.
Prepared
Confidence
medium
Sources
4

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

CVE-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
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
3Source 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-2015-10130Attack 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
nik00726Team Circle Image Slider With Lightbox1.0unaffected
Weakness

CWE details

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

CWE-352 · source CWE mapping

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.