'; } else{ echo ''; } echo '
|
|||
Release Date:2025/9/15
Rule Name:Server-Side Includes Injection Attack
Severity:critical
CVE ID:
Descripiton:
|
Server-Side Includes (SSI) is a simple interpreted server-side scripting language used almost exclusively for the Web. The most frequent use of SSI is to include the contents of one or more files into a Web page on a Web server. The Server-Side Includes attack allows the exploitation of a Web application by injecting scripts in HTML pages or executing arbitrary codes remotely. It can be exploited through manipulation of SSI in use in the application or force its use through user input fields. This rule inpsects HTTP request for signature of SSI injection attack to protect server from attack. For detail of SSI, refer to https://www.owasp.org/index.php/Server-Side_Includes_(SSI)_Injection. This rule supports to defend the A3: Injection of OWASP Top 10 - 2021.
Other reference:None
Solution:
|
Update vendor patches.