LiveActive security incident?Get immediate response
CVE Record

CVE-2025-63397: Improper input validation in OneFlow v0.9.0 allows attackers to cause a segmentation fault via adding a Pyt...

Improper input validation in OneFlow v0.9.0 allows attackers to cause a segmentation fault via adding a Python sequence to the native code during broadcasting/type conversion.

MediumCVSS 6.5Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

This CVE describes a crash condition in OneFlow v0.9.0. A malformed or unexpected Python sequence can reach native broadcasting/type-conversion code and cause a segmentation fault. The main business concern is service disruption in systems that expose OneFlow processing to untrusted input; the provided sources do not show active exploitation.

Executive priority

Treat as a moderate operational risk for exposed ML services. Prioritize inventory and exposure reduction first, then vendor-guided remediation. It is less urgent than confirmed exploited or privilege-escalation issues, but reachable crash paths can still affect service reliability.

Technical view

CVE-2025-63397 is CWE-20 improper input validation in OneFlow v0.9.0. During broadcasting/type conversion, adding a Python sequence to native code can trigger a segmentation fault. CVSS 3.1 is 6.5 with network, low-complexity, no-auth, no-user-interaction characteristics, with low confidentiality and availability impact.

Likely exposure

Exposure is most likely in applications, services, notebooks, or ML pipelines using OneFlow v0.9.0 where external or user-controlled data can influence tensor operations, broadcasting, or type conversion. The CVE affected-product metadata is incomplete, so version confirmation is essential.

Exploitation context

The source bundle does not identify exploitation in the wild, and the CVE is not listed as KEV. The public description supports a denial-of-service style crash risk, with possible low confidentiality impact as reflected by CVSS. No weaponized exploit status is supported by the provided evidence.

Researcher notes

Evidence is limited to the CVE description, CVSS vector, CWE-20 classification, and linked OneFlow issue/repository. The affected field is listed as n/a despite the description naming OneFlow v0.9.0. No patch, commit, workaround, or active exploitation claim is present in the provided bundle.

Mitigation direction

  • Inventory all OneFlow deployments and confirm whether v0.9.0 is present.
  • Review OneFlow issue 10666 and vendor releases for fixed-version guidance.
  • Reduce exposure where untrusted inputs reach OneFlow processing paths.
  • Prioritize vendor-supported updates once a fixed release is identified.

Validation and detection

  • Check dependency manifests, containers, and notebooks for OneFlow v0.9.0.
  • Map external input paths into OneFlow broadcasting or type-conversion operations.
  • Review logs for unexplained segmentation faults in OneFlow-based services.
  • Monitor the CVE record and OneFlow issue for remediation updates.
Prepared
Confidence
medium
Sources
4

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

CVE-2025-63397 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.5 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/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
3Timeline events
1ADP providers
4Source links

SSVC decision data

CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: pocAutomatable: noTechnical Impact: partial

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.5CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:L3.92.5CISA-ADP

Vulnerability scoring details

Base CVSS 3.1 score

6.5Medium
CVSS 3.1 vector shape for CVE-2025-63397Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/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

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. CVE publishedCVE Program

    The CVE record was published.

  3. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CISA-ADPCISA ADP Vulnrichment
cvssV3_1other:ssvc
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
n/an/an/aListed
Weakness

CWE details

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

CWE-20 · source CWE mapping

Improper Input Validation

Improper Input Validation represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.