CVE & Exploit Intelligence Database

Updated 5h ago

Search and track vulnerabilities with real-time exploit intelligence. Cross-reference CVEs against public exploits from ExploitDB, Metasploit, GitHub, and Nuclei — with CVSS and EPSS scoring, CISA KEV monitoring, and AI-powered exploit analysis.

338,223 CVEs tracked 53,274 with exploits 4,730 exploited in wild 1,542 CISA KEV 3,929 Nuclei templates 37,826 vendors 42,563 researchers
1,290 results Clear all
CVE-2014-8938 7.8 HIGH EPSS 0.00
Lexiglot <2014-11-20 - Info Disclosure
Lexiglot through 2014-11-20 allows local users to obtain sensitive information by listing a process because the username and password are on the command line.
CWE-522 Jun 01, 2020
CVE-2019-13023 6.5 MEDIUM EPSS 0.00
Jetstream Jetselect - Information Disclosure
An issue was discovered in all versions of Bond JetSelect. Within the JetSelect Application, the web interface hides RADIUS secrets, WPA passwords, and SNMP strings from 'non administrative' users using HTML 'password field' obfuscation. By using Developer tools or similar, it is possible to change the obfuscation so that the credentials are visible.
CWE-522 May 14, 2020
CVE-2014-1423 5.9 MEDIUM EPSS 0.00
Signond - Insufficiently Protected Credentials
signond before 8.57+15.04.20141127.1-0ubuntu1, as used in Ubuntu Touch, did not properly restrict applications from querying oath tokens due to incorrect checks and the missing installation of the signon-apparmor-extension. An attacker could use this create a malicious click app that collects oauth tokens for other applications, exposing sensitive information.
CWE-522 May 07, 2020
CVE-2020-10972 7.5 HIGH 2 Writeups EPSS 0.00
Wavlink - Info Disclosure
An issue was discovered where a page is exposed that has the current administrator password in cleartext in the source code of the page. No authentication is required in order to reach the page (a certain live_?.shtml page with the variable syspasswd). Affected Devices: Wavlink WN530HG4, Wavlink WN531G3, and Wavlink WN572HG3
CWE-522 May 07, 2020
CVE-2019-18868 9.8 CRITICAL 1 Writeup EPSS 0.01
Blaauw Remote Kiln Control <v3.00r4 - Info Disclosure
Blaauw Remote Kiln Control through v3.00r4 allows an unauthenticated attacker to access MySQL credentials in cleartext in /engine/db.inc, /lang/nl.bak, or /lang/en.bak.
CWE-522 May 07, 2020
CVE-2020-2182 4.3 MEDIUM EPSS 0.00
Jenkins Credentials Binding - Insufficiently Protected Credentials
Jenkins Credentials Binding Plugin 1.22 and earlier does not mask (i.e., replace with asterisks) secrets containing a `$` character in some circumstances.
CWE-522 May 06, 2020
CVE-2020-2181 6.5 MEDIUM EPSS 0.00
Jenkins Credentials Binding - Insufficiently Protected Credentials
Jenkins Credentials Binding Plugin 1.22 and earlier does not mask (i.e., replace with asterisks) secrets in the build log when the build contains no build steps.
CWE-522 May 06, 2020
CVE-2019-19218 7.5 HIGH EPSS 0.00
BMC Control-M/Agent 7.0.00.000 - Info Disclosure
BMC Control-M/Agent 7.0.00.000 has Insecure Password Storage.
CWE-522 Apr 30, 2020
CVE-2020-11821 5.3 MEDIUM EPSS 0.01
Rukovoditel - Insufficiently Protected Credentials
In Rukovoditel 2.5.2, users' passwords and usernames are stored in a cookie with URL encoding, base64 encoding, and hashing. Thus, an attacker can easily apply brute force on them.
CWE-522 Apr 27, 2020
CVE-2020-12273 7.5 HIGH 1 Writeup EPSS 0.00
Testlink - Insufficiently Protected Credentials
In TestLink 1.9.20, a crafted login.php viewer parameter exposes cleartext credentials.
CWE-522 Apr 27, 2020
CVE-2019-4668 5.5 MEDIUM EPSS 0.00
IBM UrbanCode Deploy <7.0.4.0 - Info Disclosure
IBM UrbanCode Deploy (UCD) 7.0.4.0 stores user credentials in plain in clear text which can be read by a local user. IBM X-Force ID: 171250.
CWE-522 Apr 23, 2020
CVE-2019-19105 6.2 MEDIUM EPSS 0.00
ABB Telephone Gateway TG/S <3.2 - Info Disclosure
The backup function in ABB Telephone Gateway TG/S 3.2 and Busch-Jaeger 6186/11 Telefon-Gateway saves the current settings and configuration of the application, including credentials of existing user accounts and other configuration's credentials in plaintext.
CWE-522 Apr 22, 2020
CVE-2017-18777 7.8 HIGH EPSS 0.00
NETGEAR devices - Info Disclosure
Certain NETGEAR devices are affected by administrative password disclosure. This affects D6220 before V1.0.0.28, D6400 before V1.0.0.60, D8500 before V1.0.3.29, DGN2200v4 before 1.0.0.82, DGN2200Bv4 before 1.0.0.82, R6300v2 before 1.0.4.8, R6400 before 1.0.1.20, R6700 before 1.0.1.20, R6900 before 1.0.1.20, R7000 before 1.0.7.10, R7100LG before V1.0.0.32, R7300DST before 1.0.0.52, R7900 before 1.0.1.16, R8000 before 1.0.3.36, R8300 before 1.0.2.94, R8500 before 1.0.2.94, WNDR3400v3 before 1.0.1.12, and WNR3500Lv2 before 1.2.0.40.
CWE-522 Apr 22, 2020
CVE-2020-11008 4.0 MEDIUM 1 Writeup EPSS 0.02
Git - Info Disclosure
Affected versions of Git have a vulnerability whereby Git can be tricked into sending private credentials to a host controlled by an attacker. This bug is similar to CVE-2020-5260(GHSA-qm7j-c969-7j4q). The fix for that bug still left the door open for an exploit where _some_ credential is leaked (but the attacker cannot control which one). Git uses external "credential helper" programs to store and retrieve passwords or other credentials from secure storage provided by the operating system. Specially-crafted URLs that are considered illegal as of the recently published Git versions can cause Git to send a "blank" pattern to helpers, missing hostname and protocol fields. Many helpers will interpret this as matching _any_ URL, and will return some unspecified stored password, leaking the password to an attacker's server. The vulnerability can be triggered by feeding a malicious URL to `git clone`. However, the affected URLs look rather suspicious; the likely vector would be through systems which automatically clone URLs not visible to the user, such as Git submodules, or package systems built around Git. The root of the problem is in Git itself, which should not be feeding blank input to helpers. However, the ability to exploit the vulnerability in practice depends on which helpers are in use. Credential helpers which are known to trigger the vulnerability: - Git's "store" helper - Git's "cache" helper - the "osxkeychain" helper that ships in Git's "contrib" directory Credential helpers which are known to be safe even with vulnerable versions of Git: - Git Credential Manager for Windows Any helper not in this list should be assumed to trigger the vulnerability.
CWE-522 Apr 21, 2020
CVE-2017-18845 7.8 HIGH EPSS 0.00
NETGEAR - Info Disclosure
Certain NETGEAR devices are affected by disclosure of administrative credentials. This affects R6700v2 before 1.1.0.38 and R6800 before 1.1.0.38.
CWE-522 Apr 20, 2020
CVE-2017-18844 7.8 HIGH EPSS 0.00
NETGEAR - Info Disclosure
Certain NETGEAR devices are affected by disclosure of administrative credentials. This affects R6700v2 before 1.1.0.38, R6800 before 1.1.0.38, and D7000 before 1.0.1.50.
CWE-522 Apr 20, 2020
CVE-2017-18843 7.8 HIGH EPSS 0.00
NETGEAR - Info Disclosure
Certain NETGEAR devices are affected by disclosure of administrative credentials. This affects R6700v2 before 1.1.0.38, R6800 before 1.1.0.38, and D7000 before 1.0.1.50.
CWE-522 Apr 20, 2020
CVE-2020-9523 8.8 HIGH EPSS 0.00
Microfocus Enterprise Developer - Insufficiently Protected Credentials
Insufficiently protected credentials vulnerability on Micro Focus enterprise developer and enterprise server, affecting all version prior to 4.0 Patch Update 16, and version 5.0 Patch Update 6. The vulnerability could allow an attacker to transmit hashed credentials for the user account running the Micro Focus Directory Server (MFDS) to an arbitrary site, compromising that account's security.
CWE-522 Apr 17, 2020
CVE-2020-5721 5.5 MEDIUM EPSS 0.00
MikroTik WinBox <3.22 - Info Disclosure
MikroTik WinBox 3.22 and below stores the user's cleartext password in the settings.cfg.viw configuration file when the Keep Password field is set and no Master Password is set. Keep Password is set by default and, by default Master Password is not set. An attacker with access to the configuration file can extract a username and password to gain access to the router.
CWE-260 Apr 15, 2020
CVE-2020-5260 9.3 CRITICAL 3 PoCs Analysis EPSS 0.33
Git < 2.17.4 - Insufficiently Protected Credentials
Affected versions of Git have a vulnerability whereby Git can be tricked into sending private credentials to a host controlled by an attacker. Git uses external "credential helper" programs to store and retrieve passwords or other credentials from secure storage provided by the operating system. Specially-crafted URLs that contain an encoded newline can inject unintended values into the credential helper protocol stream, causing the credential helper to retrieve the password for one server (e.g., good.example.com) for an HTTP request being made to another server (e.g., evil.example.com), resulting in credentials for the former being sent to the latter. There are no restrictions on the relationship between the two, meaning that an attacker can craft a URL that will present stored credentials for any host to a host of their choosing. The vulnerability can be triggered by feeding a malicious URL to git clone. However, the affected URLs look rather suspicious; the likely vector would be through systems which automatically clone URLs not visible to the user, such as Git submodules, or package systems built around Git. The problem has been patched in the versions published on April 14th, 2020, going back to v2.17.x. Anyone wishing to backport the change further can do so by applying commit 9a6bbee (the full release includes extra checks for git fsck, but that commit is sufficient to protect clients against the vulnerability). The patched versions are: 2.17.4, 2.18.3, 2.19.4, 2.20.3, 2.21.2, 2.22.3, 2.23.2, 2.24.2, 2.25.3, 2.26.1.
CWE-522 Apr 14, 2020