Lucene search

K
githubGitHub Advisory DatabaseGHSA-J59V-VGCR-HXVF
HistoryJul 01, 2024 - 7:20 p.m.

GeoServer's Server Status shows sensitive environmental variables and Java properties

2024-07-0119:20:57
CWE-200
GitHub Advisory Database
github.com
7
geoserver
server status
sensitive information
environment variables
java properties
security issue
rest api
environmental variables
java system properties
docker image
postgresql credentials
community-developed images
secrets
administrator access
xss
security fix
alternative mechanisms
container runtime
maintainer update
parameterized catalog settings

4.9 Medium

CVSS3

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

HIGH

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

HIGH

Integrity Impact

NONE

Availability Impact

NONE

CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N

6.9 Medium

AI Score

Confidence

Low

0.0004 Low

EPSS

Percentile

9.2%

GeoServerโ€™s Server Status page and REST API (at /geoserver/rest/about/status) lists all environment variables and Java properties to any GeoServer user with administrative rights as part of those modulesโ€™ status message.

These variables/properties can also contain sensitive information, such as database passwords or API keys/tokens, for example:

Additionally, many community-developed GeoServer container images export other credentials from their start-up scripts as environment variables to the GeoServer (java) process, such as:

  • GeoServer admin and master (root) passwords

  • Tomcat management application password

  • HTTPS/TLS certificate key store password

  • AWS S3 bucket access keys

The precise scope of the issue depends on which container image is used and how it is configured.

> [!NOTE]
> Some container images allow passing secrets as files (eg: POSTGRES_PASSWORD_FILE), or randomly generating passwords on start-up. While this is promoted as best-practice[^secret-files], if its start-up script exports these as environment variables to GeoServer, they are also impacted by this issue.

Impact

The โ€œabout statusโ€ API endpoint (at /geoserver/rest/about/status) which powers the Server Status page is only available to administrators.

Depending on the operating environment, administrators might have legitimate access to credentials in other ways, but this issue defeats more sophisticated controls (like break-glass access to secrets or role accounts).

By default, GeoServer only allows same-origin authenticated API access. This limits the scope for a third-party attacker to use an administratorโ€™s credentials to gain access to credentials (ie: requires XSS).

We were unable to determine any other conditions under which the GeoServer REST API may be available more broadly.

Fixes / remediation

GeoServer 2.24.4 and 2.25.1 hide all environment variables and Java system properties by default, with no further action required by GeoServer administrators.

There are new settings to allow an administrator to display these again โ€“ effectively reverting this security fix. We strongly recommend administrators leave these settings as-is, and use alternative mechanisms to access environment variables (instructions below).

If youโ€™re using GeoServer in a container runtime (such as Docker or Kubernetes) or from some other distributorโ€™s packages, youโ€™ll need to wait for the maintainer to update the version of GeoServer used in their image.

> [!WARNING]
> If you run GeoServer with parameterized catalog settings (-DALLOW_ENV_PARAMETRIZATION=true), a GeoServer administrator could use this to access any environment variable or Java property by including it in some field which is rendered by the UI (such as the description field), even with this fix.

Advice for container / Docker image maintainers

Update container images to use GeoServer 2.24.4 or 2.25.1 to get the bug fix.

Please leave environment variables and Java system properties hidden by default. If you provide the option to re-enable it, communicate the impact and risks so that users can make an informed choice.

Container images should practice โ€œdefence in depthโ€, to limit the impact when it is configured to show environment variables and/or properties:

  • Pass secrets to the container as either:

    • files which are only readable by the GeoServer process/UID, or,
    • references (identifiers) to a secret stored in a cloud providerโ€™s metadata or secret management service
  • Pass secrets to GeoServer by generating configuration files as part of your start-up scripts, rather than passing variables/properties or relying on parameterized catalog settings.

  • Ensure any configuration files with secrets are not readable by other users.

  • Clear all environment variables which contain secrets before starting GeoServer.

    Alternatively: start up GeoServer with only the environment variables it needs, and no secrets.

  • Donโ€™t pass secrets as command-line flags โ€“ these are shown in ps to all users!

Alternatives for displaying GeoServerโ€™s environment variables

  • On Linux, you can get all environment variables set at start-up time for a running process with:

    tr '\0' '\n' < /proc/${GEOSERVER_PID}/environ
    
  • On Windows, SysInternalsโ€™ Process Explorer can show running processesโ€™ environment variables.

  • Current versions of macOS do not allow arbitrary access to other running processesโ€™ environment variables. Disabling these restrictions (on a macOS level) would significantly reduce the overall security of the system.

[^secret-files]: Docker Compose: How to use secrets in Docker Compose, Docker Swarm: Build support for Docker Secrets into your images

Affected configurations

Vulners
Node
org.geoserver\gsMatchmain
OR
org.geoserver\gsMatchmain
OR
farmbotfarmbot_web_appRange<2.25.1
OR
farmbotfarmbot_web_appRange<2.24.4

4.9 Medium

CVSS3

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

HIGH

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

HIGH

Integrity Impact

NONE

Availability Impact

NONE

CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N

6.9 Medium

AI Score

Confidence

Low

0.0004 Low

EPSS

Percentile

9.2%

Related for GHSA-J59V-VGCR-HXVF