Exploit Intelligence Platform

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.

346,361 CVEs tracked 53,621 with exploits 4,857 exploited in wild 1,583 CISA KEV 4,077 Nuclei templates 52,288 vendors 43,840 researchers
285 results Clear all
CVE-2019-19844 9.8 CRITICAL 5 PoCs Analysis EPSS 0.14
Django < 1.11.27 - Password Reset Weakness
Django before 1.11.27, 2.x before 2.2.9, and 3.x before 3.0.1 allows account takeover. A suitably crafted email address (that is equal to an existing user's email address after case transformation of Unicode characters) would allow an attacker to be sent a password reset token for the matched user account. (One mitigation in the new releases is to send password reset tokens only to the registered user email address.)
CWE-640 Dec 18, 2019
CVE-2019-6690 7.5 HIGH 2 PoCs Analysis EPSS 0.21
Python-gnupg < 0.4.4 - Improper Input Validation
python-gnupg 0.4.3 allows context-dependent attackers to trick gnupg to decrypt other ciphertext than intended. To perform the attack, the passphrase to gnupg must be controlled by the adversary and the ciphertext should be trusted. Related to a "CWE-20: Improper Input Validation" issue affecting the affect functionality component.
CWE-20 Mar 21, 2019
CVE-2019-14751 7.5 HIGH 1 PoC Analysis EPSS 0.03
Nltk < 3.4.5 - Path Traversal
NLTK Downloader before 3.4.5 is vulnerable to a directory traversal, allowing attackers to write arbitrary files via a ../ (dot dot slash) in an NLTK package (ZIP archive) that is mishandled during extraction.
CWE-22 Aug 22, 2019
CVE-2019-6446 9.8 CRITICAL 1 PoC Analysis EPSS 0.71
Numpy < 1.16.0 - Insecure Deserialization
An issue was discovered in NumPy before 1.16.3. It uses the pickle Python module unsafely, which allows remote attackers to execute arbitrary code via a crafted serialized object, as demonstrated by a numpy.load call. NOTE: third parties dispute this issue because it is a behavior that might have legitimate applications in (for example) loading serialized Python object arrays from trusted and authenticated sources.
CWE-502 Jan 16, 2019
CVE-2018-9160 9.8 CRITICAL 3 PoCs Analysis EPSS 0.74
Sickrage < 9.2.101 - Insufficiently Protected Credentials
SickRage before v2018.03.09-1 includes cleartext credentials in HTTP responses.
CWE-522 Mar 31, 2018
CVE-2018-8097 9.8 CRITICAL 2 PoCs Analysis EPSS 0.19
Eve <0.7.5 - Code Injection
io/mongo/parser.py in Eve (aka pyeve) before 0.7.5 allows remote attackers to execute arbitrary code via Code Injection in the where parameter.
CWE-94 Mar 14, 2018
CVE-2018-7750 9.8 CRITICAL 3 PoCs Analysis EPSS 0.14
Paramiko <2.4.1 - RCE
transport.py in the SSH server implementation of Paramiko before 1.17.6, 1.18.x before 1.18.5, 2.0.x before 2.0.8, 2.1.x before 2.1.5, 2.2.x before 2.2.3, 2.3.x before 2.3.2, and 2.4.x before 2.4.1 does not properly check whether authentication is completed before processing other requests, as demonstrated by channel-open. A customized SSH client can simply skip the authentication step.
CWE-287 Mar 13, 2018
CVE-2018-7490 7.5 HIGH 2 PoCs Analysis NUCLEI EPSS 0.93
Unbit Uwsgi < 2.0.17 - Path Traversal
uWSGI before 2.0.17 mishandles a DOCUMENT_ROOT check during use of the --php-docroot option, allowing directory traversal.
CWE-22 Feb 26, 2018
CVE-2018-8021 9.8 CRITICAL 2 PoCs Analysis EPSS 0.65
Superset <0.23 - Code Injection
Versions of Superset prior to 0.23 used an unsafe load method from the pickle library to deserialize data leading to possible remote code execution. Note Superset 0.23 was released prior to any Superset release under the Apache Software Foundation.
CWE-502 Nov 07, 2018
CVE-2018-18548 6.1 MEDIUM 1 PoC Analysis EPSS 0.02
Ajenticp < 1.2.23.13 - XSS
ajenticp (aka Ajenti Docker control panel) for Ajenti through v1.2.23.13 has XSS via a filename that is mishandled in File Manager.
CWE-79 Oct 24, 2018
CVE-2017-11610 8.8 HIGH EXPLOITED 5 PoCs Analysis NUCLEI EPSS 0.94
Supervisor XML-RPC Authenticated Remote Code Execution
The XML-RPC server in supervisor before 3.0.1, 3.1.x before 3.1.4, 3.2.x before 3.2.4, and 3.3.x before 3.3.3 allows remote authenticated users to execute arbitrary commands via a crafted XML-RPC request, related to nested supervisord namespace lookups.
CWE-276 Aug 23, 2017
CVE-2017-9462 8.8 HIGH 1 PoC Analysis EPSS 0.49
Mercurial <4.1.3 - RCE
In Mercurial before 4.1.3, "hg serve --stdio" allows remote authenticated users to launch the Python debugger, and consequently execute arbitrary code, by using --debugger as a repository name.
CWE-732 Jun 06, 2017
CVE-2017-11427 7.7 HIGH 1 PoC Analysis EPSS 0.03
Onelogin Pythonsaml < 2.3.0 - Authentication Bypass
OneLogin PythonSAML 2.3.0 and earlier may incorrectly utilize the results of XML DOM traversal and canonicalization APIs in such a way that an attacker may be able to manipulate the SAML data without invalidating the cryptographic signature, allowing the attack to potentially bypass authentication to SAML service providers.
CWE-287 Apr 17, 2019
CVE-2017-12852 7.5 HIGH 1 PoC Analysis EPSS 0.01
Numpy < 1.13.1 - Infinite Loop
The numpy.pad function in Numpy 1.13.1 and older versions is missing input validation. An empty list or ndarray will stick into an infinite loop, which can allow attackers to cause a DoS attack.
CWE-835 Aug 15, 2017
CVE-2016-1494 5.3 MEDIUM 1 PoC Analysis EPSS 0.05
Python-RSA <3.3 - Code Injection
The verify function in the RSA package for Python (Python-RSA) before 3.3 allows attackers to spoof signatures with a small public exponent via crafted signature padding, aka a BERserk attack.
CWE-20 Jan 13, 2016
CVE-2016-9587 8.1 HIGH 1 PoC Analysis EPSS 0.03
Redhat Ansible < 2.1.4 - Improper Input Validation
Ansible before versions 2.1.4, 2.2.1 is vulnerable to an improper input validation in Ansible's handling of data sent from client systems. An attacker with control over a client system being managed by Ansible and the ability to send facts back to the Ansible server could use this flaw to execute arbitrary code on the Ansible server using the Ansible server privileges.
CWE-20 Apr 24, 2018
CVE-2016-6186 6.1 MEDIUM 1 PoC Analysis EPSS 0.13
Django <1.8.14, <1.9.x, <1.10rc1 - XSS
Cross-site scripting (XSS) vulnerability in the dismissChangeRelatedObjectPopup function in contrib/admin/static/admin/js/admin/RelatedObjectLookups.js in Django before 1.8.14, 1.9.x before 1.9.8, and 1.10.x before 1.10rc1 allows remote attackers to inject arbitrary web script or HTML via vectors involving unsafe usage of Element.innerHTML.
CWE-79 Aug 05, 2016
CVE-2016-4808 8.8 HIGH 1 PoC Analysis EPSS 0.00
Web2py < 2.14.5 - CSRF
Web2py versions 2.14.5 and below was affected by CSRF (Cross Site Request Forgery) vulnerability, which allows an attacker to trick a logged in user to perform some unwanted actions i.e An attacker can trick an victim to disable the installed application just by sending a URL to victim.
CWE-352 Jan 11, 2017
CVE-2016-4807 4.8 MEDIUM 1 PoC Analysis EPSS 0.00
Web2py < 2.14.5 - XSS
Web2py versions 2.14.5 and below was affected by Reflected XSS vulnerability, which allows an attacker to perform an XSS attack on logged in user (admin).
CWE-79 Jan 11, 2017
CVE-2015-3221 1 PoC Analysis EPSS 0.13
OpenStack Neutron <2014.2.4 - DoS
OpenStack Neutron before 2014.2.4 (juno) and 2015.1.x before 2015.1.1 (kilo), when using the IPTables firewall driver, allows remote authenticated users to cause a denial of service (L2 agent crash) by adding an address pair that is rejected by the ipset tool.
CWE-20 Aug 26, 2015