cscli appsec-rules install crowdsecurity/vpatch-CVE-2024-27198
1name: crowdsecurity/vpatch-CVE-2024-271982description: "Teamcity - Authentication Bypass (CVE-2024-27198)"3rules:4 - and:5 - zones:6 - URI_FULL7 transform:8 - lowercase9 match:10 type: contains11 value: ";.jsp"12 - zones:13 - URI_FULL14 transform:15 - lowercase16 match:17 type: contains18 value: "/app/rest/"19labels:20 type: exploit21 service: http22 confidence: 323 spoofable: 024 behavior: "http:exploit"25 label: "Teamcity - Authentication Bypass"26 classification:27 - cve.CVE-2024-2719828 - attack.T159529 - attack.T119030 - cwe.CWE-9431