LiveActive security incident?Get immediate response
CVE Record

CVE-2014-125028: valtech IDP Test Client main.py cross-site request forgery

A vulnerability was found in valtech IDP Test Client and classified as problematic. Affected by this issue is some unknown functionality of the file python-flask/main.py. The manipulation leads to cross-site request forgery. The attack may be launched remotely. The name of the patch is f1e7b3d431c8681ec46445557125890c14fa295f. It is recommended to apply a patch to fix this issue. The identifier of this vulnerability is VDB-217148.

MediumCVSS 5Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

This is a medium-severity cross-site request forgery issue in valtech IDP Test Client. If a vulnerable instance is reachable, an attacker may trick a user into making an unintended state-changing action. The sources do not report data theft, service outage impact, or active exploitation.

Executive priority

Moderate priority. Address during normal vulnerability remediation, faster if the test client is internet-exposed or used near identity workflows.

Technical view

The record describes CWE-352 CSRF in valtech IDP Test Client, affecting unknown functionality in python-flask/main.py. The CVSS v2 vector is network, low complexity, no authentication, with partial integrity impact and no confidentiality or availability impact. A patch commit is referenced, but affected versions are not specified.

Likely exposure

Exposure appears limited to organizations that still use or expose valtech IDP Test Client, especially the Python Flask client. Sources do not identify affected versions or CPEs, so inventory confirmation is required.

Exploitation context

The sources state the issue can be launched remotely. KEV is false, and no cited source reports active exploitation. Treat this as a plausible web application integrity risk, not confirmed exploitation.

Researcher notes

Evidence is sparse: affected versions and exact vulnerable function are not provided in the bundle. The strongest technical anchors are CWE-352, the CVSS v2 vector, VulDB references, and the GitHub patch commit.

Mitigation direction

  • Apply the referenced valtech patch commit where the client is still used.
  • Check vendor or repository guidance for supported remediation details.
  • Remove or retire unused IDP Test Client deployments.
  • Restrict access to internal users until remediation is confirmed.

Validation and detection

  • Inventory environments for valtech IDP Test Client usage.
  • Check whether python-flask/main.py includes the referenced patch changes.
  • Confirm exposed instances are not publicly reachable unless required.
  • Review application testing for CSRF protections on state-changing actions.
Prepared
Confidence
medium
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-352: 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-2014-125028 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-2014-125028Access 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
valtechIDP Test Clientn/aListed
Weakness

CWE details

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

CWE-352 · source CWE mapping

Cross-Site Request Forgery (CSRF)

Cross-Site Request Forgery (CSRF) represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.