This might be a false positive, but maestro-extensions/gradle.lockfile around line 109 looked worth a second pair of eyes.
The project depends on Apache Tomcat embed core 10.1.54 which is vulnerable to CVE‑2026‑41293 (Improper Input Validation). An attacker can send specially crafted request data that Tomcat fails to validate, potentially leading to request smuggling, denial‑of‑service, or remote code execution. The vulnerability is rated CRITICAL due to its wide impact and ease of exploitation in any application embedding Tomcat. Upgrading to a fixed release (≥10.1.55, 9.0.118, or 11.0.22) eliminates the flaw.
Something like this might fix it:
--- a/maestro-extensions/gradle.lockfile
+++ b/maestro-extensions/gradle.lockfile
@@
- org.apache.tomcat.embed:tomcat-embed-core:10.1.54
+ org.apache.tomcat.embed:tomcat-embed-core:10.1.55
For reference: rule CVE-2026-41293. Rated critical.
I do not maintain this project, so I may well be missing context — if this is intentional or already handled elsewhere, please just close it.
Found with automated scanning (RedGem) and reviewed before opening. If it is not useful, closing it is completely fine.
This might be a false positive, but
maestro-extensions/gradle.lockfilearound line 109 looked worth a second pair of eyes.The project depends on Apache Tomcat embed core 10.1.54 which is vulnerable to CVE‑2026‑41293 (Improper Input Validation). An attacker can send specially crafted request data that Tomcat fails to validate, potentially leading to request smuggling, denial‑of‑service, or remote code execution. The vulnerability is rated CRITICAL due to its wide impact and ease of exploitation in any application embedding Tomcat. Upgrading to a fixed release (≥10.1.55, 9.0.118, or 11.0.22) eliminates the flaw.
Something like this might fix it:
For reference: rule
CVE-2026-41293. Rated critical.I do not maintain this project, so I may well be missing context — if this is intentional or already handled elsewhere, please just close it.
Found with automated scanning (RedGem) and reviewed before opening. If it is not useful, closing it is completely fine.