Lucene search
+L

1685 matches found

Cvelist
Cvelist
added 2022/08/26 3:25 p.m.56 views

CVE-2021-3856

ClassLoaderTheme and ClasspathThemeResourceProviderFactory allows reading any file available as a resource to the classloader. By sending requests for theme resources with a relative path from an external HTTP client, the client will receive the content of random files if available...

4.9AI score0.00928EPSS
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2022/08/24 11:39 a.m.36 views

CVE-2022-35949

A Server-Side Request Forgery SSRF vulnerability was found in undici, a HTTP/1.1 client for Node.js. An attacker can manipulate the server-side application to make requests to an unintended location when they use the 'path/pathname' option in 'undici.request'. Mitigation Validate user input befor...

5.3CVSS2.8AI score0.01394EPSS
SaveExploits1References4
OSV
OSV
added 2022/08/13 12:0 a.m.24 views

CVE-2022-35948 CRLF Injection in Nodejs ‘undici’ via Content-Type

undici is an HTTP/1.1 client, written from scratch for Node.js.= [email protected] users are vulnerable to CRLF Injection on headers when using unsanitized input as request headers, more specifically, inside the content-type header. Example: import request from 'undici' const unsanitizedContentTypeInp...

5.3CVSS5.2AI score
SaveExploits0References5
OSV
OSV
added 2022/08/12 12:0 a.m.22 views

CVE-2022-35949 `undici.request` vulnerable to SSRF using absolute URL on `pathname`

undici is an HTTP/1.1 client, written from scratch for Node.js.undici is vulnerable to SSRF Server-side Request Forgery when an application takes in user input into the path/pathname option of undici.request. If a user specifies a URL such as http://127.0.0.1 or //127.0.0.1 js const undici =...

5.3CVSS7.2AI score
SaveExploits0References5
AlpineLinux
AlpineLinux
added 2022/08/09 8:16 p.m.46 views

CVE-2022-1705

Acceptance of some invalid Transfer-Encoding headers in the HTTP/1 client in net/http before Go 1.17.12 and Go 1.18.4 allows HTTP request smuggling if combined with an intermediate server that also improperly fails to reject the header as invalid...

6.5CVSS7.6AI score0.01136EPSS
SaveExploits1
CVE
CVE
added 2022/08/09 8:16 p.m.470 views

CVE-2022-1705

CVE-2022-1705: In Go, the net/http HTTP/1 client accepted certain invalid Transfer-Encoding headers, enabling potential HTTP request smuggling when paired with an intermediary server that also fails to reject the header. Affected: Go’s HTTP/1 client prior to Go 1.17.12 and Go 1.18.4. Impact is ti...

6.5CVSS7.5AI score0.01136EPSS
SaveExploits1References6Affected Software1
Veracode
Veracode
added 2022/07/29 3:39 a.m.18 views

Arbitrary Code Execution

avatica-core is vulnerable to arbitrary code execution. The vulnerability exists due to the getInstance function of AvaticaHttpClientFactoryImpl.java does not properly verify the HTTP client classes before being instantiating, allowing an attacker to inject and execute malicious code through the...

8.8CVSS7.7AI score0.02978EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2022/07/29 12:0 a.m.34 views

Apache Calcite Avatica JDBC driver arbitrary code execution

Apache Calcite Avatica JDBC driver creates HTTP client instances based on class names provided via httpclientimpl connection property; however, the driver does not verify if the class implements the expected interface before instantiating it, which can lead to code execution loaded via arbitrary...

8.8CVSS9.2AI score0.02978EPSS
SaveExploits0References5Affected Software1
NVD
NVD
added 2022/07/28 9:15 a.m.18 views

CVE-2022-36364

Apache Calcite Avatica JDBC driver creates HTTP client instances based on class names provided via httpclientimpl connection property; however, the driver does not verify if the class implements the expected interface before instantiating it, which can lead to code execution loaded via arbitrary...

8.8CVSS0.02978EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2022/07/28 9:15 a.m.4 views

CVE-2022-36364

Apache Calcite Avatica JDBC driver creates HTTP client instances based on class names provided via httpclientimpl connection property; however, the driver does not verify if the class implements the expected interface before instantiating it, which can lead to code execution loaded via arbitrary...

8.8CVSS7.7AI score0.02978EPSS
SaveExploits0References3
Prion
Prion
added 2022/07/28 9:15 a.m.16 views

Code injection

Apache Calcite Avatica JDBC driver creates HTTP client instances based on class names provided via httpclientimpl connection property; however, the driver does not verify if the class implements the expected interface before instantiating it, which can lead to code execution loaded via arbitrary...

6.5CVSS9AI score0.02978EPSS
SaveExploits0References2Affected Software1
CVE
CVE
added 2022/07/28 8:35 a.m.362 views

CVE-2022-36364

Apache Calcite Avatica JDBC driver is affected by CVE-2022-36364 due to insecure dynamic instantiation of httpclient_impl classes without validating they implement the expected interface, enabling potential code execution loaded from arbitrary classes. The issue is addressed starting with Avatica...

8.8CVSS8.9AI score0.02978EPSS
SaveExploits0References2Affected Software1
CNNVD
CNNVD
added 2022/07/19 12:0 a.m.7 views

undici 注入漏洞

undici is an HTTP/1.1 client. A security vulnerability exists in undici versions prior to 5.7.1, which stems from the ability to inject CRLF sequences into request headers in undici...

6.5CVSS6.8AI score0.01401EPSS
SaveExploits1References7
Tenable Nessus
Tenable Nessus
added 2022/07/03 12:0 a.m.51 views

FreeBSD : mediawiki -- multiple vulnerabilities (5ab54ea0-fa94-11ec-996c-080027b24e86)

The version of FreeBSD installed on the remote host is prior to tested version. It is, therefore, affected by multiple vulnerabilities as referenced in the 5ab54ea0-fa94-11ec-996c-080027b24e86 advisory. - A insufficiently protected credentials vulnerability in fixed in curl 7.83.0 might leak...

8.1CVSS6.8AI score0.03653EPSS
SaveExploits1References4
UbuntuCve
UbuntuCve
added 2022/06/27 10:15 p.m.46 views

CVE-2022-31090

Guzzle, an extensible PHP HTTP client. Authorization headers on requests are sensitive information. In affected versions when using our Curl handler, it is possible to use the CURLOPTHTTPAUTH option to specify an Authorization header. On making a request which responds with a redirect to a URI wi...

7.7CVSS7AI score0.01762EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2022/06/27 10:15 p.m.53 views

CVE-2022-31091

Guzzle, an extensible PHP HTTP client. Authorization and Cookie headers on requests are sensitive information. In affected versions on making a request which responds with a redirect to a URI with a different port, if we choose to follow it, we should remove the Authorization and Cookie headers...

7.7CVSS7.1AI score0.01413EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2022/06/27 12:0 a.m.49 views

CVE-2022-31091 Change in port should be considered a change in origin in Guzzle

Guzzle, an extensible PHP HTTP client. Authorization and Cookie headers on requests are sensitive information. In affected versions on making a request which responds with a redirect to a URI with a different port, if we choose to follow it, we should remove the Authorization and Cookie headers...

7.7CVSS7.8AI score0.01413EPSS
SaveExploits0References4
CVE
CVE
added 2022/06/27 12:0 a.m.127 views

CVE-2022-31091

CVE-2022-31091 affects the Guzzle HTTP client. When following redirects that change port (or scheme/host), the request may inappropriately retain sensitive headers (Authorization, Cookie). The issue is that a redirect to a URI with a different port previously did not trigger header removal for sc...

7.7CVSS7.5AI score0.01413EPSS
SaveExploits0References4Affected Software1
Vulnrichment
Vulnrichment
added 2022/06/27 12:0 a.m.8 views

CVE-2022-31091 Change in port should be considered a change in origin in Guzzle

Guzzle, an extensible PHP HTTP client. Authorization and Cookie headers on requests are sensitive information. In affected versions on making a request which responds with a redirect to a URI with a different port, if we choose to follow it, we should remove the Authorization and Cookie headers...

7.7CVSS7.4AI score0.01413EPSS
SaveExploits0References4
CVE
CVE
added 2022/06/27 12:0 a.m.148 views

CVE-2022-31090

CVE-2022-31090 affects Guzzle (PHP HTTP client): when using the Curl handler, a request following a redirect to a different origin can keep the CURLOPT_HTTPAUTH-injected Authorization header, enabling potential exposure of sensitive credentials. Root cause: the Authorization header is not cleared...

7.7CVSS7.4AI score0.01762EPSS
SaveExploits0References4Affected Software1
Rows per page
Query Builder