{"id":"CVE-2025-32033","aliases":["GHSA-84m6-5m72-45fp"],"url":"https://o3.security/vulnerability/CVE-2025-32033","summary":"Apollo Router Operation Limits Vulnerable to Bypass via Integer Overflow","details":"# Impact\n\n## Summary\n\nA vulnerability in Apollo Router allowed certain queries to bypass configured operation limits, specifically due to integer overflow.\n\n## Details\n\nThe operation limits plugin uses unsigned 32-bit integers to track limit counters (e.g. for a query's height). If a counter exceeded the maximum value for this data type (4,294,967,295), it wrapped around to 0, unintentionally allowing queries to bypass configured thresholds. This could occur for large queries if the payload limit were sufficiently increased, but could also occur for small queries with deeply nested and reused named fragments.\n\n## Fix/Mitigation\n\nLogic was updated to ensure counter overflow is handled correctly and does not wrap around to 0.\n\n# Patches\n\nThis has been remediated in `apollo-router` versions 1.61.2 and 2.1.1.\n\n# Workarounds\n\nThe only known workaround is \"Safelisting\" or \"Safelisting with IDs only\" per [Safelisting with Persisted Queries - Apollo GraphQL Docs](https://www.apollographql.com/docs/graphos/routing/security/persisted-queries#router-security-levels).\n\n## Acknowledgements\n\nWe appreciate the efforts of the security community in identifying and improving the performance and security of operation limiting mechanisms.","published":"2025-04-07T20:48:19.504Z","modified":"2026-08-12T03:51:18.637761974Z","cvss":{"score":7.5,"severity":"HIGH","vector":"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"},"epss":null,"cisaKev":null,"exploitsKnown":0,"affectedPackages":[{"ecosystem":"crates.io","name":"apollo-router","fixedVersion":"1.61.2"},{"ecosystem":"crates.io","name":"apollo-router","fixedVersion":"2.1.1"}],"fix":{"url":"https://github.com/apollographql/router/commit/ab6675a63174715ea6ff50881fc957831d4e9564","label":"apollographql/router@ab6675a"},"references":[{"type":"ADVISORY","url":"https://github.com/CVEProject/cvelistV5/tree/main/cves/2025/32xxx/CVE-2025-32033.json"},{"type":"ADVISORY","url":"https://github.com/apollographql/router/security/advisories/GHSA-84m6-5m72-45fp"},{"type":"ADVISORY","url":"https://nvd.nist.gov/vuln/detail/CVE-2025-32033"},{"type":"FIX","url":"https://github.com/apollographql/router/commit/ab6675a63174715ea6ff50881fc957831d4e9564"},{"type":"FIX","url":"https://github.com/apollographql/router/commit/bba032e183b861348a466d3123c7137a1ae18952"},{"type":"PACKAGE","url":"https://github.com/apollographql/router"}],"provenance":{"sources":["OSV.dev","FIRST.org (EPSS)"],"lastVerified":"2026-08-12T03:51:18.637761974Z"}}