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.
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-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- Severity
- Medium
- CVSS
- 5 (2.0)
- Known Exploited
- No
- Published
Vector: AV:N/AC:L/Au:N/C:N/I:P/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.
AV:N/AC:L/Au:N/C:N/I:P/A:N102.9Primary CVE scoreVulnerability scoring details
Base CVSS 2.0 score
5MediumVector: AV:N/AC:L/Au:N/C:N/I:P/A:N
Source materials
- CVE List V5 sourceCVE List V5
- https://vuldb.com/?id.230234CVE reference · vdb-entry, technical-description
- https://vuldb.com/?ctiid.230234CVE reference · signature, permissions-required
- https://github.com/wp-plugins/inline-google-spreadsheet-viewer/commit/2a8057df8ca30adc859cecbe5cad21ac28c5b747CVE reference · patch
- https://github.com/wp-plugins/inline-google-spreadsheet-viewer/releases/tag/0.9.6.1CVE reference · patch
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.
