CVE-2024-43783
published 2024-08-27CVE-2024-43783: The Apollo Router Core is a configurable, high-performance graph router written in Rust to run a federated supergraph that uses Apollo Federation 2. Instances…
PriorityP341high7.5CVSS 3.1
AVNACLPRNUINSUCNINAH
EPSS
0.86%
54.4th percentile
The Apollo Router Core is a configurable, high-performance graph router written in Rust to run a federated supergraph that uses Apollo Federation 2. Instances of the Apollo Router running versions >=1.21.0 and =1.7.0 and <1.52.1 are impacted by a denial-of-service vulnerability if all of the following are true: 1. Router has been configured to use a custom-developed Native Rust Plugin. 2. The plugin accesses Request.router_request in the RouterService layer. 3. You are accumulating the body from Request.router_request into memory. If using an impacted configuration, the Router will load entire HTTP request bodies into memory without respect to other HTTP request size-limiting configurations like limits.http_max_request_bytes. This can cause the Router to be out-of-memory (OOM) terminated if a sufficiently large request is sent to the Router. By default, the Router sets limits.http_max_request_bytes to 2 MB. If you have an impacted configuration as defined above, please upgrade to at least Apollo Router 1.52.1. If you cannot upgrade, you can mitigate the denial-of-service opportunity impacting External Coprocessors by setting the coprocessor.router.request.body configuration option to false. Please note that changing this configuration option will change the information sent to any coprocessors you have configured and may impact functionality implemented by those coprocessors. If you have developed a Native Rust Plugin and cannot upgrade, you can update your plugin to either not accumulate the request body or enforce a maximum body size limit. You can also mitigate this issue by limiting HTTP body payload sizes prior to the Router (e.g., in a proxy or web application firewall appliance).
Affected
5 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| apollographql | apollo-router | >= 1.7.0 < 1.52.1 | 1.52.1 |
| apollographql | apollo-router | >= 1.7.0 < 1.52.1 | 1.52.1 |
| apollographql | apollo_helms-charts_router | >= 1.7.0 < 1.52.1 | 1.52.1 |
| apollographql | apollo_router | >= 1.7.0 < 1.52.1 | 1.52.1 |
| apollographql | router | — | — |
Stop checking back — get the weekly exploitation signal.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
GHSA
Liferay Portal is vulnerable to Reflected XSS attack through get_editor path
ghsa·2025-09-10
CVE-2025-43783 [MEDIUM] CWE-79 Liferay Portal is vulnerable to Reflected XSS attack through get_editor path
Liferay Portal is vulnerable to Reflected XSS attack through get_editor path
A reflected cross-site scripting (XSS) vulnerability in Liferay Portal 7.4.3.73 through 7.4.3.128, and Liferay DXP 2024.Q3.0 through 2024.Q3.1, 2024.Q2.0 through 2024.Q2.13, 2024.Q1.1 through 2024.Q1.12, 7.4 update 73 through update 92 allows remote attackers to inject arbitrary web script or HTML via the /c/portal/comment/discussion/get_editor path.
OSV
Apollo Router Coprocessors may cause Denial-of-Service when handling request bodies
osv·2024-08-27
CVE-2024-43783 [HIGH] Apollo Router Coprocessors may cause Denial-of-Service when handling request bodies
Apollo Router Coprocessors may cause Denial-of-Service when handling request bodies
## Impact
Instances of the Apollo Router using either of the following may be impacted by a denial-of-service vulnerability.
1. External Coprocessing with specific configurations; or
2. Native Rust Plugins accessing the Router request body in the RouterService layer
Router customizations using Rhai scripts are **not** impacted.
### When using External Coprocessing:
Instances of the Apollo Router running versions >=1.21.0 and =1.7.0 and router::BoxService
```
More information about the Router’s [Native Rust Plugin feature is available here](https://www.apollographql.com/docs/router/customizations/native).
## Impact Detail
If using an impacted configuration, the Router will load entire HTTP request b
GHSA
Apollo Router Coprocessors may cause Denial-of-Service when handling request bodies
ghsa·2024-08-27
CVE-2024-43783 [HIGH] CWE-770 Apollo Router Coprocessors may cause Denial-of-Service when handling request bodies
Apollo Router Coprocessors may cause Denial-of-Service when handling request bodies
## Impact
Instances of the Apollo Router using either of the following may be impacted by a denial-of-service vulnerability.
1. External Coprocessing with specific configurations; or
2. Native Rust Plugins accessing the Router request body in the RouterService layer
Router customizations using Rhai scripts are **not** impacted.
### When using External Coprocessing:
Instances of the Apollo Router running versions >=1.21.0 and =1.7.0 and router::BoxService
```
More information about the Router’s [Native Rust Plugin feature is available here](https://www.apollographql.com/docs/router/customizations/native).
## Impact Detail
If using an impacted configuration, the Router will load entire HTTP request b
No detection rules found.
No public exploits indexed.
No writeups or analysis indexed.
https://github.com/apollographql/router/commit/7a9c020608a62dcaa306b72ed0f6980f15923b14https://github.com/apollographql/router/releases/tag/v1.52.1https://github.com/apollographql/router/security/advisories/GHSA-x6xq-whh3-gg32https://www.apollographql.com/docs/router/configuration/overview/#request-limitshttps://www.apollographql.com/docs/router/customizations/coprocessorhttps://www.apollographql.com/docs/router/customizations/native
2024-08-27
Published