Vulnerabilities (CVE)

Filtered by vendor Expressjs Subscribe
Total 2 CVE
CVE Vendors Products Updated CVSS v2 CVSS v3
CVE-2024-47178 1 Expressjs 1 Basic-auth-connect 2024-11-15 N/A 5.3 MEDIUM
basic-auth-connect is Connect's Basic Auth middleware in its own module. basic-auth-connect < 1.1.0 uses a timing-unsafe equality comparison that can leak timing information. This issue has been fixed in basic-auth-connect 1.1.0.
CVE-2017-16136 1 Expressjs 1 Method-override 2024-02-28 5.0 MEDIUM 7.5 HIGH
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 via the X-HTTP-Method-Override header.