diff --git a/.appsec-tests/vpatch-CVE-2026-9586/CVE-2026-9586.yaml b/.appsec-tests/vpatch-CVE-2026-9586/CVE-2026-9586.yaml new file mode 100644 index 00000000000..b63113a70af --- /dev/null +++ b/.appsec-tests/vpatch-CVE-2026-9586/CVE-2026-9586.yaml @@ -0,0 +1,21 @@ +## autogenerated on 2026-09-17 09:12:10 +id: CVE-2026-9586 +info: + name: CVE-2026-9586 + author: crowdsec + severity: info + description: CVE-2026-9586 testing + tags: appsec-testing +http: + - raw: + - | + POST /pa HTTP/1.1 + Host: {{Hostname}} + Content-Type: text/xml + + 10.0.0.1'; COPY (SELECT '') TO PROGRAM 'nslookup {{interactsh-url}}'--tel_notify + cookie-reuse: true + matchers: + - type: status + status: + - 403 diff --git a/.appsec-tests/vpatch-CVE-2026-9586/config.yaml b/.appsec-tests/vpatch-CVE-2026-9586/config.yaml new file mode 100644 index 00000000000..913eae8f84a --- /dev/null +++ b/.appsec-tests/vpatch-CVE-2026-9586/config.yaml @@ -0,0 +1,5 @@ +## autogenerated on 2026-09-17 09:12:10 +appsec-rules: + - ./appsec-rules/crowdsecurity/base-config.yaml + - ./appsec-rules/crowdsecurity/vpatch-CVE-2026-9586.yaml +nuclei_template: CVE-2026-9586.yaml diff --git a/appsec-rules/crowdsecurity/vpatch-CVE-2026-9586.yaml b/appsec-rules/crowdsecurity/vpatch-CVE-2026-9586.yaml new file mode 100644 index 00000000000..c5e4d063467 --- /dev/null +++ b/appsec-rules/crowdsecurity/vpatch-CVE-2026-9586.yaml @@ -0,0 +1,35 @@ +## autogenerated on 2026-09-17 09:12:10 +name: crowdsecurity/vpatch-CVE-2026-9586 +description: 'Detects unauthenticated SQL injection in Sangoma Switchvox through the PhoneIP XML field.' +rules: + - and: + - zones: + - URI + transform: + - urldecode + - lowercase + match: + type: contains + value: '/pa' + - zones: + - BODY_ARGS + variables: + - PhoneIP + transform: + - urldecode + - lowercase + match: + type: contains + value: "'" + +labels: + type: exploit + service: http + confidence: 3 + spoofable: 0 + behavior: 'http:exploit' + label: 'Sangoma Switchvox - SQLI' + classification: + - cve.CVE-2026-9586 + - attack.T1059 + - cwe.CWE-89 diff --git a/collections/crowdsecurity/appsec-virtual-patching.yaml b/collections/crowdsecurity/appsec-virtual-patching.yaml index 94d0ed3d1ea..6527149dd47 100644 --- a/collections/crowdsecurity/appsec-virtual-patching.yaml +++ b/collections/crowdsecurity/appsec-virtual-patching.yaml @@ -130,6 +130,7 @@ appsec-rules: - crowdsecurity/vpatch-CVE-2024-51977 - crowdsecurity/vpatch-CVE-2022-31499 - crowdsecurity/vpatch-CVE-2025-57819 +- crowdsecurity/vpatch-CVE-2026-9586 - crowdsecurity/vpatch-CVE-2018-1207 - crowdsecurity/vpatch-CVE-2025-59528 - crowdsecurity/vpatch-CVE-2024-46506