Roche Diagnostics disclosed CVE-2025-7674 in navify Monitoring before 1.08.00, base score 7.1. An API lacks adequate input validation, so crafted or excessive user-supplied data can be processed unsafely and cause a denial of service.
Credit where due: Roche publishes a real product security advisory page in a field where plenty of peers publish nothing, and disclosing your own bug with a CVE and a fixed version is the behavior the industry claims to want. Input validation on an API is the baseline, and also the thing that gets skipped under deadline. Validate at the boundary, cap the sizes, reject the malformed request before it reaches anything that matters.