VRT 391,810 CVEs tracked · 15,472 in RASP scope · data as of 36 minutes ago
Reset
More filters (2)
Columns
Oracle product: Oracle MySQLKEV listed
Overview 8 matches, all KEV, all public PoC, all CISA SSVC, all EPSS ≥ 0.5 · 7 in RASP scope · 7 protected · 0 disputed
8matches, all KEV, all public PoC, all CISA SSVC, all EPSS ≥ 0.5 7in RASP scope87.5% 7protected87.5% 0disputed0.0%
Critical 5 62.5% High 3 37.5% Medium 0 0.0% Low 0 0.0% None 0 0.0% Unknown 0 0.0%
Protected by RASP 7 87.5% Rule in development 0 0.0% Mitigation candidate 0 0.0% No exploit published 0 0.0% No fix identified 0 0.0% Mitigated by environment configuration 0 0.0% Queued for review 0 0.0% Not applicable 1 12.5% Out of RASP scope 0 0.0% Rejected 0 0.0%
blocked by ARMR today 7 87.5% not blocked 1 12.5% not established 0 0.0% unrecorded 0 0.0%
Exploited in the wild 8 100.0% Working exploit published 0 0.0% Proof of concept only 0 0.0% Forecast only 0 0.0% No public exploit 0 0.0%
split by peak 2 / year
Unknown: 0None: 0Low: 0Medium: 0High: 3Critical: 5 Rejected: 0Out of RASP scope: 0Not applicable: 1Queued for review: 0Mitigated by environment configuration: 0No fix identified: 0No exploit published: 0Mitigation candidate: 0Rule in development: 0Protected by RASP: 7 unrecorded: 0not established: 0not blocked: 1blocked by ARMR today: 7 No public exploit: 0Forecast only: 0Proof of concept only: 0Working exploit published: 0Exploited in the wild: 8 2013: 1 CVE 2014: 0 CVEs 2015: 0 CVEs 2016: 0 CVEs 2017: 2 CVEs 2018: 1 CVE 2019: 0 CVEs 2020: 2 CVEs 2021: 0 CVEs 2022: 1 CVE 2023: 1 CVE
20132014201520162017201820192020202120222023
8 matches CSV JSON
CVE Severity Published Status Exploitation Description
CVE-2023-44487 High 2023-10-10 Not applicable Exploited in the wild The HTTP/2 protocol allows a denial of service (server resource consumption) because request cancellation can reset many streams quickly, as exploited in the wild in August through October 2023.
CVE-2022-22965 Critical 2022-04-01 Protected by RASP Exploited in the wild A Spring MVC or Spring WebFlux application running on JDK 9+ may be vulnerable to remote code execution (RCE) via data binding. The specific exploit requires the application to run on Tomcat as a WAR deployment. If the application is deployed as a Spring Boot executable jar, i.e. the default, it is not vulnerable to the exploit. However, the nature of the vulnerability is more general, and there may be other ways to exploit it.
CVE-2020-17530 Critical 2020-12-11 Protected by RASP Exploited in the wild Forced OGNL evaluation, when evaluated on raw user input in tag attributes, may lead to remote code execution. Affected software : Apache Struts 2.0.0 - Struts 2.5.25.
CVE-2020-1938 Critical 2020-02-24 Protected by RASP Exploited in the wild When using the Apache JServ Protocol (AJP), care must be taken when trusting incoming connections to Apache Tomcat. Tomcat treats AJP connections as having higher trust than, for example, a similar HTTP connection. If such connections are available to an attacker, they can be exploited in ways that may be surprising. In Apache Tomcat 9.0.0.M1 to 9.0.0.30, 8.5.0 to 8.5.50 and 7.0.0 to 7.0.99, Tomcat shipped with an AJP Connector enabled by default that listened on all configured IP addresses. It was expected (and recommended in the security guide) that this Connector would be disabled if not required. This vulnerability report identified a mechanism that allowed: - returning arbitrary files from anywhere in the web application - processing any file in the web application as a JSP Further, if the web application allowed file upload and stored those files within the web application (or the attacker was able to control the content of the web application by some other means) then this, along with the ability to process a file as a JSP, made remote code execution possible. It is important to note that mitigation is only required if an AJP port is accessible to untrusted users. Users wishing to take a defence-in-depth approach and block the vector that permits returning arbitrary files and execution as JSP may upgrade to Apache Tomcat 9.0.31, 8.5.51 or 7.0.100 or later. A number of changes were made to the default AJP Connector configuration in 9.0.31 to harden the default configuration. It is likely that users upgrading to 9.0.31, 8.5.51 or 7.0.100 or later will need to make small changes to their configurations.
CVE-2018-11776 High 2018-08-22 Protected by RASP Exploited in the wild Apache Struts versions 2.3 to 2.3.34 and 2.5 to 2.5.16 suffer from possible Remote Code Execution when alwaysSelectFullNamespace is true (either by user or a plugin like Convention Plugin) and then: results are used with no namespace and in same time, its upper package have no or wildcard namespace and similar to results, same possibility when using url tag which doesn't have value and action set and in same time, its upper package have no or wildcard namespace.
CVE-2017-12617 High 2017-10-04 Protected by RASP Exploited in the wild When running Apache Tomcat versions 9.0.0.M1 to 9.0.0, 8.5.0 to 8.5.22, 8.0.0.RC1 to 8.0.46 and 7.0.0 to 7.0.81 with HTTP PUTs enabled (e.g. via setting the readonly initialisation parameter of the Default servlet to false) it was possible to upload a JSP file to the server via a specially crafted request. This JSP could then be requested and any code it contained would be executed by the server.
CVE-2017-5638 Critical 2017-03-11 Protected by RASP Exploited in the wild The Jakarta Multipart parser in Apache Struts 2 2.3.x before 2.3.32 and 2.5.x before 2.5.10.1 has incorrect exception handling and error-message generation during file-upload attempts, which allows remote attackers to execute arbitrary commands via a crafted Content-Type, Content-Disposition, or Content-Length HTTP header, as exploited in the wild in March 2017 with a Content-Type header containing a #cmd= string.
CVE-2013-2251 Critical 2013-07-20 Protected by RASP Exploited in the wild Apache Struts 2.0.0 through 2.3.15 allows remote attackers to execute arbitrary OGNL expressions via a parameter with a crafted (1) action:, (2) redirect:, or (3) redirectAction: prefix.