diff --git a/http/cves/2026/CVE-2026-25892.yaml b/http/cves/2026/CVE-2026-25892.yaml index 74d4bce776f2..967b91cbcbbf 100644 --- a/http/cves/2026/CVE-2026-25892.yaml +++ b/http/cves/2026/CVE-2026-25892.yaml @@ -47,6 +47,7 @@ http: group: 1 regex: - '([0-9.]+)' + - 'amp;version=([0-9.]+)' matchers-condition: and matchers: @@ -62,6 +63,4 @@ http: - type: dsl dsl: - - 'compare_versions(version, ">=4.6.2")' - - 'compare_versions(version, "<=5.4.1")' -# digest: 490a0046304402200fda2fb27d16589057619f7d59c736168caa6f15f43069249886c0743164065b02202ae2271c1bc17de364d7e36b9949b21de56c0ce9c4953f2eac1d1fc0ee350deb:922c64590222798bb761d5b6d8e72950 \ No newline at end of file + - 'compare_versions(version, ">=4.6.2", "<=5.4.1")' \ No newline at end of file