HIGHCVE-2022-1751CVSS 7.2

Skitter Slideshow <= 2.5.2 - Solicitação de Forja de Servidor Não Autenticada

Plataforma

wordpress

Componente

wp-skitter-slideshow

Corrigido em

2.5.3

AI Confidence: highNVDEPSS 0.9%Revisado: mai. de 2026
Traduzindo para o seu idioma…

CVE-2022-1751 describes a Server-Side Request Forgery (SSRF) vulnerability discovered in the Skitter Slideshow plugin for WordPress. This flaw allows unauthenticated attackers to initiate web requests from the WordPress application to arbitrary locations, potentially exposing internal resources and services. The vulnerability affects versions of the plugin up to and including 2.5.2. A fix is available in updated versions of the plugin.

WordPress

Detecte esta CVE no seu projeto

Envie seu arquivo de dependências e descubra na hora se esta e outras CVEs te atingem.

Impacto e Cenários de Ataquetraduzindo…

The SSRF vulnerability in Skitter Slideshow allows attackers to craft malicious requests that originate from the WordPress server. This can be exploited to query internal services that are not directly accessible from the outside world, potentially revealing sensitive information such as database credentials, API keys, or internal network configurations. An attacker could also use this vulnerability to modify data within internal services, leading to data breaches or service disruption. The impact is amplified if the WordPress server has access to a wide range of internal resources. While no direct remote code execution is possible, the ability to interact with internal services presents a significant security risk.

Contexto de Exploraçãotraduzindo…

CVE-2022-1751 was publicly disclosed on August 17, 2024. There is currently no indication of active exploitation in the wild, but the SSRF nature of the vulnerability makes it a potential target for opportunistic attackers. No public proof-of-concept exploits have been released. The vulnerability is not currently listed on the CISA KEV catalog.

Quem Está em Riscotraduzindo…

WordPress websites using the Skitter Slideshow plugin, particularly those with access to sensitive internal services or resources, are at risk. Shared hosting environments where multiple WordPress sites share the same server are also at increased risk, as a compromise of one site could potentially lead to the compromise of others.

Passos de Detecçãotraduzindo…

• wordpress / composer / npm:

grep -r 'image.php' /var/www/html/wp-content/plugins/skitter-slideshow/

• generic web:

curl -I https://your-wordpress-site.com/image.php?url=http://internal-service/ | grep -i 'internal-service'

Linha do Tempo do Ataque

  1. Disclosure

    disclosure

Inteligência de Ameaças

Status do Exploit

Prova de ConceitoDesconhecido
CISA KEVNO
Exposição na InternetAlta

EPSS

0.85% (percentil 75%)

CISA SSVC

Exploraçãonone
Automatizávelyes
Impacto Técnicopartial

Vetor CVSS

INTELIGÊNCIA DE AMEAÇAS· CVSS 3.1CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N7.2HIGHAttack VectorNetworkComo o atacante alcança o alvoAttack ComplexityLowCondições necessárias para explorarPrivileges RequiredNoneNível de autenticação necessárioUser InteractionNoneSe a vítima precisa tomar uma açãoScopeChangedImpacto além do componente afetadoConfidentialityLowRisco de exposição de dados sensíveisIntegrityLowRisco de modificação não autorizada de dadosAvailabilityNoneRisco de interrupção de serviçonextguardhq.com · Pontuação Base CVSS v3.1
O que significam essas métricas?
Attack Vector
Rede — explorável remotamente pela internet. Sem acesso físico ou local necessário.
Attack Complexity
Baixa — sem condições especiais. O atacante pode explorar de forma confiável.
Privileges Required
Nenhum — sem autenticação necessária para explorar.
User Interaction
Nenhuma — ataque automático e silencioso. A vítima não faz nada.
Scope
Alterado — o ataque pode pivotar para além do componente vulnerável.
Confidentiality
Baixo — acesso parcial ou indireto a alguns dados.
Integrity
Baixo — o atacante pode modificar alguns dados com alcance limitado.
Availability
Nenhum — sem impacto na disponibilidade.

Software Afetado

Componentewp-skitter-slideshow
Fornecedorthiagosf
Faixa afetadaCorrigido em
* – 2.5.22.5.3

Classificação de Fraqueza (CWE)

Linha do tempo

  1. Reservado
  2. Publicada
  3. Modificada
  4. EPSS atualizado
Sem correção — 645 dias desde a divulgação

Mitigação e Soluções Alternativastraduzindo…

The primary mitigation for CVE-2022-1751 is to upgrade the Skitter Slideshow plugin to a version that contains the fix. If upgrading is not immediately feasible due to compatibility issues or breaking changes, consider implementing a Web Application Firewall (WAF) rule to block requests to suspicious URLs or domains. Additionally, restrict the plugin's access to internal resources by implementing network segmentation and access controls. Regularly review WordPress plugin installations and remove any unused or outdated plugins to reduce the attack surface. After upgrading, verify the fix by attempting to make a request to an internal service and confirming that it is blocked.

Como corrigir

Atualize o plugin Skitter Slideshow para a última versão disponível. Isso corrigirá a vulnerabilidade SSRF e protegerá seu site de possíveis ataques.

Boletim de Segurança CVE

Análise de vulnerabilidades e alertas críticos diretamente no seu e-mail.

Perguntas frequentestraduzindo…

What is CVE-2022-1751 — SSRF in Skitter Slideshow WordPress Plugin?

CVE-2022-1751 is a Server-Side Request Forgery vulnerability in the Skitter Slideshow WordPress plugin, allowing attackers to make requests from the server to arbitrary locations.

Am I affected by CVE-2022-1751 in Skitter Slideshow WordPress Plugin?

You are affected if you are using Skitter Slideshow plugin versions less than or equal to 2.5.2.

How do I fix CVE-2022-1751 in Skitter Slideshow WordPress Plugin?

Upgrade the Skitter Slideshow plugin to a patched version. If upgrading is not possible, implement a WAF rule to block suspicious requests.

Is CVE-2022-1751 being actively exploited?

There is currently no indication of active exploitation, but the SSRF nature of the vulnerability makes it a potential target.

Where can I find the official Skitter Slideshow advisory for CVE-2022-1751?

Refer to the WordPress plugin repository and the plugin developer's website for the latest advisory and updates.

Seu projeto está afetado?

Envie seu arquivo de dependências e descubra na hora se esta e outras CVEs te atingem.