CVE-2026-6846
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 · uneditedA flaw was found in binutils. A heap-buffer-overflow vulnerability exists when processing a specially crafted XCOFF (Extended Common Object File Format) object file during linking. A local attacker could trick a user into processing this malicious file, which could lead to arbitrary code execution, allowing the attacker to run unauthorized commands, or cause a denial of service, making the system unavailable.
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 · moderate confidenceA heap-buffer-overflow vulnerability exists in binutils when processing specially crafted XCOFF (Extended Common Object File Format) object files during the linking phase. The flaw allows a local attacker to trigger the overflow by tricking a user into linking a malicious XCOFF file, potentially leading to arbitrary code execution or denial of service.
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 dataall versions= 4.0= 6.0= 8.0= 9.0= 10.0<= 2.46CVSS 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
- Local
- Complexity
- Low
- Privileges
- None
- User interaction
- Required
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- High
- Availability
- High
CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
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 installed binutils versionRun 'binutils --version' or 'ld -v' to determine the version of binutils installed on the systemAffected if The installed version is 2.46 or lower, or the version cannot be determined and the system is a listed Red Hat product (RHEL 6.0, 8.0, 9.0, 10.0, Openshift 4.0, or Hardened Images)
-
Verify XCOFF support is presentCheck if the 'file' command or binutils tools recognize XCOFF format by running 'file <any_xcoff_file>' or checking binutils compilation flagsAffected if XCOFF support is compiled into the installed binutils (XCOFF is a legacy IBM AIX format, typically present in cross-compilation toolchains)
-
Locate XCOFF object files in the environmentSearch for files with .xcoff, .o (for XCOFF), or .a extensions that may be XCOFF format using: 'find / -name "*.xcoff" 2>/dev/null' or 'find / -name "*.o" -exec file {} \; | grep -i xcoff'Affected if XCOFF object files exist in the environment, especially in directories handling external or untrusted inputs
-
Monitor for binutils processing XCOFF filesUse process monitoring (such as 'strace -f' or audit rules) to observe if binutils tools (ld, objdump, ar, nm) are invoked on XCOFF files, or check build/CI logs for XCOFF processingAffected if Binutils tools are being used to link or analyze XCOFF files, particularly from untrusted sources
You are affected if binutils version 2.46 or lower is installed and XCOFF object files from untrusted sources are being processed by binutils tools.
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 · scopedUpdate binutils to the latest version when a patch is released. Avoid processing untrusted or specially crafted XCOFF files until the vulnerability is patched.
Red Hat Enterprise Linux: upgrade to the binutils version specified in the corresponding RHSA (refer to access.redhat.com/security/updates/active)
- Check the current binutils version installed: rpm -q binutils
- Consult Red Hat Security Advisory RHSA (run: rpm -q --changelog binutils | grep -i 'CVE-2026-6846') to identify the fixed version
- For RHEL 8/9/10: sudo dnf update binutils to apply the security fix
- For RHEL 6 (if still in support): sudo yum update binutils
- Verify the update was applied successfully: rpm -q binutils and confirm the version includes the fix
- Rebuild any packages or containers that use the affected binutils version
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation4.0 h
- Implementation8.0 h
- Testing6.0 h
- Review / QA4.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $6,176.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-6846 — 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-2026-6846 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