Lucene search
K

330 matches found

CVE
CVE
added 2018/06/25 3:0 p.m.169 views

CVE-2018-11039

CVE-2018-11039 affects the Spring Framework, where the HiddenHttpMethodFilter in Spring MVC allows web apps to change the HTTP request method to any method (including TRACE). This can enable an attacker with an existing XSS vulnerability to escalate to an XST (Cross Site Tracing) attack. Affected...

5.9CVSS6.9AI score0.02602EPSS
Exploits0References10Affected Software1
OSV
OSV
added 2018/06/22 2:29 p.m.12 views

CVE-2018-12649

An issue was discovered in app/Controller/UsersController.php in MISP 2.4.92. An adversary can bypass the brute-force protection by using a PUT HTTP method instead of a POST HTTP method in the login part, because this protection was only covering POST requests...

9.8CVSS9.6AI score
Exploits0References1
CVE
CVE
added 2018/06/22 2:0 p.m.42 views

CVE-2018-12649

CVE-2018-12649 affects MISP 2.4.92 in app/Controller/UsersController.php, where brute-force protection for login only covers POST requests. An adversary can bypass protection by using PUT for login, enabling potential brute-force attempts. The recorded metrics show CVSS v3 base score 9.8 (CRITICA...

9.8CVSS9.4AI score0.0029EPSS
Exploits0References1Affected Software1
Veracode
Veracode
added 2018/06/07 8:41 a.m.15 views

Regular Expression Denial Of Service (ReDoS)

method-override is vulnerable to regular expression denial of service ReDoS attacks. The vulnerability exists when parsing malicious X-HTTP-Method-Override header...

7.5CVSS7.3AI score0.00328EPSS
Exploits0References2Affected Software1
NVD
NVD
added 2018/06/07 2:29 a.m.16 views

CVE-2017-16136

method-override is a module used by the Express.js framework to let you use HTTP verbs such as PUT or DELETE in places where the client doesn't support it. method-override is vulnerable to a regular expression denial of service vulnerability when specially crafted input is passed in to be parsed...

7.5CVSS7.4AI score0.00328EPSS
Exploits0References1
Prion
Prion
added 2018/03/27 9:29 a.m.18 views

Design/Logic Flaw

A vulnerability in the auto discovery phase of Cisco Spark Hybrid Calendar Service could allow an unauthenticated, remote attacker to view sensitive information in the unencrypted headers of an HTTP method request. The attacker could use this information to conduct additional reconnaissance attac...

5CVSS7.3AI score0.00273EPSS
Exploits0References1
Node.js
Node.js
added 2017/09/27 6:9 p.m.34 views

Regular Expression Denial of Service

Overview Affected versions of method-override are vulnerable to a regular expression denial of service vulnerability when untrusted user input is passed into the X-HTTP-Method-Override header. Recommendation Update to version 2.3.10 or later References GitHub Advisory...

5CVSS4.9AI score0.00328EPSS
Exploits0Affected Software1
Mageia
Mageia
added 2017/06/29 9:40 p.m.56 views

Updated tomcat packages fix security vulnerability

Aniket Nandkishor Kulkarni discovered that in tomcat7, static error pages used the original request's HTTP method to serve content, instead of systematically using the GET method. This could under certain conditions result in undesirable results, including the replacement or removal of the custom...

7.5CVSS0.5AI score0.10802EPSS
Exploits1References3
Tenable Nessus
Tenable Nessus
added 2017/06/23 12:0 a.m.46 views

Debian DSA-3892-1 : tomcat7 - security update

Aniket Nandkishor Kulkarni discovered that in tomcat7, a servlet and JSP engine, static error pages used the original request's HTTP method to serve content, instead of systematically using the GET method. This could under certain conditions result in undesirable results, including the replacemen...

7.5CVSS7.9AI score0.10802EPSS
Exploits1References6
Tenable Nessus
Tenable Nessus
added 2017/06/23 12:0 a.m.39 views

Debian DSA-3891-1 : tomcat8 - security update

Aniket Nandkishor Kulkarni discovered that in tomcat8, a servlet and JSP engine, static error pages used the original request's HTTP method to serve content, instead of systematically using the GET method. This could under certain conditions result in undesirable results, including the replacemen...

7.5CVSS7.9AI score0.10802EPSS
Exploits1References6
Debian
Debian
added 2017/06/22 8:5 a.m.43 views

[SECURITY] [DSA 3892-1] tomcat7 security update

------------------------------------------------------------------------- Debian Security Advisory DSA-3892-1 [email protected] https://www.debian.org/security/ Sebastien Delafond June 22, 2017 https://www.debian.org/security/faq -...

5CVSS1.6AI score0.10802EPSS
Exploits1
OpenVAS
OpenVAS
added 2017/06/21 12:0 a.m.41 views

Debian: Security Advisory (DSA-3891-1)

The remote host is missing an update for the Debian SPDX-FileCopyrightText: 2017 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

7.5CVSS8AI score0.10802EPSS
Exploits1References3
Veracode
Veracode
added 2017/06/07 2:0 a.m.41 views

Security Constraint Bypass

Tomcat Catalina is vulnerable to security constraint bypasses. If an error page is a static file, catalina is supposed to serve the content of the file as if processing a GET request, regardless of the HTTP method used. Catalina, however, did not do this. This leads to unexpected results for stat...

7.5CVSS7.7AI score0.10802EPSS
Exploits1References38Affected Software86
Prion
Prion
added 2017/06/06 2:29 p.m.27 views

Design/Logic Flaw

The error page mechanism of the Java Servlet Specification requires that, when an error occurs and an error page is configured for the error that occurred, the original request and response are forwarded to the error page. This means that the request is presented to the error page with the origin...

5CVSS7.3AI score0.10802EPSS
Exploits1References38Affected Software1
NVD
NVD
added 2017/06/06 2:29 p.m.29 views

CVE-2017-5664

The error page mechanism of the Java Servlet Specification requires that, when an error occurs and an error page is configured for the error that occurred, the original request and response are forwarded to the error page. This means that the request is presented to the error page with the origin...

7.5CVSS7.5AI score0.10802EPSS
Exploits1References38
Debian CVE
Debian CVE
added 2017/06/06 2:0 p.m.44 views

CVE-2017-5664

The error page mechanism of the Java Servlet Specification requires that, when an error occurs and an error page is configured for the error that occurred, the original request and response are forwarded to the error page. This means that the request is presented to the error page with the origin...

7.5CVSS7.9AI score0.10802EPSS
Exploits1
EUVD
EUVD
added 2017/06/06 2:0 p.m.2 views

EUVD-2022-4402

The error page mechanism of the Java Servlet Specification requires that, when an error occurs and an error page is configured for the error that occurred, the original request and response are forwarded to the error page. This means that the request is presented to the error page with the origin...

7.5CVSS7.7AI score0.10802EPSS
Exploits1References72
UbuntuCve
UbuntuCve
added 2017/06/06 12:0 a.m.178 views

CVE-2017-5664

The error page mechanism of the Java Servlet Specification requires that, when an error occurs and an error page is configured for the error that occurred, the original request and response are forwarded to the error page. This means that the request is presented to the error page with the origin...

7.5CVSS7.1AI score0.10802EPSS
Exploits1References4
Apache Tomcat
Apache Tomcat
added 2017/05/16 12:0 a.m.58 views

Fixed in Apache Tomcat 8.0.44

Important: Security Constraint Bypass CVE-2017-5664 The error page mechanism of the Java Servlet Specification requires that, when an error occurs and an error page is configured for the error that occurred, the original request and response are forwarded to the error page. This means that the...

7.5CVSS7.6AI score0.10802EPSS
Exploits1Affected Software1
Apache Tomcat
Apache Tomcat
added 2017/05/10 12:0 a.m.62 views

Fixed in Apache Tomcat 8.5.15

Important: Security Constraint Bypass CVE-2017-5664 The error page mechanism of the Java Servlet Specification requires that, when an error occurs and an error page is configured for the error that occurred, the original request and response are forwarded to the error page. This means that the...

7.5CVSS7.6AI score0.10802EPSS
Exploits1Affected Software1
Rows per page
Query Builder