An extremely common security flaw is vulnerability to a "buffer overflow".
As a result, they can silently introduce buffer overflow vulnerabilities.
Anywhere one of these functions is used, there is likely to be a buffer overflow vulnerability.
See buffer overflow and incorrect buffer size calculation.
This code will result in a buffer overflow, which can cause various significant security problems.
このコードは、バッファオーバーフローとなり、セキュリティに関するさまざまな重大問題が生じる可能性があります。
The device response caused buffer overflow.
Sometimes, the first indication that a buffer overflow is present can be a successful exploitation.
Checking the value of the canary against its original value can determine whether a buffer overflow has occurred.
カナリアの値を元の値と比較してチェックすることにより、バッファ・オーバーフローが発生しているかどうかを確認できます。
Attackers use buffer overflow exploits to run executable code by overflowing the fixed-size memory buffers reserved for an input process.
攻撃者は、バッファ オーバーフローの弱点を突き、入力プロセス用に予約された固定サイズのメモリ バッファをあふれさせることで、実行可能コードを実行します。
If a program doesn't allocate quite enough space for the longest possible combination, a buffer overflow vulnerability may open up.
考えうる最大長の組み合わせに対して、プログラムが十分な空きを確保していなければ、バッファオーバーフローの脆弱さが残されたままになっているでしょう。
These attacks typically take advantage of a software bug like a buffer overflow, many times having to do with the improper parsing of network packets.
これらの攻撃は通常、バッファオーバーフローなどのソフトウェアのバグを利用しており、多くの場合、ネットワークパケットの不適切な解析に関係しています。
It is generally accepted that the best solution to buffer overflow attacks is to fix the defective programs.
バッファオーバーフロー攻撃に対する最適策は、プログラムの欠陥の修正であることは周知の事実です。
If a secure program permits a buffer overflow, the overflow can often be exploited by an adversary.
安全性が求められるプログラムでバッファオーバーフローが起きると、攻撃者がそれを悪用するケースがよくあります。