LiveActive security incident?Get immediate response
CVE Record

CVE-2015-10108: meitar Inline Google Spreadsheet Viewer Plugin inline-gdocs-viewer.php displayShortcode cross-site request forgery

A vulnerability was found in meitar Inline Google Spreadsheet Viewer Plugin up to 0.9.6 on WordPress and classified as problematic. Affected by this issue is the function displayShortcode of the file inline-gdocs-viewer.php. The manipulation leads to cross-site request forgery. The attack may be launched remotely. Upgrading to version 0.9.6.1 is able to address this issue. The patch is identified as 2a8057df8ca30adc859cecbe5cad21ac28c5b747. It is recommended to upgrade the affected component. VDB-230234 is the identifier assigned to this vulnerability.

MediumCVSS 5Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2015-10108 affects the Inline Google Spreadsheet Viewer WordPress plugin through version 0.9.6. It is a cross-site request forgery issue, meaning a remote attacker may be able to cause an unintended action through a user’s browser. The available sources identify a patched release, 0.9.6.1.

Executive priority

Patch during the next routine WordPress maintenance window, faster for public or business-critical sites. The risk is moderate: remote triggerability and integrity impact matter, but sources do not show active exploitation or confidentiality loss.

Technical view

The issue is reported in the displayShortcode function in inline-gdocs-viewer.php. The vulnerability is classified as CWE-352 CSRF with CVSS 2.0 score 5.0, vector AV:N/AC:L/Au:N/C:N/I:P/A:N. A patch is linked in commit 2a8057df8ca30adc859cecbe5cad21ac28c5b747 and release 0.9.6.1.

Likely exposure

Exposure is likely limited to WordPress sites running meitar Inline Google Spreadsheet Viewer plugin versions 0.9.0 through 0.9.6. The source bundle does not provide install counts, default configuration details, or evidence that other products are affected.

Exploitation context

The source bundle says the attack may be launched remotely, but does not cite active exploitation. The CVE is not marked KEV. Treat this as a known remotely reachable WordPress plugin weakness with partial integrity impact, not as confirmed exploitation in the wild.

Researcher notes

Useful evidence is narrow: VulDB identifies the affected function, CWE, CVSS, affected versions, and patch references. Avoid assuming the exact CSRF action or required victim role without reviewing the patch and plugin behavior.

Mitigation direction

  • Upgrade Inline Google Spreadsheet Viewer to version 0.9.6.1 or later.
  • If upgrade is not possible, disable or remove the affected plugin.
  • Prioritize remediation on public WordPress sites using affected versions.
  • Use the linked vendor repository release and patch as remediation references.

Validation and detection

  • Inventory WordPress sites for the Inline Google Spreadsheet Viewer plugin.
  • Confirm installed plugin versions are not 0.9.0 through 0.9.6.
  • Verify version 0.9.6.1 or the linked patch is present.
  • Review change history for unexpected WordPress actions during the exposure window.
Prepared
Confidence
high
Sources
6

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-10108 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 (2.0)
Known Exploited
No
Published

Vector: AV:N/AC:L/Au:N/C:N/I:P/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
5Source 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
5CVSS 2.0MediumAV:N/AC:L/Au:N/C:N/I:P/A:N102.9Primary CVE score

Vulnerability scoring details

Base CVSS 2.0 score

5Medium
CVSS 2.0 vector shape for CVE-2015-10108Access VectorAccess ComplexityAuthenticationConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: AV:N/AC:L/Au:N/C:N/I:P/A:N

Access Vector
NetworkAdjacentLocal
Access Complexity
LowMediumHigh
Authentication
NoneSingleMultiple
Confidentiality Impact
CompletePartialNone
Integrity Impact
CompletePartialNone
Availability Impact
CompletePartialNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
meitarInline Google Spreadsheet Viewer Plugin0.9.0, 0.9.1, 0.9.2, 0.9.3, 0.9.4, 0.9.5, 0.9.6Listed
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.