Your RSA-2048 keys break in 2030. Find every one of them before attackers do.
🐹
🐹 Go
Not in CISA KEV
HIGH severity

CVE-2024-45339 glog

HIGHFix: golang/glog#74

CVE-2024-45339 is a high-severity (CVSS 7.1) vulnerability in github.com/golang/glog. A fix is available for github.com/golang/glog — see the affected versions and patch details below.

Vulnerability when creating log files in github.com/golang/glog

Also known asGHSA-6wxm-mpqj-6jpfGO-2025-3372
Published
Jan 28, 2025
Updated
Aug 12, 2026
Affected
1 pkg
Patched
1 / 1
Exploits
None indexed
Exploitation data as of Sep 21, 2026 · OSV.dev, NVD, FIRST.org (EPSS)

Exploitation Status

No confirmed exploitation observed yet

  • A successful exploit gives an attacker total control of the affected component, not partial access.
  • CISA’s own triage has not observed active exploitation or public proof-of-concept code for this CVE as of its last assessment.

Exploitation and automatability from CISA’s SSVC triage for CVE-2024-45339.

EPSS Exploitation Probability

via FIRST.org ↗
0.3%probability of exploitation in next 30 days
Lower Risk0.00%
Lower risk than most CVEs25th percentile — riskier than 25% of all scored CVEsHighest risk

EPSS (Exploit Prediction Scoring System) is a daily probability model maintained by FIRST.org. It estimates the likelihood a CVE will be exploited in production environments within the next 30 days, derived from real-world threat intelligence signals.

How urgent is this, really

CVE-2024-45339 plotted by exploitation likelihood (EPSS) against impact (CVSS). The shaded corner — EPSS 50%+ and CVSS 7.0+ — is where this CVE doesn't sit, though severity or exploitability alone can still warrant action.

Where this sits among everything scored

Of 377,636 CVEs with a current EPSS score, this one falls in the < 10% band (highlighted). Real counts from FIRST.org, not a sample — log-scaled since the landscape is heavily right-skewed.

Real-World Exposure

1 pkg affected
🐹github.com/golang/glog

Real-time download stats are indexed for npm and PyPI packages. This vulnerability affects Go packages — download data is not available via public APIs for these ecosystems.

Description

When logs are written to a widely-writable directory (the default), an unprivileged attacker may predict a privileged process's log file path and pre-create a symbolic link to a sensitive file in its place. When that privileged process runs, it will follow the planted symlink and overwrite that sensitive file. To fix that, glog now causes the program to exit (with status code 2) when it finds that the configured log file already exists.

Affected Packages

1 total 1 fixed
EcosystemPackageVulnerable rangeFix
🐹Gogithub.com/golang/glogall versions1.2.4go get github.com/golang/glog@v1.2.4

Detection & mitigation playbook

Open-source dependency
  1. Detect

    Scan your dependency tree (package-lock.json, pnpm-lock.yaml, requirements.txt, go.sum, etc.) for github.com/golang/glog, including transitive dependencies — a direct dependency you never call can still pull in a vulnerable version.

  2. Fix

    Update github.com/golang/glog to 1.2.4 or later, then make sure no transitive (indirect) dependency still pins the vulnerable range — O3 confirms CVE-2024-45339 is resolved across your whole dependency graph.

  3. Workarounds

    If you can't upgrade right away: gate or disable the affected feature, validate untrusted input at the boundary, and avoid passing attacker-controlled data into the vulnerable path. O3's runtime protection blocks exploitation in production as an interim safeguard until the upgrade lands.

  4. How O3 protects you

    O3 Security's impact-aware SCA analyses which vulnerable code paths your application actually calls, so a match like CVE-2024-45339 can be triaged on real exposure rather than presence alone.

Tailored to CVE-2024-45339. Runtime protection reduces exposure until a permanent patch is applied and verified — it complements patching, it doesn't replace it.

Fixing This On Your OS

If you run this on a Linux distribution, patch through your package manager against the distro's own security advisory below — it tracks the exact backported fix for your release, which can ship on a different timeline (and sometimes a different severity) than the upstream project.

Red HatImportant
ProductFixed inAdvisory
OCP-Tools-4.12-RHEL-8jenkins-0:2.479.3.1740464431-3.el8RHSA-2025:2223
Red Hat OpenShift Container Platform 4.12openshift4/cloud-event-proxy-rhel8:v4.12.0-202507240129.p0.g96af0ec.assembly.stream.el8RHSA-2025:12325
Red Hat OpenShift Container Platform 4.14openshift4/ose-agent-installer-api-server-rhel8:v4.14.0-202508051136.p0.g6df4bf1.assembly.stream.el8RHSA-2025:13289
Red Hat OpenShift Container Platform 4.14openshift4/cloud-event-proxy-rhel8:v4.14.0-202508051136.p0.gd173b63.assembly.stream.el8RHSA-2025:13291
Red Hat OpenShift Container Platform 4.15openshift4/ose-agent-installer-csr-approver-rhel8:v4.15.0-202507282305.p0.gf0b1275.assembly.stream.el8RHSA-2025:12370
Red Hat OpenShift Container Platform 4.15openshift4/ose-cloud-event-proxy-rhel9:v4.15.0-202507291037.p0.g1f58d5e.assembly.stream.el9RHSA-2025:12372
Red Hat OpenShift Container Platform 4.16openshift4/ose-aws-cluster-api-controllers-rhel9:v4.16.0-202507220305.p0.g949f38a.assembly.stream.el9RHSA-2025:11681
Red Hat OpenShift Container Platform 4.16openshift4/ose-agent-installer-api-server-rhel9:v4.16.0-202508042206.p0.g5c16119.assembly.stream.el9RHSA-2025:13336

Frequently Asked Questions

When logs are written to a widely-writable directory (the default), an unprivileged attacker may predict a privileged process's log file path and pre-create a symbolic link to a sensitive file in its place. When that privileged process runs, it will follow the planted symlink and overwrite that sensitive file. To fix that, glog now causes the program to exit (with status code 2) when it finds that the configured log file already exists.
O3 Security · Impact-Aware SCA

Is CVE-2024-45339 in your dependencies?

O3 Security finds CVE-2024-45339 across Go dependencies, including transitive ones, and its impact-aware SCA ranks findings by whether your code actually calls the vulnerable path.

CVE-2024-45339: glog (High 7.1) | O3 Security