5 vulnerabilities classified as CWE-97 (Web页面中服务端引用(SSI)转义处理不恰当). AI Chinese analysis included.
CWE-97 represents a critical input validation weakness where web applications fail to sanitize user-supplied data before embedding it into server-side include directives. Attackers typically exploit this vulnerability by injecting malicious SSI commands, such as file inclusion or command execution instructions, into untrusted input fields like URLs or form submissions. If the server processes these directives without proper filtering, it can inadvertently execute arbitrary code or expose sensitive system files, leading to severe data breaches or complete server compromise. To mitigate this risk, developers must rigorously validate and encode all user inputs, ensuring that special characters are escaped or stripped before rendering. Implementing strict allowlists for permitted input formats and avoiding dynamic SSI generation with untrusted data are essential practices. Additionally, employing modern templating engines that separate logic from data can significantly reduce the attack surface by preventing direct interpretation of user input as executable server commands.
| CVE ID | Title | CVSS | Severity | Published |
|---|---|---|---|---|
| CVE-2023-53934 | Kentico Xperience <= 12.0.98 GetResource Handler Denial of Service — Xperience | 7.5 | High | 2025-12-18 |
| CVE-2025-36558 | KUNBUS Revolution Pi Improper Neutralization of Server-Side Includes (SSI) Within a Web Page — Revolution Pi PiCtory | 6.1 | Medium | 2025-05-01 |
| CVE-2025-35996 | KUNBUS Revolution Pi Improper Neutralization of Server-Side Includes (SSI) Within a Web Page — Revolution Pi PiCtory | 9.0 | Critical | 2025-05-01 |
| CVE-2025-21103 | Dell NetWorker Management Console 安全漏洞 — NetWorker Management Console | 7.8 | High | 2025-02-17 |
| CVE-2024-56363 | APTRS has SSTI vulnerability — APTRS | 7.8 | High | 2024-12-23 |
Vulnerabilities classified as CWE-97 (Web页面中服务端引用(SSI)转义处理不恰当) represent 5 CVEs. The CWE taxonomy describes the weakness; review individual CVEs for product-specific impact.