試験312-50v13-JPN トピック1 問題857 スレッド
ECCouncil 312-50v13-JPNのリアル試験問題集
問題 #: 857
トピック #: 1
問題 #: 857
トピック #: 1
ソフトウェア開発者のカルビンは、SSIディレクティブを統合した、手動操作なしでウェブページのコンテンツを自動生成する機能を使用しています。この機能はリモートユーザーからの入力を受け付け、それをページ上で利用するため、開発されたウェブアプリケーションに脆弱性が生じます。ハッカーはこの機能を悪用し、悪意のあるSSIディレクティブを入力値として渡し、サーバーファイルの改ざんや消去といった悪意のある行為を実行する可能性があります。カルビンのウェブアプリケーションが影響を受けやすいインジェクション攻撃の種類は何でしょうか?
おすすめの解答:D 解答を投票する
The scenario describes an injection attack involving Server Side Includes (SSI). SSI directives are instructions placed in web pages that are executed by the web server before the page is sent to the user. If user input is improperly validated and directly used in an SSI-enabled environment, attackers can inject malicious SSI directives (such as file manipulation commands).
From CEH v13 Official Courseware:
Server-Side Includes (SSI) Injection occurs when attackers submit specially crafted input that is included in server responses and interpreted as SSI directives.
These directives can perform dangerous actions like:
Reading sensitive files (e.g., /etc/passwd)
Deleting or modifying files
Running shell commands via #exec directive
Incorrect options:
A). Server-side template injection is related to template engines like Jinja2 or Twig.
B). Server-side JS injection applies to environments like Node.js.
C). CRLF injection manipulates HTTP headers, not SSI parsing.
Reference - CEH v13 Official Courseware:
Module 14: Hacking Web Applications
Section: "Injection Flaws"
Subsection: "SSI Injection"
Lab Reference: CEH iLabs - Web Application Exploitation
From CEH v13 Official Courseware:
Server-Side Includes (SSI) Injection occurs when attackers submit specially crafted input that is included in server responses and interpreted as SSI directives.
These directives can perform dangerous actions like:
Reading sensitive files (e.g., /etc/passwd)
Deleting or modifying files
Running shell commands via #exec directive
Incorrect options:
A). Server-side template injection is related to template engines like Jinja2 or Twig.
B). Server-side JS injection applies to environments like Node.js.
C). CRLF injection manipulates HTTP headers, not SSI parsing.
Reference - CEH v13 Official Courseware:
Module 14: Hacking Web Applications
Section: "Injection Flaws"
Subsection: "SSI Injection"
Lab Reference: CEH iLabs - Web Application Exploitation
水野** 2026-07-29 05:00:15
コメント
他人の解答コメントを賛成するのも、その解答に一票を入れることになります。したがって、すでに同じ意見の投票コメントが存在する場合、新規コメントをする代わりに賛成することもできます。
コメントを通報する
コメント中
今すぐ 新規登録 / ログイン (無料です)。