CVE-2023-39348

Source
https://nvd.nist.gov/vuln/detail/CVE-2023-39348
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2023-39348.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2023-39348
Aliases
Published
2023-08-28T19:47:18Z
Modified
2025-10-21T02:36:21Z
Severity
  • 4.0 (Medium) CVSS_V3 - CVSS:3.1/AV:P/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N CVSS Calculator
Summary
Improper log output when using GitHub Status Notifications in spinnaker
Details

Spinnaker is an open source, multi-cloud continuous delivery platform. Log output when updating GitHub status is improperly set to FULL always. It's recommended to apply the patch and rotate the GitHub token used for github status notifications. Given that this would output github tokens to a log system, the risk is slightly higher than a "low" since token exposure could grant elevated access to repositories outside of control. If using READ restricted tokens, the exposure is such that the token itself could be used to access resources otherwise restricted from reads. This only affects users of GitHub Status Notifications. This issue has been addressed in pull request 1316. Users are advised to upgrade. Users unable to upgrade should disable GH Status Notifications, Filter their logs for Echo log data and use read-only tokens that are limited in scope.

References

Affected packages

Git /

Affected ranges

Database specific

unresolved_versions

[
    {
        "type": "",
        "events": [
            {
                "introduced": "0"
            },
            {
                "fixed": "1.28.8"
            }
        ]
    },
    {
        "type": "",
        "events": [
            {
                "introduced": "1.29.0"
            },
            {
                "fixed": "1.29.6"
            }
        ]
    },
    {
        "type": "",
        "events": [
            {
                "introduced": "1.30.0"
            },
            {
                "fixed": "1.30.3"
            }
        ]
    },
    {
        "type": "",
        "events": [
            {
                "introduced": "1.31.0"
            },
            {
                "fixed": "1.31.1"
            }
        ]
    }
]