Vulnerability Description
Laravel Rest Api is an API generator. Prior to version 2.13.0, a validation bypass vulnerability was discovered where multiple validations defined for the same attribute could be silently overridden. Due to how the framework merged validation rules across multiple contexts (such as index, store, and update actions), malicious actors could exploit this behavior by crafting requests that bypass expected validation rules, potentially injecting unexpected or dangerous parameters into the application. This could lead to unauthorized data being accepted or processed by the API, depending on the context in which the validation was bypassed. This issue has been patched in version 2.13.0.
Related Weaknesses (CWE)
References
- https://github.com/Lomkit/laravel-rest-api/commit/88b14587b4efd7e59d7379658c606d
- https://github.com/Lomkit/laravel-rest-api/pull/172
- https://github.com/Lomkit/laravel-rest-api/security/advisories/GHSA-69rh-hccr-cx
FAQ
What is CVE-2025-48490?
CVE-2025-48490 is a documented vulnerability. Laravel Rest Api is an API generator. Prior to version 2.13.0, a validation bypass vulnerability was discovered where multiple validations defined for the same attribute could be silently overridden. ...
How severe is CVE-2025-48490?
CVSS scoring is not yet available for CVE-2025-48490. Check NVD for updates.
Is there a patch for CVE-2025-48490?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.