GHSA-jm5j-jfrm-hm23

Suggest an improvement
Source
https://github.com/advisories/GHSA-jm5j-jfrm-hm23
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/01/GHSA-jm5j-jfrm-hm23/GHSA-jm5j-jfrm-hm23.json
JSON Data
https://api.osv.dev/v1/vulns/GHSA-jm5j-jfrm-hm23
Aliases
Published
2026-01-13T20:30:54Z
Modified
2026-02-03T03:00:08.120789Z
Severity
  • 5.9 (Medium) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:C/C:N/I:H/A:N CVSS Calculator
Summary
hermes's raw options logging may disclose secrets passed in via subcommand options argument
Details

Thanks, @thunze for reporting this!

hermes subcommands take arbitrary options under the -O argument. These have been logged in raw form since https://github.com/softwarepub/hermes/commit/7f64f102e916c76dc44404b77ab2a80f5a4e59b1 in: https://github.com/softwarepub/hermes/blob/3a92f42b2b976fdbc2c49a621de6d665364a7cee/src/hermes/commands/cli.py#L66

If users provide sensitive data such as API tokens (e.g., via hermes deposit -O invenio_rdm.auth_token SECRET), these are written to the log file in plain text, making them available to whoever can access the log file.

Impact

As currently, hermes.log is not yet uploaded automatically as an artifact in CI, this vuln impacts:

  • local users working on shared access computers, where logs may be written to a commonly accessible file system
  • CI users whose CI logs are accessible to others, e.g., through group or organization rights

Potentially, if the changes merged from https://github.com/softwarepub/ci-templates/pull/13 are merged into ci-templates via https://github.com/softwarepub/ci-templates/pull/14, this would automate the disclosure of Invenio auth tokens at least for all CI runs against Invenio instances!

Patches

This has been patched in <code>hermes</code> 0.9.1 by masking all values passed using -O.

Workarounds

Upgrade to hermes >= 0.9.1.

Database specific
{
    "nvd_published_at": "2026-01-12T22:16:08Z",
    "github_reviewed_at": "2026-01-13T20:30:54Z",
    "github_reviewed": true,
    "cwe_ids": [
        "CWE-532"
    ],
    "severity": "MODERATE"
}
References

Affected packages

PyPI / hermes

Package

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0.8.1
Fixed
0.9.1

Affected versions

0.*
0.8.1
0.9.0

Database specific

source
"https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/01/GHSA-jm5j-jfrm-hm23/GHSA-jm5j-jfrm-hm23.json"
last_known_affected_version_range
"<= 0.9.0"