CAPEC-149: Explore for Predictable Temporary File Names

Detailed Draft 严重程度: Medium

CAPEC版本: 3.9

更新日期: 2023-01-24

攻击模式描述

An attacker explores a target to identify the names and locations of predictable temporary files for the purpose of launching further attacks against the target. This involves analyzing naming conventions and storage locations of the temporary files created by a target application. If an attacker can predict the names of temporary files they can use this information to mount other attacks, such as information gathering and symlink attacks.

前提条件

  • The targeted application must create names for temporary files using a predictable procedure, e.g. using sequentially increasing numbers.
  • The attacker must be able to see the names of the files the target is creating.

所需资源

  • None: No specialized resources are required to execute this type of attack.
关键信息

CAPEC ID: CAPEC-149

抽象级别: Detailed

状态: Draft

典型严重程度: Medium

相关攻击模式
相关CWE弱点