<!-- canonical: https://0xsimao.com/findings/felix-gas-forwarded-curve-limited -->

# Gas forwarded by the CurveGaugeDistributor could be limited to further prevent OOG

Low/Info · 0xSimao · CDP stablecoin · 14th March 2025

Finding I-4 of the Felix Price Feeds security review.

- Protocol: https://www.usefelix.xyz/
- Report: /reports/felix
- Source: https://github.com/0xSimao/audits/blob/main/0xSimao/2025-03-14-felix.pdf

---

**Description:**

`CurveGaugeDistributor::distributeRewardsToGauge()` calls the external contract without limiting the gas sent, which could lead to OOG in case it becomes malicious.

**Recommended Mitigation:**

To prevent this, [ExcessivelySafeCall](https://github.com/nomad-xyz/ExcessivelySafeCall) can be used.

---

Related findings:

- [Deadline in Ole swap could be sent as a parameter to further prevent MEV](https://0xsimao.com/findings/districtone-deadline-ole-further-mev): DistrictOne
