Lucene search
+L

683 matches found

ATTACKERKB
ATTACKERKB
added 2025/02/26 5:15 p.m.9 views

CVE-2025-1634

A flaw was found in the quarkus-resteasy extension, which causes memory leaks when client requests with low timeouts are made. If a client request times out, a buffer is not released correctly, leading to increased memory usage and eventual application crash due to OutOfMemoryError...

7.5CVSS7.3AI score0.00805EPSS
SaveExploits0References11
NVD
NVD
added 2025/02/26 5:15 p.m.20 views

CVE-2025-1634

A flaw was found in the quarkus-resteasy extension, which causes memory leaks when client requests with low timeouts are made. If a client request times out, a buffer is not released correctly, leading to increased memory usage and eventual application crash due to OutOfMemoryError...

7.5CVSS0.00805EPSS
SaveExploits0References10
CVE
CVE
added 2025/02/26 4:56 p.m.301 views

CVE-2025-1634

CVE-2025-1634 affects the quarkus-resteasy extension; memory leaks occur when client requests have low timeouts, where a buffer is not released on timeout, causing increased memory usage and potentially OutOfMemoryError. Public details in IBM bulletins confirm the issue and provide remediation gu...

7.5CVSS7.6AI score0.00805EPSS
SaveExploits0References10
Cvelist
Cvelist
added 2025/02/26 4:56 p.m.29 views

CVE-2025-1634 Io.quarkus:quarkus-resteasy: memory leak in quarkus resteasy classic when client requests timeout

A flaw was found in the quarkus-resteasy extension, which causes memory leaks when client requests with low timeouts are made. If a client request times out, a buffer is not released correctly, leading to increased memory usage and eventual application crash due to OutOfMemoryError...

7.5CVSS0.00805EPSS
SaveExploits0References10
Vulnrichment
Vulnrichment
added 2025/02/26 4:56 p.m.11 views

CVE-2025-1634 Io.quarkus:quarkus-resteasy: memory leak in quarkus resteasy classic when client requests timeout

A flaw was found in the quarkus-resteasy extension, which causes memory leaks when client requests with low timeouts are made. If a client request times out, a buffer is not released correctly, leading to increased memory usage and eventual application crash due to OutOfMemoryError...

7.5CVSS7.5AI score0.00805EPSS
SaveExploits0References10
OSV
OSV
added 2025/02/26 4:56 p.m.12 views

CVE-2025-1634 Io.quarkus:quarkus-resteasy: memory leak in quarkus resteasy classic when client requests timeout

A flaw was found in the quarkus-resteasy extension, which causes memory leaks when client requests with low timeouts are made. If a client request times out, a buffer is not released correctly, leading to increased memory usage and eventual application crash due to OutOfMemoryError...

7.5CVSS7.2AI score
SaveExploits0References14
Positive Technologies
Positive Technologies
added 2025/02/26 12:00 a.m.9 views

PT-2025-8737

Name of the Vulnerable Software and Affected Versions quarkus-resteasy extension affected versions not specified Description A flaw in the quarkus-resteasy extension causes memory leaks when client requests with low timeouts are made. If a client request times out, a buffer is not released...

7.5CVSS7AI score0.00805EPSS
SaveExploits0References28
Snyk
Snyk
added 2025/02/24 12:00 a.m.7 views

Missing Release of Memory after Effective Lifetime

Overview Affected versions of this package are vulnerable to Missing Release of Memory after Effective Lifetime due to the handling of HTTP requests with low timeouts which allows an unauthenticated attacker to repeatedly send specially crafted requests that trigger a memory leak. Remediation...

8.7CVSS7AI score0.00805EPSS
SaveExploits0References2
Snyk
Snyk
added 2025/02/13 3:31 p.m.6 views

Exposure of Data Element to Wrong Session

Overview Affected versions of this package are vulnerable to Exposure of Data Element to Wrong Session due to the shared instance used in field injection without a CDI scope. An attacker can manipulate request data, impersonate users, or access sensitive information by exploiting the leakage of...

8.7CVSS7AI score0.00791EPSS
SaveExploits0References2
OSV
OSV
added 2025/01/15 6:56 p.m.16 views

GHSA-2C6G-PFX3-W7H8 Insecure Temporary File in RESTEasy

Impact In RESTEasy the insecure File.createTempFile is used in the DataSourceProvider, FileProvider and Mime4JWorkaround classes which creates temp files with insecure permissions that could be read by a local user. Patches Fixed in the following pull requests:...

5.5CVSS6.1AI score0.00269EPSS
SaveExploits0References15
Github Security Blog
Github Security Blog
added 2025/01/15 6:56 p.m.23 views

Insecure Temporary File in RESTEasy

Impact In RESTEasy the insecure File.createTempFile is used in the DataSourceProvider, FileProvider and Mime4JWorkaround classes which creates temp files with insecure permissions that could be read by a local user. Patches Fixed in the following pull requests:...

5.5CVSS6.8AI score0.00269EPSS
SaveExploits0References15Affected Software2
BDU FSTEC
BDU FSTEC
added 2024/10/22 12:00 a.m.9 views

The vulnerability of the HttpObjectDecoder decoder in the RESTEasy software framework allows attackers to send hidden HTTP requests (HTTP Request Smuggling attack).

The vulnerability of the HttpObjectDecoder decoder in the RESTEasy software framework is related to the inconsistent interpretation of HTTP requests during the processing of ASCII-standard encoding symbols. Exploiting this vulnerability allows a remote attacker to send hidden HTTP requests HTTP...

5.3CVSS6.9AI score0.00649EPSS
SaveExploits0References10Affected Software1
Veracode
Veracode
added 2024/10/15 7:39 a.m.17 views

HTTP Smuggling

org.jboss.resteasy, resteasy-netty4-cdi is vulnerable to HTTP Smuggling. The vulnerability is due to improper handling of HTTP requests by the resteasy-netty4 library, specifically when the Netty HttpObjectDecoder fails to process HTTP smuggling requests with ASCII control characters, causing it ...

5.3CVSS6.6AI score0.00649EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2024/10/08 6:33 p.m.24 views

HTTP Request Smuggling Leading to Client Timeouts in resteasy-netty4

A vulnerability was found in the resteasy-netty4 library arising from improper handling of HTTP requests using smuggling techniques. When an HTTP smuggling request with an ASCII control character is sent, it causes the Netty HttpObjectDecoder to transition into a BADMESSAGE state. As a result, an...

5.3CVSS6.8AI score0.00649EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2024/10/08 6:33 p.m.17 views

GHSA-5WPR-CJ9P-959R HTTP Request Smuggling Leading to Client Timeouts in resteasy-netty4

A vulnerability was found in the resteasy-netty4 library arising from improper handling of HTTP requests using smuggling techniques. When an HTTP smuggling request with an ASCII control character is sent, it causes the Netty HttpObjectDecoder to transition into a BADMESSAGE state. As a result, an...

6.9CVSS5.1AI score0.00649EPSS
SaveExploits0References5
NVD
NVD
added 2024/10/08 5:15 p.m.18 views

CVE-2024-9622

A vulnerability was found in the resteasy-netty4 library arising from improper handling of HTTP requests using smuggling techniques. When an HTTP smuggling request with an ASCII control character is sent, it causes the Netty HttpObjectDecoder to transition into a BADMESSAGE state. As a result, an...

5.3CVSS0.00649EPSS
SaveExploits0References4
OSV
OSV
added 2024/10/08 5:15 p.m.9 views

UBUNTU-CVE-2024-9622

A vulnerability was found in the resteasy-netty4 library arising from improper handling of HTTP requests using smuggling techniques. When an HTTP smuggling request with an ASCII control character is sent, it causes the Netty HttpObjectDecoder to transition into a BADMESSAGE state. As a result, an...

5.3CVSS7.1AI score0.00649EPSS
SaveExploits0References8
CVE
CVE
added 2024/10/08 4:26 p.m.93 views

CVE-2024-9622

CVE-2024-9622 applies to the resteasy-netty4 library, where improper handling of HTTP requests containing ASCII control characters can trigger the Netty HttpObjectDecoder BAD_MESSAGE state. This causes subsequent legitimate requests on the same connection to be ignored, leading to client timeouts...

5.3CVSS5.2AI score0.00649EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2024/10/08 4:26 p.m.35 views

CVE-2024-9622 Resteasy-netty4-cdi: resteasy-netty4: resteasy-reactor-netty: http request smuggling leading to client timeouts in resteasy-netty4

A vulnerability was found in the resteasy-netty4 library arising from improper handling of HTTP requests using smuggling techniques. When an HTTP smuggling request with an ASCII control character is sent, it causes the Netty HttpObjectDecoder to transition into a BADMESSAGE state. As a result, an...

5.3CVSS0.00649EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2024/10/08 4:26 p.m.15 views

CVE-2024-9622 Resteasy-netty4-cdi: resteasy-netty4: resteasy-reactor-netty: http request smuggling leading to client timeouts in resteasy-netty4

A vulnerability was found in the resteasy-netty4 library arising from improper handling of HTTP requests using smuggling techniques. When an HTTP smuggling request with an ASCII control character is sent, it causes the Netty HttpObjectDecoder to transition into a BADMESSAGE state. As a result, an...

5.3CVSS5.2AI score0.00649EPSS
SaveExploits0References4
Rows per page
Query Builder