GeoServer - Missing Authorization on REST API Index
CVE-2025-27505
Verified
Description
GeoServer contains a missing authorization vulnerability that allows unauthorized access to the REST API Index page, potentially exposing sensitive configuration information.
Severity
Medium
CVSS Score
5.3
Exploit Probability
0%
Affected Product
geoserver
Published Date
July 10, 2025
Template Author
securitytaters
CVE-2025-27505.yaml
id: CVE-2025-27505
info:
name: GeoServer - Missing Authorization on REST API Index
author: securitytaters
severity: medium
description: |
GeoServer contains a missing authorization vulnerability that allows unauthorized access to the REST API Index page, potentially exposing sensitive configuration information.
impact: |
Unauthenticated users can access the GeoServer REST API Index page, potentially exposing sensitive configuration information and available API endpoints.
remediation: |
Upgrade to the latest GeoServer version that implements proper authorization checks for the REST API Index page.
reference:
- http://geoserver.org/
- https://geoserver.org/vulnerability/2025/06/10/cve-disclosure.html
- https://nvd.nist.gov/vuln/detail/CVE-2025-27505
classification:
epss-score: 0.0036
epss-percentile: 0.57777
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
cvss-score: 5.3
cve-id: CVE-2025-27505
cwe-id: CWE-862
cpe: cpe:2.3:a:geoserver:geoserver:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 2
fofa-query: app="geoserver"
shodan-query: http.title:"geoserver"
vendor: osgeo
product: geoserver
tags: cve,cve2025,geoserver,misconfig,osgeo,vkev,vuln
http:
- method: GET
path:
- "{{BaseURL}}/rest.html"
- "{{BaseURL}}/geoserver/rest.html"
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
part: body
words:
- "Geoserver Configuration API"
- type: word
part: body
words:
- "about/status"
- type: status
status:
- 200
# digest: 4a0a00473045022030f966970c451d54b550ae7ff40638ba1551e6ed99099fb18596638499bcdc860221009d44624357c42e721c722638a2c1f0df1eb8ebf8d68cb882243b4311aa7bccb5:922c64590222798bb761d5b6d8e729505.3Score
CVSS Metrics
CVSS Vector:
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
CVE ID:
cve-2025-27505
CWE ID:
cwe-862
Remediation Steps
Upgrade to the latest GeoServer version that implements proper authorization checks for the REST API Index page.