Http ClientApplication · Call Cc

CVE-2016-6286

HIGH · 7.5 CVSS v3.0 Published 2017-01-10
Fix available
A fix is available. Upgrade to after 0.4.2 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 "spiffy-cgi-handlers" egg would convert a nonexistent "Proxy" header to the HTTP_PROXY environment variable, which would allow attackers to direct CGI programs which use this environment variable to use an attacker-specified HTTP proxy server (also known as a "httpoxy" attack). This affects all versions of spiffy-cgi-handlers before 0.5.

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 spiffy-cgi-handlers Common Lisp library improperly forwarded the HTTP 'Proxy' request header as the HTTP_PROXY environment variable to CGI programs. Since CGI applications commonly use HTTP_PROXY to configure proxy behavior, an attacker sending a malicious 'Proxy' header could redirect the application's outbound HTTP traffic through an attacker-controlled proxy server, enabling MITM attacks and request interception (httpoxy vulnerability).

MitigationUpgrade spiffy-cgi-handlers to version 0.5 or later, which blocks the Proxy header from being passed to the CGI environment. Audit all CGI applications using this library to confirm they are not vulnerable to proxy redirection.

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.4.2

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. Identify installed version of Call Cc Http Client
    Run the package manager or lisp system to query the installed version of Call Cc Http Client (e.g., (ql:quickload :call-cc-http-client) and check *version* or similar, or check your project's quicklisp/local-projects directory for the library)
    Affected if The installed version is 0.4.2 or lower
  2. Confirm CGI handler functionality is in use
    Inspect your application code or configuration to determine if spiffy-cgi-handlers is loaded and used to handle CGI requests
    Affected if Your application uses spiffy-cgi-handlers to process CGI requests
  3. Verify Proxy header forwarding behavior
    Examine the spiffy-cgi-handlers source code or configuration to confirm it forwards incoming HTTP headers to CGI environment variables, particularly checking for code that maps the Proxy header to HTTP_PROXY
    Affected if The library forwards the Proxy header as HTTP_PROXY environment variable to CGI programs
  4. Test for environment variable injection
    Send a request with a 'Proxy:' header to your CGI application and inspect the CGI environment (e.g., check if HTTP_PROXY is set to the attacker-supplied value)
    Affected if The Proxy header value from incoming requests appears as HTTP_PROXY in the CGI environment

You are affected if you run Call Cc Http Client version 0.4.2 or lower and use spiffy-cgi-handlers to serve CGI applications, as the library will forward attacker-controlled Proxy headers as HTTP_PROXY environment variables.

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.4.2
Interim mitigation

Upgrade spiffy-cgi-handlers to version 0.5 or later, which blocks the Proxy header from being passed to the CGI environment. Audit all CGI applications using this library to confirm they are not vulnerable to proxy redirection.

Fix this in Http Client Scoped from the published advisory
  • Consultation3.0 h
  • Implementation4.0 h
  • Testing4.0 h
  • Review / QA2.0 h
13.0 hours of engineering $2,280
Get the upgrade done

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

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

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