Lucene search
K

2483 matches found

Microsoft CVE
Microsoft CVE
added 2024/07/13 7:0 a.m.2 views

Denial of service when handling a request with many HTTP headers in ws

...

7.5CVSS6.9AI score0.01346EPSS
Exploits0
Tenable Nessus
Tenable Nessus
added 2024/07/08 12:0 a.m.27 views

Ubuntu 18.04 LTS / 20.04 LTS / 22.04 LTS : Tomcat vulnerability (USN-6880-1)

The remote Ubuntu 18.04 LTS / 20.04 LTS / 22.04 LTS host has packages installed that are affected by a vulnerability as referenced in the USN-6880-1 advisory. Sam Shahsavar discovered that Apache Tomcat did not properly reject HTTP requests with an invalid Content-Length header. A remote attacker...

7.5CVSS7.1AI score0.01448EPSS
Exploits0References2
Tenable Nessus
Tenable Nessus
added 2024/07/05 12:0 a.m.14 views

Apache Tomcat 9.0.0-M1 < 9.0.90 Denial Of Service

The version of Apache Tomcat installed on the remote host is 9.0.0-M1 to 9.0.89, 10.1.0-M1 to 10.1.24 or 11.0.0-M1 to 11.0.0-M20. It is, therefore, affected by a denial of service. When processing an HTTP/2 stream, Tomcat did not handle some cases of excessive HTTP headers correctly. This led to ...

8.6CVSS7.4AI score0.04602EPSS
Exploits0References3
Tenable Nessus
Tenable Nessus
added 2024/07/05 12:0 a.m.9 views

Apache Tomcat 11.0.0-M1 < 11.0.0-M21 Denial Of Service

The version of Apache Tomcat installed on the remote host is 9.0.0-M1 to 9.0.89, 10.1.0-M1 to 10.1.24 or 11.0.0-M1 to 11.0.0-M20. It is, therefore, affected by a denial of service. When processing an HTTP/2 stream, Tomcat did not handle some cases of excessive HTTP headers correctly. This led to ...

8.6CVSS7.4AI score0.04602EPSS
Exploits0References3
Tenable Nessus
Tenable Nessus
added 2024/07/05 12:0 a.m.11 views

Apache Tomcat 10.1.0-M1 < 10.1.25 Denial Of Service

The version of Apache Tomcat installed on the remote host is 9.0.0-M1 to 9.0.89, 10.1.0-M1 to 10.1.24 or 11.0.0-M1 to 11.0.0-M20. It is, therefore, affected by a denial of service. When processing an HTTP/2 stream, Tomcat did not handle some cases of excessive HTTP headers correctly. This led to ...

8.6CVSS7.4AI score0.04602EPSS
Exploits0References3
Tenable Nessus
Tenable Nessus
added 2024/07/03 12:0 a.m.18 views

CBL Mariner 2.0 Security Update: grub2 (CVE-2022-28734)

The version of grub2 installed on the remote CBL Mariner 2.0 host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the CVE-2022-28734 advisory. - Out-of-bounds write when handling split HTTP headers; When handling split HTTP headers, GRUB2 HTTP code...

8.1CVSS7.6AI score0.01131EPSS
Exploits0References2
OSV
OSV
added 2024/06/28 3:28 p.m.12 views

GO-2024-2562 Improper Neutralization of HTTP Headers in github.com/greenpau/caddy-security

Improper Neutralization of HTTP Headers in github.com/greenpau/caddy-security...

4.3CVSS4.5AI score0.00499EPSS
Exploits0References5
Veracode
Veracode
added 2024/06/26 7:7 a.m.8 views

URL Rewrite

zendframework/zend-diactoros is vulnerable to URL Rewrite. The vulnerability is due to marshaling a request URI that includes logic to introspect HTTP request headers specific to a server-side URL rewrite mechanism. The attacker can emulate these headers to request arbitrary content...

7.1AI score
Exploits0
Tenable Nessus
Tenable Nessus
added 2024/06/26 12:0 a.m.15 views

Hanwha Vision NVR Remote Code Execution (CVE-2023-6095)

An attacker could inject arbitrary attack code by manipulating HTTP headers. However, in order to succeed in the attack, the base address of the stack memory must be obtained. The default address depends on firmware version, configuration option information, and the attack is unlikely to succeed...

8.9CVSS5.8AI score0.00661EPSS
Exploits0References2
Kitploit
Kitploit
added 2024/06/24 12:30 p.m.89 views

Hfinger - Fingerprinting HTTP Requests

Tool for Fingerprinting HTTP requests of malware. Based on Tshark and written in Python3. Working prototype stage :- Its main objective is to provide unique representations fingerprints of malware requests, which help in their identification. Unique means here that each fingerprint should be seen...

7AI score
Exploits0References5
NVD
NVD
added 2024/06/19 8:15 a.m.21 views

CVE-2024-0789

The WP Maintenance plugin for WordPress is vulnerable to IP Address Spoofing in all versions up to, and including, 6.1.9.2 due to insufficient IP address validation and use of user-supplied HTTP headers as a primary method for IP retrieval. This makes it possible for unauthenticated attackers to...

5.3CVSS0.00253EPSS
Exploits0References2
Vulnrichment
Vulnrichment
added 2024/06/19 7:39 a.m.13 views

CVE-2024-0789 WP Maintenance <= 6.1.9.2 - IP Spoofing to Maintenance Mode Bypass

The WP Maintenance plugin for WordPress is vulnerable to IP Address Spoofing in all versions up to, and including, 6.1.9.2 due to insufficient IP address validation and use of user-supplied HTTP headers as a primary method for IP retrieval. This makes it possible for unauthenticated attackers to...

5.3CVSS5.3AI score0.00253EPSS
Exploits0References2
Github Security Blog
Github Security Blog
added 2024/06/17 7:9 p.m.489 views

ws affected by a DoS when handling a request with many HTTP headers

Impact A request with a number of headers exceeding the server.maxHeadersCount threshold could be used to crash a ws server. Proof of concept js const http = require'http'; const WebSocket = require'ws'; const wss = new WebSocket.Server port: 0 , function const chars =...

7.5CVSS6.8AI score0.01346EPSS
Exploits0References8Affected Software1
Cvelist
Cvelist
added 2024/06/17 7:9 p.m.81 views

CVE-2024-37890 Denial of service when handling a request with many HTTP headers in ws

ws is an open source WebSocket client and server for Node.js. A request with a number of headers exceeding theserver.maxHeadersCount threshold could be used to crash a ws server. The vulnerability was fixed in [email protected] e55e510 and backported to [email protected] 22c2876, [email protected] eeb76d3, and [email protected]...

7.5CVSS0.01346EPSS
Exploits0References8
Veracode
Veracode
added 2024/06/10 1:58 p.m.21 views

Improper Restriction Of Rendered UI Layers Or Frames (Clickjacking)

zenml is vulnerable to Improper Restriction of Rendered UI Layers or Frames Clickjacking. The vulnerability is due to the application's failure to set appropriate X-Frame-Options or Content-Security-Policy HTTP headers, allowing an attacker to embed the application UI within an iframe on a...

6.1CVSS6.6AI score0.00354EPSS
Exploits1References3Affected Software1
Github Security Blog
Github Security Blog
added 2024/06/07 10:7 p.m.18 views

Zend-Diactoros URL Rewrite vulnerability

zend-diactoros and, by extension, Expressive, zend-http and, by extension, Zend Framework MVC projects, and zend-feed specifically, its PubSubHubbub sub-component each contain a potential URL rewrite exploit. In each case, marshaling a request URI includes logic that introspects HTTP request...

7.2AI score
Exploits0References5Affected Software1
OSV
OSV
added 2024/06/07 10:1 p.m.9 views

GHSA-JMMP-VH96-78RM Zend-Feed URL Rewrite vulnerability

zend-diactoros and, by extension, Expressive, zend-http and, by extension, Zend Framework MVC projects, and zend-feed specifically, its PubSubHubbub sub-component each contain a potential URL rewrite exploit. In each case, marshaling a request URI includes logic that introspects HTTP request...

7.5CVSS7.2AI score
Exploits0References5
OSV
OSV
added 2024/06/07 9:52 p.m.9 views

GHSA-CG8W-5JRC-675G Zend-HTTP URL Rewrite vulnerability

zend-diactoros and, by extension, Expressive, zend-http and, by extension, Zend Framework MVC projects, and zend-feed specifically, its PubSubHubbub sub-component each contain a potential URL rewrite exploit. In each case, marshaling a request URI includes logic that introspects HTTP request...

7.5CVSS7.2AI score
Exploits0References5
Github Security Blog
Github Security Blog
added 2024/06/07 8:46 p.m.12 views

ZendFramework Potential Proxy Injection Vulnerabilities

Zend\Session\Validator\RemoteAddr and Zend\View\Helper\ServerUrl were found to be improperly parsing HTTP headers for proxy information, which could potentially allow an attacker to spoof a proxied IP or host name. In Zend\Session\Validator\RemoteAddr, if the client is behind a proxy server, the...

7.1AI score
Exploits0References9Affected Software1
OSV
OSV
added 2024/06/07 8:46 p.m.10 views

GHSA-MG7H-9QFX-4R83 ZendFramework Potential Proxy Injection Vulnerabilities

Zend\Session\Validator\RemoteAddr and Zend\View\Helper\ServerUrl were found to be improperly parsing HTTP headers for proxy information, which could potentially allow an attacker to spoof a proxied IP or host name. In Zend\Session\Validator\RemoteAddr, if the client is behind a proxy server, the...

5.9CVSS7.1AI score
Exploits0References9
Rows per page
Query Builder