CVE-2024-11944
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 · uneditediXsystems TrueNAS CORE tarfile.extractall Directory Traversal Remote Code Execution Vulnerability. This vulnerability allows network-adjacent attackers to execute arbitrary code on affected installations of iXsystems TrueNAS devices. Authentication is not required to exploit this vulnerability. The specific flaw exists within the tarfile.extractall method. The issue results from the lack of proper validation of a user-supplied path prior to using it in file operations. An attacker can leverage this in conjunction with other vulnerabilities to execute code in the context of root. Was ZDI-CAN-25626.
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 confidenceThe vulnerability exists in the tarfile.extractall method within iXsystems TrueNAS CORE, where user-supplied paths are not properly validated before file operations. This allows directory traversal attacks via specially crafted tar archives containing paths with '../' sequences. An unauthenticated network-adjacent attacker can exploit this to write files to arbitrary locations on the system, achieving root-level code execution.
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= 13.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
- Adjacent
- Complexity
- Low
- Privileges
- None
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- High
- Availability
- High
CVSS:3.1/AV:A/AC:L/PR:N/UI:N/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.
-
Confirm TrueNAS CORE is runningLog into the TrueNAS web UI or run 'glxdd status' from the shell to identify the installed system as TrueNAS CORE.Affected if The system is not TrueNAS CORE (e.g., TrueNAS SCALE, another NAS platform).
-
Verify the exact firmware versionNavigate to System > Overview in the web UI or run 'freenas-version' from the shell to determine the installed firmware version.Affected if The firmware version is exactly 13.0. Versions other than 13.0 are not affected by this specific CVE.
-
Identify services accepting tar archives from network sourcesReview enabled services in the web UI under Services > API Services and check for any custom configurations or scripts that invoke the Python tarfile module with extractall().Affected if Any service accepts tar archives from unauthenticated network sources and processes them using tarfile.extractall without path validation.
-
Audit custom scripts or plugins using tar extractionExamine any user-created scripts, plugins, or third-party integrations in /usr/local/etc/rc.d/, /etc/ix/ or the plugins directory for usage of tarfile.extractall().Affected if Custom code calls tarfile.extractall() on archives obtained from untrusted network sources without sanitizing extracted paths.
-
Check for exposed management interfacesReview network access controls in the web UI under Network > Global Settings and verify that TrueNAS management ports (HTTP/HTTPS, SSH) are not exposed to unauthenticated network-adjacent attackers.Affected if Management interfaces are accessible to unauthenticated attackers on the network.
A system is affected if it is TrueNAS CORE firmware version 13.0 AND has any service or script that uses tarfile.extractall() on archives from unauthenticated network sources without validating paths for '../' sequences.
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.
From vendor dataApply the official iXsystems TrueNAS CORE security patch when available. Until then, restrict network access to TrueNAS management interfaces and disable any unauthenticated file extraction services.
- 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-2024-11944 — 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-11944 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