LiveActive security incident?Get immediate response
CVE Record

CVE-2014-125030: taoeffect Empress hard-coded password

A vulnerability, which was classified as critical, has been found in taoeffect Empress. Affected by this issue is some unknown functionality. The manipulation leads to use of hard-coded password. The patch is identified as 557e177d8a309d6f0f26de46efb38d43e000852d. It is recommended to apply a patch to fix this issue. VDB-217154 is the identifier assigned to this vulnerability.

MediumCVSS 6.3Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

taoeffect Empress has a hard-coded password issue. If an organization still runs an affected build, an attacker on an adjacent network could potentially use that embedded secret to affect confidentiality, integrity, and availability at a limited level.

Executive priority

Treat as a focused remediation item, not an emergency based on current evidence. Prioritize if Empress is present in sensitive environments, especially where adjacent-network attackers are plausible.

Technical view

CVE-2014-125030 is a CWE-259 hard-coded password flaw in taoeffect Empress. Public records do not identify the exact affected function or version range. CVSS 3.1 is 6.3 with adjacent attack vector, low complexity, no privileges, and low C/I/A impact. A fixing commit is identified.

Likely exposure

Exposure appears limited to organizations using taoeffect Empress, with affected versions not specified. The CVSS vector indicates adjacent-network reachability rather than broad internet reachability, but incomplete version data makes inventory confirmation important.

Exploitation context

The source bundle does not show CISA KEV listing or cited evidence of active exploitation. Public data classifies the issue as critical in VulDB but provides limited technical detail and no exploit procedure.

Researcher notes

Key gaps are the unspecified affected functionality and version range. Analysis should center on the patch diff and PR history, then map reachable deployments and trust boundaries without assuming broader product impact.

Mitigation direction

  • Identify any taoeffect Empress deployments or bundled copies.
  • Apply the fix associated with commit 557e177d8a309d6f0f26de46efb38d43e000852d.
  • Review vendor and project guidance for exact affected versions.
  • Assess whether related credentials need rotation after patch review.
  • Track CVE and VulDB updates for additional remediation detail.

Validation and detection

  • Confirm whether Empress exists in application inventories or source repositories.
  • Compare deployed code against the referenced fixing commit.
  • Verify builds include the patched code path before release.
  • Document any uncertainty caused by missing affected-version data.
  • Monitor for vendor, CVE, or VulDB updates clarifying scope.
Prepared
Confidence
medium
Sources
6

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 · low confidence lookup

CWE-259: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. 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
description · low confidence lookup

Credential and access behavior lookup

The CVE wording references authentication or credential exposure, so valid-account and credential-access review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2014-125030 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
6.3 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L

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
5Source 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
6.3CVSS 3.1MediumCVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L2.83.4Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

6.3Medium
CVSS 3.1 vector shape for CVE-2014-125030Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L

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
taoeffectEmpressn/aListed
Weakness

CWE details

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

CWE-259 · source CWE mapping

Use of Hard-coded Password

Use of Hard-coded Password represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.