Metasploit
Approved changes feed: RSS · Atom
cpe:2.3:a:rapid7:metasploit:*:*:*:*:*:*:*:*
part: a version: * update: *
| Vendor | Rapid7 (d570a41c-9d2a-5057-8a47-227f116734f8) |
|---|---|
| Product | Metasploit (18f6b95a-9ee1-54c6-a236-06556391475c) |
| Edition | * |
| Language | * |
| Software edition | * |
| Target software | * |
| Target hardware | * |
| Other | * |
| Notes | Imported from purl2cpe mapping |
PURL mappings
| PURL | Source | Last updated |
|---|---|---|
pkg:bitbucket/cfield/metasploit-framework |
purl2cpe | 2026-06-01 10:11:01.552601 |
pkg:gem/metasploit-framework |
purl2cpe | 2026-06-01 10:11:01.552604 |
pkg:github/rapid7/metasploit-framework |
purl2cpe | 2026-06-01 10:11:01.552607 |
pkg:gitlab/kalilinux/metasploit-framework |
purl2cpe | 2026-06-01 10:11:01.552610 |
Vulnerability references
| Identifier | cpeApplicability | Submitted | db.gcve.eu details | Rationale |
|---|---|---|---|---|
CVE:CVE-2020-7385 |
vulnerable | 2026-06-03 14:43:06.193749 |
Metasploit Framework 'drb_remote_codeexec' code execution
HIGH (8.1)
By launching the drb_remote_codeexec exploit, a Metasploit Framework user will inadvertently expose Metasploit to the same deserialization issue that is exploited by that module, due to the reliance on the vulnerable Distributed Ruby class functions. Since Metasploit Framework typically runs with elevated privileges, this can lead to a system compromise on the Metasploit workstation. Note that an attacker would have to lie in wait and entice the Metasploit user to run the affected module against a malicious endpoint in a "hack-back" type of attack. Metasploit is only vulnerable when the drb_remote_codeexec module is running. In most cases, this cannot happen automatically.
Published: 2021-04-23T15:35:19.277Z
Updated: 2024-09-17T01:30:50.001Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2020-7384 |
vulnerable | 2026-06-03 14:43:06.193361 |
Client-Side Command Injection in Rapid7 Metasploit
HIGH (7)
Rapid7's Metasploit msfvenom framework handles APK files in a way that allows for a malicious user to craft and publish a file that would execute arbitrary commands on a victim's machine.
Published: 2020-10-29T14:05:16.000Z
Updated: 2024-08-04T09:25:48.998Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2020-7377 |
vulnerable | 2026-06-03 14:43:06.185197 |
Rapid7 Metasploit Framework Relative Path Traversal in telpho10_credential_dump module
HIGH (8.1)
The Metasploit Framework module "auxiliary/admin/http/telpho10_credential_dump" module is affected by a relative path traversal vulnerability in the untar method which can be exploited to write arbitrary files to arbitrary locations on the host file system when the module is run on a malicious HTTP server.
Published: 2020-08-24T19:10:18.025Z
Updated: 2024-09-17T03:43:45.123Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2020-7376 |
vulnerable | 2026-06-03 14:43:06.184827 |
Rapid7 Metasploit Framework Relative Path Traversal in enum_osx module
HIGH (7.1)
The Metasploit Framework module "post/osx/gather/enum_osx module" is affected by a relative path traversal vulnerability in the get_keychains method which can be exploited to write arbitrary files to arbitrary locations on the host filesystem when the module is run on a malicious host.
Published: 2020-08-24T19:10:17.594Z
Updated: 2024-09-16T23:35:28.125Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2020-7350 |
vulnerable | 2026-06-03 14:43:06.081343 |
Metasploit Framework Plugin Libnotify Command Injection
MEDIUM (6.1)
Rapid7 Metasploit Framework versions before 5.0.85 suffers from an instance of CWE-78: OS Command Injection, wherein the libnotify plugin accepts untrusted user-supplied data via a remote computer's hostname or service name. An attacker can create a specially-crafted hostname or service name to be imported by Metasploit from a variety of sources and trigger a command injection on the operator's terminal. Note, only the Metasploit Framework and products that expose the plugin system is susceptible to this issue -- notably, this does not include Rapid7 Metasploit Pro. Also note, this vulnerability cannot be triggered through a normal scan operation -- the attacker would have to supply a file that is processed with the db_import command.
Published: 2020-04-22T21:25:13.300Z
Updated: 2024-09-17T00:51:34.097Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-5645 |
vulnerable | 2026-06-03 14:40:35.897615 |
Rapid7 Metasploit HTTP Handler Denial of Service
HIGH (7.5)
By sending a specially crafted HTTP GET request to a listening Rapid7 Metasploit HTTP handler, an attacker can register an arbitrary regular expression. When evaluated, this malicious handler can either prevent new HTTP handler sessions from being established, or cause a resource exhaustion on the Metasploit server.
Published: 2020-09-01T14:35:12.880Z
Updated: 2024-09-17T03:29:11.352Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-5624 |
vulnerable | 2026-06-03 14:40:35.860765 |
Rapid7 Metasploit Framework Zip Import Directory Traversal
HIGH (7.4)
Rapid7 Metasploit Framework suffers from an instance of CWE-22, Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') in the Zip import function of Metasploit. Exploiting this vulnerability can allow an attacker to execute arbitrary code in Metasploit at the privilege level of the user running Metasploit. This issue affects: Rapid7 Metasploit Framework version 4.14.0 and prior versions.
Published: 2019-04-30T16:53:31.816Z
Updated: 2024-09-17T04:29:13.622Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-5244 |
vulnerable | 2026-06-03 14:37:18.759532 |
Details available
Routes used to stop running Metasploit tasks (either particular ones or all tasks) allowed GET requests. Only POST requests should have been allowed, as the stop/stop_all routes change the state of the service. This could have allowed an attacker to stop currently-running Metasploit tasks by getting an authenticated user to execute JavaScript. As of Metasploit 4.14.0 (Update 2017061301), the routes for stopping tasks only allow POST requests, which validate the presence of a secret token to prevent CSRF attacks.
Published: 2017-06-15T14:00:00.000Z
Updated: 2024-08-05T14:55:35.787Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-5235 |
vulnerable | 2026-06-03 14:37:18.745977 |
Details available
Rapid7 Metasploit Pro installers prior to version 4.13.0-2017022101 contain a DLL preloading vulnerability, wherein it is possible for the installer to load a malicious DLL located in the current working directory of the installer.
Published: 2017-03-02T20:00:00.000Z
Updated: 2024-08-05T14:55:35.544Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-5231 |
vulnerable | 2026-06-03 14:37:18.740382 |
Details available
All editions of Rapid7 Metasploit prior to version 4.13.0-2017020701 contain a directory traversal vulnerability in the Meterpreter stdapi CommandDispatcher.cmd_download() function. By using a specially-crafted build of Meterpreter, it is possible to write to an arbitrary directory on the Metasploit console with the permissions of the running Metasploit instance.
Published: 2017-03-02T20:00:00.000Z
Updated: 2024-08-05T14:55:35.636Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-5229 |
vulnerable | 2026-06-03 14:37:18.738840 |
Details available
All editions of Rapid7 Metasploit prior to version 4.13.0-2017020701 contain a directory traversal vulnerability in the Meterpreter extapi Clipboard.parse_dump() function. By using a specially-crafted build of Meterpreter, it is possible to write to an arbitrary directory on the Metasploit console with the permissions of the running Metasploit instance.
Published: 2017-03-02T20:00:00.000Z
Updated: 2024-08-05T14:55:35.561Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-5228 |
vulnerable | 2026-06-03 14:37:18.738500 |
Details available
All editions of Rapid7 Metasploit prior to version 4.13.0-2017020701 contain a directory traversal vulnerability in the Meterpreter stdapi Dir.download() function. By using a specially-crafted build of Meterpreter, it is possible to write to an arbitrary directory on the Metasploit console with the permissions of the running Metasploit instance.
Published: 2017-03-02T20:00:00.000Z
Updated: 2024-08-05T14:55:35.676Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-15084 |
vulnerable | 2026-06-03 14:36:45.226324 |
Details available
The web UI in Rapid7 Metasploit before 4.14.1-20170828 allows logout CSRF, aka R7-2017-22.
Published: 2017-10-06T21:00:00.000Z
Updated: 2024-09-16T19:10:27.539Z |
Imported from gcve-enriched-dumps CVE data |
Contribute
You can submit an edit proposal for this CPE entry or suggest a related product/vendor addition using the action button above.