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.
Public sources used
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-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 lookupCVE-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- 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
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.
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N2.81.4Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
4.3MediumVector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N
Source materials
- CVE List V5 sourceCVE List V5
- https://vuldb.com/?id.230652CVE reference · vdb-entry, technical-description
- https://vuldb.com/?ctiid.230652CVE reference · signature, permissions-required
- https://github.com/wp-plugins/wooframework-branding/commit/f12fccd7b5eaf66442346f748c901ef504742f78CVE 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.
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.
