LiveActive security incident?Get immediate response
CVE Record

CVE-2015-10112: WooFramework Branding Plugin wooframework-branding.php admin_screen_logic redirect

A vulnerability classified as problematic has been found in WooFramework Branding Plugin up to 1.0.1 on WordPress. Affected is the function admin_screen_logic of the file wooframework-branding.php. The manipulation of the argument url leads to open redirect. It is possible to launch the attack remotely. Upgrading to version 1.0.2 is able to address this issue. The name of the patch is f12fccd7b5eaf66442346f748c901ef504742f78. It is recommended to upgrade the affected component. The identifier of this vulnerability is VDB-230652.

MediumCVSS 4.3Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2015-10112 is an open redirect issue in the WooFramework Branding Plugin for WordPress. Affected sites could be used to redirect a user to an unintended location, supporting phishing or trust-abuse scenarios. The sources rate it medium severity and identify version 1.0.2 as the fix.

Executive priority

Treat this as a moderate web trust and phishing-abuse risk. Prioritize remediation on public WordPress sites, especially where the plugin is still enabled or externally reachable.

Technical view

The issue is CWE-601 in admin_screen_logic within wooframework-branding.php. Sources state manipulation of the url argument causes an open redirect. It is remotely reachable, requires user interaction, has no confidentiality or availability impact, and has low integrity impact under CVSS 3.1 score 4.3.

Likely exposure

Exposure appears limited to WordPress sites running WooFramework Branding Plugin versions 1.0.0 or 1.0.1. The provided sources do not identify CPEs, other affected products, or hosted-service exposure.

Exploitation context

The sources say remote attack is possible and user interaction is required. The CVE is not listed as KEV in the provided bundle, and no cited source establishes active exploitation.

Researcher notes

Evidence is concise and centers on VulDB and the GitHub patch. The bundle supports affected versions, CVSS, CWE, remote reachability, user interaction, and fixed version. It does not provide exploit telemetry or broader ecosystem prevalence.

Mitigation direction

  • Upgrade WooFramework Branding Plugin to version 1.0.2.
  • Confirm the patch commit is included in deployed plugin code.
  • Disable or remove the plugin where it is not business-required.
  • If upgrade is blocked, check vendor guidance for interim controls.

Validation and detection

  • Inventory WordPress sites for WooFramework Branding Plugin installations.
  • Confirm installed versions are not 1.0.0 or 1.0.1.
  • Verify deployed code includes patch f12fccd7b5eaf66442346f748c901ef504742f78.
  • Review security monitoring for suspicious redirect-related user reports.
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-10112 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
4.3 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/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
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
4.3CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N2.81.4Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

4.3Medium
CVSS 3.1 vector shape for CVE-2015-10112Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/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

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
n/aWooFramework Branding Plugin1.0.0, 1.0.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.