SCA: security update for org.graylog2:graylog2-server (GHSA-3fqm-frhg-7c85)

low Tenable Self-Hosted Container Security Plugin ID 409495

Description

There are packages installed that are affected by a vulnerability referenced in the following CVE:

- Graylog is a free and open log management platform. In a multi-node Graylog cluster, after a user has
explicitly logged out, a user session may still be used for API requests until it has reached its original
expiry time. Each node maintains an in-memory cache of user sessions. Upon a cache-miss, the session is
loaded from the database. After that, the node operates solely on the cached session. Modifications to
sessions will update the cached version as well as the session persisted in the database. However, each
node maintains their isolated version of the session. When the user logs out, the session is removed from
the node-local cache and deleted from the database. The other nodes will however still use the cached
session. These nodes will only fail to accept the session id if they intent to update the session in the
database. They will then notice that the session is gone. This is true for most API requests originating
from user interaction with the Graylog UI because these will lead to an update of the session's "last
access" timestamp. If the session update is however prevented by setting the `X-Graylog-No-Session-
Extension:true` header in the request, the node will consider the (cached) session valid until the session
is expired according to its timeout setting. No session identifiers are leaked. After a user has logged
out, the UI shows the login screen again, which gives the user the impression that their session is not
valid anymore. However, if the session becomes compromised later, it can still be used to perform API
requests against the Graylog cluster. The time frame for this is limited to the configured session
lifetime, starting from the time when the user logged out. This issue has been addressed in versions 5.0.9
and 5.1.3. Users are advised to upgrade. (CVE-2023-41041)

See Also

https://github.com/advisories/GHSA-3fqm-frhg-7c85

Plugin Details

Severity: Low

ID: 409495

Version: Revision 1.7

Type: Local

Family: SCA Checks

Published: 1/23/2025

Updated: 7/2/2026

Supported Sensors: Tenable Cloud Security, Tenable Self-Hosted Container Security

Risk Information

VPR

Risk Factor: Low

Score: 3.2

Percentile: 51.06

Vendor

Vendor Severity: Low

CVSS v2

Risk Factor: Low

Base Score: 2.1

Temporal Score: 1.6

Vector: CVSS2#AV:N/AC:H/Au:S/C:P/I:N/A:N

CVSS Score Source: CVE-2023-41041

CVSS v3

Risk Factor: Low

Base Score: 3.1

Temporal Score: 2.8

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

Temporal Vector: CVSS:3.0/E:P/RL:O/RC:C

Vulnerability Information

Exploit Available: true

Exploit Ease: Exploits are available

Patch Publication Date: 7/6/2023

Vulnerability Publication Date: 7/6/2023

Reference Information

CVE: CVE-2023-41041

cwe: CWE-613