LiveActive security incident?Get immediate response
CVE Record

CVE-2015-10114: WooSidebars Plugin class-woo-sidebars.php enable_custom_post_sidebars redirect

A vulnerability, which was classified as problematic, has been found in WooSidebars Plugin up to 1.4.1 on WordPress. Affected by this issue is the function enable_custom_post_sidebars of the file classes/class-woo-sidebars.php. The manipulation of the argument sendback leads to open redirect. The attack may be launched remotely. Upgrading to version 1.4.2 is able to address this issue. The patch is identified as 1ac6d6ac26e185673f95fc1ccc56a392169ba601. It is recommended to upgrade the affected component. VDB-230654 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

This CVE affects the WordPress WooSidebars plugin and can let an attacker cause a site to redirect users to an unintended external location. The main business risk is phishing or trust abuse using a legitimate domain. Sources identify an upgrade to version 1.4.2 as the fix.

Executive priority

Handle in normal vulnerability remediation cycles, with priority for public websites. The issue is not listed as actively exploited, but it can weaken user trust and support phishing if left unpatched on visible domains.

Technical view

CVE-2015-10114 is a CWE-601 open redirect in WooSidebars through 1.4.1. The issue is tied to the enable_custom_post_sidebars function in classes/class-woo-sidebars.php, where manipulation of the sendback argument can influence redirects. CVSS v2 is 5.0 with network access and partial integrity impact.

Likely exposure

Exposure is likely limited to WordPress sites running WooSidebars 1.4.0 or 1.4.1, or otherwise unpatched code before 1.4.2. Public-facing sites carry more brand and phishing risk because redirects may appear to originate from a trusted domain.

Exploitation context

The source bundle says the attack may be launched remotely. It does not provide evidence of active exploitation, and KEV status is false. Treat this as a known, patchable web application weakness rather than confirmed in-the-wild exploitation.

Researcher notes

The provided evidence is specific about the vulnerable function, file, parameter, CWE, affected versions, and patch. It does not document exploit prevalence, required user interaction, or broad product impact beyond WooSidebars. Avoid extrapolating beyond WordPress deployments using this plugin.

Mitigation direction

  • Upgrade WooSidebars to version 1.4.2 or later.
  • Confirm the deployed plugin includes patch commit 1ac6d6ac26e185673f95fc1ccc56a392169ba601.
  • Prioritize remediation on public WordPress sites and high-trust domains.
  • Review vendor or maintainer guidance before applying nonstandard workarounds.

Validation and detection

  • Inventory WordPress sites for WooSidebars installations and versions.
  • Verify vulnerable deployments are not running 1.4.0 or 1.4.1.
  • Check classes/class-woo-sidebars.php for the patched redirect handling.
  • Review web logs for unusual redirects involving sendback parameters.
Prepared
Confidence
high
Sources
5

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-601: 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-10114 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
4Source 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-10114Access 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

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
n/aWooSidebars Plugin1.4.0, 1.4.1Listed
Weakness

CWE details

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

CWE-601 · source CWE mapping

URL Redirection to Untrusted Site ('Open Redirect')

URL Redirection to Untrusted Site ('Open Redirect') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.