CWE-1088Synchronous Access of Remote Resource without Timeout

PUBLISHEDweakness record
released 2019-01-03 · last modified 2026-04-30

Metadata

CWE ID:
CWE-1088
摘要:
Base
结构:
Simple
状态:
Incomplete
发布日期:
2019-01-03
更新日期:
2026-04-30

名称

Synchronous Access of Remote Resource without Timeout

描述

The code has a synchronous call to a remote resource, but there is no timeout for the call, or the timeout is set to infinite.

常见后果

范围:
Other
影响:
Reduce Reliability
注释:
This issue can prevent the product from running reliably, since an outage for the remote resource can cause the product to hang. If the relevant code is reachable by an attacker, then this reliability problem might introduce a vulnerability.

相关 CWE