Lucene search
+L

2532 matches found

CVE
CVE
added 2024/09/04 4:8 p.m.302 views

CVE-2024-45314

CVE-2024-45314 affects Flask-AppBuilder: the auth DB login form allows the browser to cache sensitive data. Affected component is the login form; root cause is default cache directives exposing data in shared environments. Version 4.5.1 fixes the issue. If upgrading is not possible, a workaround ...

5.5CVSS4.4AI score0.00262EPSS
SaveExploits0References2Affected Software1
Debian CVE
Debian CVE
added 2024/09/04 4:8 p.m.124 views

CVE-2024-45314

Removed by vendor...

5.5CVSS6.7AI score0.00262EPSS
SaveExploits0
NVD
NVD
added 2024/09/04 2:15 p.m.55 views

CVE-2024-7923

An authentication bypass vulnerability has been identified in Pulpcore when deployed with Gunicorn versions prior to 22.0, due to the puppet-pulpcore configuration. This issue arises from Apache's modproxy not properly unsetting headers because of restrictions on underscores in HTTP headers,...

9.8CVSS0.00814EPSS
SaveExploits0References6
NVD
NVD
added 2024/09/04 2:15 p.m.63 views

CVE-2024-7012

An authentication bypass vulnerability has been identified in Foreman when deployed with External Authentication, due to the puppet-foreman configuration. This issue arises from Apache's modproxy not properly unsetting headers because of restrictions on underscores in HTTP headers, allowing...

9.8CVSS0.00769EPSS
SaveExploits0References6
CVE
CVE
added 2024/09/04 1:41 p.m.142 views

CVE-2024-7923

CVE-2024-7923: Authentication bypass in Pulpcore when deployed with Gunicorn

9.8CVSS9.5AI score0.00814EPSS
SaveExploits0References6Affected Software1
Cvelist
Cvelist
added 2024/09/04 1:41 p.m.57 views

CVE-2024-7923 Puppet-pulpcore: an authentication bypass vulnerability exists in pulpcore

An authentication bypass vulnerability has been identified in Pulpcore when deployed with Gunicorn versions prior to 22.0, due to the puppet-pulpcore configuration. This issue arises from Apache's modproxy not properly unsetting headers because of restrictions on underscores in HTTP headers,...

9.8CVSS0.00814EPSS
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2024/09/04 1:41 p.m.27 views

CVE-2024-7923 Puppet-pulpcore: an authentication bypass vulnerability exists in pulpcore

An authentication bypass vulnerability has been identified in Pulpcore when deployed with Gunicorn versions prior to 22.0, due to the puppet-pulpcore configuration. This issue arises from Apache's modproxy not properly unsetting headers because of restrictions on underscores in HTTP headers,...

9.8CVSS7.5AI score0.00814EPSS
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2024/09/04 1:41 p.m.24 views

CVE-2024-7012 Puppet-foreman: an authentication bypass vulnerability exists in foreman

An authentication bypass vulnerability has been identified in Foreman when deployed with External Authentication, due to the puppet-foreman configuration. This issue arises from Apache's modproxy not properly unsetting headers because of restrictions on underscores in HTTP headers, allowing...

9.8CVSS7.5AI score0.00769EPSS
SaveExploits0References6
CVE
CVE
added 2024/09/04 1:41 p.m.144 views

CVE-2024-7012

CVE-2024-7012 describes an authentication bypass in Foreman when deployed with External Authentication, caused by Apache’s mod_proxy failing to unset headers due to underscore handling in HTTP headers. The issue, as stated, could allow an unauthorized user to gain administrative access on all act...

9.8CVSS9.5AI score0.00769EPSS
SaveExploits0References6Affected Software1
RedhatCVE
RedhatCVE
added 2024/09/04 1:40 p.m.20 views

CVE-2024-7923

An authentication bypass vulnerability has been identified in Pulpcore when deployed with Gunicorn versions prior to 22.0, due to the puppet-pulpcore configuration. This issue arises from Apache's modproxy not properly unsetting headers because of restrictions on underscores in HTTP headers,...

9.8CVSS7.2AI score0.00814EPSS
SaveExploits0References3
IBM Security Bulletins
IBM Security Bulletins
added 2024/09/03 8:51 p.m.28 views

Security Bulletin: Vulnerability in Apache Tomcat affects watsonx.data

Summary Apache Tomcat could allow a remote attacker to obtain sensitive information, caused by a flaw when a response did not have any HTTP headers set. This can affect watsonx.data. Vulnerability Details CVEID:CVE-2023-34981 DESCRIPTION: Apache Tomcat could allow a remote attacker to obtain...

7.5CVSS7.4AI score0.01116EPSS
SaveExploits0Affected Software1
Packet Storm
Packet Storm
added 2024/09/01 12:0 a.m.529 views

Log4Shell HTTP Scanner

This module requires Metasploit: https://metasploit.com/download Current source: https://github.com/rapid7/metasploit-framework class MetasploitModule 'Log4Shell HTTP Scanner', 'Description' = %q Versions of Apache Log4j2 impacted by CVE-2021-44228 which allow JNDI features used in configuration,...

10CVSS10AI score0.99999EPSS
SaveExploits362
Veracode
Veracode
added 2024/08/30 8:55 a.m.26 views

Carriage Return Line Feed (CRLF) Injection

RestSharp is vulnerable to Carriage Return Line Feed CRLF Injection. The vulnerability is due to the lack of CRLF character validation in HTTP header values by the HttpHeaders.TryAddWithoutValidation method, which allows an attacker to inject additional HTTP headers or smuggle entire HTTP request...

7.8CVSS6.6AI score0.00316EPSS
SaveExploits1References4Affected Software1
NVD
NVD
added 2024/08/29 10:15 p.m.37 views

CVE-2024-45302

RestSharp is a Simple REST and HTTP API Client for .NET. The second argument to RestRequest.AddHeader the header value is vulnerable to CRLF injection. The same applies to RestRequest.AddOrUpdateHeader and RestClient.AddDefaultHeader. The way HTTP headers are added to a request is via the...

7.8CVSS0.00316EPSS
SaveExploits1References3
CVE
CVE
added 2024/08/29 9:18 p.m.94 views

CVE-2024-45302

RestSharp on .NET is affected by a CRLF injection vulnerability in the header handling: HttpHeaders.TryAddWithoutValidation does not validate CRLF characters in header values, allowing header injection or HTTP request smuggling. The issue concerns RestSharp’s methods such as RestRequest.AddHeader...

7.8CVSS7.1AI score0.00316EPSS
SaveExploits1References3Affected Software1
OSV
OSV
added 2024/08/29 7:30 p.m.58 views

GHSA-4RR6-2V9V-WCPC CRLF Injection in RestSharp's `RestRequest.AddHeader` method

Summary The second argument to RestRequest.AddHeader the header value is vulnerable to CRLF injection. The same applies to RestRequest.AddOrUpdateHeader and RestClient.AddDefaultHeader. Details The way HTTP headers are added to a request is via the HttpHeaders.TryAddWithoutValidation method: This...

7.1CVSS7.4AI score0.00316EPSS
SaveExploits1References5
CNNVD
CNNVD
added 2024/08/29 12:0 a.m.8 views

RestSharp 安全漏洞

RestSharp is RestSharp open source a .NET HTTP client library. NET HTTP client library with automatic serialization and deserialization, request and response type detection. A security vulnerability exists in versions prior to RestSharp 107 that stems from not validating CRLF characters when...

7.8CVSS6.5AI score0.00316EPSS
SaveExploits1References4
Atlassian
Atlassian
added 2024/08/14 7:10 a.m.38 views

DoS (Denial of Service) org.apache.tomcat.embed:tomcat-embed-core Dependency in Bitbucket Data Center and Server

This High severity org.apache.tomcat.embed:tomcat-embed-core Dependency vulnerability was introduced in versions 8.9.0 and 8.19.0 of Bitbucket Data Center and Server. This org.apache.tomcat.embed:tomcat-embed-core Dependency vulnerability, with a CVSS Score of 7.5 and a CVSS Vector of...

7.5CVSS7.6AI score0.04602EPSS
SaveExploits0
Amazon
Amazon
added 2024/08/13 12:0 a.m.6 views

Important: tomcat

Issue Overview: Improper Handling of Exceptional Conditions, Uncontrolled Resource Consumption vulnerability in Apache Tomcat. When processing an HTTP/2 stream, Tomcat did not handle some cases of excessive HTTP headers correctly. This led to a miscounting of active HTTP/2 streams which in turn l...

7.5CVSS7AI score0.04602EPSS
SaveExploits0
Veracode
Veracode
added 2024/08/08 7:19 a.m.13 views

Incorrect Handling Of HTTP Headers

github.com/envoyproxy/envoy is vulnerable to Incorrect Handling of HTTP Headers. The vulnerability is due to setCopy header map API not replacing all existing occurrences of a non-inline header and only considering the first value when multiple header values are present. This allows an attackers ...

8.3CVSS6.6AI score0.01317EPSS
SaveExploits1References2Affected Software1
Rows per page
Query Builder