CAPEC-540

Overread Buffers
Bajo
Alto
Draft
2014-06-23
00h00 +00:00
2021-10-21
00h00 +00:00
Alerta para un CAPEC
Manténgase informado sobre cualquier cambio en un CAPEC específico.
Gestionar notificaciones

Descripciones CAPEC

An adversary attacks a target by providing input that causes an application to read beyond the boundary of a defined buffer. This typically occurs when a value influencing where to start or stop reading is set to reflect positions outside of the valid memory location of the buffer. This type of attack may result in exposure of sensitive information, a system crash, or arbitrary code execution.

Informaciones CAPEC

Flujo de ejecución

1) Explore

[Identify target application] The adversary identifies a target application or program to perform the buffer overread on. Adversaries often look for applications that accept user input and that perform manual memory management.

2) Experiment

[Find attack vector] The adversary identifies an attack vector by looking for areas in the application where they can specify to read more data than is required.

3) Exploit

[Overread the buffer] The adversary provides input to the application that gets it to read past the bounds of a buffer, possibly revealing sensitive information that was not intended to be given to the adversary.

Prerrequisitos

For this type of attack to be successful, a few prerequisites must be met. First, the targeted software must be written in a language that enables fine grained buffer control. (e.g., c, c++) Second, the targeted software must actually perform buffer operations and inadequately perform bounds-checking on those buffer operations. Finally, the adversary must have the capability to influence the input that guides these buffer operations.

Debilidades relacionadas

CWE-ID Nombre de la debilidad

CWE-125

Out-of-bounds Read
The product reads data past the end, or before the beginning, of the intended buffer.

Envío

Nombre Organización Fecha Fecha de lanzamiento
CAPEC Content Team The MITRE Corporation 2014-06-23 +00:00

Modificaciones

Nombre Organización Fecha Comentario
CAPEC Content Team The MITRE Corporation 2021-10-21 +00:00 Updated Execution_Flow