LiveActive security incident?Get immediate response
CVE Record

CVE-2015-10115: WooSidebars Sidebar Manager Converter Plugin class-woosidebars-sbm-converter.php process_request redirect

A vulnerability, which was classified as problematic, was found in WooSidebars Sidebar Manager Converter Plugin up to 1.1.1 on WordPress. This affects the function process_request of the file classes/class-woosidebars-sbm-converter.php. The manipulation leads to open redirect. It is possible to initiate the attack remotely. Upgrading to version 1.1.2 is able to address this issue. The patch is named a0efb4ffb9dfe2925b889c1aa5ea40b4abbbda8a. It is recommended to upgrade the affected component. The associated identifier of this vulnerability is VDB-230655.

MediumCVSS 5Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

This is an open redirect in WooSidebars Sidebar Manager Converter for WordPress versions 1.1.0 and 1.1.1. An attacker could remotely influence a redirect and send users to an unintended external site. That can support phishing or trust-abuse campaigns, but the provided sources do not show server compromise or active exploitation.

Executive priority

Prioritize routine remediation for internet-facing WordPress sites using the affected plugin. This is not shown as actively exploited or system-compromising in the bundle, but open redirects can damage trust and aid phishing when left unresolved.

Technical view

CVE-2015-10115 is CWE-601 in process_request within classes/class-woosidebars-sbm-converter.php. VulDB describes remote attackability, CVSS 2.0 5.0, and integrity impact only. The referenced GitHub patch and version 1.1.2 are identified as the fix.

Likely exposure

Exposure is limited to WordPress sites with WooSidebars Sidebar Manager Converter Plugin 1.1.0 or 1.1.1 installed. The bundle lists no CPEs and no broader WooSidebars product family impact, so inventory should focus on that exact converter plugin.

Exploitation context

The sources say the issue can be initiated remotely, but do not provide KEV listing or other evidence of active exploitation. Treat it as a phishing and user-redirection risk rather than direct code execution based on the supplied evidence.

Researcher notes

The key evidence is VulDB VDB-230655 and the linked GitHub patch. The record names the affected function and file, classifies the weakness as CWE-601, and recommends upgrade to 1.1.2. No exploit procedure or confirmed in-the-wild activity is provided.

Mitigation direction

  • Upgrade WooSidebars Sidebar Manager Converter Plugin to version 1.1.2 or later.
  • Confirm the referenced patch a0efb4ffb9dfe2925b889c1aa5ea40b4abbbda8a is present.
  • Remove the plugin if it is unused or no longer required.
  • Review vendor guidance before applying any workaround not named in the sources.

Validation and detection

  • Inventory WordPress sites for WooSidebars Sidebar Manager Converter Plugin installations.
  • Check installed plugin versions for 1.1.0 or 1.1.1.
  • Verify the patched class-woosidebars-sbm-converter.php is deployed after upgrading.
  • Review web logs for unusual redirect behavior involving the plugin path.
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-10115 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-10115Access 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 Sidebar Manager Converter Plugin1.1.0, 1.1.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.