Merge pull request #10297 from ryanborum/patch-3
Improved shodan query for CVE-2024-36401.yamlpatch-6
commit
78dabffabb
|
@ -2,7 +2,7 @@ id: CVE-2024-36401
|
|||
|
||||
info:
|
||||
name: GeoServer RCE in Evaluating Property Name Expressions
|
||||
author: DhiyaneshDk
|
||||
author: DhiyaneshDk,ryanborum
|
||||
severity: critical
|
||||
description: |
|
||||
In the GeoServer version prior to 2.25.1, 2.24.3 and 2.23.5 of GeoServer, multiple OGC request parameters allow Remote Code Execution (RCE) by unauthenticated users through specially crafted input against a default GeoServer installation due to unsafely evaluating property names as XPath expressions.
|
||||
|
@ -18,7 +18,7 @@ info:
|
|||
max-request: 1
|
||||
vendor: osgeo
|
||||
product: geoserver
|
||||
shodan-query: http.title:"geoserver"
|
||||
shodan-query: "Server: GeoHttpServer"
|
||||
fofa-query:
|
||||
- title="geoserver"
|
||||
- app="geoserver"
|
||||
|
|
Loading…
Reference in New Issue