Http ClientApplication · Call Cc

CVE-2016-6287

HIGH · 7.5 CVSS v3.0 Published 2017-01-10
Fix available
A fix is available. Upgrade to after 0.9 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
The "http-client" egg always used a HTTP_PROXY environment variable to determine whether HTTP traffic should be routed via a proxy, even when running as a CGI process. Under several web servers this would mean a user-supplied "Proxy" header could allow an attacker to direct all HTTP requests through a proxy (also known as a "httpoxy" attack). This affects all versions of http-client before 0.10.

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

The http-client egg for Chicken Scheme unconditionally uses the HTTP_PROXY environment variable to determine proxy settings, even when running as a CGI process. In CGI contexts, the HTTP_PROXY env var can be set from the incoming 'Proxy' HTTP header, allowing attackers to redirect all HTTP requests through an attacker-controlled proxy (httpoxy attack). This affects versions before 0.10.

MitigationUpgrade to http-client version 0.10 or later, which should implement proper validation to ignore user-supplied Proxy headers when running in CGI environments, or explicitly unset HTTP_PROXY in CGI deployments.

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
Http ClientApplication
Affected:<= 0.9

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
None
Integrity
High
Availability
None

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

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

  1. Check installed http-client egg version
    Use chicken-install to list installed eggs and their versions, or inspect the egg's metadata file in the Chicken Scheme library directory
    Affected if The http-client egg version is 0.9 or lower (any version before 0.10)
  2. Identify if the application runs as a CGI process
    Check for common CGI environment variables such as REQUEST_METHOD, SERVER_PROTOCOL, or GATEWAY_INTERFACE being set in the process environment
    Affected if The application runs as a CGI process and these CGI-specific environment variables are present
  3. Verify HTTP_PROXY environment variable is set
    Inspect the process environment for the HTTP_PROXY variable using commands like 'env' or 'printenv'
    Affected if The HTTP_PROXY environment variable is present and exported in the environment
  4. Confirm http-client uses HTTP_PROXY for proxy settings
    Review application code or http-client egg source to verify it reads HTTP_PROXY for proxy configuration without validating whether the application runs in CGI context
    Affected if The http-client egg unconditionally uses HTTP_PROXY for proxy settings without checking for CGI execution context

You are affected if you run http-client egg version 0.9 or earlier in a CGI context while the HTTP_PROXY environment variable is present, allowing an attacker to inject a Proxy header to redirect your HTTP requests.

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.

From vendor data
Upgrade available Upgrade to a release after 0.9
Interim mitigation

Upgrade to http-client version 0.10 or later, which should implement proper validation to ignore user-supplied Proxy headers when running in CGI environments, or explicitly unset HTTP_PROXY in CGI deployments.

Fix this in Http Client Scoped from the published advisory
  • Consultation4.0 h
  • Implementation8.0 h
  • Testing6.0 h
  • Review / QA3.0 h
21.0 hours of engineering $3,680
Get the upgrade done

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

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

Check whether your project pulls in CVE-2016-6287 — 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-2016-6287 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