CVE-2024-45106
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedImproper authentication of an HTTP endpoint in the S3 Gateway of Apache Ozone 1.4.0 allows any authenticated Kerberos user to revoke and regenerate the S3 secrets of any other user. This is only possible if: * ozone.s3g.secret.http.enabled is set to true. The default value of this configuration is false. * The user configured in ozone.s3g.kerberos.principal is also configured in ozone.s3.administrators or ozone.administrators. Users are recommended to upgrade to Apache Ozone version 1.4.1 which disables the affected endpoint.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceApache Ozone 1.4.0 S3 Gateway has improper authentication that allows any Kerberos-authenticated user to revoke and regenerate S3 secrets for any other user, due to insufficient authorization checks on an HTTP endpoint when specific configuration conditions are met.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.
NVD · CPE data= 1.4.0CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- Low
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- High
- Availability
- None
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Identify Ozone versionRun 'ozone version' or check the RPM/Docker image version to confirm the installed Apache Ozone version is 1.4.0Affected if Version is exactly 1.4.0
-
Verify S3 Gateway is deployedCheck if the S3 Gateway component (ozone-s3g) is running: use 'kubectl get pods' for Kubernetes or 'ps aux | grep s3g' for standalone installationsAffected if S3 Gateway process is running
-
Check S3 secret HTTP configurationInspect the Ozone configuration for property 'ozone.s3g.secret.http.enabled' in ozone-site.xml or via 'ozone getconf -confkey ozone.s3g.secret.http.enabled'Affected if The value is set to true or the property is missing (defaults to enabled in 1.4.0)
-
Confirm Kerberos authentication is activeCheck ozone-site.xml for security configuration: look for 'ozone.security.authentication' set to 'kerberos' or verify keytab-based authentication is configured for S3 GatewayAffected if Kerberos authentication is enabled for the S3 Gateway
You are affected if running Apache Ozone 1.4.0 with S3 Gateway enabled and the ozone.s3g.secret.http.enabled configuration is not explicitly set to false, allowing any Kerberos-authenticated user to manipulate another user's S3 secrets via the HTTP endpoint.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scopedUpgrade to Apache Ozone 1.4.1 which disables the vulnerable endpoint, and verify that ozone.s3g.secret.http.enabled remains false or is disabled if previously enabled.
Apache Ozone 1.4.1
- Download Apache Ozone 1.4.1 from the official Apache Ozone distribution (https://ozone.apache.org/downloads/)
- Stop all Ozone services (om, scm, s3g, datanode) gracefully
- Back up your Ozone metadata and configuration files
- Replace the Ozone installation with version 1.4.1 files
- Restore your configuration files (or verify ozone.s3g.secret.http.enabled is not set to true)
- Start the Ozone services in the correct order: SCM → OM → DataNodes → S3Gateway
- Verify the S3 Gateway is operational and the vulnerable endpoint is disabled
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation2.0 h
- Implementation2.0 h
- Testing2.0 h
- Review / QA1.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $1,984.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2024-45106 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2024-45106 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data