FreeBSDOperating system

CVE-2024-6760

HIGH · 7.5 CVSS v3.1 Published 2024-08-12
Fix available
A fix is available. Upgrade to 13.0 / 13.3 or later.
See remediation →
84/100
Remediation priority · High
Remotely reachable No privileges Zero-click

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 · unedited
A logic bug in the code which disables kernel tracing for setuid programs meant that tracing was not disabled when it should have, allowing unprivileged users to trace and inspect the behavior of setuid programs. The bug may be used by an unprivileged user to read the contents of files to which they would not otherwise have access, such as the local password database.

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 confidence

A logic bug in the Linux kernel's tracing control for setuid programs fails to properly disable tracing when a privileged program is executed. This allows unprivileged users to attach to setuid binaries and inspect their behavior, including reading sensitive file contents like /etc/shadow.

MitigationApply the vendor-provided kernel security patch that corrects the tracing disable logic. Monitor for suspicious tracing activity (e.g., via strace/ltrace) on setuid binaries until the patch is deployed.

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
FreeBSDOperating system
Affected:< 13.0>= 13.1, < 13.3= 13.3= 14.0= 14.1

CVSS 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
None
User interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
None
Availability
None

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/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 checks

Work through these to decide whether this CVE applies to you.

  1. Check your FreeBSD version
    Run `uname -r` or `freebsd-version -u` to get the installed FreeBSD version number
    Affected if The version falls within any of these ranges: < 13.0, >= 13.1 and < 13.3, = 13.3, = 14.0, or = 14.1
  2. Verify if tracing tools are accessible to unprivileged users
    Check if non-root users can execute dtrace, ktrace, or strace commands. Test with `which dtrace ktrace strace` as a non-root user and attempt to run them if present
    Affected if Unprivileged users can successfully run any kernel tracing facility (dtrace, ktrace) or process tracing tool (strace, ltrace) on the system
  3. Test if setuid binaries can be traced by unprivileged users
    As a non-root user, attempt to attach a tracer (such as dtrace -p or ktrace -p) to a known setuid binary like /usr/bin/passwd or /usr/bin/su
    Affected if A non-root user can successfully attach a tracer to a setuid binary and observe its system calls or memory contents

You are affected if your FreeBSD version matches the affected ranges AND unprivileged users can attach tracing tools to setuid binaries.

Generated from the published advisory. Verify against your own configuration.

Check your environment

Paste your version and any relevant configuration and it will be compared against the affected criteria above. Do not include secrets or credentials.

AI-assisted, checked against the advisory. Informational, not a guarantee.

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 · scoped
Upgrade available Upgrade to 13.0 / 13.3 or later
Fixed in 13.013.3
Interim mitigation

Apply the vendor-provided kernel security patch that corrects the tracing disable logic. Monitor for suspicious tracing activity (e.g., via strace/ltrace) on setuid binaries until the patch is deployed.

Recommended fix High confidence

FreeBSD 13.4-RELEASE or 14.1-RELEASE (depending on which branch you are on)

  1. Back up all critical data and verify you have a reliable system recovery mechanism in place
  2. Update your FreeBSD package repository metadata: pkg update
  3. Upgrade the base system using freebsd-update: freebsd-update fetch install
  4. Alternatively, for version-specific upgrade: freebsd-update -r 13.4-RELEASE upgrade install or freebsd-update -r 14.1-RELEASE upgrade install
  5. Reboot the system into the new kernel: shutdown -r now
  6. Verify the kernel version after reboot: uname -r
  7. Confirm the security patch is applied by checking FreeBSD security advisories or running: freebsd-version -k
Caveat Standard FreeBSD base system upgrade - may require attention to configuration files that differ between major versions, and ensure third-party software is compatible with the new release

Generated from the published advisory — verify against the referenced sources before acting.

Fix this in FreeBSD Scoped from the published advisory
  • Consultation4.0 h
  • Implementation16.0 h
  • Testing12.0 h
  • Review / QA8.0 h
40.0 hours of engineering $6,920
Get the upgrade done

An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $11,072.

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

Check whether your project pulls in CVE-2024-6760 — 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 sources

Practitioner notes

Contributed

Peer-ranked notes from engineers who’ve handled CVE-2024-6760 in production — separate from our analysis above.

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.

What this is

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.

What belongs here
  • 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