CVE-2016-3088
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 Fileserver web application in Apache ActiveMQ 5.x before 5.14.0 allows remote attackers to upload and execute arbitrary files via an HTTP PUT followed by an HTTP MOVE request.
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 Fileserver web application in Apache ActiveMQ 5.x before 5.14.0 contains an arbitrary file upload vulnerability. Attackers can upload malicious files via HTTP PUT requests and then move them to executable locations using HTTP MOVE requests, achieving remote 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>= 5.0.0, < 5.14.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 Apache ActiveMQ versionCheck the version file typically located at <activemq-install>/activemq-version.txt, or run 'activemq --version' from the bin directory, or inspect the ACTIVEMQ_VERSION property in the startup logsAffected if The installed version is 5.0.0 through 5.13.x (any version < 5.14.0)
-
Locate the Fileserver web applicationInspect the <activemq-install>/webapps/ directory for a 'fileserver' folder or WAR file. Also check the conf/jetty.xml configuration for webapp handlersAffected if A fileserver directory or WAR exists in webapps, indicating the vulnerable application is deployed
-
Verify Fileserver servlet is configuredExamine the web application's web.xml file (found at <activemq-install>/webapps/fileserver/WEB-INF/web.xml) for the MoveServlet or FileServer servlet mappingsAffected if The MoveServlet is mapped and accessible, enabling the HTTP MOVE functionality required for the attack
-
Check network exposure of the FileserverReview jetty.xml or jetty-realm.properties to confirm the Fileserver webapp bind address and whether it is accessible over network (not localhost-only)Affected if The Fileserver is bound to a public or reachable network interface (0.0.0.0 or non-localhost IP)
You are affected if Apache ActiveMQ version is less than 5.14.0 AND the Fileserver web application is deployed and accessible.
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 · scoped5.14.0
Upgrade to Apache ActiveMQ 5.14.0 or later, or if the Fileserver is not required, disable or remove the fileserver web application entirely.
Apache ActiveMQ 5.14.0 or later (recommended: 5.15.0 stable release)
- 1. Backup your current ActiveMQ installation, data directory, and configuration files
- 2. Stop the ActiveMQ service
- 3. Download Apache ActiveMQ 5.14.0 or later from the official Apache archive (activemq.apache.org)
- 4. Extract the new version to your installation directory
- 5. Restore your configuration files from the backup (or migrate settings to the new version)
- 6. Start the ActiveMQ service
- 7. Verify the fileserver application is no longer exposed or has been disabled if not needed
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation2.0 h
- Implementation4.0 h
- Testing4.0 h
- Review / QA2.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $3,328.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2016-3088 — 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-2016-3088 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