Security readout for executives and security teams
Plain-English summary
TBDev versions 2.1.0 through 2.1.17 contain a cross-site scripting flaw in user search handling. An authenticated remote user could cause script content to run in another user's browser context, affecting trust and site integrity. The sources identify version 2.1.18 as the fix; no provided source reports active exploitation.
Executive priority
Prioritize remediation for internet-facing or multi-user TBDev deployments. This is not a critical infrastructure-level issue, but XSS can damage user trust, enable account-context actions, and create operational cleanup work. Upgrade during the next practical maintenance window, sooner for exposed systems.
Technical view
CVE-2014-125027 is CWE-79 in usersearch.php, function get_user_icons. Manipulation of listed search arguments n, r, r2, em, ip, co, ma, d, d2, ul, ul2, ls, ls2, dl, or dl2 can lead to XSS. CVSS v2 is 4.0: network reachable, low complexity, authentication required, partial integrity impact.
Likely exposure
Exposure is limited to organizations running Yuna Scatari TBDev 2.1.0 through 2.1.17, especially where authenticated users can access usersearch.php. Environments already upgraded to 2.1.18 are represented as fixed by the supplied sources.
Exploitation context
The attack is described as remotely launchable, but authentication is required under the CVSS vector. The bundle does not include evidence of exploitation in the wild, and KEV status is false. Treat this as a credible authenticated XSS risk, not a confirmed active campaign.
Researcher notes
The source bundle ties the issue to VDB-217147, CVSS v2 4.0, CWE-79, and a specific fixing release and commit. It does not provide proof-of-concept details or evidence of active exploitation. Validation should focus on version state, patch presence, and safe output encoding behavior.
Mitigation direction
- Upgrade Yuna Scatari TBDev to version 2.1.18 or later.
- Review the referenced patch commit before backporting any local fix.
- Restrict access to usersearch.php where business use allows.
- Check vendor project guidance for any additional hardening advice.
Validation and detection
- Inventory TBDev deployments and confirm exact installed versions.
- Verify affected instances are upgraded to 2.1.18 or include the patch commit.
- Review usersearch.php output handling around get_user_icons.
- Use non-destructive testing to confirm user-controlled fields are safely encoded.
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-79: 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-2014-125027 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 (2.0)
- Known Exploited
- No
- Published
Vector: AV:N/AC:L/Au:S/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:S/C:N/I:P/A:N82.9Primary CVE scoreVulnerability scoring details
Base CVSS 2.0 score
4MediumVector: AV:N/AC:L/Au:S/C:N/I:P/A:N
Source materials
- CVE List V5 sourceCVE List V5
- https://vuldb.com/?id.217147CVE reference · vdb-entry, technical-description
- https://vuldb.com/?ctiid.217147CVE reference · signature, permissions-required
- https://github.com/yunasc/tbdev/commit/0ba3fd4be29dd48fa4455c236a9403b3149a4fd4CVE reference · patch
- https://github.com/yunasc/tbdev/releases/tag/v2.1.18CVE 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.
