CVE-2011-2717
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 · uneditedThe DHCPv6 client (dhcp6c) as used in the dhcpv6 project through 2011-07-25 allows remote DHCP servers to execute arbitrary commands via shell metacharacters in a hostname obtained from a DHCP message.
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 confidenceThe dhcp6c DHCPv6 client fails to sanitize hostname values received from remote DHCP servers, allowing injection of arbitrary shell commands through metacharacters in the hostname field. When the client processes a malicious hostname containing shell metacharacters (such as ;, |, or $()), it can lead to remote command execution on the client system.
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<= 2011-07-25= 4.0= 5.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
- None
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- High
- Availability
- High
CVSS:3.1/AV:N/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.
-
Identify if dhcp6c is installedCheck for the dhcp6c binary or package on the system using commands such as 'which dhcp6c', 'rpm -qa | grep dhcp', or 'dpkg -l | grep dhcp6'Affected if dhcp6c package is present on the system
-
Determine dhcp6c versionRun 'dhcp6c -v' or check the package version via the system package manager. Compare the build date or version number to the 2011-07-25 thresholdAffected if The dhcp6c version or build date is on or before 2011-07-25
-
Check Red Hat Enterprise Linux versionIf using RHEL, run 'cat /etc/redhat-release' or 'rpm -q redhat-release' to identify the exact versionAffected if The system runs RHEL 4.0 or RHEL 5.0 with dhcp6c enabled
-
Verify DHCPv6 client configuration is activeInspect dhcp6c configuration files typically located in /etc/dhcp6c.conf or /etc/dhcp6c/ and check if the service is running via 'ps aux | grep dhcp6c'Affected if dhcp6c is actively running or configured to start on boot
-
Confirm hostname processing from DHCPv6Review the dhcp6c configuration for statements that process or use the hostname option received from DHCPv6 servers, such as 'send host-name' or similar hostname-related directivesAffected if The configuration processes hostname values received from DHCPv6 servers and passes them to shell commands or scripts
The environment is affected if dhcp6c is installed and configured to process hostname values from DHCPv6 servers, with a version or system release matching the affected ranges (pre-July 2011 build or RHEL 4.0/5.0).
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 · scopedImplement strict input validation on hostname fields received from DHCP messages, removing or escaping shell metacharacters before use. Alternatively, avoid passing hostname data to shell commands entirely by using safer API calls.
Red Hat Enterprise Linux 4.0/5.0 via respective RHSA patch; upstream dhcp project fixed after 2011-07-25
- Check the Red Hat Security Advisory (RHSA) for CVE-2011-2717 for your specific RHEL version (4.0 or 5.0)
- Run 'yum update dhcp' or 'yum update dhcpv6-client' to apply the security patch
- Verify the update was successful by checking the installed version with 'rpm -q dhcp' or 'rpm -q dhcpv6-client'
- Restart any dhcp6c services if they are running
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation2.0 h
- Implementation4.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 $2,560.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2011-2717 — 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-2011-2717 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